2020-03-06 10:39:29 |
Po-Hsu Lin |
bug |
|
|
added bug |
2020-03-06 10:41:33 |
Po-Hsu Lin |
description |
Test failure in fallocate06 was composed by two issues, one is xfs fill_fs test issue addressed in bug 1865967.
Another is this one, this is the case 2 of btrfs (fill_fs):
tst_test.c:1290: INFO: Testing on btrfs
tst_mkfs.c:90: INFO: Formatting /dev/loop1 with btrfs opts='' extra opts=''
tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
fallocate06.c:117: INFO: Copy-on-write is supported
fallocate06.c:168: INFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:157: PASS: write() successful
fallocate06.c:201: PASS: Misaligned allocation works as expected
fallocate06.c:157: PASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:237: PASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:168: INFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: INFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: INFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: INFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: INFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: INFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: INFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: INFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: INFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: INFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: INFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: INFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: INFO: write(): ENOSPC (28)
fallocate06.c:157: PASS: write() successful
fallocate06.c:201: PASS: Misaligned allocation works as expected
fallocate06.c:146: FAIL: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) failed unexpectedly: ENOSPC (2
This issue can be found from X to F
X - https://pastebin.ubuntu.com/p/9FfVrZkQN8/
B - https://pastebin.ubuntu.com/p/Zc9TW4sQKF/
D - https://pastebin.ubuntu.com/p/cryTnnn5wF/
E - https://pastebin.ubuntu.com/p/FXTZpsX7Qb/
F - https://pastebin.ubuntu.com/p/FKPJKCS2zr/ |
Test failure in fallocate06 was composed by two issues, one is xfs fill_fs test issue addressed in bug 1865967.
Another is this one, this is the case 2 of btrfs (fill_fs):
tst_test.c:1290: INFO: Testing on btrfs
tst_mkfs.c:90: INFO: Formatting /dev/loop1 with btrfs opts='' extra opts=''
tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
fallocate06.c:117: INFO: Copy-on-write is supported
fallocate06.c:168: INFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:157: PASS: write() successful
fallocate06.c:201: PASS: Misaligned allocation works as expected
fallocate06.c:157: PASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:237: PASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:168: INFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: INFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: INFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: INFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: INFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: INFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: INFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: INFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: INFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: INFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: INFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: INFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: INFO: write(): ENOSPC (28)
fallocate06.c:157: PASS: write() successful
fallocate06.c:201: PASS: Misaligned allocation works as expected
fallocate06.c:146: FAIL: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) failed unexpectedly: ENOSPC (2
This issue can be found from X to F
X - https://pastebin.ubuntu.com/p/9FfVrZkQN8/
B - https://pastebin.ubuntu.com/p/Zc9TW4sQKF/
D - https://pastebin.ubuntu.com/p/cryTnnn5wF/
E - https://pastebin.ubuntu.com/p/FXTZpsX7Qb/
F - https://pastebin.ubuntu.com/p/FKPJKCS2zr/
Note that the hint printed in the test:
HINT: You _MAY_ be missing kernel fixes, see:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e093c4be760e
It something that will get printed after the test, as it's for XFS so it has nothing to do with this issue here. |
|
2020-03-06 10:41:46 |
Po-Hsu Lin |
tags |
|
bionic disco eoan focal xenial |
|
2020-03-06 10:41:59 |
Po-Hsu Lin |
bug task added |
|
ubuntu-kernel-tests |
|
2020-03-06 10:42:09 |
Po-Hsu Lin |
tags |
bionic disco eoan focal xenial |
bionic disco eoan focal kqa-blocker sru-20200217 xenial |
|
2020-03-06 11:00:09 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2020-03-13 12:46:31 |
Sean Feole |
tags |
bionic disco eoan focal kqa-blocker sru-20200217 xenial |
bionic disco eoan focal sru-20200217 xenial |
|
2020-03-13 12:46:43 |
Sean Feole |
ubuntu-kernel-tests: status |
New |
Triaged |
|
2020-03-20 07:27:46 |
Po-Hsu Lin |
tags |
bionic disco eoan focal sru-20200217 xenial |
bionic disco eoan focal sru-20200217 sru-20200316 xenial |
|
2020-03-20 07:27:57 |
Po-Hsu Lin |
tags |
bionic disco eoan focal sru-20200217 sru-20200316 xenial |
4.15 4.4 5.3 bionic disco eoan focal sru-20200217 sru-20200316 xenial |
|
2020-07-20 09:50:02 |
Po-Hsu Lin |
tags |
4.15 4.4 5.3 bionic disco eoan focal sru-20200217 sru-20200316 xenial |
4.15 4.4 5.3 5.4 bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 xenial |
|
2020-10-02 07:47:10 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 xenial |
4.15 4.4 5.3 5.4 bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
|
2020-10-07 23:01:13 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
4.15 4.4 5.3 5.4 aws bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
|
2020-10-09 17:30:22 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 aws bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
|
2020-10-09 22:26:04 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
|
2020-11-17 04:31:07 |
Po-Hsu Lin |
tags |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 xenial |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 xenial |
|
2020-11-27 04:42:31 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Focal |
|
2020-11-27 04:42:31 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Focal) |
|
2020-11-27 04:42:37 |
Po-Hsu Lin |
linux (Ubuntu Focal): status |
New |
Fix Released |
|
2020-11-27 08:51:24 |
Po-Hsu Lin |
tags |
4.15 4.4 5.3 5.4 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 xenial |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 xenial |
|
2021-01-07 09:08:26 |
Po-Hsu Lin |
bug task added |
|
linux-oem-5.6 (Ubuntu) |
|
2021-01-07 09:08:38 |
Po-Hsu Lin |
linux-oem-5.6 (Ubuntu Focal): status |
New |
Confirmed |
|
2021-01-07 09:08:40 |
Po-Hsu Lin |
linux-oem-5.6 (Ubuntu): status |
New |
Invalid |
|
2021-01-29 08:28:17 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 xenial |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 xenial |
|
2021-02-23 00:50:56 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 xenial |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 xenial |
|
2021-04-12 14:22:28 |
Kleber Sacilotto de Souza |
tags |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 xenial |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 xenial |
|
2021-05-07 22:35:13 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 5.6 aws azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 xenial |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 xenial |
|
2021-05-11 02:34:45 |
Kelsey Steele |
tags |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 xenial |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 xenial |
|
2021-07-07 11:46:12 |
Krzysztof Kozlowski |
tags |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 xenial |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 sru-20210621 xenial |
|
2021-07-07 11:48:35 |
Krzysztof Kozlowski |
nominated for series |
|
Ubuntu Bionic |
|
2021-07-07 11:48:35 |
Krzysztof Kozlowski |
bug task added |
|
linux (Ubuntu Bionic) |
|
2021-07-07 11:48:35 |
Krzysztof Kozlowski |
bug task added |
|
linux-oem-5.6 (Ubuntu Bionic) |
|
2021-07-19 13:22:26 |
Krzysztof Kozlowski |
tags |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 sru-20210621 xenial |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal hinted oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 sru-20210621 xenial |
|
2021-09-01 13:08:30 |
Krzysztof Kozlowski |
tags |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal hinted oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 sru-20210621 xenial |
4.15 4.4 5.3 5.4 5.6 aws aws-hwe azure bionic disco eoan fips focal hinted oem oem-5.6 oracle sru-20200217 sru-20200316 sru-20200629 sru-20200921 sru-20201109 sru-20210104 sru-20210125 sru-20210315 sru-20210412 sru-20210621 sru-20210816 xenial |
|
2021-09-01 13:08:50 |
Launchpad Janitor |
linux (Ubuntu Bionic): status |
New |
Confirmed |
|
2021-09-01 13:08:50 |
Launchpad Janitor |
linux-oem-5.6 (Ubuntu Bionic): status |
New |
Confirmed |
|