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-inet: Add support for checkpoint/restore of ICMP sockets #2558

Open
wants to merge 8 commits into
base: criu-dev
Choose a base branch
from

sk-inet: Duplicate and free ping_group_range buffer

a5b5985
Select commit
Loading
Failed to load commit list.
Open

sk-inet: Add support for checkpoint/restore of ICMP sockets #2558

sk-inet: Duplicate and free ping_group_range buffer
a5b5985
Select commit
Loading
Failed to load commit list.
Cirrus CI / Vagrant Fedora Rawhide based test failed Jan 15, 2025 in 41m 13s

Task Summary

Instruction build failed in 40:46

Details

✅ 00:06 clone
✅ 00:18 setup
❌ 40:46 build

userns is supported
=== Run 1/1 ================ zdtm/transition/thread-bomb
==== ALARM ====
===================== Run zdtm/transition/thread-bomb in h =====================
Start test
./thread-bomb --pidfile=thread-bomb.pid --outfile=thread-bomb.out
Traceback (most recent call last):
  File "/criu/test/zdtm.py", line 2942, in <module>
    fork_zdtm()
    ~~~~~~~~~^^
  File "/criu/test/zdtm.py", line 2933, in fork_zdtm
    do_run_test(tinfo[0], tinfo[1], tinfo[2], tinfo[3])
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/criu/test/zdtm.py", line 2012, in do_run_test
    t.start()
    ~~~~~~~^^
  File "/criu/test/zdtm.py", line 529, in start
    self.__make_action('pid', env, self.__flavor.root)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/criu/test/zdtm.py", line 468, in __make_action
    if s.wait(timeout=self.__timeout):
       ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.13/subprocess.py", line 1274, in wait
    return self._wait(timeout=timeout)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.13/subprocess.py", line 2052, in _wait
    raise TimeoutExpired(self.args, timeout)
subprocess.TimeoutExpired: Command '['make', '--no-print-directory', '-C', 'zdtm/transition', 'thread-bomb.pid']' timed out after 30 seconds

##################################### FAIL #####################################
+ fail
+ set +e
+ uname -a
Linux 0d48538f4152 6.12.9-100.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan  9 16:04:00 UTC 2025 x86_64 GNU/Linux
+ ps axf --width 256
++ basename ./test/jenkins/criu-fcg.sh
++ date +%m%d%H%M
+ tar -czf /home/criu-fcg.sh---01150901.tar.gz .
tar: ./test/zdtm/static/del_standalone_un.test/sock: socket ignored
tar: ./test/zdtm/static/del_standalone_un_seqpacket.test/sock: socket ignored
tar: ./test/zdtm/static/sk-unix01.test/sole: socket ignored
tar: ./test/zdtm/static/sk-unix01-seqpacket.test/sole: socket ignored
tar: ./test/zdtm/static/sockets00.test: socket ignored
tar: ./test/zdtm/static/sockets00-seqpacket.test: socket ignored
tar: ./test/zdtm/static/sockets03.test: socket ignored
tar: ./test/zdtm/static/sockets03-seqpacket.test: socket ignored
+ tar -czf report.tar.gz -C test/ report
+ exit 1
+ cleanup_cgroup
+ ./test/zdtm_umount_cgroups 1
make: Leaving directory '/vagrant/criu/scripts/ci'
make: *** [Makefile:51: fedora-rawhide] Error 1
make: *** [Makefile:73: vagrant-fedora-rawhide] Error 2
make: Leaving directory '/tmp/criu/scripts/ci'

Exit status: 2