Total jobs: 32
Total errors: 2 (6.25%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 0 (0.00%)
Infra errors: 2 (6.25%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-820c
Total jobs: 3
Total errors: 2 (66.67%)
Error type: Infrastructure
Error count: 2 (66.67%)
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 1719 seconds'
Count: 1 (33.33%)
IDs:
dragonboard-820c-01:
4012492
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 1717 seconds'
Count: 1 (33.33%)
IDs:
dragonboard-820c-01:
4012489
Device type: beaglebone-black
Total jobs: 1
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 2
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 1
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 5
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: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: soca9
Total jobs: 2
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 5
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 1
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 128
Total errors: 21 (16.41%)
LAVA errors: 1 (0.78%)
Test errors: 18 (14.06%)
Job errors: 0 (0.00%)
Infra errors: 2 (1.56%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 55
Total errors: 12 (21.82%)
Error type: Test
Error count: 10 (18.18%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 2 (3.64%)
IDs:
rb5-05:
6991882 6993053
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 3 (5.45%)
IDs:
rb5-06:
6991875 6991919 6993035
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 3 (5.45%)
IDs:
rb5-03:
6988999 6991877 6991900
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.82%)
IDs:
rb5-06:
6991899
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.82%)
IDs:
rb5-06:
6990016
Error type: Infrastructure
Error count: 2 (3.64%)
Error: Connection closed
Count: 2 (3.64%)
IDs:
rb5-05:
6991876 6991928
Device type: dragonboard-845c
Total jobs: 60
Total errors: 8 (13.33%)
Error type: Test
Error count: 7 (11.67%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[1028094e]'
Count: 1 (1.67%)
IDs:
db845c-10:
6992951
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 5 (8.33%)
IDs:
db845c-01:
6988660
db845c-02:
6992907 6992915
db845c-04:
6992917
db845c-10:
6992918
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (1.67%)
IDs:
db845c-02:
6992910
Error type: Bug
Error count: 1 (1.67%)
Error: No match for error type 'Bug', message 'Could not terminate the child.'
Count: 1 (1.67%)
IDs:
db845c-09:
6988657
Device type: hi960-hikey
Total jobs: 13
Total errors: 1 (7.69%)
Error type: Test
Error count: 1 (7.69%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[57DD383701799F9A]'
Count: 1 (7.69%)
IDs:
hi960-hikey-05:
6992948
Following warnings and errors have been noticed while building i386 build
on stable-rc linux.4.19.y and linux.4.14.y.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Build log:
==========
kernel/profile.c: In function 'profile_dead_cpu':
kernel/profile.c:346:27: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
346 | if (prof_cpu_mask != NULL)
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
kernel/profile.c: In function 'profile_online_cpu':
kernel/profile.c:383:27: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
383 | if (prof_cpu_mask != NULL)
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
kernel/profile.c: In function 'profile_tick':
kernel/profile.c:413:47: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
413 | if (!user_mode(regs) && prof_cpu_mask != NULL &&
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
arch/x86/kernel/head_32.S: Assembler messages:
arch/x86/kernel/head_32.S:126: Error: invalid character '(' in mnemonic
arch/x86/kernel/head_32.S:57: Info: macro invoked from here
arch/x86/kernel/head_32.S:128: Error: invalid character '(' in mnemonic
arch/x86/kernel/head_32.S:57: Info: macro invoked from here
make[3]: *** [scripts/Makefile.build:403: arch/x86/kernel/head_32.o] Error 1
make[3]: Target '__build' not remade because of errors.
make[2]: *** [scripts/Makefile.build:544: arch/x86/kernel] Error 2
Links:
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19…
--
Linaro LKFT
https://lkft.linaro.org
Total jobs: 96
Total errors: 16 (16.67%)
LAVA errors: 0 (0.00%)
Test errors: 16 (16.67%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 46
Total errors: 14 (30.43%)
Error type: Test
Error count: 14 (30.43%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 3 (6.52%)
IDs:
rb5-05:
6988927 6988936 6988981
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (2.17%)
IDs:
rb5-07:
6988968
Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]'
Count: 3 (6.52%)
IDs:
rb5-07:
6988906 6988917 6988967
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 4 (8.70%)
IDs:
rb5-03:
6988405 6988905 6988915 6988956
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (4.35%)
IDs:
rb5-03:
6988524
rb5-07:
6988946
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 1 (2.17%)
IDs:
rb5-06:
6988535
Device type: x86
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 48
Total errors: 2 (4.17%)
Error type: Test
Error count: 2 (4.17%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 2 (4.17%)
IDs:
db845c-01:
6988929
db845c-07:
6988975
Device type: e850-96
Total jobs: 1
Total errors: 0 (0.00%)
Hi Greg,
I see the following build warning / errors everywhere on stable-rc 5.15 branch.
ld.lld: error: undefined symbol: kallsyms_on_each_symbol
>>> referenced by trace_kprobe.c
>>> trace/trace_kprobe.o:(create_local_trace_kprobe) in archive kernel/built-in.a
>>> referenced by trace_kprobe.c
>>> trace/trace_kprobe.o:(__trace_kprobe_create) in archive kernel/built-in.a
make[1]: *** [Makefile:1227: vmlinux] Error 1
Links,
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2XXALLRIZaXJVcqhff4Z…
- Naresh