-
Notifications
You must be signed in to change notification settings - Fork 295
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
opentelemetry-collector/0.119.0 package update #41222
Conversation
octo-sts
bot
commented
Feb 4, 2025
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: • Detected Error: No specific error message is shown, but the build appears to stop at the "Compiling" step • Error Category: Build/Configuration • Failure Point: The compilation step using the OpenTelemetry Collector Builder (ocb) • Root Cause Analysis: • Suggested Fix: - runs: |
set -x
# Use the builder to compile opentelemetry-collector
yq eval '.replaces += ["golang.org/x/crypto => golang.org/x/crypto v0.31.0"]' builder-config.yaml -i
yq eval '.replaces += ["golang.org/x/net => golang.org/x/net v0.33.0"]' builder-config.yaml -i
yq eval '.replaces += ["golang.org/x/sys => golang.org/x/sys v0.13.0"]' builder-config.yaml -i
yq eval '.replaces += ["golang.org/x/text => golang.org/x/text v0.13.0"]' builder-config.yaml -i
${{targets.destdir}}/usr/bin/ocb --config=builder-config.yaml • Explanation: • Additional Notes:
• References: |
10a625d
to
037a7d6
Compare
Blocked until open-telemetry/opentelemetry-collector-releases#811 lands with the build configuration we rely upon. |
Signed-off-by: wolfi-bot <[email protected]>
Previously we would build with a configuration file containing "404 Not Found" (which was, surprisingly, mostly successful).
037a7d6
to
138bef9
Compare