Skip to content

not ok 40 checkpoint and restore with netdevice (with --debug) on Fedora 43 #5013

@kolyshkin

Description

@kolyshkin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions