nix icon indicating copy to clipboard operation
nix copied to clipboard

EACCES during test_mount on Cirrus-CI

Open asomers opened this issue 4 years ago • 0 comments
trafficstars

test_mount fails when run on Cirrus-CI. The mount syscall returns EACCES. According to the man page, there are only three reasons for that error, and none of them apply in this case. For now we'll skip the test on Cirrus, but we need to find the root cause.

This test was always skipped on Travis, because unshare would fail with EPERM, indicating that unprivileged user namespaces are not available in that environment.

asomers avatar Dec 07 '20 02:12 asomers