Description of problem: anolis8 aarch64物理机环境,内部nightly xfstests ext4-2-bigalloc测试case:generic/075执行失败。 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 下载并编译安装内部xfstests mkfs -t ext4 -E lazy_itable_init=0,lazy_journal_init=0 -L OStest -q -F -O bigalloc -C 16k -q -F /dev/nvme0n1p1 mkfs -t ext4 -E lazy_itable_init=0,lazy_journal_init=0 -L OStest -q -F -O bigalloc -C 16k -q -F /dev/nvme0n1p2 mkdir /mnt/nvme0n1p1 mkdir /mnt/nvme0n1p2 #TEST_DEV/SCRATCH_DEV为文件系统所在的磁盘或分区 export TEST_DEV=/dev/nvme0n1p1 export SCRATCH_DEV=/dev/nvme0n1p2 export FSTYP=ext4 #TEST_DIR/SCRATCH_MNT表示待测试文件系统的挂载目录 export SCRATCH_MNT=/mnt/nvme0n1p2 export TEST_DIR=/mnt/nvme0n1p1 cd xfstests安装目录 ./check generic/075 Actual results: [root@l57h15217 xfstests]# ./check generic/075 FSTYP -- ext4 PLATFORM -- Linux/aarch64 l57h15217 4.19.91-724.git.c18ed0b83.an8.aarch64 #1 SMP Wed May 17 13:56:08 UTC 2023 MKFS_OPTIONS -- -F /dev/nvme0n1p2 MOUNT_OPTIONS -- -o acl,user_xattr /dev/nvme0n1p2 /mnt/nvme0n1p2 generic/075 [failed, exit status 1]- output mismatch (see /var/lib/xfstests/results//generic/075.out.bad) --- tests/generic/075.out 2023-03-28 18:46:09.675122042 +0800 +++ /var/lib/xfstests/results//generic/075.out.bad 2023-05-18 17:22:48.960159251 +0800 @@ -4,15 +4,5 @@ ----------------------------------------------- fsx.0 : -d -N numops -S 0 ----------------------------------------------- - ------------------------------------------------ -fsx.1 : -d -N numops -S 0 -x ------------------------------------------------ ... (Run 'diff -u /var/lib/xfstests/tests/generic/075.out /var/lib/xfstests/results//generic/075.out.bad' to see the entire diff) Ran: generic/075 Failures: generic/075 Failed 1 of 1 tests [root@l57h15217 xfstests]# diff -u /var/lib/xfstests/tests/generic/075.out /var/lib/xfstests/results//generic/075.out.bad --- /var/lib/xfstests/tests/generic/075.out 2023-03-28 18:46:09.675122042 +0800 +++ /var/lib/xfstests/results//generic/075.out.bad 2023-05-18 17:22:48.960159251 +0800 @@ -4,15 +4,5 @@ ----------------------------------------------- fsx.0 : -d -N numops -S 0 ----------------------------------------------- - ------------------------------------------------ -fsx.1 : -d -N numops -S 0 -x ------------------------------------------------ - ------------------------------------------------ -fsx.2 : -d -N numops -l filelen -S 0 ------------------------------------------------ - ------------------------------------------------ -fsx.3 : -d -N numops -l filelen -S 0 -x ------------------------------------------------ + fsx (-d -N 1000 -S 0) failed, 0 - compare /var/lib/xfstests/results//generic/075.0.{good,bad,fsxlog} +mv: '/var/lib/xfstests/results//generic/075.0.fsxlog' and '/var/lib/xfstests/results//generic/075.0.fsxlog' are the same file Expected results: case pass Additional info: [root@l57h15217 xfstests]# uname -r 4.19.91-724.git.c18ed0b83.an8.aarch64 [root@l57h15217 xfstests]# cat /etc/anolis-release Anolis OS release 8.8 [root@l57h15217 xfstests]# cat /etc/os-release NAME="Anolis OS" VERSION="8.8" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.8" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.8" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" [root@l57h15217 xfstests]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 378G 0 378G 0% /dev tmpfs 378G 100K 378G 1% /dev/shm tmpfs 378G 4.1G 374G 2% /run tmpfs 378G 0 378G 0% /sys/fs/cgroup /dev/sda2 49G 16G 32G 33% / /dev/sda1 1022M 6.7M 1016M 1% /boot/efi tmpfs 76G 0 76G 0% /run/user/0 [root@l57h15217 xfstests]# free -g total used free shared buff/cache available Mem: 754 677 75 2 2 73 Swap: 1 1 0 [root@l57h15217 xfstests]# cat /proc/cmdline BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-4.19.91-724.git.c18ed0b83.an8.aarch64 root=UUID=3fbce54d-0f7f-47cf-a94a-c4592d5d6057 ro console=tty0 console=ttyS0,115200 rd.driver.pre=ahci cgwb_v1 psi=1 slub_debug=FPZU kmemleak=on crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M [root@l57h15217 xfstests]# lscpu Architecture: aarch64 Byte Order: Little Endian CPU(s): 96 On-line CPU(s) list: 0-95 Thread(s) per core: 1 Core(s) per socket: 48 Socket(s): 2 NUMA node(s): 1 Vendor ID: HiSilicon BIOS Vendor ID: HiSilicon Model: 0 Model name: Kunpeng-920 BIOS Model name: HUAWEI Kunpeng 920 5250 Stepping: 0x1 CPU MHz: 2600.000 CPU max MHz: 2600.0000 CPU min MHz: 200.0000 BogoMIPS: 200.00 L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 24576K NUMA node0 CPU(s): 0-95 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm
alinux2 x86 nightly版本有同样问题 generic/075 [failed, exit status 1]- output mismatch (see /tmp/tone/run/xfstests/results//generic/075.out.bad) --- tests/generic/075.out 2023-05-17 22:30:57.782072203 +0800 +++ /tmp/tone/run/xfstests/results//generic/075.out.bad 2023-05-17 22:42:35.800278058 +0800 @@ -4,15 +4,5 @@ ----------------------------------------------- fsx.0 : -d -N numops -S 0 ----------------------------------------------- - ------------------------------------------------ -fsx.1 : -d -N numops -S 0 -x ------------------------------------------------ ... (Run 'diff -u /tmp/tone/run/xfstests/tests/generic/075.out /tmp/tone/run/xfstests/results//generic/075.out.bad' to see the entire diff) # uname -r 4.19.91-1411.git.c18ed0b83a1b.al7.x86_64
anolis7-4.19-x86 ck27.4版本有相同失败,内核:4.19.91-27.4.an7.x86_64 部分失败日志如下: generic/075 [failed, exit status 1]- output mismatch (see /tmp/tone/run/xfstests/results//generic/075.out.bad) --- tests/generic/075.out 2023-05-22 18:05:37.678782735 +0800 +++ /tmp/tone/run/xfstests/results//generic/075.out.bad 2023-05-22 18:14:52.370676820 +0800 @@ -4,15 +4,5 @@ ----------------------------------------------- fsx.0 : -d -N numops -S 0 ----------------------------------------------- - ------------------------------------------------ -fsx.1 : -d -N numops -S 0 -x ------------------------------------------------ ... (Run 'diff -u /tmp/tone/run/xfstests/tests/generic/075.out /tmp/tone/run/xfstests/results//generic/075.out.bad' to see the entire diff) # diff -u /tmp/tone/run/xfstests/tests/generic/075.out /tmp/tone/run/xfstests/results//generic/075.out.bad --- /tmp/tone/run/xfstests/tests/generic/075.out 2023-05-22 18:56:05.005104077 +0800 +++ /tmp/tone/run/xfstests/results//generic/075.out.bad 2023-05-23 14:17:33.180280020 +0800 @@ -4,15 +4,5 @@ ----------------------------------------------- fsx.0 : -d -N numops -S 0 ----------------------------------------------- - ------------------------------------------------ -fsx.1 : -d -N numops -S 0 -x ------------------------------------------------ - ------------------------------------------------ -fsx.2 : -d -N numops -l filelen -S 0 ------------------------------------------------ - ------------------------------------------------ -fsx.3 : -d -N numops -l filelen -S 0 -x ------------------------------------------------ + fsx (-d -N 1000 -S 0) failed, 0 - compare /tmp/tone/run/xfstests/results//generic/075.0.{good,bad,fsxlog} +mv: '/tmp/tone/run/xfstests/results//generic/075.0.fsxlog' and '/tmp/tone/run/xfstests/results//generic/075.0.fsxlog' are the same file