zeng-bohan commented on PR #1301: URL: https://github.com/apache/dubbo-samples/pull/1301#issuecomment-5650906616
The `Integration Test (Java17, Job3)` failure in run 34734122523 is infrastructure, not the change: the job died 48 seconds in, while composing the test environment, because Docker Hub's auth endpoint returned a 502 while pulling the `mysql:5.7.40` base image: ``` ERROR: failed to build: failed to solve: mysql:5.7.40: failed to resolve source metadata for docker.io/library/mysql:5.7.40: failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 502 Bad Gateway ``` Up to that point the shard was green (`BUILD SUCCESS` for the test runner). Two corroborating points that this is a Docker Hub-side flake rather than the migration: - the same `Java17, Job3` shard **passed** in the parallel run for the other Dubbo version minutes later (run 34734122556), and every other mysql-backed shard (Java8/Java11/Java21 Job3) passed here too; - the failure happens during the docker-compose env setup, before any test of this PR's module runs. Could someone with write access re-run the failed job? Happy to push a trivial retrigger instead if that's easier for the workflow. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
