Beaglebone-ltp

From Yocto Project
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

3.1 RC2 build

total: 7

LTP cases status error msg comment bugzilla
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
settimeofday01 TBROK  : tst_sig.c:232: unexpected signal SIGSEGV(11) received (pid = 11642).
settimeofday02 TBROK  : tst_sig.c:232: unexpected signal SIGSEGV(11) received (pid = 11643).
perf_event_open01 TFAIL  : perf_event_open01.c:158: perf_event_open PERF_COUNT_HW_INSTRUCTIONS failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument
copy_file_range02 FAIL: copy_file_range failed unexpectedly; expected EOVERFLOW, but got: EFBIG (27)
vma05 LTP TFAIL: [vdso] bug not patched https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html
unshare01_sh NAB unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

3.0 RC2 build

total: 5

LTP cases status error msg comment bugzilla
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
perf_event_open01 TFAIL  : perf_event_open01.c:158: perf_event_open PERF_COUNT_HW_INSTRUCTIONS failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument
vma05 LTP TFAIL: [vdso] bug not patched https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html
unshare01_sh NAB unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.7 RC2 build

total: 6

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
vma05 LTP TFAIL: [vdso] bug not patched https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html
file01_sh LTP file01 10 TFAIL: in: was not recognized Need to update the case since the file command had been upgraded.
unshare01_sh NAB unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.7 M3 RC1 build

total: 6

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
vma05 LTP TFAIL: [vdso] bug not patched https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html
file01_sh LTP file01 10 TFAIL: in: was not recognized Need to update the case since the file command had been upgraded.
unshare01_sh NAB unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.7 M2 RC1 build

total: 8

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
inotify09 NEW tst_test.c:1072: INFO: Timeout per run is 0h 05m 00s Test timeouted, sending SIGKILL!
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
vma05 TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NAB ld01 3 TFAIL: Failed to build shared library file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug.

2.7 M1 RC1 build

total: 8

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
inotify09 NEW tst_test.c:1072: INFO: Timeout per run is 0h 05m 00s Test timeouted, sending SIGKILL!
msgstress03 NAB msgstress03 1 TFAIL  : msgstress03.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
vma05 TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NAB ld01 3 TFAIL: Failed to build shared library file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug.

2.6 RC1 build

total: 9

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
fs_fill NEW Test timeouted, sending SIGKILL! tst_test.c:1055: INFO: If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1 tst_test.c:1056: BROK: Test killed! (timeout?) If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NAB ld01 3 TFAIL: Failed to build shared library file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug.

2.6 M3 RC1 build

total: 10

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
sigwaitinfo01 LTP sigwaitinfo01 7 TFAIL  : sigwaitinfo01.c:386: Unrecognised child exit code LTP fixed in commit 4926a47b538060e07bf7a7d36dec5a0c07b7ce9b
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NAB ld01 3 TFAIL: Failed to build shared library file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug.
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.6 M2 RC1 build

total: 9

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 NEW TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NAB ld01 3 TFAIL: Failed to build shared library file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug.
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.6 M1 RC1 build

total: 10

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
fs_fill NEW tst_test.c:1056: BROK: Test killed! (timeout?) tst_test.c:1055: INFO: If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 NEW TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ld01 NEW ld01 1 TBROK: gcc -fPIC -c -o rf1.o /opt/ltp/testcases/data/ld01/rf1.c failed cc1: error: -mfloat-abi=hard: selected processor lacks an FPU. See bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=12795
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.5 RC1 build

total: 12

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
perf_event_open02 LTP perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than ) It's more likely to happen under heavy CPU load. See bug report: https://bugs.linaro.org/show_bug.cgi?id=3382
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 NEW TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.5 M3 RC1 build

total: 12

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
keyctl06 NAB keyctl06.c:68: FAIL: KEYCTL_READ returned 4 but expected 8 This case is for regression test for kernel commits e645016abc80 and 3239b6f29bdf which were introduced by kernel 4.14. It would fail on 4.12 kernel.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
perf_event_open02 LTP perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than ) It's more likely to happen under heavy CPU load. See bug report: https://bugs.linaro.org/show_bug.cgi?id=3382
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
vma05 NEW TFAIL: [vdso] bug not patched
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.5 M2 RC1 build

