Buildresult: powerpc-next-rand/powerpc-randconfig/powerpc-gcc8 built on Jan 15 2020, 14:37
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 15 2020, 14:37
Duration:
0:01:46.369712
Builder:
blade4b
Revision:
powerpc/perf: split callchain.c by bitness (
0c9e268dfa2cac87213b51099f52d2854ba2e051)
Target:
powerpc-next-rand/powerpc-randconfig/powerpc-gcc8
Branch:
powerpc-next-rand
Compiler:
powerpc-gcc8
(powerpc64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
arch/powerpc/kernel/syscall_64.c:77:21: error: 'NR_syscalls' undeclared (first use in this function); did you mean 'si_syscall'? make[3]: *** [scripts/Makefile.build:265: arch/powerpc/kernel/syscall_64.o] Error 1 make[2]: *** [scripts/Makefile.build:503: arch/powerpc/kernel] Error 2 make[1]: *** [Makefile:1693: arch/powerpc] Error 2 make: *** [Makefile:179: sub-make] Error 2
Possible warnings (4)
WARNING: unmet direct dependencies detected for FSL_EMB_PERFMON arch/powerpc/xmon/dis-asm.h:16:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] arch/powerpc/xmon/dis-asm.h:22:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] kernel/trace/trace_events_inject.c:215:10: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
Full Log
# git rev-parse -q --verify 0c9e268dfa2cac87213b51099f52d2854ba2e051^{commit} 0c9e268dfa2cac87213b51099f52d2854ba2e051 already have revision, skipping fetch # git checkout -q -f -B kisskb 0c9e268dfa2cac87213b51099f52d2854ba2e051 # git clean -qxdf # < git log -1 # commit 0c9e268dfa2cac87213b51099f52d2854ba2e051 # Author: Michal Suchanek <msuchanek@suse.de> # Date: Wed Nov 27 11:39:09 2019 +0100 # # powerpc/perf: split callchain.c by bitness # # Building callchain.c with !COMPAT proved quite ugly with all the # defines. Splitting out the 32bit and 64bit parts looks better. # # No code change intended. # # Signed-off-by: Michal Suchanek <msuchanek@suse.de> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/bd535922686a0969ad74e55276ce8afd5562eeb6.1574803685.git.msuchanek@suse.de # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0c9e268dfa2cac87213b51099f52d2854ba2e051 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xFC2EA564 WARNING: unmet direct dependencies detected for FSL_EMB_PERFMON Depends on [n]: E500 [=n] || PPC_83xx [=n] Selected by [y]: - PPC_FSL_BOOK3E [=y] # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # yes \n | make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:64: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:16:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:22:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/arch/powerpc/kernel/syscall_64.c:1: /kisskb/src/arch/powerpc/kernel/syscall_64.c: In function 'system_call_exception': /kisskb/src/arch/powerpc/kernel/syscall_64.c:77:21: error: 'NR_syscalls' undeclared (first use in this function); did you mean 'si_syscall'? if (unlikely(r0 >= NR_syscalls)) ^~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/arch/powerpc/kernel/syscall_64.c:77:21: note: each undeclared identifier is reported only once for each function it appears in if (unlikely(r0 >= NR_syscalls)) ^~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:265: arch/powerpc/kernel/syscall_64.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:503: arch/powerpc/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1693: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/trace/trace_events_inject.c: In function 'parse_entry': /kisskb/src/kernel/trace/trace_events_inject.c:215:10: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] char *addr = (char *)(unsigned long) val; ^~~~ make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc8 # Build took: 0:01:46.369712
© Michael Ellerman 2006-2018.