fix(deps): update module github.com/checkpoint-restore/go-criu/v7 to v8 #27752
+1
−1
Cirrus CI / Validate source code changes
failed
Mar 11, 2026 in 2m 21s
Task Summary
Instruction main failed in 01:57
Details
✅ 00:13 clone
✅ 00:02 setup
✅ 00:04 golangci-lint
❌ 01:57 main
************************************************************
start ebpf cleanup tracer
DEST_BRANCH is main
+ echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:282 in source()
finished
Fedora release 43 (Forty Three)
Kernel: 6.18.16-200.fc43.x86_64
Cgroups: cgroup2fs
aardvark-dns-1.17.0-1.fc43-x86_64
buildah-1.43.0-1.fc43-x86_64
conmon-2.2.1-2.fc43-x86_64
containernetworking-plugins-1.9.0-1.fc43-x86_64
containers-common-0.67.0-1.fc43-noarch
container-selinux-2.246.0-1.fc43-noarch
criu-4.2-11.fc43-x86_64
crun-1.25.1-1.fc43-x86_64
golang-1.25.7-1.fc43-x86_64
libseccomp-2.6.0-2.fc43-x86_64
netavark-1.17.2-1.fc43-x86_64
passt-0^20260120.g386b5f5-1.fc43-x86_64
podman-5.8.0-1.fc43-x86_64
skopeo-1.22.0-2.fc43-x86_64
slirp4netns-1.3.1-3.fc43-x86_64
************************************************************
+ _run_validate-source # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:512 in main()
+ make validate-source # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:29 in _run_validate-source()
VERSION=2.10.1 ./hack/install_golangci.sh
Installing golangci-lint v2.10.1 into ./bin/golangci-lint
golangci/golangci-lint info checking GitHub for tag 'v2.10.1'
golangci/golangci-lint info found version: 2.10.1 for v2.10.1/linux/amd64
golangci/golangci-lint info installed ./bin/golangci-lint
hack/golangci-lint.sh
Linting for GOOS=linux
+ ./bin/golangci-lint run --build-tags=apparmor,seccomp,selinux
pkg/criu/criu_linux.go:8:2: could not import github.com/checkpoint-restore/go-criu/v7 (pkg/criu/criu_linux.go:8:2: github.com/checkpoint-restore/go-criu/v8@v8.2.0: missing go.sum entry for go.mod file; to add it:
go mod download github.com/checkpoint-restore/go-criu/v8) (typecheck)
"github.com/checkpoint-restore/go-criu/v7"
^
pkg/criu/criu_linux.go:9:2: could not import github.com/checkpoint-restore/go-criu/v7/rpc (pkg/criu/criu_linux.go:9:2: github.com/checkpoint-restore/go-criu/v8@v8.2.0: missing go.sum entry for go.mod file; to add it:
go mod download github.com/checkpoint-restore/go-criu/v8) (typecheck)
"github.com/checkpoint-restore/go-criu/v7/rpc"
^
pkg/criu/criu_linux.go:17:7: undefined: criu (typecheck)
c := criu.MakeCriu()
^
pkg/criu/criu_linux.go:30:19: undefined: criu (typecheck)
features, err := criu.MakeCriu().FeatureCheck(
^
pkg/criu/criu_linux.go:43:7: undefined: criu (typecheck)
c := criu.MakeCriu()
^
5 issues:
* typecheck: 5
make: *** [Makefile:291: golangci-lint] Error 1
Exit status: 2
Loading