Total jobs: 87
Total errors: 16 (18.39%)
LAVA errors: 0 (0.00%)
Test errors: 14 (16.09%)
Job errors: 0 (0.00%)
Infra errors: 2 (2.30%)
Canceled jobs: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 40
Total errors: 7 (17.50%)
Error type: Test
Error count: 7 (17.50%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 583 seconds'
Count: 1 (2.50%)
IDs:
hikey-6220-r2-02:
6679846
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 5 (12.50%)
IDs:
hikey-6220-r2-14:
6679692 6679723 6679762
hikey-6220-r2-17:
6679694 6679704
Error: No match for error type 'Test', message 'tradefed - adb device lost[7C74A5EC003A6F99]'
Count: 1 (2.50%)
IDs:
hikey-6220-r2-06:
6679696
Device type: dragonboard-845c
Total jobs: 23
Total errors: 5 (21.74%)
Error type: Test
Error count: 5 (21.74%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 261 seconds'
Count: 1 (4.35%)
IDs:
db845c-02:
6679811
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 581 seconds'
Count: 1 (4.35%)
IDs:
db845c-10:
6679805
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 470 seconds'
Count: 1 (4.35%)
IDs:
db845c-09:
6679803
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (8.70%)
IDs:
db845c-02:
6677461
db845c-04:
6679790
Device type: qrb5165-rb5
Total jobs: 18
Total errors: 4 (22.22%)
Error type: Test
Error count: 2 (11.11%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]'
Count: 2 (11.11%)
IDs:
rb5-07:
6677467 6677468
Error type: Infrastructure
Error count: 2 (11.11%)
Error: Connection closed
Count: 2 (11.11%)
IDs:
rb5-01:
6677446
rb5-03:
6677451
Device type: x15
Total jobs: 6
Total errors: 0 (0.00%)
Recently we have updated toolchain clang-17 version.
While building selftests vdso following warnings / errors noticed on the
Linux next with clang-17. but pass with gcc-13.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
make[4]: Entering directory 'tools/testing/selftests/vDSO'
clang --target=x86_64-linux-gnu -fintegrated-as
-Werror=unknown-warning-option -Werror=ignored-optimization-argument
-Werror=option-ignored -Werror=unused-command-line-argument
--target=x86_64-linux-gnu -fintegrated-as -std=gnu99 -nostdlib
-fno-asynchronous-unwind-tables -fno-stack-protector \
vdso_standalone_test_x86.c parse_vdso.c \
-o /vDSO/vdso_standalone_test_x86
vdso_standalone_test_x86.c:73:16: warning: unknown attribute
'externally_visible' ignored [-Wunknown-attributes]
73 | __attribute__((externally_visible)) void c_main(void **stack)
| ^~~~~~~~~~~~~~~~~~
1 warning generated.
parse_vdso.c:65:9: warning: using the result of an assignment as a
condition without parentheses [-Wparentheses]
65 | if (g = h & 0xf0000000)
| ~~^~~~~~~~~~~~~~~~
parse_vdso.c:65:9: note: place parentheses around the assignment to
silence this warning
65 | if (g = h & 0xf0000000)
| ^
| ( )
parse_vdso.c:65:9: note: use '==' to turn this assignment into an
equality comparison
65 | if (g = h & 0xf0000000)
| ^
| ==
parse_vdso.c:206:22: warning: passing 'const char *' to parameter of
type 'const unsigned char *' converts between pointers to integer
types where one is of the unique plain 'char' type and the other is
not [-Wpointer-sign]
206 | ver_hash = elf_hash(version);
| ^~~~~~~
parse_vdso.c:59:52: note: passing argument to parameter 'name' here
59 | static unsigned long elf_hash(const unsigned char *name)
| ^
parse_vdso.c:207:46: warning: passing 'const char *' to parameter of
type 'const unsigned char *' converts between pointers to integer
types where one is of the unique plain 'char' type and the other is
not [-Wpointer-sign]
207 | ELF(Word) chain = vdso_info.bucket[elf_hash(name) %
vdso_info.nbucket];
| ^~~~
parse_vdso.c:59:52: note: passing argument to parameter 'name' here
59 | static unsigned long elf_hash(const unsigned char *name)
| ^
3 warnings generated.
/usr/bin/x86_64-linux-gnu-ld: /tmp/vdso_standalone_test_x86-31b09f.o:
in function `c_main':
vdso_standalone_test_x86.c:(.text+0x1e6): undefined reference to `memcpy'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: Leaving directory 'tools/testing/selftests/vDSO'
Links:
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2UHhSg0TPLhjp9Uq9EFc…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230821/te…
Steps to reproduce:
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2UHhSg0TPLhjp9Uq9EFc…
tuxmake --runtime podman --target-arch x86_64 --toolchain clang-17
--kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2UHhSg0TPLhjp9Uq9EFc…
LLVM=1 LLVM_IAS=1 debugkernel cpupower headers kernel kselftest
modules
--
Linaro LKFT
https://lkft.linaro.org