Buildresult: linus/sh-allmodconfig/sh4-gcc13 built on Oct 6 2023, 07:34
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 6 2023, 07:34
Duration:
0:17:23.285713
Builder:
blade4b
Revision:
Merge tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux (
3006adf3be79cde4d14b1800b963b82b6e5572e0)
Target:
linus/sh-allmodconfig/sh4-gcc13
Branch:
linus
Compiler:
sh4-gcc13
(sh4-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
{standard input}:1095: Error: expected symbol name sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 make[6]: *** [scripts/Makefile.build:243: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** [scripts/Makefile.build:480: drivers/net/pcs] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/net] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:1913: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (5)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence {standard input}:1094: Warning: end of file not at end of a line; newline inserted
Full Log
# git rev-parse -q --verify 3006adf3be79cde4d14b1800b963b82b6e5572e0^{commit} 3006adf3be79cde4d14b1800b963b82b6e5572e0 already have revision, skipping fetch # git checkout -q -f -B kisskb 3006adf3be79cde4d14b1800b963b82b6e5572e0 # git clean -qxdf # < git log -1 # commit 3006adf3be79cde4d14b1800b963b82b6e5572e0 # Merge: ba7d997a2a29 81ec384b80ff # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Oct 4 18:19:55 2023 -0700 # # Merge tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux # # Pull rtla fixes from Daniel Bristot de Oliveira: # "rtla (Real-Time Linux Analysis) tool fixes. # # Timerlat auto-analysis: # # - Timerlat is reporting thread interference time without thread noise # events occurrence. It was caused because the thread interference # variable was not reset after the analysis of a timerlat activation # that did not hit the threshold. # # - The IRQ handler delay is estimated from the delta of the IRQ # latency reported by timerlat, and the timestamp from IRQ handler # start event. If the delta is near-zero, the drift from the external # clock and the trace event and/or the overhead can cause the value # to be negative. If the value is negative, print a zero-delay. # # - IRQ handlers happening after the timerlat thread event but before # the stop tracing were being reported as IRQ that happened before # the *current* IRQ occurrence. Ignore Previous IRQ noise in this # condition because they are valid only for the *next* timerlat # activation. # # Timerlat user-space: # # - Timerlat is stopping all user-space thread if a CPU becomes # offline. Do not stop the entire tool if a CPU is/become offline, # but only the thread of the unavailable CPU. Stop the tool only, if # all threads leave because the CPUs become/are offline. # # man-pages: # # - Fix command line example in timerlat hist man page" # # * tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux: # rtla: fix a example in rtla-timerlat-hist.rst # rtla/timerlat: Do not stop user-space if a cpu is offline # rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread sample # rtla/timerlat_aa: Fix negative IRQ delay # rtla/timerlat_aa: Zero thread sum after every sample analysis # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 3006adf3be79cde4d14b1800b963b82b6e5572e0 # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence {standard input}: Assembler messages: {standard input}:1094: Warning: end of file not at end of a line; newline inserted {standard input}:1095: Error: expected symbol name sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/net/pcs] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1913: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc13 # Build took: 0:17:23.285713
© Michael Ellerman 2006-2018.