You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not ok 70 runc run --no-pivot must not expose bare /proc
# (in test file tests/integration/no_pivot.bats, line 20)
# `[[ "$output" == *"mount: permission denied"* ]]' failed
# runc spec (status=0):
#
# runc run --no-pivot test_no_pivot (status=1):
# unshare: write error: Operation not permitted
with no changes in the relevant code (e.g. in #3021)
Seeing the same on my machine (apparently for the first time).
This test that is now failing was originally added in PR #2654 and was picked by #2657.
I tried runc HEAD, v1.0.0 and v1.0.0-rc95, they all fail in the same way.
I suspect the reason is updated kernel. From the failed CI job logs I see
Seeing this on GHA CI starting today
with no changes in the relevant code (e.g. in #3021)
Seeing the same on my machine (apparently for the first time).
This test that is now failing was originally added in PR #2654 and was picked by #2657.
I tried runc HEAD, v1.0.0 and v1.0.0-rc95, they all fail in the same way.
I suspect the reason is updated kernel. From the failed CI job logs I see
and from that README I see
Now, a non-failed job (from yesterday) has
and the README says
The text was updated successfully, but these errors were encountered: