Buildresult: linux-next/omap2plus_defconfig/arm-gcc4.9 built on May 13 2020, 00:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 13 2020, 00:24
Duration:
0:02:27.817211
Builder:
ka3
Revision:
Add linux-next specific files for 20200512 (
e098d7762d602be640c53565ceca342f81e55ad2)
Target:
linux-next/omap2plus_defconfig/arm-gcc4.9
Branch:
linux-next
Compiler:
arm-gcc4.9
(arm-linux-gnueabi-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
omap2plus_defconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler.h:394:38: error: call to '__compiletime_assert_246' declared with attribute error: BUILD_BUG failed include/linux/compiler.h:394:38: error: call to '__compiletime_assert_263' declared with attribute error: BUILD_BUG failed make[2]: *** [scripts/Makefile.build:273: mm/memcontrol.o] Error 1 make[1]: *** [Makefile:1728: mm] Error 2 make: *** [Makefile:180: sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify e098d7762d602be640c53565ceca342f81e55ad2^{commit} e098d7762d602be640c53565ceca342f81e55ad2 already have revision, skipping fetch # git checkout -q -f -B kisskb e098d7762d602be640c53565ceca342f81e55ad2 # git clean -qxdf # < git log -1 # commit e098d7762d602be640c53565ceca342f81e55ad2 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue May 12 22:34:35 2020 +1000 # # Add linux-next specific files for 20200512 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 e098d7762d602be640c53565ceca342f81e55ad2 # < make -s -j 80 ARCH=arm O=/kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 80 ARCH=arm O=/kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 80 ARCH=arm O=/kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 80 ARCH=arm O=/kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- In file included from /kisskb/src/arch/arm/include/asm/atomic.h:11:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/page_counter.h:5, from /kisskb/src/mm/memcontrol.c:25: /kisskb/src/mm/memcontrol.c: In function 'memory_stat_format': /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_246' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler.h:375:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:394: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/include/linux/huge_mm.h:319:28: note: in expansion of macro 'BUILD_BUG' #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; }) ^ /kisskb/src/include/linux/huge_mm.h:115:26: note: in expansion of macro 'HPAGE_PMD_SHIFT' #define HPAGE_PMD_ORDER (HPAGE_PMD_SHIFT-PAGE_SHIFT) ^ /kisskb/src/include/linux/huge_mm.h:116:26: note: in expansion of macro 'HPAGE_PMD_ORDER' #define HPAGE_PMD_NR (1<<HPAGE_PMD_ORDER) ^ /kisskb/src/mm/memcontrol.c:1405:10: note: in expansion of macro 'HPAGE_PMD_NR' HPAGE_PMD_NR * PAGE_SIZE); ^ /kisskb/src/mm/memcontrol.c: In function 'memcg_stat_show': /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_263' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler.h:375:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:394: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/include/linux/huge_mm.h:319:28: note: in expansion of macro 'BUILD_BUG' #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; }) ^ /kisskb/src/include/linux/huge_mm.h:115:26: note: in expansion of macro 'HPAGE_PMD_SHIFT' #define HPAGE_PMD_ORDER (HPAGE_PMD_SHIFT-PAGE_SHIFT) ^ /kisskb/src/include/linux/huge_mm.h:116:26: note: in expansion of macro 'HPAGE_PMD_ORDER' #define HPAGE_PMD_NR (1<<HPAGE_PMD_ORDER) ^ /kisskb/src/mm/memcontrol.c:3746:10: note: in expansion of macro 'HPAGE_PMD_NR' nr *= HPAGE_PMD_NR; ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:273: mm/memcontrol.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1728: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 80 ARCH=arm O=/kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:02:27.817211
© Michael Ellerman 2006-2018.