Buildresult: linus/sh-allmodconfig/sh4-gcc12 built on Jan 9, 23:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 9, 23:43
Duration:
0:04:49.223232
Builder:
ka4
Revision:
Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (
9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e)
Target:
linus/sh-allmodconfig/sh4-gcc12
Branch:
linus
Compiler:
sh4-gcc12
(sh4-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
{standard input}: Error: .size expression for xpcs_config_aneg_c73 does not evaluate to a constant 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 include/linux/syscalls.h:257:9: internal compiler error: in change_address_1, at emit-rtl.cc:2283 {standard input}:26830: Error: missing operand {standard input}:26830: Error: invalid operands for opcode {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:26472: Error: displacement to undefined symbol .L4515 overflows 12-bit field {standard input}:26482: Error: displacement to undefined symbol .L4475 overflows 12-bit field {standard input}:26599: Error: displacement to undefined symbol .L4519 overflows 12-bit field {standard input}:26610: Error: displacement to undefined symbol .L4488 overflows 12-bit field {standard input}:26730: Error: displacement to undefined symbol .L4589 overflows 8-bit field {standard input}:26751: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26754: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26756: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26774: Error: displacement to undefined symbol .L4598 overflows 8-bit field {standard input}:26798: Error: displacement to undefined symbol .L4508 overflows 8-bit field {standard input}:26810: Error: displacement to undefined symbol .L4508 overflows 8-bit field {standard input}:26723: Error: pcrel too far {standard input}:26726: Error: pcrel too far {standard input}:26736: Error: pcrel too far {standard input}:26745: Error: pcrel too far {standard input}:26759: Error: pcrel too far {standard input}:26766: Error: pcrel too far {standard input}:26801: Error: pcrel too far make[4]: *** [scripts/Makefile.build:243: fs/namespace.o] Error 1 make[3]: *** [scripts/Makefile.build:480: fs] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:1911: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (6)
<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}: Warning: end of file not at end of a line; newline inserted {standard input}:25604: Warning: end of file not at end of a line; newline inserted
Full Log
# git rev-parse -q --verify 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e^{commit} 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e already have revision, skipping fetch # git checkout -q -f -B kisskb 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e # git clean -qxdf # < git log -1 # commit 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e # Merge: bfe8eb3b85c5 a7fb0423c201 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Jan 8 20:04:02 2024 -0800 # # Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup # # Pull cgroup updates from Tejun Heo: # # - Yafang Shao added task_get_cgroup1() helper to enable a similar BPF # helper so that BPF progs can be more useful on cgroup1 hierarchies. # While cgroup1 is mostly in maintenance mode, this addition is very # small while having an outsized usefulness for users who are still on # cgroup1. Yafang also optimized root cgroup list access by making it # RCU protected in the process. # # - Waiman Long optimized rstat operation leading to substantially lower # and more consistent lock hold time while flushing the hierarchical # statistics. As the lock can be acquired briefly in various hot paths, # this reduction has cascading benefits. # # - Waiman also improved the quality of isolation for cpuset's isolated # partitions. CPUs which are allocated to isolated partitions are now # excluded from running unbound work items and cpu_is_isolated() test # which is used by vmstat and memcg to reduce interference now includes # cpuset isolated CPUs. While it isn't there yet, the hope is # eventually reaching parity with the isolation level provided by the # `isolcpus` boot param but in a dynamic manner. # # * tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: # cgroup: Move rcu_head up near the top of cgroup_root # cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check # cgroup: Avoid false cacheline sharing of read mostly rstat_cpu # cgroup/rstat: Optimize cgroup_rstat_updated_list() # cgroup: Fix documentation for cpu.idle # cgroup/cpuset: Expose cpuset.cpus.isolated # workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG_SYSFS # cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked() # cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask # cgroup/cpuset: Keep track of CPUs in isolated partitions # selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh # workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask # selftests: cgroup: Fixes a typo in a comment # cgroup: Add a new helper for cgroup1 hierarchy # cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root() # cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show() # cgroup: Make operations on the cgroup root_list RCU safe # cgroup: Remove unnecessary list_empty() # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.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 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.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}: Warning: end of file not at end of a line; newline inserted {standard input}: Error: .size expression for xpcs_config_aneg_c73 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: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.... during RTL pass: final In file included from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function '__se_sys_listmount': /kisskb/src/include/linux/syscalls.h:257:9: internal compiler error: in change_address_1, at emit-rtl.cc:2283 257 | } \ | ^ /kisskb/src/include/linux/syscalls.h:232:9: note: in expansion of macro '__SYSCALL_DEFINEx' 232 | __SYSCALL_DEFINEx(x, sname, __VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/syscalls.h:224:36: note: in expansion of macro 'SYSCALL_DEFINEx' 224 | #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:5068:1: note: in expansion of macro 'SYSCALL_DEFINE4' 5068 | SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, | ^~~~~~~~~~~~~~~ 0x149c5d9 internal_error(char const*, ...) ???:0 0x63dcdd fancy_abort(char const*, int, char const*) ???:0 0x847814 adjust_address_1(rtx_def*, machine_mode, poly_int<1u, long>, int, int, int, poly_int<1u, long>) ???:0 0x88a9e1 output_operand(rtx_def*, int) ???:0 0x88af0c output_asm_insn(char const*, rtx_def**) ???:0 0x88c918 final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*) ???:0 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. {standard input}: Assembler messages: {standard input}:25604: Warning: end of file not at end of a line; newline inserted {standard input}:26830: Error: missing operand {standard input}:26830: Error: invalid operands for opcode {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:26472: Error: displacement to undefined symbol .L4515 overflows 12-bit field {standard input}:26482: Error: displacement to undefined symbol .L4475 overflows 12-bit field {standard input}:26599: Error: displacement to undefined symbol .L4519 overflows 12-bit field {standard input}:26610: Error: displacement to undefined symbol .L4488 overflows 12-bit field {standard input}:26730: Error: displacement to undefined symbol .L4589 overflows 8-bit field {standard input}:26751: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26754: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26756: Error: displacement to undefined symbol .L4481 overflows 8-bit field {standard input}:26774: Error: displacement to undefined symbol .L4598 overflows 8-bit field {standard input}:26798: Error: displacement to undefined symbol .L4508 overflows 8-bit field {standard input}:26810: Error: displacement to undefined symbol .L4508 overflows 8-bit field {standard input}:26723: Error: pcrel too far {standard input}:26726: Error: pcrel too far {standard input}:26736: Error: pcrel too far {standard input}:26745: Error: pcrel too far {standard input}:26759: Error: pcrel too far {standard input}:26766: Error: pcrel too far {standard input}:26801: Error: pcrel too far make[4]: *** [/kisskb/src/scripts/Makefile.build:243: fs/namespace.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1911: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc12 # Build took: 0:04:49.223232
© Michael Ellerman 2006-2018.