Total jobs: 9
Total errors: 2 (22.22%)
LAVA errors: 0 (0.00%)
Test errors: 2 (22.22%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 9
Total errors: 2 (22.22%)
Error type: Test
Error count: 2 (22.22%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 582 seconds'
Count: 1 (11.11%)
IDs:
db845c-02:
6480364
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (11.11%)
IDs:
db845c-06:
6480352
Linux next-20230606 powerpc build failed.
Regressions found on powerpc:
- build/clang-16-maple_defconfig
- build/clang-nightly-maple_defconfig
- build/clang-16-defconfig
- build/clang-nightly-defconfig
- build/clang-nightly-cell_defconfig
- build/clang-16-cell_defconfig
Boot:
=====
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc
CROSS_COMPILE=powerpc64le-linux-gnu-
HOSTCC=clang
CC=clang
LLVM=1
LLVM_IAS=0
LD=powerpc64le-linux-gnu-ld
arch/powerpc/kernel/exceptions-64s.S: Assembler messages:
arch/powerpc/kernel/exceptions-64s.S:2976: Error: junk at end of line: `0b01010'
arch/powerpc/kernel/exceptions-64s.S:2996: Error: junk at end of line: `0b01010'
arch/powerpc/kernel/exceptions-64s.S:3011: Error: junk at end of line: `0b01010'
arch/powerpc/kernel/exceptions-64s.S:3029: Error: junk at end of line: `0b01010'
arch/powerpc/kernel/exceptions-64s.S:3049: Error: junk at end of line: `0b01010'
arch/powerpc/kernel/exceptions-64s.S:3096: Error: junk at end of line: `0b01010'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [scripts/Makefile.build:374: arch/powerpc/kernel/head_64.o] Error 1
arch/powerpc/kernel/entry_64.S: Assembler messages:
arch/powerpc/kernel/entry_64.S:174: Error: junk at end of line: `0b01010'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [scripts/Makefile.build:374:
arch/powerpc/kernel/entry_64.o] Error 1
make[4]: Target 'arch/powerpc/kernel/' not remade because of errors.
make[3]: *** [scripts/Makefile.build:494: arch/powerpc/kernel] Error 2
arch/powerpc/lib/copyuser_power7.S: Assembler messages:
arch/powerpc/lib/copyuser_power7.S:305: Error: junk at end of line: `0b01000'
arch/powerpc/lib/copyuser_power7.S:306: Error: junk at end of line: `0b01010'
arch/powerpc/lib/copyuser_power7.S:308: Error: junk at end of line: `0b01000'
arch/powerpc/lib/copyuser_power7.S:309: Error: junk at end of line: `0b01010'
arch/powerpc/lib/copyuser_power7.S:311: Error: junk at end of line: `0b01010'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [scripts/Makefile.build:374:
arch/powerpc/lib/copyuser_power7.o] Error 1
arch/powerpc/lib/copypage_power7.S: Assembler messages:
arch/powerpc/lib/copypage_power7.S:34: Error: junk at end of line: `0b01000'
arch/powerpc/lib/copypage_power7.S:35: Error: junk at end of line: `0b01010'
arch/powerpc/lib/copypage_power7.S:37: Error: junk at end of line: `0b01000'
arch/powerpc/lib/copypage_power7.S:38: Error: junk at end of line: `0b01010'
arch/powerpc/lib/copypage_power7.S:40: Error: junk at end of line: `0b01010'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [scripts/Makefile.build:374:
arch/powerpc/lib/copypage_power7.o] Error 1
arch/powerpc/lib/memcpy_power7.S: Assembler messages:
arch/powerpc/lib/memcpy_power7.S:250: Error: junk at end of line: `0b01000'
arch/powerpc/lib/memcpy_power7.S:251: Error: junk at end of line: `0b01010'
arch/powerpc/lib/memcpy_power7.S:252: Error: junk at end of line: `0b01000'
arch/powerpc/lib/memcpy_power7.S:253: Error: junk at end of line: `0b01010'
arch/powerpc/lib/memcpy_power7.S:255: Error: junk at end of line: `0b01010'
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [scripts/Makefile.build:374:
arch/powerpc/lib/memcpy_power7.o] Error 1
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
--
Linaro LKFT
https://lkft.linaro.org
Following warnings and errors noticed while building perf x86_64,
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Build log:
---------
arch/x86/tests/amd-ibs-via-core-pmu.c: In function 'test__amd_ibs_via_core_pmu':
arch/x86/tests/amd-ibs-via-core-pmu.c:47:25: error: 'pmus' undeclared
(first use in this function)
47 | if (list_empty(&pmus))
| ^~~~
arch/x86/tests/amd-ibs-via-core-pmu.c:47:25: note: each undeclared
identifier is reported only once for each function it appears in
arch/x86/tests/amd-ibs-via-core-pmu.c:48:17: error: implicit
declaration of function 'perf_pmu__scan'; did you mean
'perf_pmus__scan'? [-Werror=implicit-function-declaration]
48 | perf_pmu__scan(NULL);
| ^~~~~~~~~~~~~~
| perf_pmus__scan
arch/x86/tests/amd-ibs-via-core-pmu.c:50:19: error: implicit
declaration of function 'perf_pmu__find'; did you mean
'perf_pmus__find'? [-Werror=implicit-function-declaration]
50 | ibs_pmu = perf_pmu__find("ibs_op");
| ^~~~~~~~~~~~~~
| perf_pmus__find
arch/x86/tests/amd-ibs-via-core-pmu.c:50:17: error: assignment to
'struct perf_pmu *' from 'int' makes pointer from integer without a
cast [-Werror=int-conversion]
50 | ibs_pmu = perf_pmu__find("ibs_op");
| ^
cc1: all warnings being treated as errors
Links:
======
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230606/te…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230606/te…
--
Linaro LKFT
https://lkft.linaro.org
Following build failed on Linux next arc,
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Regressions found on arc:
- build/gcc-9-vdk_hs38_smp_defconfig
- build/gcc-9-axs103_defconfig
arc-elf32-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o: in
function `stmmac_mdio_unregister':
stmmac_mdio.c:(.text+0xe74): undefined reference to `lynx_pcs_destroy'
arc-elf32-ld: stmmac_mdio.c:(.text+0xe74): undefined reference to
`lynx_pcs_destroy'
make[2]: *** [/builds/linux/scripts/Makefile.vmlinux:35: vmlinux] Error 1
Build log:
========
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230606/te…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230606/te…
--
Linaro LKFT
https://lkft.linaro.org