Skip to content

Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 #2110

Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0

Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 #2110

Triggered via pull request April 8, 2024 02:24
Status Failure
Total duration 1m 37s
Artifacts

crio.yml

on: pull_request
Matrix: linux-build-and-critest-cri-o
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
main / linux amd64
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
main / linux amd64
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as "go.opentelemetry.io/otel/trace".Span value in variable declaration: nonRecordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
main / linux amd64
impossible type assertion: p.(*recordingSpan)
main / linux amd64
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as "go.opentelemetry.io/otel/trace".Span value in return statement: nonRecordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
main / linux amd64
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as "go.opentelemetry.io/otel/trace".Span value in return statement: *recordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
main / linux amd64
Process completed with exit code 2.
main / linux amd64
The gcloud CLI is not authenticated (or it is not installed). Authenticate by adding the "google-github-actions/auth" step prior this one.