==== mount ==== umount -f -t nfs -h 127.0.0.1 -a rmdir /mnt/regress-nfs-client 2>/dev/null || true pkill -KILL mountd || true rcctl -f stop nfsd rcctl -f stop portmap umount -f /dev/vnd0c 2>/dev/null || true rmdir /mnt/regress-nfs-server 2>/dev/null || true vnconfig -u vnd0 2>/dev/null || true rm -f stamp-mount dd if=/dev/zero of=diskimage bs=512 count=4k 4096+0 records in 4096+0 records out 2097152 bytes transferred in 0.025 secs (81063817 bytes/sec) vnconfig vnd0 diskimage newfs vnd0c /dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes 4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each super-block backups (for fsck -b #) at: 160, 1184, 2208, 3232, grep '/mnt/regress-nfs-server\>' /etc/exports || echo /mnt/regress-nfs-server -maproot=0:0 127.0.0.1 >>/etc/exports grep: /etc/exports: No such file or directory rcctl -f start portmap portmap(ok) rcctl -f start nfsd nfsd(ok) rcctl -f start mountd mountd(ok) mkdir -p /mnt/regress-nfs-server mount /dev/vnd0c /mnt/regress-nfs-server # wait until mountd(8) has exported the directory for i in `jot 100`; do mount | grep 'regress-nfs-server .*NFS exported' && break; [ $i = 100 ] && exit 1; sleep .1; done /dev/vnd0c on /mnt/regress-nfs-server type ffs (NFS exported, local) mkdir -p /mnt/regress-nfs-client mount -t nfs 127.0.0.1:/mnt/regress-nfs-server /mnt/regress-nfs-client ==== run-chflags ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/chflags/*.t /home/src/regress/sys/ffs/nfs/../tests/chflags/00.t: "chflags changes flags" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #4... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #5... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE expect 0 result EOPNOTSUPP Running test #6... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE result none Running test #7... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #8... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #9... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #15... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #16... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE expect 0 result EOPNOTSUPP Running test #17... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE result none Running test #18... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #19... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #20... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #26... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #27... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE expect 0 result EOPNOTSUPP Running test #28... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE result none Running test #29... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #30... failed: test stat fstest_0688f1d2a35466e02c622f89e17132db flags expect SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #31... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... failed: test chflags fstest_eb7077b12cae5c9733f7f5d349779770 UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #39... failed: test stat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #40... okay. Running test #41... failed: test chflags fstest_eb7077b12cae5c9733f7f5d349779770 UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE expect 0 result EOPNOTSUPP Running test #42... failed: test stat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE result none Running test #43... okay. Running test #44... failed: test chflags fstest_eb7077b12cae5c9733f7f5d349779770 SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #45... failed: test stat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #46... okay. Running test #47... failed: test chflags fstest_eb7077b12cae5c9733f7f5d349779770 none expect 0 result EOPNOTSUPP Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. Running test #56... failed: test lchflags fstest_eb7077b12cae5c9733f7f5d349779770 UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #57... failed: test lstat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE,SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #58... okay. Running test #59... failed: test lchflags fstest_eb7077b12cae5c9733f7f5d349779770 UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE expect 0 result EOPNOTSUPP Running test #60... failed: test lstat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect UF_NODUMP,UF_IMMUTABLE,UF_APPEND,UF_OPAQUE result none Running test #61... okay. Running test #62... failed: test lchflags fstest_eb7077b12cae5c9733f7f5d349779770 SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND expect 0 result EOPNOTSUPP Running test #63... failed: test lstat fstest_eb7077b12cae5c9733f7f5d349779770 flags expect SF_ARCHIVED,SF_IMMUTABLE,SF_APPEND result none Running test #64... okay. Running test #65... failed: test lchflags fstest_eb7077b12cae5c9733f7f5d349779770 none expect 0 result EOPNOTSUPP Running test #66... okay. Running test #67... okay. Running test #68... okay. Running test #69... okay. Running test #70... okay. Running test #71... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP expect 0 result EOPNOTSUPP Running test #72... failed: test 1742872820 -lt 1742872820 Running test #73... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #74... failed: test 1742872820 -lt 1742872820 Running test #75... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_APPEND expect 0 result EOPNOTSUPP Running test #76... failed: test 1742872820 -lt 1742872820 Running test #77... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_OPAQUE expect 0 result EOPNOTSUPP Running test #78... failed: test 1742872820 -lt 1742872820 Running test #79... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED expect 0 result EOPNOTSUPP Running test #80... failed: test 1742872820 -lt 1742872820 Running test #81... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #82... failed: test 1742872820 -lt 1742872820 Running test #83... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_APPEND expect 0 result EOPNOTSUPP Running test #84... failed: test 1742872820 -lt 1742872820 Running test #85... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #86... failed: test 1742872820 -lt 1742872820 Running test #87... okay. Running test #88... okay. Running test #89... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP expect 0 result EOPNOTSUPP Running test #90... failed: test 1742872828 -lt 1742872828 Running test #91... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #92... failed: test 1742872828 -lt 1742872828 Running test #93... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_APPEND expect 0 result EOPNOTSUPP Running test #94... failed: test 1742872828 -lt 1742872828 Running test #95... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_OPAQUE expect 0 result EOPNOTSUPP Running test #96... failed: test 1742872828 -lt 1742872828 Running test #97... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED expect 0 result EOPNOTSUPP Running test #98... failed: test 1742872828 -lt 1742872828 Running test #99... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #100... failed: test 1742872828 -lt 1742872828 Running test #101... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_APPEND expect 0 result EOPNOTSUPP Running test #102... failed: test 1742872828 -lt 1742872828 Running test #103... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #104... failed: test 1742872828 -lt 1742872828 Running test #105... okay. Running test #106... okay. Running test #107... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP expect 0 result EOPNOTSUPP Running test #108... failed: test 1742872836 -lt 1742872836 Running test #109... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #110... failed: test 1742872836 -lt 1742872836 Running test #111... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_APPEND expect 0 result EOPNOTSUPP Running test #112... failed: test 1742872836 -lt 1742872836 Running test #113... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db UF_OPAQUE expect 0 result EOPNOTSUPP Running test #114... failed: test 1742872836 -lt 1742872836 Running test #115... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED expect 0 result EOPNOTSUPP Running test #116... failed: test 1742872836 -lt 1742872836 Running test #117... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #118... failed: test 1742872836 -lt 1742872836 Running test #119... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db SF_APPEND expect 0 result EOPNOTSUPP Running test #120... failed: test 1742872836 -lt 1742872836 Running test #121... failed: test chflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #122... failed: test 1742872836 -lt 1742872836 Running test #123... okay. Running test #124... okay. Running test #125... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db UF_NODUMP expect 0 result EOPNOTSUPP Running test #126... failed: test 1742872845 -lt 1742872845 Running test #127... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #128... failed: test 1742872845 -lt 1742872845 Running test #129... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db UF_APPEND expect 0 result EOPNOTSUPP Running test #130... failed: test 1742872845 -lt 1742872845 Running test #131... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db UF_OPAQUE expect 0 result EOPNOTSUPP Running test #132... failed: test 1742872845 -lt 1742872845 Running test #133... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db SF_ARCHIVED expect 0 result EOPNOTSUPP Running test #134... failed: test 1742872845 -lt 1742872845 Running test #135... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #136... failed: test 1742872845 -lt 1742872845 Running test #137... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db SF_APPEND expect 0 result EOPNOTSUPP Running test #138... failed: test 1742872845 -lt 1742872845 Running test #139... failed: test lchflags fstest_0688f1d2a35466e02c622f89e17132db none expect 0 result EOPNOTSUPP Running test #140... failed: test 1742872845 -lt 1742872845 Running test #141... okay. Running test #142... okay. Running test #143... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #144... okay. Running test #145... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #146... okay. Running test #147... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db none expect EPERM result EOPNOTSUPP Running test #148... okay. Running test #149... okay. Running test #150... okay. Running test #151... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #152... okay. Running test #153... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #154... okay. Running test #155... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db none expect EPERM result EOPNOTSUPP Running test #156... okay. Running test #157... okay. Running test #158... okay. Running test #159... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #160... okay. Running test #161... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #162... okay. Running test #163... failed: test -u 65534 chflags fstest_0688f1d2a35466e02c622f89e17132db none expect EPERM result EOPNOTSUPP Running test #164... okay. Running test #165... okay. Running test #166... okay. Running test #167... failed: test -u 65534 lchflags fstest_0688f1d2a35466e02c622f89e17132db UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #168... okay. Running test #169... failed: test -u 65534 lchflags fstest_0688f1d2a35466e02c622f89e17132db SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #170... okay. Running test #171... failed: test -u 65534 lchflags fstest_0688f1d2a35466e02c622f89e17132db none expect EPERM result EOPNOTSUPP Running test #172... okay. Running test #173... okay. Running test #174... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/01.t: "chflags returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/02.t: "chflags returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... failed: test chflags _123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test stat _123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234 flags expect UF_IMMUTABLE result none Running test #3... failed: test chflags _123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234 none expect 0 result EOPNOTSUPP Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/03.t: "chflags returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... failed: test chflags _123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12/x UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #6... failed: test chflags _123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_1234/_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12/x none expect 0 result EOPNOTSUPP Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/04.t: "chflags returns ENOENT if path or file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/05.t: "chflags returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test -u 65534 -g 65534 chflags fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #5... failed: test -u 65534 -g 65534 stat fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb flags expect UF_IMMUTABLE result none Running test #6... failed: test -u 65534 -g 65534 chflags fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb none expect 0 result EOPNOTSUPP Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... failed: test -u 65534 -g 65534 chflags fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #11... failed: test -u 65534 -g 65534 stat fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb flags expect UF_IMMUTABLE result none Running test #12... failed: test -u 65534 -g 65534 chflags fstest_c31bf2f9f4640ea9aaa0a11f392941d1/fstest_fda8241181720fc5d06db4c6b2d683eb none expect 0 result EOPNOTSUPP Running test #13... okay. Running test #14... okay. Running test #15... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/06.t: "chflags returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/07.t: "chflags returns EPERM when the effective user ID does not match the owner of the file and the effective user ID is not the super-user" Running test #0... okay. Running test #1... okay. Running test #2... failed: test -u 65534 -g 65534 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #3... okay. Running test #4... okay. Running test #5... failed: test -u 65533 -g 65533 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... failed: test -u 65534 -g 65534 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #10... okay. Running test #11... okay. Running test #12... failed: test -u 65533 -g 65533 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... failed: test -u 65534 -g 65534 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #17... okay. Running test #18... okay. Running test #19... failed: test -u 65533 -g 65533 chflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... failed: test -u 65534 -g 65534 lchflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #24... okay. Running test #25... okay. Running test #26... failed: test -u 65533 -g 65533 lchflags fstest_822b3a6a7de308a81159963e018cfbc7 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #27... okay. Running test #28... okay. Running test #29... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/08.t: "chflags returns EPERM when one of SF_IMMUTABLE or SF_APPEND, is set and the user is not the super-user" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #5... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #6... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #7... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #8... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_APPEND expect 0 result EOPNOTSUPP Running test #9... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #10... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #11... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #12... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #13... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 none expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #18... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #19... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #20... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #21... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #22... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_APPEND expect 0 result EOPNOTSUPP Running test #23... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #24... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #25... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #26... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #27... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 none expect 0 result EOPNOTSUPP Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #32... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #33... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #34... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #35... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #36... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_APPEND expect 0 result EOPNOTSUPP Running test #37... failed: test -u 65533 -g 65533 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #38... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #39... failed: test -u 65534 -g 65534 chflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #40... failed: test stat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #41... failed: test chflags fstest_034ba05a4fb5c48f032bbea105aab308 none expect 0 result EOPNOTSUPP Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... failed: test lchflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #46... failed: test -u 65533 -g 65533 lchflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #47... failed: test lstat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #48... failed: test -u 65534 -g 65534 lchflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #49... failed: test lstat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_IMMUTABLE result none Running test #50... failed: test lchflags fstest_034ba05a4fb5c48f032bbea105aab308 SF_APPEND expect 0 result EOPNOTSUPP Running test #51... failed: test -u 65533 -g 65533 lchflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #52... failed: test lstat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #53... failed: test -u 65534 -g 65534 lchflags fstest_034ba05a4fb5c48f032bbea105aab308 UF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #54... failed: test lstat fstest_034ba05a4fb5c48f032bbea105aab308 flags expect SF_APPEND result none Running test #55... failed: test lchflags fstest_034ba05a4fb5c48f032bbea105aab308 none expect 0 result EOPNOTSUPP Running test #56... okay. Running test #57... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/09.t: "chflags returns EPERM when one of SF_IMMUTABLE or SF_APPEND is set and securelevel is greater than 0" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_IMMUTABLE result none Running test #5... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_APPEND expect 0 result EOPNOTSUPP Running test #6... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_APPEND result none Running test #7... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 none expect 0 result EOPNOTSUPP Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #12... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_IMMUTABLE result none Running test #13... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_APPEND result none Running test #15... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #20... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_IMMUTABLE result none Running test #21... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 SF_APPEND expect 0 result EOPNOTSUPP Running test #22... failed: test stat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_APPEND result none Running test #23... failed: test chflags fstest_5befb655ef901c34b0604c366e68b706 none expect 0 result EOPNOTSUPP Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... failed: test lchflags fstest_5befb655ef901c34b0604c366e68b706 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #28... failed: test lstat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_IMMUTABLE result none Running test #29... failed: test lchflags fstest_5befb655ef901c34b0604c366e68b706 SF_APPEND expect 0 result EOPNOTSUPP Running test #30... failed: test lstat fstest_5befb655ef901c34b0604c366e68b706 flags expect SF_APPEND result none Running test #31... failed: test lchflags fstest_5befb655ef901c34b0604c366e68b706 none expect 0 result EOPNOTSUPP Running test #32... okay. Running test #33... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/10.t: "chflags returns EPERM if non-super-user tries to set one of SF_IMMUTABLE, SF_APPEND" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #4... okay. Running test #5... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #6... okay. Running test #7... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #8... okay. Running test #9... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #15... okay. Running test #16... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #17... okay. Running test #18... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #19... okay. Running test #20... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #26... okay. Running test #27... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #28... okay. Running test #29... failed: test -u 65533 -g 65533 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #30... okay. Running test #31... failed: test -u 65534 -g 65534 chflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... failed: test -u 65533 -g 65533 lchflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #37... okay. Running test #38... failed: test -u 65534 -g 65534 lchflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_IMMUTABLE expect EPERM result EOPNOTSUPP Running test #39... okay. Running test #40... failed: test -u 65533 -g 65533 lchflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #41... okay. Running test #42... failed: test -u 65534 -g 65534 lchflags fstest_3b534f2d7631a56afa616c1b45142f55 SF_APPEND expect EPERM result EOPNOTSUPP Running test #43... okay. Running test #44... okay. Running test #45... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/11.t: "chflags returns EPERM if a user tries to set or remove the SF_SNAPSHOT flag" Running test #0... okay. Running test #1... okay. Running test #2... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #3... okay. Running test #4... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #5... okay. Running test #6... okay. Running test #7... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #8... okay. Running test #9... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #14... okay. Running test #15... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #16... okay. Running test #17... okay. Running test #18... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #19... okay. Running test #20... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #25... okay. Running test #26... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #27... okay. Running test #28... okay. Running test #29... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #30... okay. Running test #31... unknown flag 'SF_SNAPSHOT' failed: test chflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 lchflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #36... okay. Running test #37... unknown flag 'SF_SNAPSHOT' failed: test lchflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #38... okay. Running test #39... okay. Running test #40... unknown flag 'SF_SNAPSHOT' failed: test -u 65534 -g 65534 lchflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #41... okay. Running test #42... unknown flag 'SF_SNAPSHOT' failed: test lchflags fstest_d02798c1a009efc3092aafbe399d2a3e SF_SNAPSHOT expect EPERM result Running test #43... okay. Running test #44... okay. Running test #45... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/12.t: "chflags returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/chflags/13.t: "chflags returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 455 tests completed, 226 failed. ==== run-chmod ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/chmod/*.t /home/src/regress/sys/ffs/nfs/../tests/chmod/00.t: "chmod changes permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. Running test #56... okay. Running test #57... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/01.t: "chmod returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/02.t: "chmod returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/03.t: "chmod returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/04.t: "chmod returns ENOENT if the named file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/05.t: "chmod returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/06.t: "chmod returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/07.t: "chmod returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/08.t: "chmod returns EPERM if the named file has its immutable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test chmod fstest_4d1c658b6f1a5dc59f045e056c76dd85 0600 expect EPERM result 0 Running test #3... failed: test stat fstest_4d1c658b6f1a5dc59f045e056c76dd85 mode expect 0644 result 0600 Running test #4... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 none expect 0 result EOPNOTSUPP Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test chmod fstest_4d1c658b6f1a5dc59f045e056c76dd85 0600 expect EPERM result 0 Running test #10... failed: test stat fstest_4d1c658b6f1a5dc59f045e056c76dd85 mode expect 0644 result 0600 Running test #11... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 none expect 0 result EOPNOTSUPP Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 SF_APPEND expect 0 result EOPNOTSUPP Running test #16... failed: test chmod fstest_4d1c658b6f1a5dc59f045e056c76dd85 0600 expect EPERM result 0 Running test #17... failed: test stat fstest_4d1c658b6f1a5dc59f045e056c76dd85 mode expect 0644 result 0600 Running test #18... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 none expect 0 result EOPNOTSUPP Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 UF_APPEND expect 0 result EOPNOTSUPP Running test #23... failed: test chmod fstest_4d1c658b6f1a5dc59f045e056c76dd85 0600 expect EPERM result 0 Running test #24... failed: test stat fstest_4d1c658b6f1a5dc59f045e056c76dd85 mode expect 0644 result 0600 Running test #25... failed: test chflags fstest_4d1c658b6f1a5dc59f045e056c76dd85 none expect 0 result EOPNOTSUPP Running test #26... okay. Running test #27... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/09.t: "chmod returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/10.t: "chmod returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. /home/src/regress/sys/ffs/nfs/../tests/chmod/11.t: "chmod returns EFTYPE if the effective user ID is not the super-user, the mode includes the sticky bit (S_ISVTX), and path does not refer to a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... failed: test -u 65534 -g 65534 chmod fstest_de6e6d26e29b06ba7945ac049b557eae 01644 expect EFTYPE result EIO Running test #17... okay. Running test #18... okay. Running test #19... okay. 178 tests completed, 17 failed. ==== run-chown ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/chown/*.t /home/src/regress/sys/ffs/nfs/../tests/chown/00.t: "chown changes ownership" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... failed: test lstat fstest_bfd31f58a1493d9cbd066919d86f267e mode expect 06555 result 0555 Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... failed: test lstat fstest_bfd31f58a1493d9cbd066919d86f267e mode expect 06555 result 0555 Running test #55... okay. Running test #56... okay. Running test #57... okay. Running test #58... okay. Running test #59... okay. Running test #60... okay. Running test #61... failed: test lstat fstest_bfd31f58a1493d9cbd066919d86f267e mode expect 06555 result 0555 Running test #62... okay. Running test #63... okay. Running test #64... okay. Running test #65... okay. Running test #66... okay. Running test #67... okay. Running test #68... okay. Running test #69... okay. Running test #70... okay. Running test #71... okay. Running test #72... okay. Running test #73... okay. Running test #74... okay. Running test #75... okay. Running test #76... okay. Running test #77... okay. Running test #78... okay. Running test #79... okay. Running test #80... okay. Running test #81... okay. Running test #82... okay. Running test #83... okay. Running test #84... okay. Running test #85... okay. Running test #86... okay. Running test #87... okay. Running test #88... okay. Running test #89... okay. Running test #90... okay. Running test #91... okay. Running test #92... okay. Running test #93... okay. Running test #94... okay. Running test #95... okay. Running test #96... okay. Running test #97... okay. Running test #98... okay. Running test #99... okay. Running test #100... okay. Running test #101... okay. Running test #102... okay. Running test #103... okay. Running test #104... okay. Running test #105... okay. Running test #106... okay. Running test #107... okay. Running test #108... okay. Running test #109... okay. Running test #110... okay. Running test #111... okay. Running test #112... okay. Running test #113... okay. Running test #114... okay. Running test #115... okay. Running test #116... okay. Running test #117... okay. Running test #118... okay. Running test #119... okay. Running test #120... okay. Running test #121... okay. Running test #122... okay. Running test #123... okay. Running test #124... okay. Running test #125... okay. Running test #126... okay. Running test #127... okay. Running test #128... okay. Running test #129... okay. Running test #130... okay. Running test #131... okay. Running test #132... okay. Running test #133... okay. Running test #134... okay. Running test #135... okay. Running test #136... okay. Running test #137... okay. Running test #138... okay. Running test #139... okay. Running test #140... okay. Running test #141... okay. Running test #142... okay. Running test #143... okay. Running test #144... okay. Running test #145... okay. Running test #146... okay. Running test #147... okay. Running test #148... okay. Running test #149... okay. Running test #150... okay. Running test #151... okay. Running test #152... okay. Running test #153... okay. Running test #154... okay. Running test #155... okay. Running test #156... okay. Running test #157... okay. Running test #158... okay. Running test #159... okay. Running test #160... okay. Running test #161... okay. Running test #162... okay. Running test #163... okay. Running test #164... okay. Running test #165... okay. Running test #166... okay. Running test #167... okay. Running test #168... okay. Running test #169... okay. Running test #170... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/01.t: "chown returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/02.t: "chown returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/03.t: "chown returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/04.t: "chown returns ENOENT if the named file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/05.t: "chown returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/06.t: "chown returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/07.t: "chown returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user and the process is not an owner of the file" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/08.t: "chown returns EPERM if the named file has its immutable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test chown fstest_33db0920630d9b380ad95231a28f2393 65534 65534 expect EPERM result 0 Running test #3... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 none expect 0 result EOPNOTSUPP Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #8... failed: test chown fstest_33db0920630d9b380ad95231a28f2393 65534 65534 expect EPERM result 0 Running test #9... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 none expect 0 result EOPNOTSUPP Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... failed: test chown fstest_33db0920630d9b380ad95231a28f2393 65534 65534 expect EPERM result 0 Running test #15... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 UF_APPEND expect 0 result EOPNOTSUPP Running test #20... failed: test chown fstest_33db0920630d9b380ad95231a28f2393 65534 65534 expect EPERM result 0 Running test #21... failed: test chflags fstest_33db0920630d9b380ad95231a28f2393 none expect 0 result EOPNOTSUPP Running test #22... okay. Running test #23... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/09.t: "chown returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/chown/10.t: "chown returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 265 tests completed, 15 failed. ==== run-link ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/link/*.t /home/src/regress/sys/ffs/nfs/../tests/link/00.t: "link creates hardlinks" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. Running test #56... okay. Running test #57... okay. Running test #58... okay. Running test #59... okay. Running test #60... okay. Running test #61... okay. Running test #62... okay. Running test #63... okay. Running test #64... okay. Running test #65... okay. Running test #66... okay. Running test #67... okay. Running test #68... okay. Running test #69... okay. Running test #70... okay. Running test #71... okay. Running test #72... okay. Running test #73... okay. Running test #74... okay. Running test #75... okay. Running test #76... okay. Running test #77... okay. Running test #78... okay. Running test #79... okay. Running test #80... okay. Running test #81... okay. /home/src/regress/sys/ffs/nfs/../tests/link/01.t: "link returns ENOTDIR if a component of either path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/link/02.t: "link returns ENAMETOOLONG if a component of either pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/link/03.t: "link returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. /home/src/regress/sys/ffs/nfs/../tests/link/04.t: "link returns ENOENT if a component of either path prefix does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/link/05.t: "link returns EMLINK if the link count of the file named by name1 would exceed 32767" Running test #0... okay. Running test #1... okay. ln: fstest_f66c419e8cf7fa36ad59db2fdbd5ebf9/32767: Too many links Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/link/06.t: "link returns EACCES when a component of either path prefix denies search permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. /home/src/regress/sys/ffs/nfs/../tests/link/07.t: "link returns EACCES when the requested link requires writing in a directory with a mode that denies write permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. /home/src/regress/sys/ffs/nfs/../tests/link/08.t: "link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/link/09.t: "link returns ENOENT if the source file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/link/10.t: "link returns EEXIST if the destination file does exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/link/11.t: "link returns EPERM if the source file is a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. /home/src/regress/sys/ffs/nfs/../tests/link/12.t: "link returns EPERM if the source file has its immutable or append-only flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect EPERM result 0 Running test #5... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 none expect 0 result EOPNOTSUPP Running test #6... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect 0 result EEXIST Running test #7... okay. Running test #8... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect EPERM result 0 Running test #10... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 none expect 0 result EOPNOTSUPP Running test #11... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect 0 result EEXIST Running test #12... okay. Running test #13... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect EPERM result 0 Running test #15... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 none expect 0 result EOPNOTSUPP Running test #16... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect 0 result EEXIST Running test #17... okay. Running test #18... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 UF_APPEND expect 0 result EOPNOTSUPP Running test #19... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect EPERM result 0 Running test #20... failed: test chflags fstest_1123d8ac37938e568145426bca1a14a1 none expect 0 result EOPNOTSUPP Running test #21... failed: test link fstest_1123d8ac37938e568145426bca1a14a1 fstest_2e011531426d1c9092ee5d9af703f7f1 expect 0 result EEXIST Running test #22... okay. Running test #23... okay. /home/src/regress/sys/ffs/nfs/../tests/link/13.t: "link returns EPERM if the parent directory of the destination file has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #5... failed: test link fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_58123d38ab929f3acf3b99810dd09aac fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_216875d014c040057595408bb75a8e48 expect EPERM result 0 Running test #6... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc none expect 0 result EOPNOTSUPP Running test #7... failed: test link fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_58123d38ab929f3acf3b99810dd09aac fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_216875d014c040057595408bb75a8e48 expect 0 result EEXIST Running test #8... okay. Running test #9... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #10... failed: test link fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_58123d38ab929f3acf3b99810dd09aac fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_216875d014c040057595408bb75a8e48 expect EPERM result 0 Running test #11... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc none expect 0 result EOPNOTSUPP Running test #12... failed: test link fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_58123d38ab929f3acf3b99810dd09aac fstest_bf8aa2b63535430eecf6d129c0d91fdc/fstest_216875d014c040057595408bb75a8e48 expect 0 result EEXIST Running test #13... okay. Running test #14... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc SF_APPEND expect 0 result EOPNOTSUPP Running test #15... okay. Running test #16... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc none expect 0 result EOPNOTSUPP Running test #17... okay. Running test #18... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc UF_APPEND expect 0 result EOPNOTSUPP Running test #19... okay. Running test #20... failed: test chflags fstest_bf8aa2b63535430eecf6d129c0d91fdc none expect 0 result EOPNOTSUPP Running test #21... okay. Running test #22... okay. Running test #23... okay. /home/src/regress/sys/ffs/nfs/../tests/link/14.t: "link returns EXDEV if the source and the destination files are on different file systems" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/link/15.t: "link returns ENOSPC if the directory in which the entry for the new link is being placed cannot be extended because there is no space left on the file system containing the directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/link/16.t: "link returns EROFS if the requested link requires writing in a directory on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. /home/src/regress/sys/ffs/nfs/../tests/link/17.t: "link returns EFAULT if one of the pathnames specified is outside the process's allocated address space" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. 277 tests completed, 28 failed. ==== run-mkdir ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/mkdir/*.t /home/src/regress/sys/ffs/nfs/../tests/mkdir/00.t: "mkdir creates directories" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/01.t: "mkdir returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/02.t: "mkdir returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/03.t: "mkdir returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/04.t: "mkdir returns ENOENT if a component of the path prefix does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/05.t: "mkdir returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/06.t: "mkdir returns EACCES when write permission is denied on the parent directory of the directory to be created" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/07.t: "mkdir returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/08.t: "mkdir returns EPERM if the parent directory of the directory to be created has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test mkdir fstest_0e29c351047ab76df3a38f896cf53b9c/fstest_50fbade2b387ce0d2983bebcabbcabc8 0755 expect EPERM result 0 Running test #5... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c none expect 0 result EOPNOTSUPP Running test #6... failed: test mkdir fstest_0e29c351047ab76df3a38f896cf53b9c/fstest_50fbade2b387ce0d2983bebcabbcabc8 0755 expect 0 result EEXIST Running test #7... okay. Running test #8... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test mkdir fstest_0e29c351047ab76df3a38f896cf53b9c/fstest_50fbade2b387ce0d2983bebcabbcabc8 0755 expect EPERM result 0 Running test #10... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c none expect 0 result EOPNOTSUPP Running test #11... failed: test mkdir fstest_0e29c351047ab76df3a38f896cf53b9c/fstest_50fbade2b387ce0d2983bebcabbcabc8 0755 expect 0 result EEXIST Running test #12... okay. Running test #13... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c SF_APPEND expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c UF_APPEND expect 0 result EOPNOTSUPP Running test #18... okay. Running test #19... failed: test chflags fstest_0e29c351047ab76df3a38f896cf53b9c none expect 0 result EOPNOTSUPP Running test #20... okay. Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/09.t: "mkdir returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/10.t: "mkdir returns EEXIST if the named file exists" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/11.t: "mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkdir/12.t: "mkdir returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 134 tests completed, 12 failed. ==== run-mkfifo ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/mkfifo/*.t /home/src/regress/sys/ffs/nfs/../tests/mkfifo/00.t: "mkfifo creates fifo files" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/01.t: "mkfifo returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/02.t: "mkfifo returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/03.t: "mkfifo returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/04.t: "mkfifo returns ENOENT if a component of the path prefix does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/05.t: "mkfifo returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/06.t: "mkfifo returns EACCES when write permission is denied on the parent directory of the file to be created" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/07.t: "mkfifo returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/08.t: "mkfifo returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test mkfifo fstest_fe19580fd51b27fee59d08a0e3773c94/fstest_3a365971bc8205ef81e9b853bf9533a4 0644 expect 0 result EROFS Running test #5... failed: test unlink fstest_fe19580fd51b27fee59d08a0e3773c94/fstest_3a365971bc8205ef81e9b853bf9533a4 expect 0 result EROFS Running test #6... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/09.t: "mkfifo returns EEXIST if the named file exists" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/10.t: "mkfifo returns EPERM if the parent directory of the file to be created has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test mkfifo fstest_ef761caa5e1fcf64cc287154787a0e82/fstest_067fdec00a6fe7d638b9f2af978c129f 0644 expect EPERM result 0 Running test #5... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 none expect 0 result EOPNOTSUPP Running test #6... failed: test mkfifo fstest_ef761caa5e1fcf64cc287154787a0e82/fstest_067fdec00a6fe7d638b9f2af978c129f 0644 expect 0 result EEXIST Running test #7... okay. Running test #8... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test mkfifo fstest_ef761caa5e1fcf64cc287154787a0e82/fstest_067fdec00a6fe7d638b9f2af978c129f 0644 expect EPERM result 0 Running test #10... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 none expect 0 result EOPNOTSUPP Running test #11... failed: test mkfifo fstest_ef761caa5e1fcf64cc287154787a0e82/fstest_067fdec00a6fe7d638b9f2af978c129f 0644 expect 0 result EEXIST Running test #12... okay. Running test #13... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 UF_APPEND expect 0 result EOPNOTSUPP Running test #18... okay. Running test #19... failed: test chflags fstest_ef761caa5e1fcf64cc287154787a0e82 none expect 0 result EOPNOTSUPP Running test #20... okay. Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/11.t: "mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/mkfifo/12.t: "mkfifo returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 134 tests completed, 14 failed. ==== run-open ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/open/*.t /home/src/regress/sys/ffs/nfs/../tests/open/00.t: "open opens (and eventually creates) a file" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. /home/src/regress/sys/ffs/nfs/../tests/open/01.t: "open returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/open/02.t: "open returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/open/03.t: "open returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/open/04.t: "open returns ENOENT if a component of the path name that must exist does not exist or O_CREAT is not set and the named file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/open/05.t: "open returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/open/06.t: "open returns EACCES when the required permissions (for reading and/or writing) are denied for the given flags" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. Running test #56... okay. Running test #57... okay. Running test #58... okay. Running test #59... okay. Running test #60... okay. Running test #61... okay. Running test #62... okay. Running test #63... okay. Running test #64... okay. /home/src/regress/sys/ffs/nfs/../tests/open/07.t: "open returns EACCES when O_TRUNC is specified and write permission is denied" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test -u 65534 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #5... okay. Running test #6... failed: test -u 65533 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #7... okay. Running test #8... failed: test -u 65533 -g 65533 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #9... okay. Running test #10... failed: test -u 65534 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #11... okay. Running test #12... failed: test -u 65533 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #13... okay. Running test #14... failed: test -u 65533 -g 65533 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #15... okay. Running test #16... failed: test -u 65534 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #17... okay. Running test #18... failed: test -u 65533 -g 65534 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #19... okay. Running test #20... failed: test -u 65533 -g 65533 open fstest_a9dc2ea8fcf73a5b73b6dda40c464a0f O_RDONLY,O_TRUNC expect EACCES result EINVAL Running test #21... okay. Running test #22... okay. /home/src/regress/sys/ffs/nfs/../tests/open/08.t: "open returns EACCES when O_CREAT is specified, the file does not exist, and the directory in which it is to be created does not permit writing" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/open/09.t: "O_CREAT is specified, the file does not exist, and the directory in which it is to be created has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test open fstest_eda1e59b2938d0b33be177dba2624653/fstest_709a4b20de1a4b085bd6cb2a4f80a6a0 O_RDONLY,O_CREAT 0644 expect EPERM result 0 Running test #5... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 none expect 0 result EOPNOTSUPP Running test #6... okay. Running test #7... okay. Running test #8... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test open fstest_eda1e59b2938d0b33be177dba2624653/fstest_709a4b20de1a4b085bd6cb2a4f80a6a0 O_RDONLY,O_CREAT 0644 expect EPERM result 0 Running test #10... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 none expect 0 result EOPNOTSUPP Running test #11... okay. Running test #12... okay. Running test #13... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 UF_APPEND expect 0 result EOPNOTSUPP Running test #18... okay. Running test #19... failed: test chflags fstest_eda1e59b2938d0b33be177dba2624653 none expect 0 result EOPNOTSUPP Running test #20... okay. Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/open/10.t: "open returns EPERM when the named file has its immutable flag set and the file is to be modified" Running test #0... okay. Running test #1... failed: test chflags fstest_df926659dbb3143d370be544cdaf1b7d SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_WRONLY expect EPERM result 0 Running test #3... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_RDWR expect EPERM result 0 Running test #4... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_RDONLY,O_TRUNC expect EPERM result EINVAL Running test #5... failed: test chflags fstest_df926659dbb3143d370be544cdaf1b7d none expect 0 result EOPNOTSUPP Running test #6... okay. Running test #7... okay. Running test #8... failed: test chflags fstest_df926659dbb3143d370be544cdaf1b7d UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_WRONLY expect EPERM result 0 Running test #10... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_RDWR expect EPERM result 0 Running test #11... failed: test open fstest_df926659dbb3143d370be544cdaf1b7d O_RDONLY,O_TRUNC expect EPERM result EINVAL Running test #12... failed: test chflags fstest_df926659dbb3143d370be544cdaf1b7d none expect 0 result EOPNOTSUPP Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/open/11.t: "open returns EPERM when the named file has its append-only flag set, the file is to be modified, and O_TRUNC is specified or O_APPEND is not specified" Running test #0... okay. Running test #1... failed: test chflags fstest_2220c1fdca3a1a8e4da44121cf850c9a SF_APPEND expect 0 result EOPNOTSUPP Running test #2... okay. Running test #3... okay. Running test #4... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_WRONLY expect EPERM result 0 Running test #5... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDWR expect EPERM result 0 Running test #6... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDONLY,O_TRUNC expect EPERM result EINVAL Running test #7... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDONLY,O_APPEND,O_TRUNC expect EPERM result EINVAL Running test #8... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_WRONLY,O_APPEND,O_TRUNC expect EPERM result 0 Running test #9... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDWR,O_APPEND,O_TRUNC expect EPERM result 0 Running test #10... failed: test chflags fstest_2220c1fdca3a1a8e4da44121cf850c9a none expect 0 result EOPNOTSUPP Running test #11... okay. Running test #12... okay. Running test #13... failed: test chflags fstest_2220c1fdca3a1a8e4da44121cf850c9a UF_APPEND expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... okay. Running test #16... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_WRONLY expect EPERM result 0 Running test #17... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDWR expect EPERM result 0 Running test #18... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDONLY,O_TRUNC expect EPERM result EINVAL Running test #19... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDONLY,O_APPEND,O_TRUNC expect EPERM result EINVAL Running test #20... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_WRONLY,O_APPEND,O_TRUNC expect EPERM result 0 Running test #21... failed: test open fstest_2220c1fdca3a1a8e4da44121cf850c9a O_RDWR,O_APPEND,O_TRUNC expect EPERM result 0 Running test #22... failed: test chflags fstest_2220c1fdca3a1a8e4da44121cf850c9a none expect 0 result EOPNOTSUPP Running test #23... okay. /home/src/regress/sys/ffs/nfs/../tests/open/12.t: "open returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/open/13.t: "open returns EISDIR when he named file is a directory, and the arguments specify it is to be modified" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test open fstest_75882ce9d32c88b6b4bd23959c573f8b O_RDONLY,O_TRUNC expect EISDIR result EINVAL Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/open/14.t: "open returns EROFS if the named file resides on a read-only file system, and the file is to be modified" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... failed: test open fstest_1da69956c6e617d04eb02eb6278d40eb/fstest_7e2b264c734d9b9a9dfa4771ab884f93 O_RDONLY,O_TRUNC expect 0 result EINVAL Running test #5... okay. Running test #6... okay. Running test #7... failed: test open fstest_1da69956c6e617d04eb02eb6278d40eb/fstest_7e2b264c734d9b9a9dfa4771ab884f93 O_RDONLY,O_TRUNC expect EROFS result EINVAL Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/open/15.t: "open returns EROFS when O_CREAT is specified and the named file would reside on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/open/16.t: "open returns EMLINK when O_NOFOLLOW was specified and the target is a symbolic link" Running test #0... okay. Running test #1... failed: test open fstest_332581a3e8168e8c185403c2e9288ba0 O_RDONLY,O_CREAT,O_NOFOLLOW 0644 expect EMLINK result ELOOP Running test #2... failed: test open fstest_332581a3e8168e8c185403c2e9288ba0 O_RDONLY,O_NOFOLLOW expect EMLINK result ELOOP Running test #3... failed: test open fstest_332581a3e8168e8c185403c2e9288ba0 O_WRONLY,O_NOFOLLOW expect EMLINK result ELOOP Running test #4... failed: test open fstest_332581a3e8168e8c185403c2e9288ba0 O_RDWR,O_NOFOLLOW expect EMLINK result ELOOP Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/open/17.t: "open returns ENXIO when O_NONBLOCK is set, the named file is a fifo, O_WRONLY is set, and no process has the file open for reading" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/open/18.t: "open returns EWOULDBLOCK when O_NONBLOCK and one of O_SHLOCK or O_EXLOCK is specified and the file is locked" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/open/19.t: "open returns ENOSPC when O_CREAT is specified, the file does not exist, and there are no free inodes on the file system on which the file is being created" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/open/20.t: "open returns ETXTBSY when the file is a pure procedure (shared text) file that is being executed and the open() system call requests write access" Running test #0... okay. Running test #1... okay. Running test #2... failed: test open fstest_3782b35d11b10bbc795e9a35753997df O_RDONLY,O_TRUNC expect ETXTBSY result EINVAL Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/open/21.t: "open returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. /home/src/regress/sys/ffs/nfs/../tests/open/22.t: "open returns EEXIST when O_CREAT and O_EXCL were specified and the file exists" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/open/23.t: "open returns EINVAL when an attempt was made to open a descriptor with an illegal combination of O_RDONLY, O_WRONLY, and O_RDWR" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. 304 tests completed, 53 failed. ==== run-rename ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/rename/*.t /home/src/regress/sys/ffs/nfs/../tests/rename/00.t: "rename changes file name" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. Running test #56... okay. Running test #57... okay. Running test #58... okay. Running test #59... okay. Running test #60... okay. Running test #61... okay. Running test #62... okay. Running test #63... okay. Running test #64... okay. Running test #65... okay. Running test #66... okay. Running test #67... okay. Running test #68... okay. Running test #69... okay. Running test #70... okay. Running test #71... okay. Running test #72... okay. Running test #73... okay. Running test #74... okay. Running test #75... okay. Running test #76... okay. Running test #77... okay. Running test #78... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/01.t: "rename returns ENAMETOOLONG if a component of either pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/02.t: "rename returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/03.t: "rename returns ENOENT if a component of the 'from' path does not exist, or a path prefix of 'to' does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/04.t: "rename returns EACCES when a component of either path prefix denies search permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/05.t: "rename returns EACCES when the requested link requires writing in a directory with a mode that denies write permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/06.t: "rename returns EPERM if the file pointed at by the 'from' argument has its immutable, undeletable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_IMMUTABLE result none Running test #3... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result 0 Running test #4... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_IMMUTABLE expect 0 result ENOENT Running test #5... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_IMMUTABLE result ENOENT Running test #6... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #7... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_APPEND expect 0 result ENOENT Running test #8... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_APPEND result ENOENT Running test #9... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #10... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_APPEND expect 0 result ENOENT Running test #11... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_APPEND result ENOENT Running test #12... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #13... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 none expect 0 result ENOENT Running test #14... failed: test unlink fstest_f260d42024d6d345b775acc40c3f5626 expect 0 result ENOENT Running test #15... okay. Running test #16... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #17... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_IMMUTABLE result none Running test #18... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOTDIR Running test #19... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #20... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_IMMUTABLE result none Running test #21... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOTDIR Running test #22... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_APPEND expect 0 result EOPNOTSUPP Running test #23... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_APPEND result none Running test #24... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOTDIR Running test #25... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_APPEND expect 0 result EOPNOTSUPP Running test #26... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_APPEND result none Running test #27... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOTDIR Running test #28... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 none expect 0 result EOPNOTSUPP Running test #29... okay. Running test #30... okay. Running test #31... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #32... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_IMMUTABLE result none Running test #33... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result 0 Running test #34... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_IMMUTABLE expect 0 result ENOENT Running test #35... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_IMMUTABLE result ENOENT Running test #36... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #37... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 SF_APPEND expect 0 result ENOENT Running test #38... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_APPEND result ENOENT Running test #39... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #40... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 UF_APPEND expect 0 result ENOENT Running test #41... failed: test stat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_APPEND result ENOENT Running test #42... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #43... failed: test chflags fstest_f260d42024d6d345b775acc40c3f5626 none expect 0 result ENOENT Running test #44... failed: test unlink fstest_f260d42024d6d345b775acc40c3f5626 expect 0 result ENOENT Running test #45... okay. Running test #46... failed: test lchflags fstest_f260d42024d6d345b775acc40c3f5626 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #47... failed: test lstat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_IMMUTABLE result none Running test #48... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result 0 Running test #49... failed: test lchflags fstest_f260d42024d6d345b775acc40c3f5626 UF_IMMUTABLE expect 0 result ENOENT Running test #50... failed: test lstat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_IMMUTABLE result ENOENT Running test #51... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #52... failed: test lchflags fstest_f260d42024d6d345b775acc40c3f5626 SF_APPEND expect 0 result ENOENT Running test #53... failed: test lstat fstest_f260d42024d6d345b775acc40c3f5626 flags expect SF_APPEND result ENOENT Running test #54... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #55... failed: test lchflags fstest_f260d42024d6d345b775acc40c3f5626 UF_APPEND expect 0 result ENOENT Running test #56... failed: test lstat fstest_f260d42024d6d345b775acc40c3f5626 flags expect UF_APPEND result ENOENT Running test #57... failed: test rename fstest_f260d42024d6d345b775acc40c3f5626 fstest_c4cb64fc64909f01127086947fb34234 expect EPERM result ENOENT Running test #58... failed: test lchflags fstest_f260d42024d6d345b775acc40c3f5626 none expect 0 result ENOENT Running test #59... failed: test unlink fstest_f260d42024d6d345b775acc40c3f5626 expect 0 result ENOENT /home/src/regress/sys/ffs/nfs/../tests/rename/07.t: "rename returns EPERM if the parent directory of the file pointed at by the 'from' argument has its immutable or append-only flag set" Running test #0... okay. Running test #1... okay. Running test #2... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #3... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_IMMUTABLE result none Running test #4... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result 0 Running test #5... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #6... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_IMMUTABLE result none Running test #7... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #8... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_APPEND expect 0 result EOPNOTSUPP Running test #9... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_APPEND result none Running test #10... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #11... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_APPEND expect 0 result EOPNOTSUPP Running test #12... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_APPEND result none Running test #13... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #14... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 none expect 0 result EOPNOTSUPP Running test #15... failed: test unlink fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c expect 0 result ENOENT Running test #16... okay. Running test #17... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #18... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_IMMUTABLE result none Running test #19... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOTDIR Running test #20... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #21... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_IMMUTABLE result none Running test #22... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOTDIR Running test #23... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_APPEND expect 0 result EOPNOTSUPP Running test #24... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_APPEND result none Running test #25... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOTDIR Running test #26... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_APPEND expect 0 result EOPNOTSUPP Running test #27... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_APPEND result none Running test #28... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOTDIR Running test #29... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 none expect 0 result EOPNOTSUPP Running test #30... okay. Running test #31... okay. Running test #32... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #33... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_IMMUTABLE result none Running test #34... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result 0 Running test #35... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #36... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_IMMUTABLE result none Running test #37... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #38... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_APPEND expect 0 result EOPNOTSUPP Running test #39... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_APPEND result none Running test #40... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #41... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_APPEND expect 0 result EOPNOTSUPP Running test #42... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_APPEND result none Running test #43... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #44... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 none expect 0 result EOPNOTSUPP Running test #45... failed: test unlink fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c expect 0 result ENOENT Running test #46... okay. Running test #47... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #48... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_IMMUTABLE result none Running test #49... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result 0 Running test #50... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #51... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_IMMUTABLE result none Running test #52... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #53... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 SF_APPEND expect 0 result EOPNOTSUPP Running test #54... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect SF_APPEND result none Running test #55... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #56... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 UF_APPEND expect 0 result EOPNOTSUPP Running test #57... failed: test stat fstest_3aa0da888b7be85dfd8eb8de58a10a82 flags expect UF_APPEND result none Running test #58... failed: test rename fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c fstest_c3da993fae5220bd3917a092a92d1ffe expect EPERM result ENOENT Running test #59... failed: test chflags fstest_3aa0da888b7be85dfd8eb8de58a10a82 none expect 0 result EOPNOTSUPP Running test #60... failed: test unlink fstest_3aa0da888b7be85dfd8eb8de58a10a82/fstest_7191c6bd26ba7c9d3bdaddb12180208c expect 0 result ENOENT Running test #61... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/08.t: "rename returns EPERM if the parent directory of the file pointed at by the 'to' argument has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #3... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_IMMUTABLE result none Running test #4... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result 0 Running test #5... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #6... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_IMMUTABLE result none Running test #7... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result ENOENT Running test #8... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #9... failed: test unlink fstest_d4ae25b2277640e7d50853dd5ca725fe expect 0 result ENOENT Running test #10... okay. Running test #11... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #12... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_IMMUTABLE result none Running test #13... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result ENOTDIR Running test #14... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #15... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_IMMUTABLE result none Running test #16... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result ENOTDIR Running test #17... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #18... okay. Running test #19... okay. Running test #20... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #21... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_IMMUTABLE result none Running test #22... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result 0 Running test #23... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #24... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_IMMUTABLE result none Running test #25... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result ENOENT Running test #26... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #27... failed: test unlink fstest_d4ae25b2277640e7d50853dd5ca725fe expect 0 result ENOENT Running test #28... okay. Running test #29... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #30... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_IMMUTABLE result none Running test #31... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result 0 Running test #32... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #33... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_IMMUTABLE result none Running test #34... failed: test rename fstest_d4ae25b2277640e7d50853dd5ca725fe fstest_6e63e7283db78c1745580425c38e6b70/fstest_9742bd7e1c1768d0c655e8226e0a5929 expect EPERM result ENOENT Running test #35... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #36... failed: test unlink fstest_d4ae25b2277640e7d50853dd5ca725fe expect 0 result ENOENT Running test #37... okay. Running test #38... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_APPEND expect 0 result EOPNOTSUPP Running test #39... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_APPEND result none Running test #40... okay. Running test #41... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #42... okay. Running test #43... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_APPEND expect 0 result EOPNOTSUPP Running test #44... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_APPEND result none Running test #45... okay. Running test #46... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_APPEND expect 0 result EOPNOTSUPP Running test #51... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_APPEND result none Running test #52... okay. Running test #53... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #54... okay. Running test #55... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_APPEND expect 0 result EOPNOTSUPP Running test #56... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_APPEND result none Running test #57... okay. Running test #58... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #59... okay. Running test #60... okay. Running test #61... okay. Running test #62... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_APPEND expect 0 result EOPNOTSUPP Running test #63... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_APPEND result none Running test #64... okay. Running test #65... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #66... okay. Running test #67... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_APPEND expect 0 result EOPNOTSUPP Running test #68... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_APPEND result none Running test #69... okay. Running test #70... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #71... okay. Running test #72... okay. Running test #73... okay. Running test #74... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 SF_APPEND expect 0 result EOPNOTSUPP Running test #75... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect SF_APPEND result none Running test #76... okay. Running test #77... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #78... okay. Running test #79... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 UF_APPEND expect 0 result EOPNOTSUPP Running test #80... failed: test stat fstest_6e63e7283db78c1745580425c38e6b70 flags expect UF_APPEND result none Running test #81... okay. Running test #82... failed: test chflags fstest_6e63e7283db78c1745580425c38e6b70 none expect 0 result EOPNOTSUPP Running test #83... okay. Running test #84... okay. Running test #85... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/09.t: "rename returns EACCES or EPERM if the directory containing 'from' is marked sticky, and neither the containing directory nor 'from' are owned by the effective user ID" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... failed: test -u 65533 -g 65533 rename fstest_6f6ee6a7fc74b802001c06882e58d084/fstest_26557157af109bdaf8aa10dfc3128ebe fstest_32b7ca9e2ff376357bc23f70e95e60d8/fstest_196db8b1baa6ccf3ad45b6a965f8e49a expect EACCES|EPERM result EIO Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... failed: test -u 65533 -g 65533 rename fstest_6f6ee6a7fc74b802001c06882e58d084/fstest_26557157af109bdaf8aa10dfc3128ebe fstest_32b7ca9e2ff376357bc23f70e95e60d8/fstest_196db8b1baa6ccf3ad45b6a965f8e49a expect EACCES|EPERM result EIO Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... failed: test -u 65533 -g 65533 rename fstest_6f6ee6a7fc74b802001c06882e58d084/fstest_26557157af109bdaf8aa10dfc3128ebe fstest_32b7ca9e2ff376357bc23f70e95e60d8/fstest_196db8b1baa6ccf3ad45b6a965f8e49a expect EACCES|EPERM result EIO Running test #52... okay. Running test #53... okay. Running test #54... okay. Running test #55... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/10.t: "rename returns EACCES or EPERM if the file pointed at by the 'to' argument exists, the directory containing 'to' is marked sticky, and neither the containing directory nor 'to' are owned by the effective user ID" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... failed: test -u 65534 -g 65534 rename fstest_fa8ef281d469ddd2a9bc6620e9896255/fstest_4f60b83c5b50da1867ee52a1d2089cba fstest_f62491e71b3075a65616f61c68141cd4/fstest_443954548add51fcb474b3403b491242 expect EACCES|EPERM result EIO Running test #54... okay. Running test #55... okay. Running test #56... okay. Running test #57... okay. Running test #58... okay. Running test #59... okay. Running test #60... okay. Running test #61... okay. Running test #62... okay. Running test #63... okay. Running test #64... okay. Running test #65... okay. Running test #66... okay. Running test #67... okay. Running test #68... okay. Running test #69... okay. Running test #70... okay. Running test #71... okay. Running test #72... okay. Running test #73... okay. Running test #74... okay. Running test #75... okay. Running test #76... okay. Running test #77... okay. Running test #78... okay. Running test #79... okay. Running test #80... okay. Running test #81... okay. Running test #82... okay. Running test #83... okay. Running test #84... okay. Running test #85... okay. Running test #86... okay. Running test #87... okay. Running test #88... okay. Running test #89... okay. Running test #90... okay. Running test #91... okay. Running test #92... okay. Running test #93... okay. Running test #94... okay. Running test #95... okay. Running test #96... okay. Running test #97... okay. Running test #98... okay. Running test #99... okay. Running test #100... okay. Running test #101... okay. Running test #102... okay. Running test #103... okay. Running test #104... okay. Running test #105... okay. Running test #106... okay. Running test #107... okay. Running test #108... okay. Running test #109... okay. Running test #110... okay. Running test #111... okay. Running test #112... okay. Running test #113... okay. Running test #114... okay. Running test #115... okay. Running test #116... okay. Running test #117... okay. Running test #118... okay. Running test #119... okay. Running test #120... okay. Running test #121... okay. Running test #122... okay. Running test #123... okay. Running test #124... okay. Running test #125... okay. Running test #126... okay. Running test #127... okay. Running test #128... okay. Running test #129... failed: test -u 65534 -g 65534 rename fstest_fa8ef281d469ddd2a9bc6620e9896255/fstest_4f60b83c5b50da1867ee52a1d2089cba fstest_f62491e71b3075a65616f61c68141cd4/fstest_443954548add51fcb474b3403b491242 expect EACCES|EPERM result EIO Running test #130... okay. Running test #131... okay. Running test #132... okay. Running test #133... okay. Running test #134... okay. Running test #135... okay. Running test #136... okay. Running test #137... okay. Running test #138... okay. Running test #139... okay. Running test #140... okay. Running test #141... okay. Running test #142... okay. Running test #143... okay. Running test #144... okay. Running test #145... okay. Running test #146... okay. Running test #147... okay. Running test #148... okay. Running test #149... okay. Running test #150... okay. Running test #151... okay. Running test #152... okay. Running test #153... okay. Running test #154... okay. Running test #155... okay. Running test #156... okay. Running test #157... okay. Running test #158... okay. Running test #159... okay. Running test #160... okay. Running test #161... okay. Running test #162... okay. Running test #163... okay. Running test #164... okay. Running test #165... okay. Running test #166... okay. Running test #167... okay. Running test #168... okay. Running test #169... okay. Running test #170... okay. Running test #171... okay. Running test #172... okay. Running test #173... okay. Running test #174... okay. Running test #175... okay. Running test #176... okay. Running test #177... okay. Running test #178... okay. Running test #179... okay. Running test #180... okay. Running test #181... failed: test -u 65534 -g 65534 rename fstest_fa8ef281d469ddd2a9bc6620e9896255/fstest_4f60b83c5b50da1867ee52a1d2089cba fstest_f62491e71b3075a65616f61c68141cd4/fstest_443954548add51fcb474b3403b491242 expect EACCES|EPERM result EIO Running test #182... okay. Running test #183... okay. Running test #184... okay. Running test #185... okay. Running test #186... okay. Running test #187... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/11.t: "rename returns ELOOP if too many symbolic links were encountered in translating one of the pathnames" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/12.t: "rename returns ENOTDIR if a component of either path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/13.t: "rename returns ENOTDIR when the 'from' argument is a directory, but 'to' is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/14.t: "rename returns EISDIR when the 'to' argument is a directory, but 'from' is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/15.t: "rename returns EXDEV if the link named by 'to' and the file named by 'from' are on different file systems" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/16.t: "rename returns EROFS if the requested link requires writing in a directory on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/17.t: "rename returns EFAULT if one of the pathnames specified is outside the process's allocated address space" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/18.t: "rename returns EINVAL when the 'from' argument is a parent directory of 'to'" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/19.t: "rename returns EINVAL when an attempt is made to rename '.' or '..'" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/rename/20.t: "rename returns EEXIST or ENOTEMPTY if the 'to' argument is a directory and is not empty" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. 704 tests completed, 171 failed. ==== run-rmdir ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/rmdir/*.t /home/src/regress/sys/ffs/nfs/../tests/rmdir/00.t: "rmdir removes directories" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/01.t: "rmdir returns ENOTDIR if a component of the path is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/02.t: "rmdir returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/03.t: "rmdir returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/04.t: "rmdir returns ENOENT if the named directory does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/05.t: "rmdir returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/06.t: "rmdir returns EEXIST or ENOTEMPTY the named directory contains files other than '.' and '..' in it" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/07.t: "rmdir returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/08.t: "rmdir returns EACCES when write permission is denied on the directory containing the link to be removed" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/09.t: "rmdir returns EPERM if the named file has its immutable, undeletable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect EPERM result 0 Running test #3... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d none expect 0 result ENOENT Running test #4... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect 0 result ENOENT Running test #5... okay. Running test #6... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #7... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect EPERM result 0 Running test #8... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d none expect 0 result ENOENT Running test #9... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect 0 result ENOENT Running test #10... okay. Running test #11... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d SF_APPEND expect 0 result EOPNOTSUPP Running test #12... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect EPERM result 0 Running test #13... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d none expect 0 result ENOENT Running test #14... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect 0 result ENOENT Running test #15... okay. Running test #16... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d UF_APPEND expect 0 result EOPNOTSUPP Running test #17... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect EPERM result 0 Running test #18... failed: test chflags fstest_0a191dc3f88002a7f9fff3263bdb554d none expect 0 result ENOENT Running test #19... failed: test rmdir fstest_0a191dc3f88002a7f9fff3263bdb554d expect 0 result ENOENT /home/src/regress/sys/ffs/nfs/../tests/rmdir/10.t: "rmdir returns EPERM if the parent directory of the named file has its immutable or append-only flag set" Running test #0... okay. Running test #1... okay. Running test #2... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #3... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect EPERM result 0 Running test #4... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b none expect 0 result EOPNOTSUPP Running test #5... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect 0 result ENOENT Running test #6... okay. Running test #7... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #8... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect EPERM result 0 Running test #9... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b none expect 0 result EOPNOTSUPP Running test #10... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect 0 result ENOENT Running test #11... okay. Running test #12... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b SF_APPEND expect 0 result EOPNOTSUPP Running test #13... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect EPERM result 0 Running test #14... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b none expect 0 result EOPNOTSUPP Running test #15... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect 0 result ENOENT Running test #16... okay. Running test #17... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b UF_APPEND expect 0 result EOPNOTSUPP Running test #18... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect EPERM result 0 Running test #19... failed: test chflags fstest_7e6ceebbccaa72bae689dd5f7261a89b none expect 0 result EOPNOTSUPP Running test #20... failed: test rmdir fstest_7e6ceebbccaa72bae689dd5f7261a89b/fstest_8f5203cd0e55ad7aea842600e783d6c0 expect 0 result ENOENT Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/11.t: "rmdir returns EACCES or EPERM if the directory containing the directory to be removed is marked sticky, and neither the containing directory nor the directory to be removed are owned by the effective user ID" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... failed: test -u 65533 -g 65533 rmdir fstest_8cba6465a0f8ac0ba2531138eb4df651/fstest_7d9c9feb7f00439eea88183360754915 expect EACCES|EPERM result EIO Running test #12... okay. Running test #13... okay. Running test #14... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/12.t: "rmdir returns EINVAL if the last component of the path is '.' or '..'" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test rmdir fstest_6a7c45009be91613e8bb9b784a17143f/fstest_4233f8c78565a62aa521cbf823daa442/.. expect EINVAL result ENOTEMPTY Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/13.t: "rmdir returns EBUSY if the directory to be removed is the mount point for a mounted file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/14.t: "rmdir returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/rmdir/15.t: "rmdir returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 163 tests completed, 34 failed. ==== run-symlink ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/symlink/*.t /home/src/regress/sys/ffs/nfs/../tests/symlink/00.t: "symlink creates symbolic links" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/01.t: "symlink returns ENOTDIR if a component of the name2 path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/02.t: "symlink returns ENAMETOOLONG if a component of the name2 pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/03.t: "symlink returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/04.t: "symlink returns ENOENT if a component of the name2 path prefix does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/05.t: "symlink returns EACCES when a component of the name2 path prefix denies search permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/06.t: "symlink returns EACCES if the parent directory of the file to be created denies write permission" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/07.t: "symlink returns ELOOP if too many symbolic links were encountered in translating the name2 path name" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/08.t: "symlink returns EEXIST if the name2 argument already exists" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/09.t: "symlink returns EPERM if the parent directory of the file named by name2 has its immutable flag set" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #4... failed: test symlink test fstest_dcd9d45d969e761ddaa8fd19d542d633/fstest_815f71e89d28bfbd9240b94ebf4ef927 expect EPERM result 0 Running test #5... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 none expect 0 result EOPNOTSUPP Running test #6... failed: test symlink test fstest_dcd9d45d969e761ddaa8fd19d542d633/fstest_815f71e89d28bfbd9240b94ebf4ef927 expect 0 result EEXIST Running test #7... okay. Running test #8... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test symlink test fstest_dcd9d45d969e761ddaa8fd19d542d633/fstest_815f71e89d28bfbd9240b94ebf4ef927 expect EPERM result 0 Running test #10... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 none expect 0 result EOPNOTSUPP Running test #11... failed: test symlink test fstest_dcd9d45d969e761ddaa8fd19d542d633/fstest_815f71e89d28bfbd9240b94ebf4ef927 expect 0 result EEXIST Running test #12... okay. Running test #13... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 SF_APPEND expect 0 result EOPNOTSUPP Running test #14... okay. Running test #15... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 none expect 0 result EOPNOTSUPP Running test #16... okay. Running test #17... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 UF_APPEND expect 0 result EOPNOTSUPP Running test #18... okay. Running test #19... failed: test chflags fstest_dcd9d45d969e761ddaa8fd19d542d633 none expect 0 result EOPNOTSUPP Running test #20... okay. Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/10.t: "symlink returns EROFS if the file name2 would reside on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/11.t: "symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link is being created" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/symlink/12.t: "symlink returns EFAULT if one of the pathnames specified is outside the process's allocated address space" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. 120 tests completed, 12 failed. ==== run-truncate ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/truncate/*.t /home/src/regress/sys/ffs/nfs/../tests/truncate/00.t: "truncate descrease/increase file size" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/01.t: "truncate returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/02.t: "truncate returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/03.t: "truncate returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/04.t: "truncate returns ENOENT if the named file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/05.t: "truncate returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/06.t: "truncate returns EACCES if the named file is not writable by the user" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/07.t: "truncate returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/08.t: "truncate returns EPERM if the named file has its immutable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test truncate fstest_f302e5dc3f83b70fadf1f84b0cd24b2d 123 expect EPERM result 0 Running test #3... failed: test stat fstest_f302e5dc3f83b70fadf1f84b0cd24b2d size expect 0 result 123 Running test #4... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d none expect 0 result EOPNOTSUPP Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #9... failed: test truncate fstest_f302e5dc3f83b70fadf1f84b0cd24b2d 123 expect EPERM result 0 Running test #10... failed: test stat fstest_f302e5dc3f83b70fadf1f84b0cd24b2d size expect 0 result 123 Running test #11... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d none expect 0 result EOPNOTSUPP Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d SF_APPEND expect 0 result EOPNOTSUPP Running test #16... failed: test truncate fstest_f302e5dc3f83b70fadf1f84b0cd24b2d 123 expect EPERM result 0 Running test #17... failed: test stat fstest_f302e5dc3f83b70fadf1f84b0cd24b2d size expect 0 result 123 Running test #18... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d none expect 0 result EOPNOTSUPP Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d UF_APPEND expect 0 result EOPNOTSUPP Running test #23... failed: test truncate fstest_f302e5dc3f83b70fadf1f84b0cd24b2d 123 expect EPERM result 0 Running test #24... failed: test stat fstest_f302e5dc3f83b70fadf1f84b0cd24b2d size expect 0 result 123 Running test #25... failed: test chflags fstest_f302e5dc3f83b70fadf1f84b0cd24b2d none expect 0 result EOPNOTSUPP Running test #26... okay. Running test #27... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/09.t: "truncate returns EISDIR if the named file is a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/10.t: "truncate returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/11.t: "truncate returns ETXTBSY the file is a pure procedure (shared text) file that is being executed" Running test #0... okay. Running test #1... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/12.t: "truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size" Running test #0... okay. not ok 1 Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/13.t: "truncate returns EINVAL if the length argument was less than 0" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/truncate/14.t: "truncate returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 128 tests completed, 16 failed. ==== run-unlink ==== cd /mnt/regress-nfs-client && env FSTEST=/home/src/regress/sys/ffs/nfs/obj/../fstest /bin/sh /home/src/regress/sys/ffs/nfs/../run /home/src/regress/sys/ffs/nfs/../tests/unlink/*.t /home/src/regress/sys/ffs/nfs/../tests/unlink/00.t: "unlink removes regular files, symbolic links, fifos and sockets" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... okay. Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... okay. Running test #30... okay. Running test #31... okay. Running test #32... okay. Running test #33... okay. Running test #34... okay. Running test #35... okay. Running test #36... okay. Running test #37... okay. Running test #38... okay. Running test #39... okay. Running test #40... okay. Running test #41... okay. Running test #42... okay. Running test #43... okay. Running test #44... okay. Running test #45... okay. Running test #46... okay. Running test #47... okay. Running test #48... okay. Running test #49... okay. Running test #50... okay. Running test #51... okay. Running test #52... okay. Running test #53... okay. Running test #54... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/01.t: "unlink returns ENOTDIR if a component of the path prefix is not a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/02.t: "unlink returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/03.t: "unlink returns ENAMETOOLONG if an entire path name exceeded 1023 characters" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/04.t: "unlink returns ENOENT if the named file does not exist" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/05.t: "unlink returns EACCES when search permission is denied for a component of the path prefix" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/06.t: "unlink returns EACCES when write permission is denied on the directory containing the link to be removed" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/07.t: "unlink returns ELOOP if too many symbolic links were encountered in translating the pathname" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/08.t: "unlink returns EPERM if the named file is a directory" Running test #0... okay. Running test #1... okay. Running test #2... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/09.t: "unlink returns EPERM if the named file has its immutable, undeletable or append-only flag set" Running test #0... okay. Running test #1... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #2... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect EPERM result 0 Running test #3... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 none expect 0 result ENOENT Running test #4... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect 0 result ENOENT Running test #5... okay. Running test #6... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #7... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect EPERM result 0 Running test #8... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 none expect 0 result ENOENT Running test #9... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect 0 result ENOENT Running test #10... okay. Running test #11... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 SF_APPEND expect 0 result EOPNOTSUPP Running test #12... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect EPERM result 0 Running test #13... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 none expect 0 result ENOENT Running test #14... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect 0 result ENOENT Running test #15... okay. Running test #16... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 UF_APPEND expect 0 result EOPNOTSUPP Running test #17... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect EPERM result 0 Running test #18... failed: test chflags fstest_f15a0ec0639bb7b077eead068a11f8e0 none expect 0 result ENOENT Running test #19... failed: test unlink fstest_f15a0ec0639bb7b077eead068a11f8e0 expect 0 result ENOENT /home/src/regress/sys/ffs/nfs/../tests/unlink/10.t: "unlink returns EPERM if the parent directory of the named file has its immutable or append-only flag set" Running test #0... okay. Running test #1... okay. Running test #2... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 SF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #3... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect EPERM result 0 Running test #4... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 none expect 0 result EOPNOTSUPP Running test #5... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect 0 result ENOENT Running test #6... okay. Running test #7... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 UF_IMMUTABLE expect 0 result EOPNOTSUPP Running test #8... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect EPERM result 0 Running test #9... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 none expect 0 result EOPNOTSUPP Running test #10... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect 0 result ENOENT Running test #11... okay. Running test #12... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 SF_APPEND expect 0 result EOPNOTSUPP Running test #13... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect EPERM result 0 Running test #14... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 none expect 0 result EOPNOTSUPP Running test #15... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect 0 result ENOENT Running test #16... okay. Running test #17... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 UF_APPEND expect 0 result EOPNOTSUPP Running test #18... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect EPERM result 0 Running test #19... failed: test chflags fstest_7b3cd5a56286b1028c891456323be941 none expect 0 result EOPNOTSUPP Running test #20... failed: test unlink fstest_7b3cd5a56286b1028c891456323be941/fstest_eeaaea85baf26d5274ab4782c3d9d543 expect 0 result ENOENT Running test #21... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/11.t: "unlink returns EACCES or EPERM if the directory containing the file is marked sticky, and neither the containing directory nor the file to be removed are owned by the effective user ID" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. Running test #5... okay. Running test #6... okay. Running test #7... okay. Running test #8... okay. Running test #9... okay. Running test #10... okay. Running test #11... failed: test -u 65533 -g 65533 unlink fstest_d34ad2d2a37ca4f22c4ee645deb1a245/fstest_a0dc02d67ff80047ef69c0c0bccc8c77 expect EACCES|EPERM result EIO Running test #12... okay. Running test #13... okay. Running test #14... okay. Running test #15... okay. Running test #16... okay. Running test #17... okay. Running test #18... okay. Running test #19... okay. Running test #20... failed: test -u 65533 -g 65533 unlink fstest_d34ad2d2a37ca4f22c4ee645deb1a245/fstest_a0dc02d67ff80047ef69c0c0bccc8c77 expect EACCES|EPERM result EIO Running test #21... okay. Running test #22... okay. Running test #23... okay. Running test #24... okay. Running test #25... okay. Running test #26... okay. Running test #27... okay. Running test #28... okay. Running test #29... failed: test -u 65533 -g 65533 unlink fstest_d34ad2d2a37ca4f22c4ee645deb1a245/fstest_a0dc02d67ff80047ef69c0c0bccc8c77 expect EACCES|EPERM result EIO Running test #30... okay. Running test #31... okay. Running test #32... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/12.t: "unlink returns EROFS if the named file resides on a read-only file system" Running test #0... okay. Running test #1... okay. Running test #2... okay. Running test #3... okay. Running test #4... okay. /home/src/regress/sys/ffs/nfs/../tests/unlink/13.t: "unlink returns EFAULT if the path argument points outside the process's allocated address space" Running test #0... okay. Running test #1... okay. 191 tests completed, 35 failed. ==== umount ==== umount /mnt/regress-nfs-client ==== unconfig ==== umount -f -t nfs -h 127.0.0.1 -a rmdir /mnt/regress-nfs-client 2>/dev/null || true pkill -KILL mountd || true rcctl -f stop nfsd nfsd(ok) rcctl -f stop portmap portmap(ok) umount -f /dev/vnd0c 2>/dev/null || true rmdir /mnt/regress-nfs-server 2>/dev/null || true vnconfig -u vnd0 2>/dev/null || true rm -f stamp-mount