Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdash_worker terminating after it has parsed a submission with exit status 12 #1820

Open
ghost opened this issue Nov 21, 2023 · 2 comments
Open

Comments

@ghost
Copy link

ghost commented Nov 21, 2023

Bug report

Expected Behavior

I expect cdash_worker to process all submissions and keep running being available as needed.

Actual Behavior

Running docker start cdash_worker starts the container, makes it re-parse the same submission over again, at the end of which it terminates with exit code 12.

CDash Version

77410d7

Additional Information

I am not sure how cdash_worker is expected to work. What does exit code 12 even mean?

UPD: I have tweaked docker-compose to restart cdash_worker on failure, and seemingly it "kind of works", but I am still not convinced that this is how it should work.

@ghost ghost added the bug report label Nov 21, 2023
@zackgalbreath
Copy link
Contributor

Are there any error messages emitted while parsing the (seemingly) problematic submission before the cdash_worker container dies?

@ghost
Copy link
Author

ghost commented Nov 22, 2023

Are there any error messages emitted while parsing the (seemingly) problematic submission before the cdash_worker container dies?

I am not sure that this particular submission is the reason for container termination. It seems to terminate at the end of parsing any submission. I actually worked around this by just setting restart:on-failure in docker-compose, although it is clearly a hack.

And I see no error messages in cdash_worker's logs, beyond it complaining that some files are not attributed to any subproject.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant