Buildresult: linus/sh-allmodconfig/sh4-gcc13 built on Mar 1, 09:42
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 1, 09:42
Duration:
0:05:49.807424
Builder:
alpine1
Revision:
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
87adedeba51a822533649b143232418b9e26d08b)
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
arch/sh/math-emu/math.c:492:5: error: no previous prototype for 'do_fpu_inst' [-Werror=missing-prototypes] arch/sh/mm/cache-sh2.c:85:13: error: no previous prototype for 'sh2_cache_init' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:243: arch/sh/mm/cache-sh2.o] Error 1 make[4]: *** [scripts/Makefile.build:481: arch/sh/mm] Error 2 cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:243: arch/sh/math-emu/math.o] Error 1 make[4]: *** [scripts/Makefile.build:481: arch/sh/math-emu] Error 2 arch/sh/kernel/cpu/init.c:99:29: error: no previous prototype for 'l2_cache_init' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: arch/sh/kernel/cpu/init.o] Error 1 make[5]: *** [scripts/Makefile.build:481: arch/sh/kernel/cpu] Error 2 make[4]: *** [scripts/Makefile.build:481: arch/sh/kernel] Error 2 make[3]: *** [scripts/Makefile.build:481: arch/sh] Error 2 {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:481: drivers/net/pcs] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/net] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [Makefile:1921: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __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 87adedeba51a822533649b143232418b9e26d08b^{commit} 87adedeba51a822533649b143232418b9e26d08b already have revision, skipping fetch # git checkout -q -f -B kisskb 87adedeba51a822533649b143232418b9e26d08b # git clean -qxdf # < git log -1 # commit 87adedeba51a822533649b143232418b9e26d08b # Merge: d4f76f806568 640f41ed33b5 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Feb 29 12:40:20 2024 -0800 # # Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bluetooth, WiFi and netfilter. # # We have one outstanding issue with the stmmac driver, which may be a # LOCKDEP false positive, not a blocker. # # Current release - regressions: # # - netfilter: nf_tables: re-allow NFPROTO_INET in # nft_(match/target)_validate() # # - eth: ionic: fix error handling in PCI reset code # # Current release - new code bugs: # # - eth: stmmac: complete meta data only when enabled, fix null-deref # # - kunit: fix again checksum tests on big endian CPUs # # Previous releases - regressions: # # - veth: try harder when allocating queue memory # # - Bluetooth: # - hci_bcm4377: do not mark valid bd_addr as invalid # - hci_event: fix handling of HCI_EV_IO_CAPA_REQUEST # # Previous releases - always broken: # # - info leak in __skb_datagram_iter() on netlink socket # # - mptcp: # - map v4 address to v6 when destroying subflow # - fix potential wake-up event loss due to sndbuf auto-tuning # - fix double-free on socket dismantle # # - wifi: nl80211: reject iftype change with mesh ID change # # - fix small out-of-bound read when validating netlink be16/32 types # # - rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back # # - ipv6: fix potential "struct net" ref-leak in inet6_rtm_getaddr() # # - ip_tunnel: prevent perpetual headroom growth with huge number of # tunnels on top of each other # # - mctp: fix skb leaks on error paths of mctp_local_output() # # - eth: ice: fixes for DPLL state reporting # # - dpll: rely on rcu for netdev_dpll_pin() to prevent UaF # # - eth: dpaa: accept phy-interface-type = '10gbase-r' in the device # tree" # # * tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (73 commits) # dpll: fix build failure due to rcu_dereference_check() on unknown type # kunit: Fix again checksum tests on big endian CPUs # tls: fix use-after-free on failed backlog decryption # tls: separate no-async decryption request handling from async # tls: fix peeking with sync+async decryption # tls: decrement decrypt_pending if no async completion will be called # gtp: fix use-after-free and null-ptr-deref in gtp_newlink() # net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames # igb: extend PTP timestamp adjustments to i211 # rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back # tools: ynl: fix handling of multiple mcast groups # selftests: netfilter: add bridge conntrack + multicast test case # netfilter: bridge: confirm multicast packets before passing them up the stack # netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate() # Bluetooth: qca: Fix triggering coredump implementation # Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT # Bluetooth: qca: Fix wrong event type for patch config command # Bluetooth: Enforce validation on max value of connection interval # Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST # Bluetooth: mgmt: Fix limited discoverable off timeout # ... # < /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 87adedeba51a822533649b143232418b9e26d08b # make -s -j 160 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 160 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 160 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 160 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 /kisskb/src/arch/sh/math-emu/math.c:492:5: error: no previous prototype for 'do_fpu_inst' [-Werror=missing-prototypes] 492 | int do_fpu_inst(unsigned short inst, struct pt_regs *regs) | ^~~~~~~~~~~ /kisskb/src/arch/sh/mm/cache-sh2.c:85:13: error: no previous prototype for 'sh2_cache_init' [-Werror=missing-prototypes] 85 | void __init sh2_cache_init(void) | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: arch/sh/mm/cache-sh2.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sh/mm] Error 2 make[4]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: arch/sh/math-emu/math.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sh/math-emu] Error 2 /kisskb/src/arch/sh/kernel/cpu/init.c:99:29: error: no previous prototype for 'l2_cache_init' [-Werror=missing-prototypes] 99 | void __attribute__ ((weak)) l2_cache_init(void) | ^~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: arch/sh/kernel/cpu/init.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sh/kernel/cpu] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sh/kernel] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sh] Error 2 make[3]: *** Waiting for unfinished jobs.... {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:481: drivers/net/pcs] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1921: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 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:05:49.807424
© Michael Ellerman 2006-2018.