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

sk-tcp: Improve TCP socket options handling #2380

Merged

sk-tcp: Add test cases for TCP_CORK and TCP_NODELAY socket options

7d06fb0
Select commit
Failed to load commit list.
Merged

sk-tcp: Improve TCP socket options handling #2380

sk-tcp: Add test cases for TCP_CORK and TCP_NODELAY socket options
7d06fb0
Select commit
Failed to load commit list.
Cirrus CI / Vagrant Fedora Rawhide based test failed May 19, 2024 in 41m 34s

Task Summary

Instruction build failed in 41:16

Details

✅ 00:06 clone
✅ 00:09 setup
❌ 41:16 build

Start test
./msgque --pidfile=msgque.pid --outfile=msgque.out
Run criu dump
Run criu restore
=[log]=> dump/zdtm/static/msgque/174/1/restore.log
------------------------ grep Error ------------------------
b'(00.005240)      1: No ipcns-sem-11.img image'
b'(00.006281)      1: net: Try to restore a link 10:1:lo'
b'(00.006288)      1: net: Restoring link lo type 1'
b'(00.007008)      1: net: \tRunning ip addr restore'
b'Error: ipv4: Address already assigned.'
b'Error: ipv6: address already assigned.'
------------------------ ERROR OVER ------------------------
Send the 15 signal to  199
Wait for zdtm/static/msgque(199) to die for 0.100000
========================= Test zdtm/static/msgque PASS =========================
+ ./test/crit-recode.py
PASS
+ skip=0
+ findmnt -no FSTYPE /
+ grep overlay
overlay
+ ./criu/criu check --feature overlayfs_maps
overlayfs_maps is supported
+ unshare -c /bin/true
+ capsh --supports=cap_checkpoint_restore
+ '[' 0 == 0 ']'
+ make -C test/zdtm/ cleanout
make: Entering directory '/criu/test/zdtm'
set -e; for d in lib static transition; do make -C $d cleanout; done
make[1]: Entering directory '/criu/test/zdtm/lib'
rm -f --one-file-system -r *.pid *.out* *.test* *.state
make[1]: Leaving directory '/criu/test/zdtm/lib'
make[1]: Entering directory '/criu/test/zdtm/static'
rm -f --one-file-system -r *.pid *.out* *.test* *.state
make[1]: Leaving directory '/criu/test/zdtm/static'
make[1]: Entering directory '/criu/test/zdtm/transition'
rm -f --one-file-system -r *.pid *.out* *.test* *.state
make[1]: Leaving directory '/criu/test/zdtm/transition'
make: Leaving directory '/criu/test/zdtm'
+ rm -rf test/dump
+ setcap cap_checkpoint_restore,cap_sys_ptrace+eip criu/criu
+ '[' -d /sys/fs/selinux ']'
+ command -v getenforce
++ getenforce
+ selinuxmode=Disabled
+ setenforce Permissive
setenforce: SELinux is disabled
+ cleanup_cgroup
+ ./test/zdtm_umount_cgroups 1
make: *** [Makefile:51: fedora-rawhide] Error 1
make: Leaving directory '/vagrant/criu/scripts/ci'
make: *** [Makefile:73: vagrant-fedora-rawhide] Error 2
make: Leaving directory '/tmp/criu/scripts/ci'

Exit status: 2