Linux RAID subsystem development
 help / color / mirror / Atom feed
* [mdraid:md-6.16] [md]  bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
@ 2025-06-24  7:55 kernel test robot
  2025-06-24  8:36 ` Xiao Ni
  2025-06-25  7:43 ` Xiao Ni
  0 siblings, 2 replies; 6+ messages in thread
From: kernel test robot @ 2025-06-24  7:55 UTC (permalink / raw)
  To: Xiao Ni; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid, oliver.sang



Hello,

kernel test robot noticed "mdadm-selftests.05r1-failfast.fail" on:

commit: bc8ce8eaa290a198cb5303181041aad037299b7f ("md: call del_gendisk in control path")
https://git.kernel.org/cgit/linux/kernel/git/mdraid/linux md-6.16

in testcase: mdadm-selftests
version: mdadm-selftests-x86_64-0550fb37-1_20250518
with following parameters:

	disk: 1HDD
	test_prefix: 05r1-failfast



config: x86_64-rhel-9.4-func
compiler: gcc-12
test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (Haswell) with 16G memory

(please refer to attached dmesg/kmsg for entire log/backtrace)




If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <oliver.sang@intel.com>
| Closes: https://lore.kernel.org/oe-lkp/202506201427.baf6fdc2-lkp@intel.com

