Date
April 17, 2025, 8:07 a.m.
Failure - move_mount02
tst_tmpdir.c:316: TINFO: Using /tmp/LTP_movgpqR0n as tmpdir (tmpfs filesystem) tst_device.c:96: TINFO: Found free device 0 '/dev/loop0' tst_test.c:1900: TINFO: LTP version: 20250130 tst_test.c:1904: TINFO: Tested kernel: 6.15.0-rc2-next-20250417 #1 SMP PREEMPT_RT @1744877546 aarch64 tst_kconfig.c:88: TINFO: Parsing kernel config '/proc/config.gz' tst_kconfig.c:676: TINFO: CONFIG_TRACE_IRQFLAGS kernel option detected which might slow the execution tst_test.c:1722: TINFO: Overall timeout per run is 0h 21m 36s tst_supported_fs_types.c:97: TINFO: Kernel supports ext2 tst_supported_fs_types.c:62: TINFO: mkfs.ext2 does exist tst_supported_fs_types.c:97: TINFO: Kernel supports ext3 tst_supported_fs_types.c:62: TINFO: mkfs.ext3 does exist tst_supported_fs_types.c:97: TINFO: Kernel supports ext4 tst_supported_fs_types.c:62: TINFO: mkfs.ext4 does exist tst_supported_fs_types.c:128: TINFO: Filesystem xfs is not supported tst_supported_fs_types.c:97: TINFO: Kernel supports btrfs tst_supported_fs_types.c:62: TINFO: mkfs.btrfs does exist tst_supported_fs_types.c:105: TINFO: Skipping bcachefs because of FUSE blacklist tst_supported_fs_types.c:97: TINFO: Kernel supports vfat tst_supported_fs_types.c:58: TINFO: mkfs.vfat does not exist tst_supported_fs_types.c:128: TINFO: Filesystem exfat is not supported tst_supported_fs_types.c:128: TINFO: Filesystem ntfs is not supported tst_supported_fs_types.c:97: TINFO: Kernel supports tmpfs tst_supported_fs_types.c:49: TINFO: mkfs is not needed for tmpfs tst_test.c:1833: TINFO: === Testing on ext2 === tst_test.c:1170: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts='' mke2fs 1.47.2 (1-Jan-2025) move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9) move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2) move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9) move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2) move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22) tst_test.c:1833: TINFO: === Testing on ext3 === tst_test.c:1170: TINFO: Formatting /dev/loop0 with ext3 opts='' extra opts='' mke2fs 1.47.2 (1-Jan-2025) /dev/loop0 is apparently in use by the system; will not make a filesystem here! tst_test.c:1170: TBROK: mkfs.ext3 failed with exit code 1 Summary: passed 5 failed 0 broken 1 skipped 0 warnings 0 move_mount02 move_mount02 move_mount02: [ 1524.609678] /usr/local/bin/kirk[587]: starting test move_mount02 (move_mount02) move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9) move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2) move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9) move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2) move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
Failure - getxattr04
tst_tmpdir.c:316: TINFO: Using /tmp/LTP_get0JZmfO as tmpdir (tmpfs filesystem) tst_device.c:96: TINFO: Found free device 0 '/dev/loop0' tst_test.c:1170: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts='' tst_test.c:1182: TINFO: Mounting /dev/loop0 to /tmp/LTP_get0JZmfO/mntpoint fstyp=xfs flags=0 tst_test.c:1182: TBROK: mount(/dev/loop0, mntpoint, xfs, 0, (nil)) failed: ENODEV (19) Summary: passed 0 failed 0 broken 1 skipped 0 warnings 0 getxattr04 getxattr04 getxattr04: [ 1248.594771] loop0: detected capacity change from 0 to 614400
Failure - ioctl_loop06
KNOWN ISSUE - LTP syscalls ioctl_loop06
tst_tmpdir.c:316: TINFO: Using /tmp/LTP_iochwXceN as tmpdir (tmpfs filesystem) tst_test.c:1900: TINFO: LTP version: 20250130 tst_test.c:1904: TINFO: Tested kernel: 6.15.0-rc2-next-20250417 #1 SMP PREEMPT_RT @1744877546 aarch64 tst_kconfig.c:88: TINFO: Parsing kernel config '/proc/config.gz' tst_kconfig.c:676: TINFO: CONFIG_TRACE_IRQFLAGS kernel option detected which might slow the execution tst_test.c:1722: TINFO: Overall timeout per run is 0h 21m 36s tst_device.c:96: TINFO: Found free device 0 '/dev/loop0' ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size < 512 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) Summary: passed 4 failed 2 broken 0 skipped 0 warnings 0 ioctl_loop06 ioctl_loop06 ioctl_loop06: [ 1271.607398] /usr/local/bin/kirk[587]: starting test ioctl_loop06 (ioctl_loop06) ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size < 512 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22) ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2 ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)