Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on Nov 8 2020, 09:03
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 8 2020, 09:03
Duration:
0:03:14.131772
Builder:
ka3
Revision:
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (
af6e7de0c7d1338c3e4224c764fbcb7e28064df9)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linus-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:1054: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:283: kernel/seccomp.o] Error 1 make[1]: *** [Makefile:1799: kernel] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (4)
.config:4898:warning: override: reassigning to symbol MODULE_SIG .config:4900:warning: override: reassigning to symbol PPC64 .config:4901:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4903:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD
Full Log
# git rev-parse -q --verify af6e7de0c7d1338c3e4224c764fbcb7e28064df9^{commit} af6e7de0c7d1338c3e4224c764fbcb7e28064df9 already have revision, skipping fetch # git checkout -q -f -B kisskb af6e7de0c7d1338c3e4224c764fbcb7e28064df9 # git clean -qxdf # < git log -1 # commit af6e7de0c7d1338c3e4224c764fbcb7e28064df9 # Merge: 4b1d362db99d 3b5f7f10ff6e # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Nov 7 11:24:03 2020 -0800 # # Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c fixes from Wolfram Sang: # "Driver bugfixes for I2C. # # Most of them are for the new mlxbf driver which got more exposure # after rc1. The sh_mobile patch should already have reached you during # the merge window, but I accidently dropped it. However, since it fixes # a problem with rebooting, it is still fine for rc3" # # * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: # i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED # i2c: designware: call i2c_dw_read_clear_intrbits_slave() once # i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM # i2c: mlxbf: Update author and maintainer email info # i2c: mlxbf: Update reference clock frequency # i2c: mlxbf: Remove unecessary wrapper functions # i2c: mlxbf: Fix resrticted cast warning of sparse # i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call # i2c: sh_mobile: implement atomic transfers # i2c: mediatek: move dma reset before i2c reset # < /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 af6e7de0c7d1338c3e4224c764fbcb7e28064df9 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xECC4C6F4 # 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 80 ARCH=powerpc O=/kisskb/build/linus-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 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4898:warning: override: reassigning to symbol MODULE_SIG .config:4900:warning: override: reassigning to symbol PPC64 .config:4901:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4903:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/seccomp.c: In function '__seccomp_filter': /kisskb/src/kernel/seccomp.c:1054:1: error: no return statement in function returning non-void [-Werror=return-type] 1054 | } | ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:283: kernel/seccomp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1799: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-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/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:03:14.131772
© Michael Ellerman 2006-2018.