Buildresult: linus/sh-allyesconfig/sh4-gcc13 built on Nov 15, 08:08
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 15, 08:08
Duration:
0:05:10.920963
Builder:
alpine2
Revision:
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
cfaaa7d010d1fc58f9717fcc8591201e741d2d49)
Target:
linus/sh-allyesconfig/sh4-gcc13
Branch:
linus
Compiler:
sh4-gcc13
(sh4-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allyesconfig
(
download
)
Log:
Download original
Possible errors
kernel/fork.c:3077:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:229: kernel/fork.o] Error 1 {standard input}:1111: Error: unknown pseudo-op: `.l18' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1070: Error: displacement to undefined symbol .L142 overflows 8-bit field {standard input}:1075: Error: displacement to undefined symbol .L161 overflows 8-bit field {standard input}:1059: Error: pcrel too far {standard input}:1060: Error: pcrel too far {standard input}:1061: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 make[6]: *** [scripts/Makefile.build:229: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** [scripts/Makefile.build:478: drivers/net/pcs] Error 2 make[3]: *** [scripts/Makefile.build:478: kernel] Error 2 {standard input}: Error: .size expression for mp2975_driver_exit does not evaluate to a constant sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 make[6]: *** [scripts/Makefile.build:229: drivers/hwmon/pmbus/mp2975.o] Error 4 make[5]: *** [scripts/Makefile.build:478: drivers/hwmon/pmbus] Error 2 make[4]: *** [scripts/Makefile.build:478: drivers/hwmon] Error 2 make[4]: *** [scripts/Makefile.build:478: drivers/net] Error 2 make[3]: *** [scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [Makefile:1936: .] Error 2 make[1]: *** [Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2
Possible warnings (8)
<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 kernel/fork.c:3077:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3077 | #warning clone3() entry point is missing, please fix {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}: Warning: end of file not at end of a line; newline inserted
Full Log
# git rev-parse -q --verify cfaaa7d010d1fc58f9717fcc8591201e741d2d49^{commit} cfaaa7d010d1fc58f9717fcc8591201e741d2d49 already have revision, skipping fetch # git checkout -q -f -B kisskb cfaaa7d010d1fc58f9717fcc8591201e741d2d49 # git clean -qxdf # < git log -1 # commit cfaaa7d010d1fc58f9717fcc8591201e741d2d49 # Merge: 4abcd80f2335 ca34aceb322b # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Nov 14 10:05:33 2024 -0800 # # Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from bluetooth. # # Quite calm week. No new regression under investigation. # # Current release - regressions: # # - eth: revert "igb: Disable threaded IRQ for igb_msix_other" # # Current release - new code bugs: # # - bluetooth: btintel: direct exception event to bluetooth stack # # Previous releases - regressions: # # - core: fix data-races around sk->sk_forward_alloc # # - netlink: terminate outstanding dump on socket close # # - mptcp: error out earlier on disconnect # # - vsock: fix accept_queue memory leak # # - phylink: ensure PHY momentary link-fails are handled # # - eth: mlx5: # - fix null-ptr-deref in add rule err flow # - lock FTE when checking if active # # - eth: dwmac-mediatek: fix inverted handling of mediatek,mac-wol # # Previous releases - always broken: # # - sched: fix u32's systematic failure to free IDR entries for hnodes. # # - sctp: fix possible UAF in sctp_v6_available() # # - eth: bonding: add ns target multicast address to slave device # # - eth: mlx5: fix msix vectors to respect platform limit # # - eth: icssg-prueth: fix 1 PPS sync" # # * tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (38 commits) # net: sched: u32: Add test case for systematic hnode IDR leaks # selftests: bonding: add ns multicast group testing # bonding: add ns target multicast address to slave device # net: ti: icssg-prueth: Fix 1 PPS sync # stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines # net: Make copy_safe_from_sockptr() match documentation # net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol # ipmr: Fix access to mfc_cache_list without lock held # samples: pktgen: correct dev to DEV # net: phylink: ensure PHY momentary link-fails are handled # mptcp: pm: use _rcu variant under rcu_read_lock # mptcp: hold pm lock when deleting entry # mptcp: update local address flags when setting it # net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes. # MAINTAINERS: Re-add cancelled Renesas driver sections # Revert "igb: Disable threaded IRQ for igb_msix_other" # Bluetooth: btintel: Direct exception event to bluetooth stack # Bluetooth: hci_core: Fix calling mgmt_device_connected # virtio/vsock: Improve MSG_ZEROCOPY error handling # vsock: Fix sk_error_queue memory leak # ... # < /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 cfaaa7d010d1fc58f9717fcc8591201e741d2d49 # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allyesconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allyesconfig_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 /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3077:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3077 | #warning clone3() entry point is missing, please fix | ^~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:229: kernel/fork.o] Error 1 make[4]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:1111: Error: unknown pseudo-op: `.l18' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1070: Error: displacement to undefined symbol .L142 overflows 8-bit field {standard input}:1075: Error: displacement to undefined symbol .L161 overflows 8-bit field {standard input}:1059: Error: pcrel too far {standard input}:1060: Error: pcrel too far {standard input}:1061: Error: pcrel too far 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:229: drivers/net/pcs/pcs-xpcs.o] Error 4 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net/pcs] Error 2 make[5]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:478: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}: Error: .size expression for mp2975_driver_exit does not evaluate to a constant 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:229: drivers/hwmon/pmbus/mp2975.o] Error 4 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/hwmon/pmbus] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/hwmon] Error 2 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1936: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sh O=/kisskb/build/linus_allyesconfig_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_allyesconfig_sh4-gcc13 # Build took: 0:05:10.920963
© Michael Ellerman 2006-2018.