mod: replace gopkg.in/natefinch/lumberjack.v2 with elastic fork#51950
Conversation
🤖 GitHub commentsJust comment with:
|
TL;DRThe Filebeat Go integration job did not reach Go integration tests. It failed while Docker was building the generated filebeat-oss and filebeat-oss-wolfi images because Chainguard returned HTTP 500 for the anonymous token request to cgr.dev. This is an external registry/infrastructure failure, not an error introduced by the lumberjack dependency replacement. Remediation
Investigation detailsRoot CauseThe job command was cd filebeat followed by mage goIntegTest, but packaging failed before tests could execute. The generated Dockerfile uses FROM --platform=linux/amd64 cgr.dev/chainguard/wolfi-base AS home; both the regular and Wolfi Filebeat image builds failed during base-image metadata resolution. Evidence
VerificationNo Go tests ran because the image build failed before test execution. Follow-upA successful retry should confirm whether this was transient registry availability. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
/test |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
|
Tick the box to add this pull request to the merge queue (same as
|
… with elastic fork (#51955) * mod: replace gopkg.in/natefinch/lumberjack.v2 with elastic fork (#51950) (cherry picked from commit 3de2668) # Conflicts: # go.mod # go.sum # x-pack/filebeat/input/entityanalytics/provider/okta/conf.go * resolve conflicts --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
Proposed commit message
See title.
Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Disruptive User Impact
How to test this PR locally
Related issues
Use cases
Screenshots
Logs