You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't think this should have anything to do with RabbitMQ. This should be a message from the Scheduler that is parsing the output when requesting the status of calcjobs. Are you using the DirectScheduler by any chance? Think this is a duplicate of #3107 . Given that both Chris and Leopold were using Mac's at the time, I think this has to do with the DirectScheduler on MacOS.
The plugin executed ps -xo pid,stat,user,time JOB_ID to get the status. Try running that manually to see the raw output. Apparently the job state contains ? instead of any of the known ones. You can start investigating there why that may be the case. I don't have access to a Mac (un)fortunately.
Right, another issue I just quickly opened without doing me due diligence 😓. Will close and discuss with @chrisjsewell at some point, but yeah it's not a priority since it's just a bit of extra noise.
Describe the bug
Not sure if this is a bug, but when running with
run_get_node
I get theseUnrecognized job_state '?' for job id 15748
warnings.Note that these don't show up in the report:
I'm using my M1 with an updated version of RabbitMQ and the "consumer_timeout" solution. Could be related to that?
Steps to reproduce
Install a fresh environment with the versions below and run the
PwBaseWorkChain
usingrun_get_node()
.Your environment
The text was updated successfully, but these errors were encountered: