Bug 5245 - [Anolis8][aarch64][内部nightly] xfstests ext4-2-bigalloc测试case:generic/127执行失败
Summary: [Anolis8][aarch64][内部nightly] xfstests ext4-2-bigalloc测试case:generic/127执行失败
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-4.19 (show other bugs) kernel - anck-4.19
Version: 8.8
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-18 18:19 UTC by anolislw
Modified: 2023-05-23 14:28 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anolislw alibaba_cloud_group 2023-05-18 18:19:42 UTC
Description of problem:
anolis8 aarch64物理机环境,内部nightly xfstests ext4-2-bigalloc测试case:generic/127执行失败。

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/127

Actual results:
[root@l57h15217 xfstests]# ./check generic/127
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/127       [failed, exit status 1]- output mismatch (see /var/lib/xfstests/results//generic/127.out.bad)
    --- tests/generic/127.out   2023-03-28 18:46:06.727064416 +0800
    +++ /var/lib/xfstests/results//generic/127.out.bad  2023-05-18 18:16:43.960163122 +0800
    @@ -4,10 +4,20 @@
     === FSX Light Mode, Memory Mapping ===
     All 100000 operations completed A-OK!
     === FSX Standard Mode, No Memory Mapping ===
    -All 100000 operations completed A-OK!
    -=== FSX Standard Mode, Memory Mapping ===
    -All 100000 operations completed A-OK!
    -=== FSX Standard Mode, No Memory Mapping ===
    ...
    (Run 'diff -u /var/lib/xfstests/tests/generic/127.out /var/lib/xfstests/results//generic/127.out.bad'  to see the entire diff)
Ran: generic/127
Failures: generic/127
Failed 1 of 1 tests

[root@l57h15217 xfstests]# diff -u /var/lib/xfstests/tests/generic/127.out /var/lib/xfstests/results//generic/127.out.bad
--- /var/lib/xfstests/tests/generic/127.out     2023-03-28 18:46:06.727064416 +0800
+++ /var/lib/xfstests/results//generic/127.out.bad      2023-05-18 18:16:43.960163122 +0800
@@ -4,10 +4,20 @@
 === FSX Light Mode, Memory Mapping ===
 All 100000 operations completed A-OK!
 === FSX Standard Mode, No Memory Mapping ===
-All 100000 operations completed A-OK!
-=== FSX Standard Mode, Memory Mapping ===
-All 100000 operations completed A-OK!
-=== FSX Standard Mode, No Memory Mapping ===
-All 100000 operations completed A-OK!
-=== FSX Standard Mode, Memory Mapping ===
-All 100000 operations completed A-OK!
+ltp/fsx -q -l 262144 -o 65536 -S 191110531 -N 100000 -R -W fsx_std_nommap
+insert range: 0x18000 to 0x22000
+do_insert_range: fallocate: Invalid argument
+LOG DUMP (10 total operations):
+1(  1 mod 256): TRUNCATE UP    from 0x0 to 0x814f
+2(  2 mod 256): SKIPPED (no operation)
+3(  3 mod 256): READ     0x6fe9 thru 0x814e    (0x1166 bytes)
+4(  4 mod 256): FALLOC   0x2b190 thru 0x3361d  (0x848d bytes) EXTENDING
+5(  5 mod 256): FALLOC   0x1910a thru 0x1a712  (0x1608 bytes) INTERIOR
+6(  6 mod 256): PUNCH    0x1e80d thru 0x2db44  (0xf338 bytes)
+7(  7 mod 256): WRITE    0x7e31 thru 0x1558e   (0xd75e bytes)
+8(  8 mod 256): COPY 0xf740 thru 0x1781c       (0x80dd bytes) to 0x24e74 thru 0x2cf50
+9(  9 mod 256): READ     0x2816a thru 0x2adba  (0x2c51 bytes)
+10( 10 mod 256): INSERT 0x18000 thru 0x21fff   (0xa000 bytes)
+Log of operations saved to "/mnt/nvme0n1p1/fsx_std_nommap.fsxops"; replay with --replay-ops
+Correct content saved for comparison
+(maybe hexdump "/mnt/nvme0n1p1/fsx_std_nommap" vs "/mnt/nvme0n1p1/fsx_std_nommap.fsxgood")


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
Comment 1 wangpingping alibaba_cloud_group 2023-05-23 14:28:17 UTC
Anolis7-4.19-x86 ck27.4版本有相同失败;
内核:4.19.91-27.4.an7.x86_64

部分失败日志如下:
generic/127       [failed, exit status 1]- output mismatch (see /tmp/tone/run/xfstests/results//generic/127.out.bad)
    --- tests/generic/127.out	2023-05-22 18:05:38.405816674 +0800
    +++ /tmp/tone/run/xfstests/results//generic/127.out.bad	2023-05-22 18:16:36.498537700 +0800
    @@ -4,10 +4,17 @@
     === FSX Light Mode, Memory Mapping ===
     All 100000 operations completed A-OK!
     === FSX Standard Mode, No Memory Mapping ===
    -All 100000 operations completed A-OK!
    -=== FSX Standard Mode, Memory Mapping ===
    -All 100000 operations completed A-OK!
    -=== FSX Standard Mode, No Memory Mapping ===
    ...
    (Run 'diff -u /tmp/tone/run/xfstests/tests/generic/127.out /tmp/tone/run/xfstests/results//generic/127.out.bad'  to see the entire diff)
generic/128        1s