Your recommendation did help! The reason it kept failing was that the user "donnie" already existed. So I ran with different user name and it worked.
Yeah, I am just playing in 1 machine so it is both master and a child... hence my name already was in place.
on multiple returns issue, i noticed that i am somehow running multiple minions and masters? Here are the service status reports:
donnie@dirac ~ [SIGINT]> sudo systemctl status salt-minion.service (base)
● salt-minion.service - The Salt Minion
Loaded: loaded (/lib/systemd/system/salt-minion.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-02-22 11:59:26 CST; 1 day 3h ago
Docs: man:salt-minion(1)
file:///usr/share/doc/salt/html/contents.html
Main PID: 1056 (salt-minion)
Tasks: 6 (limit: 4915)
CGroup: /system.slice/salt-minion.service
├─1056 /usr/bin/python3 /usr/bin/salt-minion
├─1125 /usr/bin/python3 /usr/bin/salt-minion
└─1133 /usr/bin/python3 /usr/bin/salt-minion
Feb 22 22:23:43 dirac useradd[5594]: failed adding user 'donnie', data deleted
Feb 22 22:23:43 dirac salt-minion[1056]: [ERROR ] Command '['useradd', '-m', 'donnie']' failed with return code: 9
Feb 22 22:23:43 dirac salt-minion[1056]: [ERROR ] stderr: useradd: user 'donnie' already exists
Feb 22 22:23:43 dirac salt-minion[1056]: [ERROR ] retcode: 9
Feb 22 22:25:44 dirac useradd[6371]: failed adding user 'donnie', data deleted
Feb 22 22:25:44 dirac salt-minion[1056]: [ERROR ] Command '['useradd', '-m', 'donnie']' failed with return code: 9
Feb 22 22:25:44 dirac salt-minion[1056]: [ERROR ] stderr: useradd: user 'donnie' already exists
Feb 22 22:25:44 dirac salt-minion[1056]: [ERROR ] retcode: 9
Feb 23 15:23:41 dirac useradd[12774]: new group: name=test, GID=1001
Feb 23 15:23:41 dirac useradd[12774]: new user: name=test, UID=1001, GID=1001, home=/home/test, shell=/bin/sh
donnie@dirac ~> sudo systemctl status salt-master.service (base)
● salt-master.service - The Salt Master Server
Loaded: loaded (/lib/systemd/system/salt-master.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-02-22 11:59:26 CST; 1 day 3h ago
Docs: man:salt-master(1)
file:///usr/share/doc/salt/html/contents.html
Main PID: 954 (salt-master)
Tasks: 30 (limit: 4915)
CGroup: /system.slice/salt-master.service
├─ 954 /usr/bin/python3 /usr/bin/salt-master
├─1015 /usr/bin/python3 /usr/bin/salt-master
├─1057 /usr/bin/python3 /usr/bin/salt-master
├─1058 /usr/bin/python3 /usr/bin/salt-master
├─1061 /usr/bin/python3 /usr/bin/salt-master
├─1062 /usr/bin/python3 /usr/bin/salt-master
├─1064 /usr/bin/python3 /usr/bin/salt-master
├─1067 /usr/bin/python3 /usr/bin/salt-master
├─1072 /usr/bin/python3 /usr/bin/salt-master
├─1076 /usr/bin/python3 /usr/bin/salt-master
├─1077 /usr/bin/python3 /usr/bin/salt-master
└─1079 /usr/bin/python3 /usr/bin/salt-master
Feb 22 22:52:04 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 22 22:52:04 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:20 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:20 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:20 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:20 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:41 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:41 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:41 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
Feb 23 15:23:41 dirac salt-master[954]: [ERROR ] An extra return was detected from minion dirac, please verify the minion, this could be a replay attack
So most likely, somehow i am running multiple services...? idk how i got here, is there a way to kill them ?