Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc4.9 built on Jan 19 2021, 11:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 19 2021, 11:20
Duration:
0:09:14.057864
Builder:
ka3
Revision:
Merge tag 'spi-fix-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (
1e2a199f6ccdc15cf111d68d212e2fd4ce65682e)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc4.9
Branch:
linus-rand
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_284' declared with attribute error: BUILD_BUG failed make[2]: *** [scripts/Makefile.build:279: mm/mremap.o] Error 1 make[1]: *** [Makefile:1805: mm] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (7)
.config:7213:warning: override: reassigning to symbol MODULE_SIG .config:7214:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:7214:warning: override: CPU_BIG_ENDIAN changes choice state .config:7216:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:7217:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:7218:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7223:warning: override: reassigning to symbol UBSAN
Full Log
# git gc # git rev-parse -q --verify 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e^{commit} 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e already have revision, skipping fetch # git checkout -q -f -B kisskb 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e # git clean -qxdf # < git log -1 # commit 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e # Merge: b4459f4413c8 4d163ad79b15 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Jan 18 11:23:05 2021 -0800 # # Merge tag 'spi-fix-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi # # Pull spi fixes from Mark Brown: # "A few more bug fixes for SPI, both driver specific ones. The caching # in the Cadence driver is to avoid a deadlock trying to retrieve the # cached value later at runtime" # # * tag 'spi-fix-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: # spi: cadence: cache reference clock rate during probe # spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x3C9DD84C # 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 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:7213:warning: override: reassigning to symbol MODULE_SIG .config:7214:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:7214:warning: override: CPU_BIG_ENDIAN changes choice state .config:7216:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:7217:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:7218:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7223:warning: override: reassigning to symbol UBSAN # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from <command-line>:0:0: /kisskb/src/mm/mremap.c: In function 'get_extent': /kisskb/src/include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_284' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:301:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:320:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG' #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") ^ /kisskb/src/mm/mremap.c:355:3: note: in expansion of macro 'BUILD_BUG' BUILD_BUG(); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/mremap.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1805: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:09:14.057864
© Michael Ellerman 2006-2018.