Skip to content

Enable mTLS support for gNMI exporter. #14

Enable mTLS support for gNMI exporter.

Enable mTLS support for gNMI exporter. #14

Triggered via pull request October 7, 2024 15:08
Status Failure
Total duration 1m 49s
Artifacts

go.yml

on: pull_request
Matrix: go / Build and Test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 4 warnings
go / Build and Test (oldstable)
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / Build and Test (oldstable)
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpsprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / Build and Test (oldstable)
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by go.opentelemetry.io/collector/config/confighttp); to add:
go / Build and Test (oldstable)
Process completed with exit code 1.
go / Build and Test (stable)
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / Build and Test (stable)
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpsprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / Build and Test (stable)
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by go.opentelemetry.io/collector/config/confighttp); to add:
go / Build and Test (stable)
Process completed with exit code 1.
go / Static Analysis: gnmi/gnmi.go#L19
"fmt" imported and not used
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis: gnmi/gnmi.go#L19
"fmt" imported and not used
go / Static Analysis
"fmt" imported and not used
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis: collector/components.go#L15
should have a package comment
go / Static Analysis: gnmi/gnmi.go#L122
redefinition of the built-in type any
go / Static Analysis: gnmi/gnmi.go#L159
redefinition of the built-in type any
go / Static Analysis: gnmi/gnmi.go#L185
redefinition of the built-in type any
go / Static Analysis: gnmipath/config.go#L21
exported type Config should have comment or be unexported
go / Static Analysis: gnmipath/doc.go#L15
package comment should be of the form "Package gnmipath ..."
go / Static Analysis: gnmipath/pather.go#L24
exported type Pather should have comment or be unexported
go / Static Analysis: gnmipath/pather.go#L28
exported function NewPather should have comment or be unexported
go / Static Analysis: integration/docker_stats_e2e/docker_stats_e2e_test.go#L62
context.Context should be the first parameter of a function
go / Static Analysis: integration/docker_stats_e2e/docker_stats_e2e_test.go#L36
parameter 't' seems to be unused, consider removing or renaming it as _
go / staticcheck: gnmi/gnmi.go#L19
"fmt" imported and not used (compile)
go / staticcheck: gnmi/gnmi.go#L19
"fmt" imported and not used (compile)
go / staticcheck
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by go.opentelemetry.io/collector/config/confighttp); to add:
go / staticcheck
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / staticcheck
missing go.sum entry for module providing package go.opentelemetry.io/collector/confmap/provider/httpsprovider (imported by go.opentelemetry.io/collector/otelcol); to add:
go / staticcheck
Process completed with exit code 1.
go / Build and Test (oldstable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / Build and Test (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / Static Analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / staticcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/