-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Getting the following failure on Fedora 43:
not ok 40 checkpoint and restore with netdevice (with --debug)
# (from function `simple_cr_with_netdevice' in file tests/integration/checkpoint.bats, line 162,
# in test file tests/integration/checkpoint.bats, line 228)
# `simple_cr_with_netdevice --debug' failed
# runc spec (status=0)
#
# runc run -d --console-socket /tmp/bats-run-ewdfn2/runc.U3rjBK/tty/sock test_busybox_netdevice (status=0)
#
# runc state test_busybox_netdevice (status=0)
# {
# "ociVersion": "1.3.0",
# "id": "test_busybox_netdevice",
# "pid": 25383,
# "status": "running",
# "bundle": "/tmp/bats-run-ewdfn2/runc.U3rjBK/bundle",
# "rootfs": "/tmp/bats-run-ewdfn2/runc.U3rjBK/bundle/rootfs",
# "created": "2025-11-12T20:45:29.528895853Z",
# "owner": ""
# }
# runc exec test_busybox_netdevice ip address show dev dummy0 (status=0)
# 9: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1789 qdisc noqueue qlen 1000
# link/ether 42:e1:ca:04:28:69 brd ff:ff:ff:ff:ff:ff
# inet 169.254.169.77/32 scope global dummy0
# valid_lft forever preferred_lft forever
# inet6 fe80::40e1:caff:fe04:2869/64 scope link
# valid_lft forever preferred_lft forever
# Cannot find device "dummy0"
# --- teardown ---
Seems that the reason of the failure is, dummy0 MAC address is expected to be 00:11:22:33:44:55, but in reality it is 42:e1:ca:04:28:69.
Metadata
Metadata
Assignees
Labels
No labels