START sys/mfs_noperm 2024-07-26T00:45:15Z ==== mount ==== mkdir -p /mnt/regress-mfs_noperm mount_mfs -s1M -o noperm swap /mnt/regress-mfs_noperm ==== run-regress-locked ==== cc -O2 -pipe -MD -MP -c /usr/src/regress/sys/mfs_noperm/nopermtest.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'nopermtest.o') FAILED ==== run-regress-unlocked ==== cc -O2 -pipe -MD -MP -c /usr/src/regress/sys/mfs_noperm/nopermtest.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'nopermtest.o') FAILED ==== umount ==== umount -f /mnt/regress-mfs_noperm || true rmdir /mnt/regress-mfs_noperm || true FAIL sys/mfs_noperm *** Error 1 in . (:87 'nopermtest.o'), *** Error 1 in . (:87 'nopermtest.o')