Skip to content
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

[Failing Test]: Python PostCommit perma-red due to Flink Python xlang test failures: "apache/beam_java11_sdk:2.61.0.dev not found" #32896

Closed
2 of 17 tasks
chamikaramj opened this issue Oct 22, 2024 · 2 comments · Fixed by #32900

Comments

@chamikaramj
Copy link
Contributor

What happened?

First failure:

https://github.com/apache/beam/actions/runs/11445520520

https://github.com/apache/beam/runs/31848196342

      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
@chamikaramj 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
@chamikaramj
Copy link
Contributor Author

chamikaramj commented 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.

@chamikaramj
Copy link
Contributor Author

I believe we built these containers locally which becomes available to local Flink runner. So container building/caching for Github actions failed somehow ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant