lostluck commented on issue #32324: URL: https://github.com/apache/beam/issues/32324#issuecomment-2313691474
It looks like it wasn't able to find the Go SDK container? ``` 2024-08-23T13:25:39.8797158Z Error response from daemon: manifest for apache/beam_go_sdk:dev not found: manifest unknown: manifest unknown ``` Very weird. That's not it though, since I see the same in the last successful run. Both oddly still call the container without the docker.io domain, so I don't think that's it. The output looks like the SDK container is starting up, and the SDK itself is starting up, but then it's unable to successfully connect to the runner? ``` control.Recv failed\n\tcaused by:\nrpc error: code = Unavailable desc = error reading from server: EOF\n' ``` This is perplexing. I can't find any smoking gun change in around when the failures started. That implies the issue is outside of the repo somehow, which could be related to our GHA images. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
