(please be noted we reported
"[xfs] 5349b2afc1: xfstests.xfs.050.fail"
on
https://lore.kernel.org/all/20220518094120.GB15472@xsang-OptiPlex-9020/
when this commit was on linux-next/master
now we found there are still xfstests failure including xfs.050 on mainline.
report again FYI)
Greeting,
FYI, we noticed the following commit (built with gcc-11):
commit: 5349b2afc117d87d35502f2fe1930692d6bfc68b ("xfs: don't set quota warning values")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: xfstests
version: xfstests-x86_64-46e1b83-1_20220414
with following parameters:
disk: 4HDD
fs: xfs
test: xfs-group-29
ucode: 0x21
test-description: xfstests is a regression test suite for xfs and other files ystems.
test-url: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
on test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz with 8G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <[email protected]>
2022-05-17 15:49:39 export TEST_DIR=/fs/sdb1
2022-05-17 15:49:39 export TEST_DEV=/dev/sdb1
2022-05-17 15:49:39 export FSTYP=xfs
2022-05-17 15:49:39 export SCRATCH_MNT=/fs/scratch
2022-05-17 15:49:39 mkdir /fs/scratch -p
2022-05-17 15:49:39 export SCRATCH_DEV=/dev/sdb4
2022-05-17 15:49:39 export SCRATCH_LOGDEV=/dev/sdb2
2022-05-17 15:49:39 export SCRATCH_XFS_LIST_METADATA_FIELDS=u3.sfdir3.hdr.parent.i4
2022-05-17 15:49:39 export SCRATCH_XFS_LIST_FUZZ_VERBS=random
2022-05-17 15:49:39 sed "s:^:xfs/:" //lkp/benchmarks/xfstests/tests/xfs-group-29
2022-05-17 15:49:39 ./check xfs/290 xfs/291 xfs/292 xfs/293 xfs/294 xfs/295 xfs/296 xfs/297 xfs/298 xfs/299
FSTYP -- xfs (debug)
PLATFORM -- Linux/x86_64 lkp-ivb-d05 5.18.0-rc2-00103-g5349b2afc117 #1 SMP Sun May 15 12:16:43 CST 2022
MKFS_OPTIONS -- -f /dev/sdb4
MOUNT_OPTIONS -- /dev/sdb4 /fs/scratch
xfs/290 2s
xfs/291 130s
xfs/292 3s
xfs/293 1s
xfs/294 63s
xfs/295 30s
xfs/296 14s
xfs/297 209s
xfs/298 14s
xfs/299 - output mismatch (see /lkp/benchmarks/xfstests/results//xfs/299.out.bad)
--- tests/xfs/299.out 2022-05-16 16:42:32.000000000 +0000
+++ /lkp/benchmarks/xfstests/results//xfs/299.out.bad 2022-05-17 15:57:43.078827071 +0000
@@ -6,6 +6,7 @@
log =LDEV bsize=XXX blocks=XXX
realtime =RDEV extsz=XXX blocks=XXX, rtextents=XXX
*** user, group, and project
+xfs_quota: cannot set warnings: Invalid argument
*** report no quota settings
[ROOT] 0 0 0 00 [--------] 3 0 0 00 [--------] 0 0 0 00 [--------]
...
(Run 'diff -u /lkp/benchmarks/xfstests/tests/xfs/299.out /lkp/benchmarks/xfstests/results//xfs/299.out.bad' to see the entire diff)
Ran: xfs/290 xfs/291 xfs/292 xfs/293 xfs/294 xfs/295 xfs/296 xfs/297 xfs/298 xfs/299
Failures: xfs/299
Failed 1 of 10 tests
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
sudo bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
sudo bin/lkp run generated-yaml-file
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
--
0-DAY CI Kernel Test Service
https://01.org/lkp
On Thu, Jun 02, 2022 at 04:50:53PM +0800, kernel test robot wrote:
>
> (please be noted we reported
> "[xfs] 5349b2afc1: xfstests.xfs.050.fail"
> on
> https://lore.kernel.org/all/20220518094120.GB15472@xsang-OptiPlex-9020/
> when this commit was on linux-next/master
> now we found there are still xfstests failure including xfs.050 on mainline.
> report again FYI)
>
>
> Greeting,
>
> FYI, we noticed the following commit (built with gcc-11):
>
> commit: 5349b2afc117d87d35502f2fe1930692d6bfc68b ("xfs: don't set quota warning values")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
>
> in testcase: xfstests
> version: xfstests-x86_64-46e1b83-1_20220414
> with following parameters:
>
> disk: 4HDD
> fs: xfs
> test: xfs-group-29
> ucode: 0x21
>
> test-description: xfstests is a regression test suite for xfs and other files ystems.
> test-url: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
>
>
> on test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz with 8G memory
>
> caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
>
>
>
>
> If you fix the issue, kindly add following tag
> Reported-by: kernel test robot <[email protected]>
>
> 2022-05-17 15:49:39 export TEST_DIR=/fs/sdb1
> 2022-05-17 15:49:39 export TEST_DEV=/dev/sdb1
> 2022-05-17 15:49:39 export FSTYP=xfs
> 2022-05-17 15:49:39 export SCRATCH_MNT=/fs/scratch
> 2022-05-17 15:49:39 mkdir /fs/scratch -p
> 2022-05-17 15:49:39 export SCRATCH_DEV=/dev/sdb4
> 2022-05-17 15:49:39 export SCRATCH_LOGDEV=/dev/sdb2
> 2022-05-17 15:49:39 export SCRATCH_XFS_LIST_METADATA_FIELDS=u3.sfdir3.hdr.parent.i4
> 2022-05-17 15:49:39 export SCRATCH_XFS_LIST_FUZZ_VERBS=random
> 2022-05-17 15:49:39 sed "s:^:xfs/:" //lkp/benchmarks/xfstests/tests/xfs-group-29
> 2022-05-17 15:49:39 ./check xfs/290 xfs/291 xfs/292 xfs/293 xfs/294 xfs/295 xfs/296 xfs/297 xfs/298 xfs/299
> FSTYP -- xfs (debug)
> PLATFORM -- Linux/x86_64 lkp-ivb-d05 5.18.0-rc2-00103-g5349b2afc117 #1 SMP Sun May 15 12:16:43 CST 2022
> MKFS_OPTIONS -- -f /dev/sdb4
> MOUNT_OPTIONS -- /dev/sdb4 /fs/scratch
>
> xfs/290 2s
> xfs/291 130s
> xfs/292 3s
> xfs/293 1s
> xfs/294 63s
> xfs/295 30s
> xfs/296 14s
> xfs/297 209s
> xfs/298 14s
> xfs/299 - output mismatch (see /lkp/benchmarks/xfstests/results//xfs/299.out.bad)
> --- tests/xfs/299.out 2022-05-16 16:42:32.000000000 +0000
> +++ /lkp/benchmarks/xfstests/results//xfs/299.out.bad 2022-05-17 15:57:43.078827071 +0000
> @@ -6,6 +6,7 @@
> log =LDEV bsize=XXX blocks=XXX
> realtime =RDEV extsz=XXX blocks=XXX, rtextents=XXX
> *** user, group, and project
> +xfs_quota: cannot set warnings: Invalid argument
Not a kernel issue - this is fixed in the latest fstests release.
-Dave.
--
Dave Chinner
[email protected]
Hi Dave Chinner,
On Fri, Jun 03, 2022 at 07:40:37AM +1000, Dave Chinner wrote:
> >
> > xfs/299 - output mismatch (see /lkp/benchmarks/xfstests/results//xfs/299.out.bad)
> > --- tests/xfs/299.out 2022-05-16 16:42:32.000000000 +0000
> > +++ /lkp/benchmarks/xfstests/results//xfs/299.out.bad 2022-05-17 15:57:43.078827071 +0000
> > @@ -6,6 +6,7 @@
> > log =LDEV bsize=XXX blocks=XXX
> > realtime =RDEV extsz=XXX blocks=XXX, rtextents=XXX
> > *** user, group, and project
> > +xfs_quota: cannot set warnings: Invalid argument
>
> Not a kernel issue - this is fixed in the latest fstests release.
got it! we upgraded our test package and now the test can pass on this commit
now. Thanks a lot!
>
> -Dave.
> --
> Dave Chinner
> [email protected]