total: 12

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify06 LTP tst_test.c:1025: BROK: Test killed by SIGSEGV! LTP bug. Upstream had fixed it.
keyctl06 NAB keyctl06.c:68: FAIL: KEYCTL_READ returned 4 but expected 8 This case is for regression test for kernel commits e645016abc80 and 3239b6f29bdf which were introduced by kernel 4.14. It would fail on 4.12 kernel.
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE
perf_event_open02 LTP perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than ) It's more likely to happen under heavy CPU load. See bug report: https://bugs.linaro.org/show_bug.cgi?id=3382
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled KSM configuration is not enabled
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
unshare01 NAB TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".

For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593

To make it pass on Poky with sysvinit, run the following command before run the test case:

mount --make-shared /

cat /proc/self/mountinfo | grep shared

15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered

cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01

2.5 M1 RC3 build

total: 12

LTP cases status error msg comment bugzilla
add_key03 add_key03.c:86: FAIL: created user keyring for another user
fsync02 fsync02 1 TFAIL  : fsync02.c:137: fsync took too long: 185.000000 seconds; max_block: 146029; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
keyctl06 keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.

2.5 M1 RC1 build

total: 15

LTP cases status error msg comment bugzilla
add_key03 NEW add_key03.c:86: FAIL: created user keyring for another user
fsync02 fsync02 1 TFAIL  : fsync02.c:137: fsync took too long: 185.000000 seconds; max_block: 146029; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
keyctl06 NEW keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer
msgctl10 NAB msgctl10 1 TFAIL  : msgctl10.c:157: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/tmp/ltp-6fufWntVLs/YHowd0/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled
su01 LTP YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. The ltp test script has issue.
cron_allow01 LTP (2) TEST THAT PERSON NOT IN /var/spool/cron/allow IS NOT ABLE TO RUN JOB. Cron allowed user to execute test job, TEST FAILED The test case specifies /var/spool/cron/allow and /var/spool/cron/deny as the default configure, but in Yocto, we use /etc/cron.allow and /etc/cron.deny. Modify the test script before testing.
cron_dirs_checks01 NAB FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly.
ar ar: `u' modifier ignored since `D' is the default (see `U') 14 TFAIL: ar haven't updated modified file0 (-u) Already sent a patch to oe
tar01 tar: invalid option -- 'd' 1 TFAIL: tar dvf test.tar > tar.out failed unexpectedly Busybox tar doesn't have 'd' option. Need to install tar package

2.4 RC3 build

total: 18

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 151.000000 seconds; max_block: 120247; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be
shmat01 LTP shmat01.c:118: FAIL: shared memory address was not correct LTP had a fix in master
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled
thp01 LTP tst_test.c:908: INFO: Timeout per run is 0h 05m 00s execvp: Argument list too long LTP had a fix for this issue in master
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.4 RC2 build

total: 17

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be
shmat01 LTP shmat01.c:118: FAIL: shared memory address was not correct LTP had a fix in master
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled
thp01 LTP tst_test.c:908: INFO: Timeout per run is 0h 05m 00s execvp: Argument list too long LTP had a fix for this issue in master
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.4 RC1 build

total: 18

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 170.000000 seconds; max_block: 138951; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be
shmat01 LTP shmat01.c:118: FAIL: shared memory address was not correct LTP had a fix in master
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
ksm03 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm03_1 NAB ksm03.c:71: CONF: KSM configuration is not enabled
ksm05 NAB ksm05.c:98: CONF: KSM configuration is not enabled
thp01 LTP tst_test.c:908: INFO: Timeout per run is 0h 05m 00s execvp: Argument list too long LTP had a fix for this issue in master
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.4 M2 RC3 build

total: 15

LTP cases status error msg comment bugzilla
add_key02 add_key02.c:98: FAIL: unexpected error with key type 'user': EINVAL
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
file01 file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory)
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.3 RC2 build

total: 17

LTP cases status error msg comment bugzilla
faccessat01 faccessat01 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15279).
fchmodat01 fchmodat01 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15306).
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155).
utimensat01 utimensat01 55 TFAIL : FAILED test 55
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
file01 file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory)
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.3 M3 RC2 build

