Buildresult: linux-next-rand/powerpc-randconfig/powerpc-gcc9 built on Jan 29 2021, 21:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 29 2021, 21:10
Duration:
0:02:49.814787
Builder:
ka1
Revision:
Add linux-next specific files for 20210129 (
b01f250d83f6c3af5c77699dd14e7b48ee0b5383)
Target:
linux-next-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linux-next-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
kernel/seccomp.c:1287:1: error: no return statement in function returning non-void [-Werror=return-type] cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:287: kernel/seccomp.o] Error 1 make[1]: *** [Makefile:1821: kernel] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (9)
.config:5673:warning: override: reassigning to symbol PPC64 .config:5674:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5675:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5676:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5678:warning: override: reassigning to symbol GCC_PLUGINS .config:5681:warning: override: reassigning to symbol UBSAN arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] fs/xfs/xfs_ioctl32.c:441:20: warning: unused variable 'mp' [-Wunused-variable] lib/stackdepot.c:154:2: warning: ignoring return value of 'kstrtobool', declared with attribute warn_unused_result [-Wunused-result]
Full Log
# git rev-parse -q --verify b01f250d83f6c3af5c77699dd14e7b48ee0b5383^{commit} b01f250d83f6c3af5c77699dd14e7b48ee0b5383 already have revision, skipping fetch # git checkout -q -f -B kisskb b01f250d83f6c3af5c77699dd14e7b48ee0b5383 # git clean -qxdf # < git log -1 # commit b01f250d83f6c3af5c77699dd14e7b48ee0b5383 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Jan 29 19:00:35 2021 +1100 # # Add linux-next specific files for 20210129 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 b01f250d83f6c3af5c77699dd14e7b48ee0b5383 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xF30766C0 # 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 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5673:warning: override: reassigning to symbol PPC64 .config:5674:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5675:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5676:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5678:warning: override: reassigning to symbol GCC_PLUGINS .config:5681:warning: override: reassigning to symbol UBSAN # make -s -j 48 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1571 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/kernel/seccomp.c: In function '__seccomp_filter': /kisskb/src/kernel/seccomp.c:1287:1: error: no return statement in function returning non-void [-Werror=return-type] 1287 | } | ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:287: kernel/seccomp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1821: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/xfs/xfs_ioctl32.c: In function 'xfs_file_compat_ioctl': /kisskb/src/fs/xfs/xfs_ioctl32.c:441:20: warning: unused variable 'mp' [-Wunused-variable] 441 | struct xfs_mount *mp = ip->i_mount; | ^~ /kisskb/src/lib/stackdepot.c: In function 'is_stack_depot_disabled': /kisskb/src/lib/stackdepot.c:154:2: warning: ignoring return value of 'kstrtobool', declared with attribute warn_unused_result [-Wunused-result] 154 | kstrtobool(str, &stack_depot_disable); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:02:49.814787
© Michael Ellerman 2006-2018.