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

Improve feedback for impossible builds #1149

Closed
rptb1 opened this issue Feb 8, 2023 · 3 comments
Closed

Improve feedback for impossible builds #1149

rptb1 opened this issue Feb 8, 2023 · 3 comments
Labels

Comments

@rptb1
Copy link

rptb1 commented Feb 8, 2023

Description

When I specify a nonexistent image or image_family, the builds just seem to hang for a long time rather than say "nope!"

For example:

Context

I have to guess why my builds aren't working and keep pushing experiments to figure things out. That's not a good use of time. (Or your resources.)

Anything Else

Fail fast and clearly. 😃

@fkorotkov
Copy link
Contributor

It does error with Container errored with 'ImagePullBackOff: Back-off pulling image "clang:latest"'. The 15 minutes timeout is intentional since registries like Docker Hub and other have their own incidents from time too time.

IMO this is an issue while the initial config but during normal operation such 15 minutes retries are beneficial in cases of upstream registries having issues.

@fkorotkov fkorotkov closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2023
@rptb1
Copy link
Author

rptb1 commented Feb 8, 2023

So, the messages could be improved a great deal.

And how about https://cirrus-ci.com/task/5747445141864448 which just says "Agent not responding!" even after some hours.

@fkorotkov
Copy link
Contributor

@rptb1 in this case I don't think FreeBSD image on GCP supports Arm yet and properly handles startup script which is required for bootstrapping Cirrus Agent. I'm not sure how can we improve this messaging in case when initial setup is hitting such edge cases.

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

No branches or pull requests

2 participants