-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
On centos-7, sometimes this integration test fails:
not ok 98 ps after the container stopped
# (in test file tests/integration/ps.bats, line 83)
# `[ "$status" -eq 0 ]' failed
# runc spec (status=0):
#
# runc run -d --console-socket /tmp/bats-run-14514/runc.NS9L5h/tty/sock test_busybox (status=0):
#
# runc state test_busybox (status=0):
# {
# "ociVersion": "1.0.2-dev",
# "id": "test_busybox",
# "pid": 26143,
# "status": "running",
# "bundle": "/tmp/bats-run-14514/runc.NS9L5h/bundle",
# "rootfs": "/tmp/bats-run-14514/runc.NS9L5h/bundle/rootfs",
# "created": "2023-02-10T12:47:29.713368222Z",
# "owner": ""
# }
# runc ps test_busybox (status=0):
# UID PID PPID C STIME TTY TIME CMD
# root 26143 1 0 12:47 pts/0 00:00:00 sh
# runc kill test_busybox KILL (status=0):
#
# runc ps test_busybox (status=1):
# time="2023-02-10T12:47:29Z" level=error msg="unable to get all container pids: open /sys/fs/cgroup/devices/machine.slice/runc-cgroups-integration-test-25194.scope: no such file or directory"
Reactions are currently unavailable