2025-06-19 10:07:43 mkdir -p /var/tmp
2025-06-19 10:07:43 mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sda1
2025-06-19 10:08:14 mount -t ext3 /dev/sda1 /var/tmp
/usr/bin/install -D  -m 755 mdadm /sbin/mdadm
/usr/bin/install -D  -m 755 mdmon /sbin/mdmon
sed -e 's/{DEFAULT_METADATA}/1.2/g' \
-e 's,{MAP_PATH},/run/mdadm/map,g' -e 's,{CONFFILE},/etc/mdadm.conf,g' \
-e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.8.in > mdadm.8
sed -e 's,{CONFFILE},/etc/mdadm.conf,g' \
-e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.conf.5.in > mdadm.conf.5
/usr/bin/install -D -m 644 mdadm.8 /usr/share/man/man8/mdadm.8
/usr/bin/install -D -m 644 mdmon.8 /usr/share/man/man8/mdmon.8
/usr/bin/install -D -m 644 md.4 /usr/share/man/man4/md.4
/usr/bin/install -D -m 644 mdadm.conf.5 /usr/share/man/man5/mdadm.conf.5
/usr/bin/install -D -m 644 udev-md-raid-creating.rules /lib/udev/rules.d/01-md-raid-creating.rules
/usr/bin/install -D -m 644 udev-md-raid-arrays.rules /lib/udev/rules.d/63-md-raid-arrays.rules
/usr/bin/install -D -m 644 udev-md-raid-assembly.rules /lib/udev/rules.d/64-md-raid-assembly.rules
/usr/bin/install -D -m 644 udev-md-clustered-confirm-device.rules /lib/udev/rules.d/69-md-clustered-confirm-device.rules
^[[1;33mWarning! Tests are performed on system level mdadm!
^[[0mIf you want to test local build, you need to install it first!
test: skipping tests for multipath, which is removed in upstream 6.8+ kernels
^[[1;33mWarning! Test suite will set up systemd environment!
^[[0mUse "systemctl show-environment" to show systemd environment variables
Added IMSM_DEVNAME_AS_SERIAL=1 to systemd environment, use "systemctl unset-environment IMSM_DEVNAME_AS_SERIAL=1" to remove it.
Added IMSM_NO_PLATFORM=1 to systemd environment, use "systemctl unset-environment IMSM_NO_PLATFORM=1" to remove it.
Testing on linux-6.15.0-02014-gbc8ce8eaa290 kernel
/lkp/benchmarks/mdadm-selftests/tests/05r1-failfast... Execution time (seconds): 8 ^[[0;31mFAILED^[[0m - see /var/tmp/05r1-failfast.log and /var/tmp/fail05r1-failfast.log for details
Removed IMSM_DEVNAME_AS_SERIAL=1 from systemd environment.
Removed IMSM_NO_PLATFORM=1 from systemd environment.



The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20250620/202506201427.baf6fdc2-lkp@intel.com



-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
  2025-06-24  7:55 [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail kernel test robot
@ 2025-06-24  8:36 ` Xiao Ni
  2025-06-25  2:36   ` Oliver Sang
  2025-06-25  7:43 ` Xiao Ni
  1 sibling, 1 reply; 6+ messages in thread
From: Xiao Ni @ 2025-06-24  8:36 UTC (permalink / raw)
  To: kernel test robot; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid

Hi

It needs to use the https://github.com/md-raid-utilities/mdadm/ to do
regression tests

Best Regards
Xiao

On Tue, Jun 24, 2025 at 3:55 PM kernel test robot <oliver.sang@intel.com> wrote:
>
>
>
> Hello,
>
> kernel test robot noticed "mdadm-selftests.05r1-failfast.fail" on:
>
> commit: bc8ce8eaa290a198cb5303181041aad037299b7f ("md: call del_gendisk in control path")
> https://git.kernel.org/cgit/linux/kernel/git/mdraid/linux md-6.16
>
> in testcase: mdadm-selftests
> version: mdadm-selftests-x86_64-0550fb37-1_20250518
> with following parameters:
>
>         disk: 1HDD
>         test_prefix: 05r1-failfast
>
>
>
> config: x86_64-rhel-9.4-func
> compiler: gcc-12
> test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (Haswell) with 16G memory
>
> (please refer to attached dmesg/kmsg for entire log/backtrace)
>
>
>
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <oliver.sang@intel.com>
> | Closes: https://lore.kernel.org/oe-lkp/202506201427.baf6fdc2-lkp@intel.com
>
> 2025-06-19 10:07:43 mkdir -p /var/tmp
> 2025-06-19 10:07:43 mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sda1
> 2025-06-19 10:08:14 mount -t ext3 /dev/sda1 /var/tmp
> /usr/bin/install -D  -m 755 mdadm /sbin/mdadm
> /usr/bin/install -D  -m 755 mdmon /sbin/mdmon
> sed -e 's/{DEFAULT_METADATA}/1.2/g' \
> -e 's,{MAP_PATH},/run/mdadm/map,g' -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.8.in > mdadm.8
> sed -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.conf.5.in > mdadm.conf.5
> /usr/bin/install -D -m 644 mdadm.8 /usr/share/man/man8/mdadm.8
> /usr/bin/install -D -m 644 mdmon.8 /usr/share/man/man8/mdmon.8
> /usr/bin/install -D -m 644 md.4 /usr/share/man/man4/md.4
> /usr/bin/install -D -m 644 mdadm.conf.5 /usr/share/man/man5/mdadm.conf.5
> /usr/bin/install -D -m 644 udev-md-raid-creating.rules /lib/udev/rules.d/01-md-raid-creating.rules
> /usr/bin/install -D -m 644 udev-md-raid-arrays.rules /lib/udev/rules.d/63-md-raid-arrays.rules
> /usr/bin/install -D -m 644 udev-md-raid-assembly.rules /lib/udev/rules.d/64-md-raid-assembly.rules
> /usr/bin/install -D -m 644 udev-md-clustered-confirm-device.rules /lib/udev/rules.d/69-md-clustered-confirm-device.rules
>  [1;33mWarning! Tests are performed on system level mdadm!
>  [0mIf you want to test local build, you need to install it first!
> test: skipping tests for multipath, which is removed in upstream 6.8+ kernels
>  [1;33mWarning! Test suite will set up systemd environment!
>  [0mUse "systemctl show-environment" to show systemd environment variables
> Added IMSM_DEVNAME_AS_SERIAL=1 to systemd environment, use "systemctl unset-environment IMSM_DEVNAME_AS_SERIAL=1" to remove it.
> Added IMSM_NO_PLATFORM=1 to systemd environment, use "systemctl unset-environment IMSM_NO_PLATFORM=1" to remove it.
> Testing on linux-6.15.0-02014-gbc8ce8eaa290 kernel
> /lkp/benchmarks/mdadm-selftests/tests/05r1-failfast... Execution time (seconds): 8  [0;31mFAILED [0m - see /var/tmp/05r1-failfast.log and /var/tmp/fail05r1-failfast.log for details
> Removed IMSM_DEVNAME_AS_SERIAL=1 from systemd environment.
> Removed IMSM_NO_PLATFORM=1 from systemd environment.
>
>
>
> The kernel config and materials to reproduce are available at:
> https://download.01.org/0day-ci/archive/20250620/202506201427.baf6fdc2-lkp@intel.com
>
>
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
  2025-06-24  8:36 ` Xiao Ni
@ 2025-06-25  2:36   ` Oliver Sang
  2025-06-25  5:26     ` Xiao Ni
  0 siblings, 1 reply; 6+ messages in thread
From: Oliver Sang @ 2025-06-25  2:36 UTC (permalink / raw)
  To: Xiao Ni; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid, oliver.sang

hi, Xiao,

On Tue, Jun 24, 2025 at 04:36:45PM +0800, Xiao Ni wrote:
> Hi
> 
> It needs to use the https://github.com/md-raid-utilities/mdadm/ to do
> regression tests

just FYI. we really use test from this link:

https://github.com/intel/lkp-tests/blob/master/programs/mdadm-selftests/pkg/PKGBUILD

pkgname=mdadm-selftests
pkgver=git
pkgrel=1
url='https://github.com/md-raid-utilities/mdadm'
arch=('i386' 'x86_64' 'aarch64')
license=('GPL')
source=('mdadm-selftests'::'https://github.com/md-raid-utilities/mdadm.git')
md5sums=('SKIP')

> 
> Best Regards
> Xiao
> 
> On Tue, Jun 24, 2025 at 3:55 PM kernel test robot <oliver.sang@intel.com> wrote:
> >
> >
> >
> > Hello,
> >
> > kernel test robot noticed "mdadm-selftests.05r1-failfast.fail" on:
> >
> > commit: bc8ce8eaa290a198cb5303181041aad037299b7f ("md: call del_gendisk in control path")
> > https://git.kernel.org/cgit/linux/kernel/git/mdraid/linux md-6.16
> >
> > in testcase: mdadm-selftests
> > version: mdadm-selftests-x86_64-0550fb37-1_20250518
> > with following parameters:
> >
> >         disk: 1HDD
> >         test_prefix: 05r1-failfast
> >
> >
> >
> > config: x86_64-rhel-9.4-func
> > compiler: gcc-12
> > test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (Haswell) with 16G memory
> >
> > (please refer to attached dmesg/kmsg for entire log/backtrace)
> >
> >
> >
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <oliver.sang@intel.com>
> > | Closes: https://lore.kernel.org/oe-lkp/202506201427.baf6fdc2-lkp@intel.com
> >
> > 2025-06-19 10:07:43 mkdir -p /var/tmp
> > 2025-06-19 10:07:43 mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sda1
> > 2025-06-19 10:08:14 mount -t ext3 /dev/sda1 /var/tmp
> > /usr/bin/install -D  -m 755 mdadm /sbin/mdadm
> > /usr/bin/install -D  -m 755 mdmon /sbin/mdmon
> > sed -e 's/{DEFAULT_METADATA}/1.2/g' \
> > -e 's,{MAP_PATH},/run/mdadm/map,g' -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> > -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.8.in > mdadm.8
> > sed -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> > -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.conf.5.in > mdadm.conf.5
> > /usr/bin/install -D -m 644 mdadm.8 /usr/share/man/man8/mdadm.8
> > /usr/bin/install -D -m 644 mdmon.8 /usr/share/man/man8/mdmon.8
> > /usr/bin/install -D -m 644 md.4 /usr/share/man/man4/md.4
> > /usr/bin/install -D -m 644 mdadm.conf.5 /usr/share/man/man5/mdadm.conf.5
> > /usr/bin/install -D -m 644 udev-md-raid-creating.rules /lib/udev/rules.d/01-md-raid-creating.rules
> > /usr/bin/install -D -m 644 udev-md-raid-arrays.rules /lib/udev/rules.d/63-md-raid-arrays.rules
> > /usr/bin/install -D -m 644 udev-md-raid-assembly.rules /lib/udev/rules.d/64-md-raid-assembly.rules
> > /usr/bin/install -D -m 644 udev-md-clustered-confirm-device.rules /lib/udev/rules.d/69-md-clustered-confirm-device.rules
> >  [1;33mWarning! Tests are performed on system level mdadm!
> >  [0mIf you want to test local build, you need to install it first!
> > test: skipping tests for multipath, which is removed in upstream 6.8+ kernels
> >  [1;33mWarning! Test suite will set up systemd environment!
> >  [0mUse "systemctl show-environment" to show systemd environment variables
> > Added IMSM_DEVNAME_AS_SERIAL=1 to systemd environment, use "systemctl unset-environment IMSM_DEVNAME_AS_SERIAL=1" to remove it.
> > Added IMSM_NO_PLATFORM=1 to systemd environment, use "systemctl unset-environment IMSM_NO_PLATFORM=1" to remove it.
> > Testing on linux-6.15.0-02014-gbc8ce8eaa290 kernel
> > /lkp/benchmarks/mdadm-selftests/tests/05r1-failfast... Execution time (seconds): 8  [0;31mFAILED [0m - see /var/tmp/05r1-failfast.log and /var/tmp/fail05r1-failfast.log for details
> > Removed IMSM_DEVNAME_AS_SERIAL=1 from systemd environment.
> > Removed IMSM_NO_PLATFORM=1 from systemd environment.
> >
> >
> >
> > The kernel config and materials to reproduce are available at:
> > https://download.01.org/0day-ci/archive/20250620/202506201427.baf6fdc2-lkp@intel.com
> >
> >
> >
> > --
> > 0-DAY CI Kernel Test Service
> > https://github.com/intel/lkp-tests/wiki
> >
> >
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
  2025-06-25  2:36   ` Oliver Sang
@ 2025-06-25  5:26     ` Xiao Ni
  0 siblings, 0 replies; 6+ messages in thread
From: Xiao Ni @ 2025-06-25  5:26 UTC (permalink / raw)
  To: Oliver Sang; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid

On Wed, Jun 25, 2025 at 10:37 AM Oliver Sang <oliver.sang@intel.com> wrote:
>
> hi, Xiao,
>
> On Tue, Jun 24, 2025 at 04:36:45PM +0800, Xiao Ni wrote:
> > Hi
> >
> > It needs to use the https://github.com/md-raid-utilities/mdadm/ to do
> > regression tests
>
> just FYI. we really use test from this link:
>
> https://github.com/intel/lkp-tests/blob/master/programs/mdadm-selftests/pkg/PKGBUILD
>
> pkgname=mdadm-selftests
> pkgver=git
> pkgrel=1
> url='https://github.com/md-raid-utilities/mdadm'
> arch=('i386' 'x86_64' 'aarch64')
> license=('GPL')
> source=('mdadm-selftests'::'https://github.com/md-raid-utilities/mdadm.git')
> md5sums=('SKIP')

Thanks for the clarification. I'm looking at this problem.

Regards
Xiao
>
> >
> > Best Regards
> > Xiao
> >
> > On Tue, Jun 24, 2025 at 3:55 PM kernel test robot <oliver.sang@intel.com> wrote:
> > >
> > >
> > >
> > > Hello,
> > >
> > > kernel test robot noticed "mdadm-selftests.05r1-failfast.fail" on:
> > >
> > > commit: bc8ce8eaa290a198cb5303181041aad037299b7f ("md: call del_gendisk in control path")
> > > https://git.kernel.org/cgit/linux/kernel/git/mdraid/linux md-6.16
> > >
> > > in testcase: mdadm-selftests
> > > version: mdadm-selftests-x86_64-0550fb37-1_20250518
> > > with following parameters:
> > >
> > >         disk: 1HDD
> > >         test_prefix: 05r1-failfast
> > >
> > >
> > >
> > > config: x86_64-rhel-9.4-func
> > > compiler: gcc-12
> > > test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (Haswell) with 16G memory
> > >
> > > (please refer to attached dmesg/kmsg for entire log/backtrace)
> > >
> > >
> > >
> > >
> > > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > > the same patch/commit), kindly add following tags
> > > | Reported-by: kernel test robot <oliver.sang@intel.com>
> > > | Closes: https://lore.kernel.org/oe-lkp/202506201427.baf6fdc2-lkp@intel.com
> > >
> > > 2025-06-19 10:07:43 mkdir -p /var/tmp
> > > 2025-06-19 10:07:43 mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sda1
> > > 2025-06-19 10:08:14 mount -t ext3 /dev/sda1 /var/tmp
> > > /usr/bin/install -D  -m 755 mdadm /sbin/mdadm
> > > /usr/bin/install -D  -m 755 mdmon /sbin/mdmon
> > > sed -e 's/{DEFAULT_METADATA}/1.2/g' \
> > > -e 's,{MAP_PATH},/run/mdadm/map,g' -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> > > -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.8.in > mdadm.8
> > > sed -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> > > -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.conf.5.in > mdadm.conf.5
> > > /usr/bin/install -D -m 644 mdadm.8 /usr/share/man/man8/mdadm.8
> > > /usr/bin/install -D -m 644 mdmon.8 /usr/share/man/man8/mdmon.8
> > > /usr/bin/install -D -m 644 md.4 /usr/share/man/man4/md.4
> > > /usr/bin/install -D -m 644 mdadm.conf.5 /usr/share/man/man5/mdadm.conf.5
> > > /usr/bin/install -D -m 644 udev-md-raid-creating.rules /lib/udev/rules.d/01-md-raid-creating.rules
> > > /usr/bin/install -D -m 644 udev-md-raid-arrays.rules /lib/udev/rules.d/63-md-raid-arrays.rules
> > > /usr/bin/install -D -m 644 udev-md-raid-assembly.rules /lib/udev/rules.d/64-md-raid-assembly.rules
> > > /usr/bin/install -D -m 644 udev-md-clustered-confirm-device.rules /lib/udev/rules.d/69-md-clustered-confirm-device.rules
> > >  [1;33mWarning! Tests are performed on system level mdadm!
> > >  [0mIf you want to test local build, you need to install it first!
> > > test: skipping tests for multipath, which is removed in upstream 6.8+ kernels
> > >  [1;33mWarning! Test suite will set up systemd environment!
> > >  [0mUse "systemctl show-environment" to show systemd environment variables
> > > Added IMSM_DEVNAME_AS_SERIAL=1 to systemd environment, use "systemctl unset-environment IMSM_DEVNAME_AS_SERIAL=1" to remove it.
> > > Added IMSM_NO_PLATFORM=1 to systemd environment, use "systemctl unset-environment IMSM_NO_PLATFORM=1" to remove it.
> > > Testing on linux-6.15.0-02014-gbc8ce8eaa290 kernel
> > > /lkp/benchmarks/mdadm-selftests/tests/05r1-failfast... Execution time (seconds): 8  [0;31mFAILED [0m - see /var/tmp/05r1-failfast.log and /var/tmp/fail05r1-failfast.log for details
> > > Removed IMSM_DEVNAME_AS_SERIAL=1 from systemd environment.
> > > Removed IMSM_NO_PLATFORM=1 from systemd environment.
> > >
> > >
> > >
> > > The kernel config and materials to reproduce are available at:
> > > https://download.01.org/0day-ci/archive/20250620/202506201427.baf6fdc2-lkp@intel.com
> > >
> > >
> > >
> > > --
> > > 0-DAY CI Kernel Test Service
> > > https://github.com/intel/lkp-tests/wiki
> > >
> > >
> >
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
  2025-06-24  7:55 [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail kernel test robot
  2025-06-24  8:36 ` Xiao Ni
@ 2025-06-25  7:43 ` Xiao Ni
  2025-06-26  6:12   ` Oliver Sang
  1 sibling, 1 reply; 6+ messages in thread
From: Xiao Ni @ 2025-06-25  7:43 UTC (permalink / raw)
  To: kernel test robot; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid

Hi all

I've run 05r1-failfast about 50 times and can't reproduce this problem.

The kernel version: branch md-6.16 of
https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git
The mdadm version: main branch of https://github.com/md-raid-utilities/mdadm

Regards
Xiao

On Tue, Jun 24, 2025 at 3:55 PM kernel test robot <oliver.sang@intel.com> wrote:
>
>
>
> Hello,
>
> kernel test robot noticed "mdadm-selftests.05r1-failfast.fail" on:
>
> commit: bc8ce8eaa290a198cb5303181041aad037299b7f ("md: call del_gendisk in control path")
> https://git.kernel.org/cgit/linux/kernel/git/mdraid/linux md-6.16
>
> in testcase: mdadm-selftests
> version: mdadm-selftests-x86_64-0550fb37-1_20250518
> with following parameters:
>
>         disk: 1HDD
>         test_prefix: 05r1-failfast
>
>
>
> config: x86_64-rhel-9.4-func
> compiler: gcc-12
> test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (Haswell) with 16G memory
>
> (please refer to attached dmesg/kmsg for entire log/backtrace)
>
>
>
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <oliver.sang@intel.com>
> | Closes: https://lore.kernel.org/oe-lkp/202506201427.baf6fdc2-lkp@intel.com
>
> 2025-06-19 10:07:43 mkdir -p /var/tmp
> 2025-06-19 10:07:43 mke2fs -t ext3 -b 4096 -J size=4 -q /dev/sda1
> 2025-06-19 10:08:14 mount -t ext3 /dev/sda1 /var/tmp
> /usr/bin/install -D  -m 755 mdadm /sbin/mdadm
> /usr/bin/install -D  -m 755 mdmon /sbin/mdmon
> sed -e 's/{DEFAULT_METADATA}/1.2/g' \
> -e 's,{MAP_PATH},/run/mdadm/map,g' -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.8.in > mdadm.8
> sed -e 's,{CONFFILE},/etc/mdadm.conf,g' \
> -e 's,{CONFFILE2},/etc/mdadm/mdadm.conf,g'  mdadm.conf.5.in > mdadm.conf.5
> /usr/bin/install -D -m 644 mdadm.8 /usr/share/man/man8/mdadm.8
> /usr/bin/install -D -m 644 mdmon.8 /usr/share/man/man8/mdmon.8
> /usr/bin/install -D -m 644 md.4 /usr/share/man/man4/md.4
> /usr/bin/install -D -m 644 mdadm.conf.5 /usr/share/man/man5/mdadm.conf.5
> /usr/bin/install -D -m 644 udev-md-raid-creating.rules /lib/udev/rules.d/01-md-raid-creating.rules
> /usr/bin/install -D -m 644 udev-md-raid-arrays.rules /lib/udev/rules.d/63-md-raid-arrays.rules
> /usr/bin/install -D -m 644 udev-md-raid-assembly.rules /lib/udev/rules.d/64-md-raid-assembly.rules
> /usr/bin/install -D -m 644 udev-md-clustered-confirm-device.rules /lib/udev/rules.d/69-md-clustered-confirm-device.rules
>  [1;33mWarning! Tests are performed on system level mdadm!
>  [0mIf you want to test local build, you need to install it first!
> test: skipping tests for multipath, which is removed in upstream 6.8+ kernels
>  [1;33mWarning! Test suite will set up systemd environment!
>  [0mUse "systemctl show-environment" to show systemd environment variables
> Added IMSM_DEVNAME_AS_SERIAL=1 to systemd environment, use "systemctl unset-environment IMSM_DEVNAME_AS_SERIAL=1" to remove it.
> Added IMSM_NO_PLATFORM=1 to systemd environment, use "systemctl unset-environment IMSM_NO_PLATFORM=1" to remove it.
> Testing on linux-6.15.0-02014-gbc8ce8eaa290 kernel
> /lkp/benchmarks/mdadm-selftests/tests/05r1-failfast... Execution time (seconds): 8  [0;31mFAILED [0m - see /var/tmp/05r1-failfast.log and /var/tmp/fail05r1-failfast.log for details
> Removed IMSM_DEVNAME_AS_SERIAL=1 from systemd environment.
> Removed IMSM_NO_PLATFORM=1 from systemd environment.
>
>
>
> The kernel config and materials to reproduce are available at:
> https://download.01.org/0day-ci/archive/20250620/202506201427.baf6fdc2-lkp@intel.com
>
>
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail
  2025-06-25  7:43 ` Xiao Ni
@ 2025-06-26  6:12   ` Oliver Sang
  0 siblings, 0 replies; 6+ messages in thread
From: Oliver Sang @ 2025-06-26  6:12 UTC (permalink / raw)
  To: Xiao Ni; +Cc: oe-lkp, lkp, Yu Kuai, linux-raid, oliver.sang

hi, Xiao,

On Wed, Jun 25, 2025 at 03:43:58PM +0800, Xiao Ni wrote:
> Hi all
> 
> I've run 05r1-failfast about 50 times and can't reproduce this problem.
> 
> The kernel version: branch md-6.16 of
> https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git
> The mdadm version: main branch of https://github.com/md-raid-utilities/mdadm

sorry for this. we checked again, when this bisect done, we were still using
an old version mdadm that we pulled in May.

now we updated to use latest mdadm and the mdadm-selftests.05r1-failfast can
pass on bc8ce8eaa2 now.

> 
> Regards
> Xiao
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-26  6:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24  7:55 [mdraid:md-6.16] [md] bc8ce8eaa2: mdadm-selftests.05r1-failfast.fail kernel test robot
2025-06-24  8:36 ` Xiao Ni
2025-06-25  2:36   ` Oliver Sang
2025-06-25  5:26     ` Xiao Ni
2025-06-25  7:43 ` Xiao Ni
2025-06-26  6:12   ` Oliver Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox