Skip to content

---

--- #188

Status Failure
Total duration 1m 18s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors
lint-go: main.go#L43
undefined: otelsetup (typecheck)
lint-go: main.go#L60
undefined: otelsetup (typecheck)
lint-go: main.go#L70
opts.Version undefined (type *commandOpts has no field or method Version) (typecheck)
lint-go: main.go#L87
opts.Query undefined (type *commandOpts has no field or method Query) (typecheck)
lint-go: main.go#L109
opts.Prefix undefined (type *commandOpts has no field or method Prefix) (typecheck)
lint-go: main.go#L110
opts.Zones undefined (type *commandOpts has no field or method Zones) (typecheck)
lint-go: main.go#L149
opts.Time undefined (type *commandOpts has no field or method Time) (typecheck)
lint-go: main.go#L159
opts.Time undefined (type *commandOpts has no field or method Time) (typecheck)
lint-go: main.go#L160
opts.Time undefined (type *commandOpts has no field or method Time) (typecheck)
lint-go
Process completed with exit code 2.
test
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)
test
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)
test
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
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)
test
impossible type assertion: p.(*recordingSpan)
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)
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)
test
Process completed with exit code 2.