Skip to content

[updatecli] update elastic stack version for testing 9.6.0-7392fd3c-SNAPSHOT - #7771

Merged
ebeahan merged 1 commit into
mainfrom
updatecli_main_bump-elastic-stack-snapshot-main
Sep 4, 2026
Merged

[updatecli] update elastic stack version for testing 9.6.0-7392fd3c-SNAPSHOT#7771
ebeahan merged 1 commit into
mainfrom
updatecli_main_bump-elastic-stack-snapshot-main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bump elastic-stack to latest snapshot version

Update snapshot.yml

1 file(s) updated with "$1=9.6.0-7392fd3c-SNAPSHOT": * dev-tools/integration/.env

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@github-actions
github-actions Bot requested a review from a team as a code owner September 4, 2026 15:17
@github-actions github-actions Bot added automation dependency backport-skip Skip notification from the automated backport with mergify labels Sep 4, 2026
@github-actions github-actions Bot mentioned this pull request Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

TL;DR

The failing Buildkite step is an infrastructure/package mirror failure during Docker image packaging, not a code/test regression from this PR. The immediate action is to rerun the failed build (or harden the Dockerfile install step against transient APK mirror failures).

Remediation

  • Retry Buildkite build 16671 for PR #7771; this failure signature is transient network/package-index fetch instability.
  • In parallel, consider making the Dockerfile package install more resilient (e.g., split apk update/apk add, ensure deterministic retry behavior under /bin/sh, and/or pin to a base image/repo where shadow availability is stable).
Investigation details

Root Cause

The failure occurs while building the release Docker image in the Package x86_64 job, at Dockerfile:26 in the stage-1 RUN block that executes:

apk update && apk add --no-cache shadow

Observed log behavior shows:

  • initial index fetch succeeds (OK: 119173 distinct packages available), then
  • subsequent index fetch times out (operation timed out), followed by
  • shadow (no such package) due to stale/failed index state.

This is consistent with transient package repository/network failure during build, not with the PR’s code change (PR #7771 only updates dev-tools/integration/.env, 1 line changed).

Evidence

WARNING: fetching (apk.cgr.dev/redacted) operation timed out
ERROR: unable to select packages:
  shadow (no such package):
    required by: world[shadow]
...
ERROR: failed to build: failed to solve: process "/bin/sh -c for iter in {1..10}; do apk update && apk add --no-cache shadow ..." did not complete successfully: exit code: 1
  • Failing instruction reference: Dockerfile:26 (RUN for iter in {1..10}; do ... apk add --no-cache shadow ... done)

Verification

  • Not run locally (workflow is read-only detective analysis).

Follow-up

No flaky-test issue reference applies here because this is not a test assertion flake; it is a packaging infrastructure/mirror timeout during container build.


What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@ebeahan
ebeahan enabled auto-merge (squash) September 4, 2026 17:45
@ebeahan
ebeahan merged commit 947a1e5 into main Sep 4, 2026
6 checks passed
@ebeahan
ebeahan deleted the updatecli_main_bump-elastic-stack-snapshot-main branch September 4, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-skip Skip notification from the automated backport with mergify dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant