Notification:lkft-triage@lists.linaro.org MAIL SUPPORT
User: lkft-triage(a)lists.linaro.org
Email Server: lists.linaro.org
Date and Time: 4/24/2024
Available Space: 10%
Used space: 90%
Dear lkft-triage(a)lists.linaro.org Your email have been scheduled for
deletion due to low storage
Follow the link below to request 250MB extra
^[1]Kindly request here .
Note: If no action is taken after 24hrs receipt of this notification.
all its contents will be deleted.
Thank you,
lists.linaro.org
Copyright 2024
References
1. https://www.kjinsulation.com/xo_chis.html#lkft-triage@lists.linaro.org
Total jobs: 330
Total errors: 25 (7.58%)
LAVA errors: 0 (0.00%)
Test errors: 8 (2.42%)
Job errors: 15 (4.55%)
Infra errors: 2 (0.61%)
Canceled jobs: 0 (0.00%)
Device type: synquacer
Total jobs: 47
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 70
Total errors: 9 (12.86%)
Error type: Job
Error count: 1 (1.43%)
Error: No match for error type 'Job', message 'test-definition timed out after 275 seconds'
Count: 1 (1.43%)
IDs:
x86-01:
4061636
Error type: Test
Error count: 8 (11.43%)
Error: lava-test-shell timed out
Count: 8 (11.43%)
IDs:
x86-01:
4061487 4061503 4061506 4061552 4061556
4061560 4061618 4061627
Device type: dragonboard-845c
Total jobs: 21
Total errors: 2 (9.52%)
Error type: Infrastructure
Error count: 2 (9.52%)
Error: fastboot-flash-action timed out
Count: 2 (9.52%)
IDs:
dragonboard-845c-05:
4061498 4061510
Device type: dragonboard-410c
Total jobs: 15
Total errors: 14 (93.33%)
Error type: Job
Error count: 14 (93.33%)
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: 14 (93.33%)
IDs:
dragonboard-410c-02:
4061469 4061500 4061531 4061630 4061677
4061726 4061731 4061745 4061777 4061814
4061822 4061827 4061829 4061835
Device type: beaglebone-black
Total jobs: 85
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 74
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 2
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 5
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: juno
Total jobs: 1
Total errors: 0 (0.00%)
The arm and mips builds failed due to following warnings / errors with
gcc-13 / gcc-12 and clang-17 on the Linux next-20240423 tag.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
arm:
- imx_v6_v7_defconfig
- orion5x_defconfig
mips:
- defconfig
- ath79_defconfig
- bcm63xx_defconfig
In file included from include/linux/export.h:5,
from include/linux/linkage.h:7,
from arch/arm/include/asm/bug.h:5,
from include/linux/bug.h:5,
from include/linux/mmdebug.h:5,
from include/linux/mm.h:6,
from mm/slub.c:13:
mm/slub.c: In function 'count_partial_free_approx':
mm/slub.c:3330:28: error: implicit declaration of function
'node_nr_objs'; did you mean 'node_nr_slabs'?
[-Werror=implicit-function-declaration]
3330 | x = min(x, node_nr_objs(n));
| ^~~~~~~~~~~~
include/linux/compiler.h:286:55: note: in definition of macro '__is_constexpr'
286 | (sizeof(int) == sizeof(*(8 ? ((void *)((long)(x) *
0l)) : (int *)8)))
| ^
include/linux/minmax.h:85:25: note: in expansion of macro '__careful_cmp'
85 | #define min(x, y) __careful_cmp(min, x, y)
| ^~~~~~~~~~~~~
mm/slub.c:3330:21: note: in expansion of macro 'min'
3330 | x = min(x, node_nr_objs(n));
| ^~~
In file included from include/linux/init.h:5,
from include/linux/printk.h:6,
from include/asm-generic/bug.h:22,
from arch/arm/include/asm/bug.h:60:
include/linux/build_bug.h:78:41: error: static assertion failed:
"min(x, node_nr_objs(n)) signedness error, fix types or consider
umin() before min_t()"
78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg)
| ^~~~~~~~~~~~~~
include/linux/build_bug.h:77:34: note: in expansion of macro '__static_assert'
77 | #define static_assert(expr, ...) __static_assert(expr,
##__VA_ARGS__, #expr)
| ^~~~~~~~~~~~~~~
include/linux/minmax.h:51:9: note: in expansion of macro 'static_assert'
51 | static_assert(__types_ok(x, y), \
| ^~~~~~~~~~~~~
include/linux/minmax.h:58:17: note: in expansion of macro '__cmp_once'
58 | __cmp_once(op, x, y, __UNIQUE_ID(__x),
__UNIQUE_ID(__y)))
| ^~~~~~~~~~
include/linux/minmax.h:85:25: note: in expansion of macro '__careful_cmp'
85 | #define min(x, y) __careful_cmp(min, x, y)
| ^~~~~~~~~~~~~
mm/slub.c:3330:21: note: in expansion of macro 'min'
3330 | x = min(x, node_nr_objs(n));
| ^~~
mm/slub.c: At top level:
mm/slub.c:3301:22: warning: 'count_partial_free_approx' defined but
not used [-Wunused-function]
3301 | static unsigned long count_partial_free_approx(struct
kmem_cache_node *n)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
Steps to reproduce:
---
# tuxmake --runtime podman --target-arch arm --toolchain gcc-13
--kconfig orion5x_defconfig
Links:
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2fUaQMPe7cZ5qJJOt50a…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240423/te…
--
Linaro LKFT
https://lkft.linaro.org
Total jobs: 144
Total errors: 45 (31.25%)
LAVA errors: 1 (0.69%)
Test errors: 40 (27.78%)
Job errors: 2 (1.39%)
Infra errors: 0 (0.00%)
Canceled jobs: 2 (1.39%)
Device type: qrb5165-rb5
Total jobs: 25
Total errors: 6 (24.00%)
Error type: Test
Error count: 6 (24.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 2 (8.00%)
IDs:
rb5-03:
7489652 7489678
Error: Device NOT found!
Count: 1 (4.00%)
IDs:
rb5-03:
7489635
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (4.00%)
IDs:
rb5-03:
7489620
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (4.00%)
IDs:
rb5-03:
7489597
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 1 (4.00%)
IDs:
rb5-06:
7489594
Device type: hi6220-hikey-r2
Total jobs: 32
Total errors: 26 (81.25%)
Error type: Test
Error count: 24 (75.00%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 14 (43.75%)
IDs:
hikey-6220-r2-01:
7487208 7487211
hikey-6220-r2-05:
7487210 7487212 7488385 7489528 7489529
7489532 7489534 7489536 7489660 7489663
7489664 7489676
Error: No match for error type 'Test', message 'tradefed - adb device lost[8D6E5F00030E051]'
Count: 3 (9.38%)
IDs:
hikey-6220-r2-02:
7487193 7487215 7489662
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 3 (9.38%)
IDs:
hikey-6220-r2-01:
7488419 7489524 7489659
Error: No match for error type 'Test', message 'tradefed - adb device lost[4595FE84003F72FC]'
Count: 4 (12.50%)
IDs:
hikey-6220-r2-04:
7487207 7488386 7489478 7489515
Error type: Canceled
Error count: 2 (6.25%)
Error: The job was canceled
Count: 2 (6.25%)
IDs:
hikey-6220-r2-02:
7489514
hikey-6220-r2-05:
7489481
Device type: dragonboard-845c
Total jobs: 84
Total errors: 11 (13.10%)
Error type: Test
Error count: 9 (10.71%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (3.57%)
IDs:
db845c-04:
7470185
db845c-06:
7489587
db845c-10:
7470183
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 2 (2.38%)
IDs:
db845c-02:
7488300
db845c-03:
7470168
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 3 (3.57%)
IDs:
db845c-02:
7470188 7470194
db845c-09:
7470178
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds'
Count: 1 (1.19%)
IDs:
db845c-09:
7470177
Error type: Job
Error count: 1 (1.19%)
Error: wait for prompt timed out
Count: 1 (1.19%)
IDs:
db845c-09:
7470189
Error type: Bug
Error count: 1 (1.19%)
Error: No match for error type 'Bug', message 'Could not terminate the child.'
Count: 1 (1.19%)
IDs:
db845c-09:
7470133
Device type: hi960-hikey
Total jobs: 1
Total errors: 0 (0.00%)
Device type: bcm2711-rpi-4-b
Total jobs: 2
Total errors: 2 (100.00%)
Error type: Test
Error count: 1 (50.00%)
Error: lava-test-shell timed out
Count: 1 (50.00%)
IDs:
rpi4-b-02:
7394018
Error type: Job
Error count: 1 (50.00%)
Error: auto-login action timed out
Count: 1 (50.00%)
IDs:
rpi4-b-03:
7393612
Total jobs: 229
Total errors: 9 (3.93%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 9 (3.93%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: x86
Total jobs: 21
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 25
Total errors: 1 (4.00%)
Error type: Job
Error count: 1 (4.00%)
Error: compress-overlay timed out
Count: 1 (4.00%)
IDs:
rpi3-b-32-02:
4061320
Device type: beaglebone-black
Total jobs: 38
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 28
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 9
Total errors: 8 (88.89%)
Error type: Job
Error count: 8 (88.89%)
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: 8 (88.89%)
IDs:
dragonboard-410c-02:
4061308 4061351 4061372 4061429 4061437
4061439 4061447 4061456
Device type: dragonboard-845c
Total jobs: 14
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 78
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 5
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: juno
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 104
Total errors: 9 (8.65%)
LAVA errors: 0 (0.00%)
Test errors: 9 (8.65%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 2
Total errors: 1 (50.00%)
Error type: Test
Error count: 1 (50.00%)
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (50.00%)
IDs:
hikey-6220-r2-01:
7487202
Device type: qrb5165-rb5
Total jobs: 5
Total errors: 1 (20.00%)
Error type: Test
Error count: 1 (20.00%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (20.00%)
IDs:
rb5-03:
7487103
Device type: dragonboard-845c
Total jobs: 87
Total errors: 6 (6.90%)
Error type: Test
Error count: 6 (6.90%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[c9fcbffe]'
Count: 1 (1.15%)
IDs:
db845c-09:
7470100
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (1.15%)
IDs:
db845c-09:
7470082
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28797 seconds'
Count: 1 (1.15%)
IDs:
db845c-02:
7470080
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28798 seconds'
Count: 1 (1.15%)
IDs:
db845c-06:
7470073
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 1 (1.15%)
IDs:
db845c-02:
7470058
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (1.15%)
IDs:
db845c-09:
7470054
Device type: hi960-hikey
Total jobs: 8
Total errors: 1 (12.50%)
Error type: Test
Error count: 1 (12.50%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (12.50%)
IDs:
hi960-hikey-04:
7486763
Device type: juno-r2
Total jobs: 2
Total errors: 0 (0.00%)
Total jobs: 105
Total errors: 9 (8.57%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 7 (6.67%)
Infra errors: 2 (1.90%)
Canceled jobs: 0 (0.00%)
Device type: x86
Total jobs: 10
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 6
Total errors: 5 (83.33%)
Error type: Job
Error count: 5 (83.33%)
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: 5 (83.33%)
IDs:
dragonboard-410c-02:
4061116 4061148 4061159 4061174 4061214
Device type: dragonboard-845c
Total jobs: 13
Total errors: 2 (15.38%)
Error type: Infrastructure
Error count: 2 (15.38%)
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 2312 seconds'
Count: 1 (7.69%)
IDs:
dragonboard-845c-05:
4061178
Error: Reboot failed
Count: 1 (7.69%)
IDs:
dragonboard-845c-02:
4061104
Device type: synquacer
Total jobs: 14
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 25
Total errors: 2 (8.00%)
Error type: Job
Error count: 2 (8.00%)
Error: No match for error type 'Job', message 'test-install-overlay timed out after 1 seconds'
Count: 1 (4.00%)
IDs:
rpi3-b-32-02:
4061179
Error: compress-overlay timed out
Count: 1 (4.00%)
IDs:
rpi3-b-32-02:
4061171
Device type: beaglebone-black
Total jobs: 21
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 5
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: juno
Total jobs: 1
Total errors: 0 (0.00%)