Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Test k8s #4249

Closed
wants to merge 2 commits into from

Bump cilium/ebpf to v0.13.2

26cd7b4
Select commit
Loading
Failed to load commit list.
Closed

[DNM] Test k8s #4249

Bump cilium/ebpf to v0.13.2
26cd7b4
Select commit
Loading
Failed to load commit list.
Cirrus CI / ci / centos-7 failed Apr 17, 2024 in 49s

Task Summary

Instruction unit_tests failed in 00:10

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:04 clone
✅ 00:29 install_dependencies
✅ 00:03 host_info
✅ 00:01 check_config
❌ 00:10 unit_tests

ssh -tt localhost "make -C /home/runc localunittest"
make: Entering directory `/home/runc'
rm -f libcontainer/dmz/binary/runc-dmz
go generate -tags "seccomp urfave_cli_no_docs " ./libcontainer/dmz
make[1]: Entering directory `/home/runc/libcontainer/dmz'
gcc -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib -lgcc -static -o binary/runc-dmz _dmz.c
strip -gs binary/runc-dmz
make[1]: Leaving directory `/home/runc/libcontainer/dmz'
go build -trimpath "-buildmode=pie"  -tags "seccomp urfave_cli_no_docs " -ldflags "-X main.gitCommit=26cd7b4 -X main.version=1.2.0-rc.1+dev " -o runc .
# github.com/opencontainers/runc/libcontainer/nsenter
libcontainer/nsenter/nsenter_go122.go:12:4: error: #error "runc does not currently work properly with Go >=1.22. See <https://github.com/opencontainers/runc/issues/4233>."
 #  error "runc does not currently work properly with Go >=1.22. See <https://github.com/opencontainers/runc/issues/4233>."
    ^
# github.com/cilium/ebpf/internal
vendor/github.com/cilium/ebpf/internal/vdso.go:22:13: undefined: newAuxvRuntimeReader
vendor/github.com/cilium/ebpf/internal/vdso.go:52:26: undefined: auxvPairReader
vendor/github.com/cilium/ebpf/internal/vdso.go:62:8: undefined: _AT_SYSINFO_EHDR
vendor/github.com/cilium/ebpf/internal/vdso.go:69:8: undefined: _AT_NULL
make: *** [runc-bin] Error 1
make: Leaving directory `/home/runc'
Connection to localhost closed.

Exit status: 2