Skip to content

Using decompression commands to improve the layer decompression speed of gzip-formatted images #4540

Using decompression commands to improve the layer decompression speed of gzip-formatted images

Using decompression commands to improve the layer decompression speed of gzip-formatted images #4540

Triggered via pull request September 9, 2025 06:26
Status Failure
Total duration 52m 58s
Artifacts

tests.yml

on: pull_request
Matrix: Integration
Matrix: Linter
Matrix: CRIValidationContainerd
Matrix: CRIValidationCRIO
Matrix: CRIAuth
Matrix: Kind
Matrix: Optimize
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 3 warnings
Project Checks
Process completed with exit code 1.
Linter (.)
issues found
Linter (.): util/decompressutil/gzip_test.go#L190
range: should omit 2nd value from range; this loop is equivalent to `for cmd := range ...` (revive)
Linter (.): util/decompressutil/gzip.go#L112
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
Linter (.): util/decompressutil/gzip.go#L90
unexported-return: exported func GetGzipHelperFunc returns unexported type decompressutil.gzipHelperFunc, which can be annoying to use (revive)
Linter (.): util/decompressutil/gzip_test.go#L163
copylocks: assignment copies lock value to printOnce: sync.Once contains sync.noCopy (govet)
Linter (.): util/decompressutil/gzip_test.go#L162
copylocks: assignment copies lock value to findCmdOnce: sync.Once contains sync.noCopy (govet)
Linter (.): util/decompressutil/gzip_test.go#L157
copylocks: assignment copies lock value to origPrintOnce: sync.Once contains sync.noCopy (govet)
Linter (.): util/decompressutil/gzip_test.go#L156
copylocks: assignment copies lock value to origFindCmdOnce: sync.Once contains sync.noCopy (govet)
K3SArgoWorkflow
Process completed with exit code 2.
K3SArgoWorkflow: service/keychain/cri/cri.go#L54
cannot use server (variable of type *instrumentedService) as "k8s.io/cri-api/pkg/apis/runtime/v1".ImageServiceServer value in return statement: *instrumentedService does not implement "k8s.io/cri-api/pkg/apis/runtime/v1".ImageServiceServer (missing method mustEmbedUnimplementedImageServiceServer)
K3S
Process completed with exit code 2.
K3S: service/keychain/cri/cri.go#L54
cannot use server (variable of type *instrumentedService) as "k8s.io/cri-api/pkg/apis/runtime/v1".ImageServiceServer value in return statement: *instrumentedService does not implement "k8s.io/cri-api/pkg/apis/runtime/v1".ImageServiceServer (missing method mustEmbedUnimplementedImageServiceServer)
Project Checks
Restore cache failed: Dependencies file is not found in /home/runner/work/stargz-snapshotter/stargz-snapshotter. Supported file pattern: go.sum
K3SArgoWorkflow
Restore cache failed: Dependencies file is not found in /home/runner/work/stargz-snapshotter/stargz-snapshotter. Supported file pattern: go.sum
K3S
Restore cache failed: Dependencies file is not found in /home/runner/work/stargz-snapshotter/stargz-snapshotter. Supported file pattern: go.sum