Eric Pershey

Results 6 comments of Eric Pershey

They changed Iterators in python 3.7: https://www.python.org/dev/peps/pep-0479/ I was going to create an issue on this but couldn't isolate the problem just yet.

Understood and good luck!

Same thing with lib version 4.2.0, Python 3.9.7, podman 4.2.0. I tried debugging this for a few hours and found that container.wait() is returning from requests and is valid json,...

It seems the wait on libpod returns a single integer rather than json with StatusCode. This may be all because I am using http://127.0.0.1:8090. https://docs.podman.io/en/latest/_static/api.html#tag/containers/operation/ContainerWaitLibpod vs https://docs.docker.com/engine/api/v1.40/#tag/Container/operation/ContainerWait Example: >curl -X...

I ran across a similar issue. This seems related to this status line: [job.h](https://github.com/openpbs/openpbs/blob/2d6edc841e0ed9e087222990f28b2027bfc850ee/src/include/job.h#L941C9-L941C23). I was getting a -20 which is JOB_EXEC_RERUN_MS_FAIL on a few jobs and found that that...

Thank you for taking a look. Yes, the generated cases for __array_finalize__. I will modify my class to set a default value to see if i can get it to...