You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if self._runtime_exception:
> raise self._runtime_exception
E RuntimeError: Pipeline BeamApp-runner-1021175329-11c8c557_04f95baf-bc86-48dc-954b-16138b058df3 failed in state FAILED: java.io.IOException: Received exit code 125 for command 'docker run -d --network=host --env=DOCKER_MAC_CONTAINER=null apache/beam_java11_sdk:2.61.0.dev --id=1-2 --provision_endpoint=localhost:41031'. stderr: Unable to find image 'apache/beam_java11_sdk:2.61.0.dev' locallydocker: Error response from daemon: manifest for apache/beam_java11_sdk:2.61.0.dev not found: manifest unknown: manifest unknown.See 'docker run --help'.
apache_beam/runners/portability/portable_runner.py:568: RuntimeError
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam YAML
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Infrastructure
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
chamikaramj
changed the title
[Failing Test]: Python PreCommit perma-red due to Flink Python xlang test failures: "apache/beam_java11_sdk:2.61.0.dev not found"
[Failing Test]: Python PostCommit perma-red due to Flink Python xlang test failures: "apache/beam_java11_sdk:2.61.0.dev not found"
Oct 22, 2024
apache/beam_java11_sdk:2.61.0.dev not an actual container that we publish. So probably these tests worked using some sort of a workaround that is now broken somehow.
I believe we built these containers locally which becomes available to local Flink runner. So container building/caching for Github actions failed somehow ?
What happened?
First failure:
https://github.com/apache/beam/actions/runs/11445520520
https://github.com/apache/beam/runs/31848196342
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: