Skip to content

Release v2.2.19

Release v2.2.19 #147

Triggered via pull request October 18, 2024 08:08
Status Failure
Total duration 7m 56s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
unit-test: pkg/ingester/client/client.go#L76
cannot use ClosableHealthAndIngesterClient{…} (value of type ClosableHealthAndIngesterClient) as HealthAndIngesterClient value in return statement: ClosableHealthAndIngesterClient does not implement HealthAndIngesterClient (missing method Close) (typecheck)
unit-test: pkg/ingester/client/client.go#L87
undefined: opentracing (typecheck)
unit-test: pkg/ingester/client/client.go#L91
undefined: opentracing (typecheck)
unit-test: pkg/ruler/ruler.go#L20
cfg.StoreConfig undefined (type *Config has no field or method StoreConfig) (typecheck)
unit-test: cmd/logcli/main.go#L23
undefined: kingpin (typecheck)
unit-test: cmd/logcli/main.go#L186
undefined: kingpin (typecheck)
unit-test: cmd/logcli/main.go#L269
undefined: kingpin (typecheck)
unit-test: cmd/vali/main.go#L74
config.LimitsConfig undefined (type Config has no field or method LimitsConfig) (typecheck)
unit-test: cmd/vali/main.go#L77
config.Server undefined (type Config has no field or method Server) (typecheck)
unit-test: cmd/vali/main.go#L81
config.Server undefined (type Config has no field or method Server) (typecheck)
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/