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

Unsupported system type status error message misleading #736

Open
Atemu opened this issue Apr 9, 2020 · 3 comments
Open

Unsupported system type status error message misleading #736

Atemu opened this issue Apr 9, 2020 · 3 comments

Comments

@Atemu
Copy link
Member

Atemu commented Apr 9, 2020

~10000 jobs for the experimental armv7l jobset (which is basically all of them) started failing with the status error message "Unsupported system type" 3 days ago.

I asked @grahamc on IRC about it and he told be it happened because no armv7 builders became available in time.

That is a thing that can happen of course but the error message sounds nothing like the actual error to me. "Timed out while waiting for available builders" (or something along those lines) would be much clearer.

The jobs' failures are also propagated onto subsequent builds which doesn't make a lot of sense since the error is most likely to be a temporary outage of the infrastructure, not a problem of the actual build.

I'm not too familiar with Hydra yet to but this might be a duplicate of #40.

@edolstra
Copy link
Member

Hydra cannot distinguish between system types not being available right now or never being available, since provisioning of those machines happens outside of Hydra.

@Atemu
Copy link
Member Author

Atemu commented Apr 10, 2020

Does it wait for a machine to show up in a certain time limit or does it fail immediately?

@edolstra
Copy link
Member

It waits for max_unsupported_time seconds, but that option defaults to zero so it fails immediately.

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

No branches or pull requests

2 participants