Skip to content

Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.40.0 to 0.46.0 in /examples #587

Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.40.0 to 0.46.0 in /examples

Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.40.0 to 0.46.0 in /examples #587

Status Failure
Total duration 4m 15s
Artifacts

go.yaml

on: pull_request
Linters (Static Analysis) for Go
4m 3s
Linters (Static Analysis) for Go
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 5 warnings
Unit tests on Go 1.20.x / ubuntu-latest
cannot use &TracerProvider{} (value of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in variable declaration: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / ubuntu-latest
cannot use t (variable of type *tracer) as "go.opentelemetry.io/otel/trace".Tracer value in return statement: *tracer does not implement "go.opentelemetry.io/otel/trace".Tracer (missing method tracer)
Unit tests on Go 1.20.x / ubuntu-latest
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method span)
Unit tests on Go 1.20.x / ubuntu-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / ubuntu-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 span)
Unit tests on Go 1.20.x / ubuntu-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / ubuntu-latest
cannot use &tracer{} (value of type *tracer) as "go.opentelemetry.io/otel/trace".Tracer value in variable declaration: *tracer does not implement "go.opentelemetry.io/otel/trace".Tracer (missing method tracer)
Unit tests on Go 1.20.x / ubuntu-latest
impossible type assertion: p.(*recordingSpan)
Unit tests on Go 1.20.x / ubuntu-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 span)
Unit tests on Go 1.20.x / ubuntu-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 span)
Unit tests on Go 1.19.x / ubuntu-latest
cannot use &TracerProvider{} (value of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in variable declaration:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use t (variable of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in return statement:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as type ReadWriteSpan in variable declaration:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in variable declaration:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use &tracer{} (value of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in variable declaration:
Unit tests on Go 1.19.x / ubuntu-latest
impossible type assertion: p.(*recordingSpan)
Unit tests on Go 1.19.x / ubuntu-latest
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Unit tests on Go 1.19.x / ubuntu-latest
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Unit tests on Go 1.19.x / macos-latest
cannot use &TracerProvider{} (value of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in variable declaration:
Unit tests on Go 1.19.x / macos-latest
cannot use t (variable of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in return statement:
Unit tests on Go 1.19.x / macos-latest
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as type ReadWriteSpan in variable declaration:
Unit tests on Go 1.19.x / macos-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Unit tests on Go 1.19.x / macos-latest
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in variable declaration:
Unit tests on Go 1.19.x / macos-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Unit tests on Go 1.19.x / macos-latest
cannot use &tracer{} (value of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in variable declaration:
Unit tests on Go 1.19.x / macos-latest
impossible type assertion: p.(*recordingSpan)
Unit tests on Go 1.19.x / macos-latest
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Unit tests on Go 1.19.x / macos-latest
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Unit tests on Go 1.20.x / macos-latest
cannot use &TracerProvider{} (value of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in variable declaration: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / macos-latest
cannot use t (variable of type *tracer) as "go.opentelemetry.io/otel/trace".Tracer value in return statement: *tracer does not implement "go.opentelemetry.io/otel/trace".Tracer (missing method tracer)
Unit tests on Go 1.20.x / macos-latest
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method span)
Unit tests on Go 1.20.x / macos-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / 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 span)
Unit tests on Go 1.20.x / macos-latest
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
Unit tests on Go 1.20.x / macos-latest
cannot use &tracer{} (value of type *tracer) as "go.opentelemetry.io/otel/trace".Tracer value in variable declaration: *tracer does not implement "go.opentelemetry.io/otel/trace".Tracer (missing method tracer)
Unit tests on Go 1.20.x / macos-latest
impossible type assertion: p.(*recordingSpan)
Unit tests on Go 1.20.x / 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 span)
Unit tests on Go 1.20.x / 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 span)
Linters (Static Analysis) for Go
cannot use &TracerProvider{} (value of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in variable declaration:
Linters (Static Analysis) for Go
cannot use t (variable of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in return statement:
Linters (Static Analysis) for Go
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as type ReadWriteSpan in variable declaration:
Linters (Static Analysis) for Go
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Linters (Static Analysis) for Go
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in variable declaration:
Linters (Static Analysis) for Go
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
Linters (Static Analysis) for Go
cannot use &tracer{} (value of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in variable declaration:
Linters (Static Analysis) for Go
impossible type assertion: p.(*recordingSpan)
Linters (Static Analysis) for Go
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Linters (Static Analysis) for Go
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
Unit tests on Go 1.20.x / ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Go 1.19.x / ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Go 1.19.x / macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Go 1.20.x / macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linters (Static Analysis) for Go
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/