Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc13 built on Jun 27, 06:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 27, 06:11
Duration:
0:07:24.392631
Builder:
alpine2
Revision:
Add linux-next specific files for 20240626 (
df9574a57d02b265322e77fb8628d4d33641dda9)
Target:
linux-next/sparc-allmodconfig/sparc64-gcc13
Branch:
linux-next
Compiler:
sparc64-gcc13
(sparc64-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
kernel/sched/ext.c:3960:17: error: implicit declaration of function 'stack_trace_print'; did you mean 'event_trace_printk'? [-Werror=implicit-function-declaration] kernel/sched/ext.c:4174:18: error: implicit declaration of function 'stack_trace_save_tsk' [-Werror=implicit-function-declaration] kernel/sched/ext.c:4334:30: error: implicit declaration of function 'stack_trace_save'; did you mean 'stack_tracer_enable'? [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: kernel/sched/build_policy.o] Error 1 make[4]: *** [scripts/Makefile.build:485: kernel/sched] Error 2 make[3]: *** [scripts/Makefile.build:485: kernel] Error 2 make[2]: *** [Makefile:1934: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
Possible warnings (4)
remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify df9574a57d02b265322e77fb8628d4d33641dda9^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify df9574a57d02b265322e77fb8628d4d33641dda9^{commit} df9574a57d02b265322e77fb8628d4d33641dda9 # git checkout -q -f -B kisskb df9574a57d02b265322e77fb8628d4d33641dda9 # git clean -qxdf # < git log -1 # commit df9574a57d02b265322e77fb8628d4d33641dda9 # Author: Mark Brown <broonie@kernel.org> # Date: Wed Jun 26 20:07:49 2024 +0100 # # Add linux-next specific files for 20240626 # # Signed-off-by: Mark Brown <broonie@kernel.org> # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 df9574a57d02b265322e77fb8628d4d33641dda9 # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig # < make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/kernel/sched/build_policy.c:62: /kisskb/src/kernel/sched/ext.c: In function 'scx_ops_disable_workfn': /kisskb/src/kernel/sched/ext.c:3960:17: error: implicit declaration of function 'stack_trace_print'; did you mean 'event_trace_printk'? [-Werror=implicit-function-declaration] 3960 | stack_trace_print(ei->bt, ei->bt_len, 2); | ^~~~~~~~~~~~~~~~~ | event_trace_printk /kisskb/src/kernel/sched/ext.c: In function 'scx_dump_task': /kisskb/src/kernel/sched/ext.c:4174:18: error: implicit declaration of function 'stack_trace_save_tsk' [-Werror=implicit-function-declaration] 4174 | bt_len = stack_trace_save_tsk(p, bt, SCX_EXIT_BT_LEN, 1); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/ext.c: In function 'scx_ops_exit_kind': /kisskb/src/kernel/sched/ext.c:4334:30: error: implicit declaration of function 'stack_trace_save'; did you mean 'stack_tracer_enable'? [-Werror=implicit-function-declaration] 4334 | ei->bt_len = stack_trace_save(ei->bt, SCX_EXIT_BT_LEN, 1); | ^~~~~~~~~~~~~~~~ | stack_tracer_enable cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: kernel/sched/build_policy.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: kernel/sched] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] 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=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_sparc64-gcc13 # Build took: 0:07:24.392631
© Michael Ellerman 2006-2018.