Skip to content

RF1 Ingestion

RF1 Ingestion #8729

Triggered via pull request November 6, 2024 22:51
Status Failure
Total duration 5m 4s
Artifacts

check.yml

on: pull_request
Matrix: check / testPackages
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 6 warnings
check / lintFiles
Process completed with exit code 2.
check / integration
Process completed with exit code 2.
check / testPackages (pkg/loki)
Process completed with exit code 1.
check / testPackages (pkg/ruler)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/ruler)
The operation was canceled.
check / testPackages (pkg/ingester)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/ingester)
The operation was canceled.
check / testPackages (tools/doc-generator)
The job was canceled because "pkg_loki" failed.
check / testPackages (tools/doc-generator)
The operation was canceled.
check / testPackages (clients/cmd)
The job was canceled because "pkg_loki" failed.
check / testPackages (clients/cmd)
The operation was canceled.
check / testPackages (pkg/storage)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/storage)
The operation was canceled.
check / testPackages (pkg/bloombuild)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/bloombuild)
The operation was canceled.
check / testPackages (pkg/lokifrontend)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/querier)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/querier)
The operation was canceled.
check / testPackages (pkg/util)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/util)
The operation was canceled.
check / testPackages (tools/tsdb)
The job was canceled because "pkg_loki" failed.
check / testPackages (tools/tsdb)
The operation was canceled.
check / testPackages (pkg/logcli)
The job was canceled because "pkg_loki" failed.
check / testPackages (pkg/logcli)
The operation was canceled.
check / testPackages (clients/pkg)
The job was canceled because "pkg_loki" failed.
check / testPackages (clients/pkg)
The operation was canceled.
check / checkFiles
Process completed with exit code 2.
check / golangciLint
issues found
check / failCheck
Process completed with exit code 2.
check / golangciLint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check / golangciLint: pkg/blockbuilder/writer.go#L18
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
check / golangciLint: pkg/blockbuilder/writer.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
check / golangciLint: pkg/blockbuilder/pipeline_test.go#L28
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
check / golangciLint: pkg/blockbuilder/tsdb.go#L63
var-naming: type tsdbWithId should be tsdbWithID (revive)
check / golangciLint: pkg/blockbuilder/partition.go#L54
unexported-return: exported func NewPartitionReader returns unexported type *blockbuilder.partitionReader, which can be annoying to use (revive)