Skip to content

Bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.27.0 #322

Bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.27.0

Bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.27.0 #322

Triggered via pull request May 22, 2024 00:11
Status Failure
Total duration 1m 30s
Artifacts

ci.yaml

on: pull_request
Matrix: Integration test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Unit test
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
Unit test
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)
Unit test
impossible type assertion: p.(*recordingSpan)
Unit test
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)
Unit test
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)
Unit test
Process completed with exit code 2.
Check
Process completed with exit code 1.