START	sys/kern/realpath-unmount	2025-03-26T02:21:37Z

==== run-chroot ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/sys/kern/realpath-unmount/realpath-chroot.c
cc   -o realpath-chroot realpath-chroot.o 
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/sys/kern/realpath-unmount/realpath-chdir.c
cc   -o realpath-chdir realpath-chdir.o 
umount -f /dev/$(<vnd)c 2>/dev/null || true
/bin/sh: vnd: No such file or directory
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
/bin/sh: vnd: No such file or directory
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141278973 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath
./realpath-chroot /mnt/regress-realpath /
umount /mnt/regress-realpath

==== run-chroot-dir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141202274 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo
./realpath-chroot /mnt/regress-realpath/foo /
umount /mnt/regress-realpath

==== run-chroot-subdir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141070058 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo
./realpath-chroot /mnt/regress-realpath /foo
umount /mnt/regress-realpath

==== run-chroot-dir-subdir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141184460 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo/bar
./realpath-chroot /mnt/regress-realpath/foo /bar
umount /mnt/regress-realpath

==== run-chdir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (140962170 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath
./realpath-chdir /mnt/regress-realpath .
umount /mnt/regress-realpath

==== run-chdir-dir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141250607 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo
./realpath-chdir /mnt/regress-realpath/foo .
umount /mnt/regress-realpath

==== run-chdir-subdir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141140818 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo
./realpath-chdir /mnt/regress-realpath foo
umount /mnt/regress-realpath

==== run-chdir-dir-subdir ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup
dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.014 secs (141434117 bytes/sec)
vnconfig diskimage >vnd
newfs $(<vnd)c
/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,
mkdir -p /mnt/regress-realpath
mount /dev/$(<vnd)c /mnt/regress-realpath
mkdir -p /mnt/regress-realpath/foo/bar
./realpath-chdir /mnt/regress-realpath/foo bar
umount /mnt/regress-realpath

==== unconfig ====
umount -f /dev/$(<vnd)c 2>/dev/null || true
rmdir /mnt/regress-realpath 2>/dev/null || true
vnconfig -u $(<vnd) 2>/dev/null || true
rm -f stamp-setup

PASS	sys/kern/realpath-unmount	Duration 0m02.69s