Skip to content

[updatecli] update elastic stack version for testing 9.3.3-e780d8d6#49816

Open
github-actions[bot] wants to merge 2 commits into9.3from
updatecli_9.3_bump-elastic-stack-snapshot-9.3
Open

[updatecli] update elastic stack version for testing 9.3.3-e780d8d6#49816
github-actions[bot] wants to merge 2 commits into9.3from
updatecli_9.3_bump-elastic-stack-snapshot-9.3

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bump elastic-stack to latest snapshot version

Update snapshot.yml

1 file(s) updated with "$1:9.3.3-e780d8d6-SNAPSHOT": * testing/environments/snapshot.yml

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 March 31, 2026 15:39
@github-actions github-actions bot requested review from faec and leehinman and removed request for a team March 31, 2026 15:39
@github-actions github-actions bot added automation build-monitoring Issues created as part of Build Monitoring dependency backport-skip Skip notification from the automated backport with mergify Team:Beats-On-Call Label for the On Call team labels Mar 31, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

TL;DR

Buildkite failed before any Beat-specific build/test logic ran: multiple jobs could not clone/fetch elastic/beats due to repeated remote: Internal Server Error (HTTP 500) from GitHub during checkout/post-checkout. Immediate action is to re-run once GitHub checkout is healthy.

Remediation

  • Re-run the failed Buildkite jobs/build after GitHub access stabilizes; this appears transient infra/network-side, not a PR code regression.
  • If it recurs, add retry/backoff around checkout/post-checkout fetch in CI bootstrap and capture GitHub status incident correlation.
Investigation details

Root Cause

Failure class: Infrastructure (transient external dependency).

Across 9 failed jobs, the common error is checkout failure (exit status 128) caused by GitHub returning HTTP 500 on clone/fetch operations. In jobs that reached repository hooks, .buildkite/hooks/post-checkout executes:

  • .buildkite/hooks/post-checkout:15git fetch -v origin "\$\{target_branch}"

That fetch step also fails with the same HTTP 500, confirming the failure happens in repository retrieval, before project-specific tests/build steps.

Evidence

  • Build: https://buildkite.com/elastic/beats/builds/43306
  • Example jobs/steps:
    • Upload Pipeline: .buildkite/filebeat/filebeat-pipeline.yml
    • Upload Pipeline: .buildkite/libbeat/pipeline.libbeat.yml
  • Key log excerpts:
    • remote: Internal Server Error
    • fatal: unable to access 'https://github.com/elastic/beats.git/': The requested URL returned error: 500
    • Error: cloning git repository: exit status 128
    • Error: running "repository post-checkout" shell hook: The repository post-checkout hook exited with status 128

Verification

  • Local tests/builds were not run because CI failed during checkout/bootstrap phase.
  • Reviewed all listed failed Buildkite logs from /tmp/gh-aw/buildkite-logs/*; failures are consistent and identical in failure mode.

Follow-up

  • If re-run still fails, collect a timestamped sample of failing GitHub clone/fetch requests and open/attach infra incident context.

Note

🔒 Integrity filtering filtered 1 item

Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.


What is this? | From workflow: PR Buildkite Detective

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

Copy link
Copy Markdown
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving mergify

@mergify mergify bot added the queued label Apr 1, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 1, 2026

Merge Queue Status

This pull request spent 6 minutes 14 seconds in the queue, including 36 seconds running CI.

Required conditions to merge

Reason

New commits have been added to the draft pull request that were not made by Mergify

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

mergify bot added a commit that referenced this pull request Apr 1, 2026
mergify bot added a commit that referenced this pull request Apr 1, 2026
@mergify mergify bot added dequeued and removed queued labels Apr 1, 2026
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 build-monitoring Issues created as part of Build Monitoring dependency dequeued Team:Beats-On-Call Label for the On Call team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant