Skip to content

build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.53.0 #5130

build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.53.0

build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.53.0 #5130

Status Failure
Total duration 2m 29s
Artifacts

ci.yml

on: pull_request
Matrix: e2e
prepare
5s
prepare
Matrix: validate
Matrix: binary
coverage
0s
coverage
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

103 errors and 24 warnings
validate (validate-docs)
Process completed with exit code 2.
binary (linux/s390x)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/riscv64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/arm/v6)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (windows/amd64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (windows/arm64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
test
ENOENT: no such file or directory, open 'bin/coverage/unit/report.xml'
test
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c rm -rf /tmp/coverage && mkdir -p /tmp/coverage && rm -rf /tmp/report && mkdir -p /tmp/report && go run gotest.tools/gotestsum@latest --format testname --junitfile \"/tmp/report/report.xml\" -- -tags \"$BUILD_TAGS\" -v -cover -covermode=atomic $(go list $(TAGS) ./... | grep -vE 'e2e') -args -test.gocoverdir=\"/tmp/coverage\" && go tool covdata percent -i=/tmp/coverage" did not complete successfully: exit code: 1
binary (darwin/arm64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/amd64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (darwin/amd64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/arm/v7)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/ppc64le)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
binary (linux/arm64)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c xx-go --wrap && if [ \"$(xx-info os)\" == \"darwin\" ]; then export CGO_ENABLED=1; fi && make build GO_BUILDTAGS=\"$BUILD_TAGS\" DESTDIR=/out && xx-verify --static /out/docker-compose" did not complete successfully: exit code: 2
validate (lint)
Process completed with exit code 2.
e2e (plugin, 25.0.5)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 25.0.5)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 25.0.5)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 25.0.5)
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)
e2e (plugin, 25.0.5)
impossible type assertion: p.(*recordingSpan)
e2e (plugin, 25.0.5)
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)
e2e (plugin, 25.0.5)
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)
e2e (plugin, 25.0.5)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 25.0.5)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 25.0.5)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 25.0.5)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 25.0.5)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 25.0.5)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 25.0.5)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 25.0.5)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 25.0.5)
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)
e2e (standalone, 25.0.5)
impossible type assertion: p.(*recordingSpan)
e2e (standalone, 25.0.5)
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)
e2e (standalone, 25.0.5)
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)
e2e (standalone, 25.0.5)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 25.0.5)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 25.0.5)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 24.0.9)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (plugin, 24.0.9)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 24.0.9)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 24.0.9)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 24.0.9)
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)
e2e (plugin, 24.0.9)
impossible type assertion: p.(*recordingSpan)
e2e (plugin, 24.0.9)
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)
e2e (plugin, 24.0.9)
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)
e2e (plugin, 24.0.9)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 24.0.9)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 24.0.9)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 27.0.3)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 27.0.3)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 27.0.3)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 27.0.3)
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)
e2e (plugin, 27.0.3)
impossible type assertion: p.(*recordingSpan)
e2e (plugin, 27.0.3)
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)
e2e (plugin, 27.0.3)
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)
e2e (plugin, 27.0.3)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 27.0.3)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 27.0.3)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 27.0.3)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 26.1.4)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 26.1.4)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 26.1.4)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 26.1.4)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 26.1.4)
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)
e2e (standalone, 26.1.4)
impossible type assertion: p.(*recordingSpan)
e2e (standalone, 26.1.4)
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)
e2e (standalone, 26.1.4)
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)
e2e (standalone, 26.1.4)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 26.1.4)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 26.1.4)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 27.0.3)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 27.0.3)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 27.0.3)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 27.0.3)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 27.0.3)
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)
e2e (standalone, 27.0.3)
impossible type assertion: p.(*recordingSpan)
e2e (standalone, 27.0.3)
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)
e2e (standalone, 27.0.3)
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)
e2e (standalone, 27.0.3)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 27.0.3)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 27.0.3)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 26.1.4)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (plugin, 26.1.4)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 26.1.4)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 26.1.4)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (plugin, 26.1.4)
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)
e2e (plugin, 26.1.4)
impossible type assertion: p.(*recordingSpan)
e2e (plugin, 26.1.4)
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)
e2e (plugin, 26.1.4)
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)
e2e (plugin, 26.1.4)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 26.1.4)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (plugin, 26.1.4)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 24.0.9)
ENOENT: no such file or directory, open '/tmp/report/report.xml'
e2e (standalone, 24.0.9)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 24.0.9)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 24.0.9)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
e2e (standalone, 24.0.9)
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)
e2e (standalone, 24.0.9)
impossible type assertion: p.(*recordingSpan)
e2e (standalone, 24.0.9)
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)
e2e (standalone, 24.0.9)
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)
e2e (standalone, 24.0.9)
cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 24.0.9)
cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
e2e (standalone, 24.0.9)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
validate (validate-headers)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
validate (validate-go-mod)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
validate (validate-docs)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/s390x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/riscv64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/arm/v6)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (windows/amd64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (windows/arm64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (darwin/arm64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/amd64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (darwin/amd64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/arm/v7)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/ppc64le)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
binary (linux/arm64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
validate (lint)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (plugin, 25.0.5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (standalone, 25.0.5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (plugin, 24.0.9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (plugin, 27.0.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (standalone, 26.1.4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (standalone, 27.0.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (plugin, 26.1.4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e (standalone, 24.0.9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v2, docker/bake-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/