-
Notifications
You must be signed in to change notification settings - Fork 109
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
Agent is not responding in Windows tasks again #1232
Comments
I found above that we are not the only repository where this issue is appearing - unfortunately a lot of repositories are using cirrus-ci only for the FreeBSD or arm64 offering, so I didn’t knew many repositories that included windows builds. |
The underlying issue seems to be that Cirrus Agent inside a container is not able to resolve grpc.cirrus-ci.com. Looks like microsoft/Windows-Containers#217 but there is not workaround that I can find yet. Continue looking... |
Fixed it by setting |
indeed it's fixed, thank you! |
Oops, we have a new issue that says
Not sure what that means. From here: https://cirrus-ci.com/task/6424294868123648 (it’s a windows task too…) edit: triggering a rebuild made that error go away. |
Getting Agent Not Responding issue again. https://cirrus-ci.com/build/5763876357144576 |
This usually related to one of the layers of the prebuilt windows container expiring. Please try to re-run the |
It would be nice to get either a better error message or some documentation with things to try it out. Right now it was as far as I can tell a 12hr outage that started to work again eventually after trying repeatedly to rerun things. |
Expected Behavior
Windows tasks should build normally
Real Behavior
They don't start, I get an Agent is Not Responding issue
The
Agent is not responding!
message didn't appear before 08/09/2023, so it's probably something else that changed in the meantime.Related Info
build_windows
https://cirrus-ci.com/task/5755161579094016
I know this looks similar to #1213 , but we tried to force a rerun of the docker build and it didn't fix.
Tried to force a re-cache by rebuilding the windows docker image changing the comments (which change the cache hash) but it didn't work either: adventuregamestudio/ags#2128
The error is happening in our recent builds since 08/09/2023
https://cirrus-ci.com/github/adventuregamestudio/ags
If it could have some better logging in case this is something wrong on our side, because right now we can't figure it out anyway to make it work.
I looked into Google Cloud Registry, and all our cached images for windows are there since 2021 which made things even more mysterious for me. I pulled the docker image locally in my Windows 10 and as far as I can tell it runs and it's normal?
What I did noticed is Container Registry is Deprecated!!! So we have until May 15, 2024 to migrate to Artifact Registry or something else!
Apparently if I try many times I can also get the
Instance got rescheduled!
message.I see the same issue happen in other windows builds in CirrusCi.
The text was updated successfully, but these errors were encountered: