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

The PostCommit Java Examples Dataflow V2 job is flaky #33646

Open
github-actions bot opened this issue Jan 17, 2025 · 2 comments · Fixed by #33637
Open

The PostCommit Java Examples Dataflow V2 job is flaky #33646

github-actions bot opened this issue Jan 17, 2025 · 2 comments · Fixed by #33637

Comments

@github-actions
Copy link
Contributor

The PostCommit Java Examples Dataflow V2 is failing over 50% of the time.
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml?query=is%3Afailure+branch%3Amaster to see all failed workflow runs.
See also Grafana statistics: http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=2&var-Workflow=PostCommit%20Java%20Examples%20Dataflow%20V2

Copy link
Contributor Author

Reopening since the workflow is still flaky

@Abacn
Copy link
Contributor

Abacn commented Jan 30, 2025

distroless docker still failing

Dockerfile:26
--------------------
  24 |     #   Only Java versions 17 and 21 are supported.
  25 |     ARG DISTROLESS_BASE
  26 | >>> FROM ${BEAM_BASE} AS base
  27 |     ARG TARGETARCH
  28 |     ENV LANG C.UTF-8
--------------------
ERROR: failed to solve: apache/beam_java17_sdk:2.63.0.dev: docker.io/apache/beam_java17_sdk:2.63.0.dev: not found

* What went wrong:
Execution failed for task ':sdks:java:container:distroless:java17:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

Shall we revert distroless change?

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.

2 participants