Abacn commented on PR #28385: URL: https://github.com/apache/beam/pull/28385#issuecomment-1766669029
It seems ARM postcommit were failing after this change: Last passed run https://github.com/apache/beam/actions/runs/6499261265 at 223dded769df48270df317868dc32144ec2fb353 (before it was flaky on some of the py version but at least one py version could succeed) First failing run https://github.com/apache/beam/actions/runs/6502267792/job/17661039890 at 05861613f484a6159c21796006c52d8da5e10b2a there are 4 PRs merged and this is the only python change the error message is ``` 2023-10-13T04:08:33.8802524Z WARNING. apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:202 2023-10-13T03:48:37.128Z: JOB_MESSAGE_WARNING: A worker was unable to start up. Error: Unable to pull container image due to error: image pull request failed with error: Error response from daemon: manifest for us.gcr.io/apache-beam-testing/github-actions/beam_python3.9_sdk:20231013-001134756942144 not found: manifest unknown: Failed to fetch "20231013-001134756942144" from request "/v2/apache-beam-testing/github-actions/beam_python3.9_sdk/manifests/20231013-001134756942144".. This is likely due to an invalid SDK container image URL. Please verify any provided SDK container image is valid and that Dataflow workers have permissions to pull image. 2023-10-13T04:08:33.8845726Z ERROR apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:770 Console URL: https://console.cloud.google.com/dataflow/jobs/us-central1/2023-10-12_20_46_29-13701384909164481751?project=apache-beam-testing ``` -- 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]
