Total jobs: 136
Total errors: 22 (16.18%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 16 (11.76%)
Infra errors: 6 (4.41%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 16
Total errors: 12 (75.00%)
Error type: Infrastructure
Error count: 6 (37.50%)
Error: Unable to download job artefacts
Count: 5 (31.25%)
IDs:
dragonboard-845c-04:
4129795 4129814 4129815 4129816
dragonboard-845c-06:
4129751
Error: Connection closed
Count: 1 (6.25%)
IDs:
dragonboard-845c-04:
4129745
Error type: Job
Error count: 6 (37.50%)
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 1 (6.25%)
IDs:
dragonboard-845c-06:
4129809
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 4 (25.00%)
IDs:
dragonboard-845c-04:
4129671
dragonboard-845c-06:
4129659 4129691 4129803
Error: Invalid job data
Count: 1 (6.25%)
IDs:
dragonboard-845c-06:
4129798
Device type: dragonboard-410c
Total jobs: 10
Total errors: 9 (90.00%)
Error type: Job
Error count: 9 (90.00%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 9 (90.00%)
IDs:
dragonboard-410c-01:
4129656 4129674 4129694 4129747 4129753
4129797 4129800 4129806 4129812
Device type: x15
Total jobs: 29
Total errors: 1 (3.45%)
Error type: Job
Error count: 1 (3.45%)
Error: No match for error type 'Job', message 'login-action timed out after 274 seconds'
Count: 1 (3.45%)
IDs:
x15-01:
4129737
Device type: beaglebone-black
Total jobs: 37
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 42
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
We found that on some KVM instances and bare-metal systems, the following
cgroup selftests take longer than the kselftest framework's default timeout
of 45 seconds to complete. As a result, they are being terminated with a
TIMEOUT error:
* selftests: cgroup: test_cpu # TIMEOUT at 45 seconds
* selftests: cgroup: test_kmem # TIMEOUT at 45 seconds
This commit increases the timeout for these tests to ensure they have enough
time to complete successfully on slower systems.
Signed-off-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
---
tools/testing/selftests/cgroup/settings | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/cgroup/settings
diff --git a/tools/testing/selftests/cgroup/settings b/tools/testing/selftests/cgroup/settings
new file mode 100644
index 0000000000000..694d70710ff08
--- /dev/null
+++ b/tools/testing/selftests/cgroup/settings
@@ -0,0 +1 @@
+timeout=300
--
2.43.0