fix(deps): update module github.com/docker/docker to v25 [security] (release-2.9.x) #14066
check.yml
on: pull_request
check
/
checkFiles
1m 28s
check
/
faillint
2m 17s
check
/
golangciLint
5m 37s
check
/
integration
1m 35s
check
/
lintFiles
1m 14s
check
/
testLambdaPromtail
1m 23s
check
/
testPushPackage
50s
check
/
collectPackages
10s
Matrix: check / testPackages
Annotations
69 errors
check / testPackages (tools/querytee)
Process completed with exit code 1.
|
check / testPackages (pkg/logproto)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/logproto)
The operation was canceled.
|
check / testPackages (pkg/logcli)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/logcli)
The operation was canceled.
|
check / testPackages (pkg/lokifrontend)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/lokifrontend)
The operation was canceled.
|
check / testPackages (pkg/logqlmodel)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/logqlmodel)
The operation was canceled.
|
check / testPackages (pkg/storage)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/storage)
The operation was canceled.
|
check / testPackages (pkg/configs)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/configs)
The operation was canceled.
|
check / testPackages (pkg/ruler)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/ruler)
The operation was canceled.
|
check / testPackages (clients/cmd)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (clients/cmd)
The operation was canceled.
|
check / testPackages (pkg/analytics)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/analytics)
The operation was canceled.
|
check / testPackages (pkg/scheduler)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/scheduler)
The operation was canceled.
|
check / testPackages (pkg/querier)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/querier)
The operation was canceled.
|
check / testPackages (tools/tsdb)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (tools/tsdb)
The operation was canceled.
|
check / testPackages (pkg/util)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/util)
The operation was canceled.
|
check / testPackages (pkg/iter)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/iter)
The operation was canceled.
|
check / testPackages (cmd/querytee)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (cmd/querytee)
The operation was canceled.
|
check / testPackages (pkg/logqlanalyzer)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/logqlanalyzer)
The operation was canceled.
|
check / testPackages (tools/doc-generator)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (tools/doc-generator)
The operation was canceled.
|
check / testPackages (pkg/canary)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/canary)
The operation was canceled.
|
check / testPackages (pkg/validation)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/validation)
The operation was canceled.
|
check / testPackages (pkg/ingester)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/ingester)
The operation was canceled.
|
check / testPackages (pkg/loki)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/loki)
The operation was canceled.
|
check / testPackages (pkg/loghttp)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/loghttp)
The operation was canceled.
|
check / testPackages (cmd/migrate)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/distributor)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (cmd/migrate)
The operation was canceled.
|
check / testPackages (pkg/distributor)
The operation was canceled.
|
check / testPackages (pkg/logql)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/logql)
The operation was canceled.
|
check / testPackages (pkg/chunkenc)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (pkg/chunkenc)
The operation was canceled.
|
check / testPackages (clients/pkg)
The job was canceled because "tools_querytee" failed.
|
check / testPackages (clients/pkg)
The operation was canceled.
|
check / checkFiles
Process completed with exit code 2.
|
check / integration
Process completed with exit code 2.
|
check / faillint
Process completed with exit code 1.
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L89
cfg.RegisterInstrumentation undefined (type Config has no field or method RegisterInstrumentation) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L90
cfg.RegisterInstrumentation undefined (type Config has no field or method RegisterInstrumentation) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L97
cfg.HTTPListenPort undefined (type Config has no field or method HTTPListenPort) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L101
cfg.PathPrefix undefined (type Config has no field or method PathPrefix) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L126
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L127
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L128
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
check / golangciLint:
clients/pkg/promtail/server/server.go#L138
cannot use serv (variable of type *PromtailServer) as Server value in return statement: *PromtailServer does not implement Server (missing method Run) (typecheck)
|
check / golangciLint:
clients/cmd/promtail/main.go#L138
config.Tracing undefined (type Config has no field or method Tracing) (typecheck)
|
check / golangciLint:
clients/cmd/promtail/main.go#L155
config.Options undefined (type Config has no field or method Options) (typecheck)
|
check / failCheck
Process completed with exit code 2.
|