Bug 4893 - [Anolis23][x86_64][社区nightly] xfstests测试xfs文件系统case: xfs/076执行失败
Summary: [Anolis23][x86_64][社区nightly] xfstests测试xfs文件系统case: xfs/076执行失败
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: yunmeng365524
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-09 17:32 UTC by anolislw
Modified: 2023-05-09 17:32 UTC (History)
1 user (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-09 17:32:41 UTC
Description of problem:
Anolis23 x86_64 ECS环境,社区nightly xfstests测试case:xfs/076执行失败

Version-Release number of selected component (if applicable):


How reproducible:

Steps to Reproduce:
wipefs -a --force /dev/vdb1  
wipefs -a --force /dev/vdb2
wipefs -a --force /dev/vdb3 
wipefs -a --force /dev/vdb4

mkfs -t xfs -L OStest -q -f /dev/vdb1
mkfs -t xfs -L OStest -q -f /dev/vdb2
mkfs -t xfs -L OStest -q -f /dev/vdb3
mkfs -t xfs -L OStest -q -f /dev/vdb4

export FSTYP=xfs
export TEST_DIR=/fs/vdb1
export TEST_DEV=/dev/vdb1
export SCRATCH_MNT=/fs/vdb2
export SCRATCH_DEV=/dev/vdb2
mkdir -p /fs/vdb1 /fs/vdb2
git clone --branch anck-5.10 https://gitee.com/anolis/xfstests.git
export CFLAGS="-fcommon"
cd xfstests
make configure
./configure
make && make install
./check xfs/076


Actual results:
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# ./check xfs/076
FSTYP         -- xfs (non-debug)
PLATFORM      -- Linux/x86_64 qibo-anolis23-nightly-func-x86-1 5.10.134-103.git.59ebaa9c900f.an23.x86_64 #1 SMP Mon May 8 21:37:04 CST 2023
MKFS_OPTIONS  -- -f /dev/vdb2
MOUNT_OPTIONS -- -o context=system_u:object_r:root_t:s0 /dev/vdb2 /fs/vdb2

xfs/076       [failed, exit status 1]- output mismatch (see /root/xfstests/results//xfs/076.out.bad)
    --- tests/xfs/076.out       2023-05-08 18:12:40.018105911 +0800
    +++ /root/xfstests/results//xfs/076.out.bad 2023-05-09 17:30:01.208853584 +0800
    @@ -1,2 +1,3 @@
     QA output created by 076
    -iusepct is in range
    +fpunch failed
    +(see /root/xfstests/results//xfs/076.full for details)
    ...
    (Run 'diff -u /root/xfstests/tests/xfs/076.out /root/xfstests/results//xfs/076.out.bad'  to see the entire diff)
Ran: xfs/076
Failures: xfs/076
Failed 1 of 1 tests

[root@qibo-anolis23-nightly-func-x86-1 xfstests]# diff -u /root/xfstests/tests/xfs/076.out /root/xfstests/results//xfs/076.out.bad
--- /root/xfstests/tests/xfs/076.out    2023-05-08 18:12:40.018105911 +0800
+++ /root/xfstests/results//xfs/076.out.bad     2023-05-09 17:30:01.208853584 +0800
@@ -1,2 +1,3 @@
 QA output created by 076
-iusepct is in range
+fpunch failed
+(see /root/xfstests/results//xfs/076.full for details)
[root@qibo-anolis23-nightly-func-x86-1 xfstests]#


Expected results:
case pass

Additional info:
root@qibo-anolis23-nightly-func-x86-1 xfstests]# uname -r
5.10.134-103.git.59ebaa9c900f.an23.x86_64
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# cat /etc/anolis-release
Anolis OS release 23
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        4.0M     0  4.0M   0% /dev
tmpfs           7.6G     0  7.6G   0% /dev/shm
tmpfs           3.1G  540K  3.1G   1% /run
/dev/vda1        40G   14G   27G  34% /
/dev/vdc1        98G  3.4G   90G   4% /tmp
tmpfs           1.6G     0  1.6G   0% /run/user/0
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# free -g
               total        used        free      shared  buff/cache   available
Mem:              15           0          14           0           0          14
Swap:              0           0           0
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# cat /proc/cmdline
BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.10.134-103.git.59ebaa9c900f.an23.x86_64 root=UUID=ece72b7f-465b-433d-8b3b-e5fa53a04642 ro rhgb cryptomgr.notests rcupdate.rcu_cpu_stall_timeout=300 quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 cgroup.memory=nokmem crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M
[root@qibo-anolis23-nightly-func-x86-1 xfstests]# lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         46 bits physical, 57 bits virtual
  Byte Order:            Little Endian
CPU(s):                  4
  On-line CPU(s) list:   0-3
Vendor ID:               GenuineIntel
  BIOS Vendor ID:        Alibaba Cloud
  Model name:            Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
    BIOS Model name:     pc-i440fx-2.1  CPU @ 0.0GHz
    BIOS CPU family:     1
    CPU family:          6
    Model:               106
    Thread(s) per core:  2
    Core(s) per socket:  2
    Socket(s):           1
    Stepping:            6
    BogoMIPS:            5399.99
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 s
                         s ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid tsc_known_freq pni p
                         clmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hy
                         pervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ibrs_enhanced fsgsbase tsc_adjust bmi
                         1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd
                         sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wbnoinvd arat avx512vbmi pku ospke avx512_v
                         bmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid fsrm arch_capabilities
Virtualization features:
  Hypervisor vendor:     KVM
  Virtualization type:   full
Caches (sum of all):
  L1d:                   96 KiB (2 instances)
  L1i:                   64 KiB (2 instances)
  L2:                    2.5 MiB (2 instances)
  L3:                    48 MiB (1 instance)
NUMA:
  NUMA node(s):          1
  NUMA node0 CPU(s):     0-3
Vulnerabilities:
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Mmio stale data:       Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
  Retbleed:              Not affected
  Spec store bypass:     Vulnerable
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Enhanced IBRS, RSB filling, PBRSB-eIBRS SW sequence
  Srbds:                 Not affected
  Tsx async abort:       Not affected