mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in ubuntu_ltp fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ubuntu-kernel-tests |
Undecided
|
Unassigned | ||
| linux (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Series: E
Problem: commands test in ubuntu_ltp fails on E, test cases listed below:
* mkfs01_ext3_sh
* mkfs01_ext4_sh
* nm01_sh
startup='Fri Dec 6 02:30:45 2019'
mkfs01 1 TINFO: timeout per run is 0h 5m 0s
tst_device.c:238: INFO: Using test device LTP_DEV=
mkfs01 1 TPASS: 'mkfs -t ext3 /dev/loop2 ' passed.
mkfs01 2 TFAIL: 'mkfs -t ext3 /dev/loop2 16000' failed, not expected.
mkfs01 3 TPASS: 'mkfs -t ext3 -c /dev/loop2 ' passed.
mkfs01 4 TPASS: 'mkfs -V ' passed.
mkfs01 5 TPASS: 'mkfs -h ' passed.
mkfs01 6 TINFO: AppArmor enabled, this may affect test results
mkfs01 6 TINFO: it can be disabled with TST_DISABLE_
mkfs01 6 TINFO: loaded AppArmor profiles: none
Summary:
passed 4
failed 1
skipped 0
warnings 0
tag=mkfs01_ext3_sh stime=1575599445 dur=2 exit=exited stat=1 core=no cu=8 cs=12
tag=mkfs01_ext3_sh stime=1575599445 dur=2 exit=exited stat=1 core=no cu=8 cs=12
startup='Fri Dec 6 02:30:52 2019'
mkfs01 1 TINFO: timeout per run is 0h 5m 0s
tst_device.c:238: INFO: Using test device LTP_DEV=
mkfs01 1 TPASS: 'mkfs -t ext4 /dev/loop2 ' passed.
mkfs01 2 TFAIL: 'mkfs -t ext4 /dev/loop2 16000' failed, not expected.
mkfs01 3 TPASS: 'mkfs -t ext4 -c /dev/loop2 ' passed.
mkfs01 4 TPASS: 'mkfs -V ' passed.
mkfs01 5 TPASS: 'mkfs -h ' passed.
mkfs01 6 TINFO: AppArmor enabled, this may affect test results
mkfs01 6 TINFO: it can be disabled with TST_DISABLE_
mkfs01 6 TINFO: loaded AppArmor profiles: none
Summary:
passed 4
failed 1
skipped 0
warnings 0
tag=mkfs01_ext4_sh stime=1575599452 dur=2 exit=exited stat=1 core=no cu=4 cs=1
startup='Fri Dec 6 02:28:44 2019'
nm01 1 TINFO: timeout per run is 0h 5m 0s
nm01 1 TPASS: nm -f posix -A lib.a > nm.out passed as expected
nm01 1 TPASS: Got correct listing
nm01 1 TPASS: nm -f posix -A dir/lib.a > nm.out passed as expected
nm01 1 TPASS: Got correct listing
nm01 2 TPASS: nm -f posix -g /opt/ltp/
nm01 2 TPASS: Got only external symbols with -g
nm01 3 TPASS: nm -f posix -t o /opt/ltp/
nm01 3 TPASS: Got an octal symbol values with -f
nm01 4 TPASS: nm -f sysv /opt/ltp/
nm01 4 TPASS: Got SysV format with -f sysv
nm01 5 TPASS: nm -f bsd /opt/ltp/
nm01 5 TPASS: nm -f posix /opt/ltp/
nm01 5 TFAIL: Got wrong format with -f bsd
0000000000003dc8 d _DYNAMIC
0000000000003fb8 d _GLOBAL_
0000000000002000 R _IO_stdin_used
w _ITM_deregister
w _ITM_registerTM
0000000000002154 r __FRAME_END__
0000000000002010 r __GNU_EH_FRAME_HDR
0000000000004010 D __TMC_END__
0000000000004010 B __bss_start
w __cxa_finalize@
0000000000004000 D __data_start
0000000000001120 t __do_global_
0000000000003dc0 d __do_global_
0000000000004008 D __dso_handle
0000000000003db8 d __frame_
w __gmon_start__
0000000000003dc0 d __init_array_end
0000000000003db8 d __init_array_start
00000000000011e0 T __libc_csu_fini
0000000000001170 T __libc_csu_init
U __libc_
0000000000004010 D _edata
0000000000004018 B _end
00000000000011e8 T _fini
0000000000001000 t _init
0000000000001080 T _start
0000000000004010 b completed.8055
0000000000004000 W data_start
00000000000010b0 t deregister_
0000000000001160 t frame_dummy
0000000000001060 T main
U puts@@GLIBC_2.2.5
00000000000010e0 t register_tm_clones
nm01 6 TPASS: nm -f sysv -u /opt/ltp/
nm01 6 TPASS: Got undefined symbols with -u
nm01 7 TPASS: nm -s /opt/ltp/
nm01 7 TPASS: Got index with -s
nm01 8 TINFO: AppArmor enabled, this may affect test results
nm01 8 TINFO: it can be disabled with TST_DISABLE_
nm01 8 TINFO: loaded AppArmor profiles: none
Summary:
passed 16
failed 1
skipped 0
warnings 0
tag=nm01_sh stime=1575599324 dur=0 exit=exited stat=1 core=no cu=3 cs=0
Sean Feole (sfeole) wrote : | #1 |
tags: | added: 5.3 eoan sru-20191111 ubuntu-ltp |
tags: | added: amd64 arm64 |
Po-Hsu Lin (cypressyew) wrote : Re: mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in ubuntu_ltp fails with E | #3 |
Found on AWS Eoan 5.3.0-1009.10-aws
summary: |
- commands test in ubuntu_ltp fails with E + mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in + ubuntu_ltp fails with E |
tags: | added: aws |
description: | updated |
Po-Hsu Lin (cypressyew) wrote : | #4 |
This issue CANNOT be reproduced with Eoan 5.3 generic (5.3.0-25.27) on bare metals (and even passed on s390x KVM)
Po-Hsu Lin (cypressyew) wrote : | #5 |
Issue found on node amaura (5.3.0-29-generic)
mkfs01_ext3_sh, mkfs01_ext4_sh failed.
nm01_sh passed.
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window:
apport-collect 1853610
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.
Changed in linux (Ubuntu): | |
status: | New → Incomplete |
tags: | added: sru-20200127 |
Sean Feole (sfeole) wrote : | #7 |
ARM64, Focal 5.4 AWS
5.4.0-1021.21-aws
07/25 09:07:09 DEBUG| utils:0153| [stdout] tag=mkfs01_ext3_sh stime=1595667930 dur=2 exit=exited stat=1 core=no cu=12 cs=29
07/25 09:07:09 DEBUG| utils:0153| [stdout] startup='Sat Jul 25 09:05:37 2020'
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 1 TINFO: timeout per run is 0h 5m 0s
07/25 09:07:09 DEBUG| utils:0153| [stdout] tst_device.c:88: INFO: Found free device 4 '/dev/loop4'
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 1 TPASS: 'mkfs -t ext4 /dev/loop4 ' passed.
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 2 TFAIL: 'mkfs -t ext4 /dev/loop4 16000' failed, not expected.
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 3 TPASS: 'mkfs -t ext4 -c /dev/loop4 ' passed.
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 4 TPASS: 'mkfs -V ' passed.
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 5 TPASS: 'mkfs -h ' passed.
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 6 TINFO: AppArmor enabled, this may affect test results
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 6 TINFO: it can be disabled with TST_DISABLE_
07/25 09:07:09 DEBUG| utils:0153| [stdout] mkfs01 6 TINFO: loaded AppArmor profiles: none
07/25 09:07:09 DEBUG| utils:0153| [stdout]
07/25 09:07:09 DEBUG| utils:0153| [stdout] Summary:
07/25 09:07:09 DEBUG| utils:0153| [stdout] passed 4
07/25 09:07:09 DEBUG| utils:0153| [stdout] failed 1
07/25 09:07:09 DEBUG| utils:0153| [stdout] skipped 0
07/25 09:07:09 DEBUG| utils:0153| [stdout] warnings 0
summary: |
mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in - ubuntu_ltp fails with E + ubuntu_ltp fails |
tags: | added: sru-20200629 |
tags: | added: sru-20200921 |
tags: | added: 5.4 focal |
Kelsey Skunberg (kelsey-skunberg) wrote : | #8 |
Spotted on Focal/linux-azure 5.4.0-1029.29
tags: | added: azure |
Kelsey Skunberg (kelsey-skunberg) wrote : | #9 |
Found on Groovy lowlatency 5.8.0-31.33
tags: | added: 5.8 groovy sru-20201109 |
Found on Azure 5.3.0-1009.10