Buildresult: linux-next-rand/x86_64-randconfig/x86_64-gcc8 built on Mar 25 2022, 20:37
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 25 2022, 20:37
Duration:
0:03:15.113745
Builder:
ka2
Revision:
Add linux-next specific files for 20220325 (
fd4fbb998102ef7812d594121fbabd2b10dced1b)
Target:
linux-next-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linux-next-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
kernel/sched/core.c:1782:12: error: 'sysctl_sched_uclamp_handler' defined but not used [-Werror=unused-function] kernel/sched/rt.c:3017:12: error: 'sched_rr_handler' defined but not used [-Werror=unused-function] kernel/sched/rt.c:2978:12: error: 'sched_rt_handler' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1 cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:289: kernel/sched/core.o] Error 1 make[2]: *** [scripts/Makefile.build:610: kernel/sched] Error 2 make[1]: *** [Makefile:1997: kernel] Error 2 arch/x86/kernel/traps.c:249:3: error: implicit declaration of function '__warn'; did you mean 'pr_warn'? [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:289: arch/x86/kernel/traps.o] Error 1 make[2]: *** [scripts/Makefile.build:610: arch/x86/kernel] Error 2 make[1]: *** [Makefile:1997: arch/x86] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (6)
.config:6670:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6675:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx() falls through to next function poly1305_blocks_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_emit_avx() falls through to next function poly1305_emit_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx2() falls through to next function poly1305_blocks_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx512() falls through to next function poly1305_blocks_x86_64()
Full Log
# git rev-parse -q --verify fd4fbb998102ef7812d594121fbabd2b10dced1b^{commit} fd4fbb998102ef7812d594121fbabd2b10dced1b already have revision, skipping fetch # git checkout -q -f -B kisskb fd4fbb998102ef7812d594121fbabd2b10dced1b # git clean -qxdf # < git log -1 # commit fd4fbb998102ef7812d594121fbabd2b10dced1b # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Mar 25 18:32:06 2022 +1100 # # Add linux-next specific files for 20220325 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 fd4fbb998102ef7812d594121fbabd2b10dced1b # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6670:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6675:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/kernel/sched/core.c:1782:12: error: 'sysctl_sched_uclamp_handler' defined but not used [-Werror=unused-function] static int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:43: /kisskb/src/kernel/sched/rt.c:3017:12: error: 'sched_rr_handler' defined but not used [-Werror=unused-function] static int sched_rr_handler(struct ctl_table *table, int write, void *buffer, ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/rt.c:2978:12: error: 'sched_rt_handler' defined but not used [-Werror=unused-function] static int sched_rt_handler(struct ctl_table *table, int write, void *buffer, ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:289: kernel/sched/core.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:610: kernel/sched] Error 2 make[1]: *** [/kisskb/src/Makefile:1997: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx() falls through to next function poly1305_blocks_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_emit_avx() falls through to next function poly1305_emit_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx2() falls through to next function poly1305_blocks_x86_64() arch/x86/crypto/poly1305-x86_64.prelink.o: warning: objtool: poly1305_blocks_avx512() falls through to next function poly1305_blocks_x86_64() /kisskb/src/arch/x86/kernel/traps.c: In function '__exc_control_protection': /kisskb/src/arch/x86/kernel/traps.c:249:3: error: implicit declaration of function '__warn'; did you mean 'pr_warn'? [-Werror=implicit-function-declaration] __warn(__FILE__, __LINE__, (void *)regs->ip, TAINT_WARN, regs, NULL); ^~~~~~ pr_warn cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:289: arch/x86/kernel/traps.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:610: arch/x86/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1997: arch/x86] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:03:15.113745
© Michael Ellerman 2006-2018.