Skip to content

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.26.0 #1311

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.26.0

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.26.0 #1311

Triggered via pull request April 25, 2024 00:42
Status Failure
Total duration 1m 56s
Artifacts

tests.yaml

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

Annotations

26 errors
test (ubuntu-22.04)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
test (ubuntu-22.04)
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)
test (ubuntu-22.04)
impossible type assertion: p.(*recordingSpan)
test (ubuntu-22.04)
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)
test (ubuntu-22.04)
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)
test (ubuntu-22.04)
Process completed with exit code 2.
test (windows-latest)
The job was canceled because "ubuntu-22_04" failed.
test (windows-latest)
The operation was canceled.
lint-go: commands/core/resources/cmd.go#L56
undefined: otelsetup (typecheck)
lint-go: commands/core/start/cmd.go#L59
undefined: otelsetup (typecheck)
lint-go: commands/core/validate/cmd.go#L60
undefined: otelsetup (typecheck)
lint-go: commands/inputs/direct/cmd.go#L83
undefined: otelsetup (typecheck)
lint-go: commands/root.go#L67
undefined: otelsetup (typecheck)
lint-go: core/sakuracloud.go#L81
undefined: otelsetup (typecheck)
lint-go: core/service.go#L106
undefined: otelsetup (typecheck)
lint-go: core/service.go#L59
undefined: otelsetup (typecheck)
lint-go
Process completed with exit code 2.
test (macos-latest)
The job was canceled because "ubuntu-22_04" failed.
test (macos-latest)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
test (macos-latest)
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)
test (macos-latest)
impossible type assertion: p.(*recordingSpan)
test (macos-latest)
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)
test (macos-latest)
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)
test (macos-latest)
The operation was canceled.
test (ubuntu-20.04)
The job was canceled because "ubuntu-22_04" failed.
test (ubuntu-20.04)
The operation was canceled.