total: 18

LTP cases status error msg comment bugzilla
faccessat01 NEW faccessat01 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15279).
fchmodat01 NEW fchmodat01 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15306).
fsync02 NAB fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 264.000000 seconds; max_block: 214375; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
quotactl01 NAB quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155).
utimensat01 utimensat01 55 TFAIL : FAILED test 55
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
su01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u)
nm01 NEW cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed
file01 file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory)
tar01 tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly Busybox tar has different behavior

2.3 M2 RC3 build

total: 31

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
setrlimit02 setrlimit02 1 TBROK  : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155).
utimensat01 utimensat01 55 TFAIL : FAILED test 55
writev01 writev01 4 TFAIL  : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address
writev03 writev03 1 TFAIL  : writev03.c:145: Got EFAULT
writev04 writev04 1 TFAIL  : writev04.c:164: Got error EFAULT
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
perf_event_open02 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
ar FAIL - ar with -u flag failed
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.3 M1 RC1 build

total: 31

LTP cases status error msg comment bugzilla
fsync02 fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 263.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card is slow
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
utimensat01 utimensat01 55 TFAIL : FAILED test 55
writev01 writev01 4 TFAIL  : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address
writev03 writev03 1 TFAIL  : writev03.c:145: Got EFAULT
writev04 writev04 1 TFAIL  : writev04.c:164: Got error EFAULT
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
perf_event_open01 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
ar FAIL - ar with -u flag failed
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.2 RC4 build

total: 31

LTP cases status error msg comment bugzilla
fsync02 fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 263.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card is slow
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
utimensat01 utimensat01 55 TFAIL : FAILED test 55
writev01 writev01 4 TFAIL  : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address
writev03 writev03 1 TFAIL  : writev03.c:145: Got EFAULT
writev04 writev04 1 TFAIL  : writev04.c:164: Got error EFAULT
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
perf_event_open01 perf_event_open02 1 TFAIL  : perf_event_open02.c:333: test failed (ratio was greater than )
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
ar FAIL - ar with -u flag failed
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.2 M3 RC1 build

total: 26

LTP cases status error msg comment bugzilla
fsync02 fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 263.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card is slow
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
ar FAIL - ar with -u flag failed
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.2 M2 RC1 build

total: 36

LTP cases status error msg comment bugzilla
chmod06 chmod06 0 TINFO  : No free devices found
fsync02 fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 263.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card is slow
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
inotify03 inotify03 0 TINFO  : No free devices found
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
ar FAIL - ar with -u flag failed
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
df01_ext2 stat: invalid option -- '-' stat from busybox is missing some options
df01_ext3 df01 1 TBROK : mkfs.ext3 /dev/loop0 failed
df01_ext4 stat: invalid option -- '-' stat from busybox is missing some options
mkfs01 mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed
mkfs01_ext2 mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed.
mkfs01_ext3 mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed.
mkfs01_ext4 mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed.
mkfs01_minix mkfs01 1 TFAIL : 'mkfs -t minix /dev/loop0 ' failed.
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.1 RC2 build

total: 35

LTP cases status error msg comment bugzilla
chmod06 chmod06 0 TINFO  : No free devices found
fsync02 fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 263.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card is slow
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
ioctl03 ioctl03 1 TBROK  : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory
inotify03 inotify03 0 TINFO  : No free devices found
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
pwritev01_64 pwritev01 3 TFAIL  : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
renameat202 renameat202 1 TFAIL  : renameat202.c:161: renameat2() didn't swap the content of the two files
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
su01 qemux86
cron02 qemux86
cron_allow01 qemux86
cron_deny01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86
df01_ext2 stat: invalid option -- '-' stat from busybox is missing some options
df01_ext3 df01 1 TBROK : mkfs.ext3 /dev/loop0 failed
df01_ext4 stat: invalid option -- '-' stat from busybox is missing some options
mkfs01 mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed
mkfs01_ext2 mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed.
mkfs01_ext3 mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed.
mkfs01_ext4 mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed.
mkfs01_minix mkfs01 1 TFAIL : 'mkfs -t minix /dev/loop0 ' failed.
which01 which01 1 TFAIL : 'which pname' failed, not expected.

2.0 RC3 build

total: 34

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 250.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card error ?
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 NEW msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
proc01 NEW proc01 6 TFAIL  : proc01.c:461: readproc() failed with 5 errors.
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

2.0 RC2 build

total: 34

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 250.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card error ?
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 NEW msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
proc01 NEW proc01 6 TFAIL  : proc01.c:461: readproc() failed with 5 errors.
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.9 M3 RC1 build

total: 33

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 250.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card error ?
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 NEW msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.9 M2 RC2 build

total: 33

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 250.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card error ?
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 NEW msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86


1.9 M1 RC2 build

total: 33

LTP cases status error msg comment bugzilla
fsync02 NEW fsync02 1 TFAIL  : fsync02.c:136: fsync took too long: 250.000000 seconds; max_block: 214375; data_blocks: 384 Micro SD card error ?
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
msgctl10 NEW msgctl10 1 TFAIL  : msgctl10.c:168: Fork failed (may be OK if under stress) May be OK if under stress
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.8 M4 RC2 build

total: 32

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NAB perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported System doesn't support
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
ar LTP FAIL - ar with -u flag failed LTP bug. Already fixed in upstream
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.8 M3 RC3 build

total: 32

LTP cases status error msg comment bugzilla
fsync02 fsync02 1 TFAIL  : fsync02.c:139: fsync took too long: 248.000000 seconds; max_block: 214375; data_blocks: 384
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NEW perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported
isofs NAB isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-B5fayzucuL/isofs.f37YbPkMAt/tmp//etc/ No mkisofs command
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.8 M1 RC1 build

total: 31

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
perf_event_open01 NEW perf_event_open01 1 TFAIL  : perf_event_open01.c:162: perf_event_open failed unexpectedly: TEST_ERRNO=EOPNOTSUPP(95): Operation not supported
isofs NEW isofs 1 TFAIL : tst_resm
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.7 M4 RC5 20141018 build

total: 29

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.7 M4 RC4 20141011 build

total: 29

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 qemux86 unzip01 1 TFAIL  : Test #1: unzip output differs from expected output.
gzip01 qemux86

1.7 M2 RC1 20140730 build

total: 31

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
setregid02 LTP setregid02 1 TBROK  : getgrnam("nobody") failed: errno=???(0): Success
setregid02_16 LTP setregid02_16 1 TBROK  : getgrnam("nobody") failed: errno=???(0): Success
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 sh: unzip_tests.sh: command not found
gzip01 qemux86

1.7 M1 RC1 20140625 build

total: 31

LTP cases status error msg comment bugzilla
getrusage03 NAB getrusage03_child 1 TBROK  : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory Not enough memory.
fanotify01 NAB fanotify01 1 TCONF  : fanotify is not configured in this kernel.
fanotify02 NAB fanotify02 1 TCONF  : fanotify is not configured in this kernel.
fanotify04 NAB fanotify04 1 TCONF  : fanotify is not configured in this kernel.
readahead02 NAB readahead02 0 TWARN  : using less cache than expected The system doesn't have /proc/pid/io, unable to determine read bytes during test
setregid02 LTP setregid02 1 TBROK  : getgrnam("nobody") failed: errno=???(0): Success
setregid02_16 LTP setregid02_16 1 TBROK  : getgrnam("nobody") failed: errno=???(0): Success
syslog01 qemux86
syslog02 qemux86
syslog03 qemux86
syslog04 qemux86
syslog05 qemux86
syslog06 qemux86
syslog07 qemux86
syslog08 qemux86
syslog09 qemux86
syslog10 qemux86
mtest06_2 NAB main(): mmap(): Cannot allocate memory Not enough memory.
thp02 NAB thp02 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
thp03 NAB thp03 1 TBROK  : cannot find "Hugepagesize:" in /proc/meminfo The system doesn't support it
su01 qemux86
cron02 qemux86
cron_deny01 qemux86
cron_allow01 qemux86
cron_dirs_checks01 qemux86
file qemux86
cron qemux86
logrotate qemux86
cpio qemux86
unzip01 sh: unzip_tests.sh: command not found
gzip01 qemux86