Buildresult: linux-next/sun3_defconfig/m68k-gcc11 built on May 14, 17:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 14, 17:32
Duration:
0:02:05.469323
Builder:
ka7
Revision:
Add linux-next specific files for 20240514 (
26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf)
Target:
linux-next/sun3_defconfig/m68k-gcc11
Branch:
linux-next
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
sun3_defconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:478:45: error: call to '__compiletime_assert_654' declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), sizeof(u32)) 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[5]: *** [scripts/Makefile.build:244: net/core/gro.o] Error 1 make[4]: *** [scripts/Makefile.build:485: net/core] Error 2 make[3]: *** [scripts/Makefile.build:485: net] Error 2 make[2]: *** [Makefile:1934: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
Possible warnings (3)
remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Full Log
# git rev-parse -q --verify 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf^{commit} 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf # git checkout -q -f -B kisskb 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf # git clean -qxdf # < git log -1 # commit 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue May 14 17:21:08 2024 +1000 # # Add linux-next specific files for 20240514 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- In file included from <command-line>: /kisskb/src/net/core/gro.c: In function 'dev_gro_receive': /kisskb/src/include/linux/compiler_types.h:478:45: error: call to '__compiletime_assert_654' declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), sizeof(u32)) 478 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:459:25: note: in definition of macro '__compiletime_assert' 459 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:478:9: note: in expansion of macro '_compiletime_assert' 478 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:50:9: note: in expansion of macro 'BUILD_BUG_ON_MSG' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/gro.c:496:9: note: in expansion of macro 'BUILD_BUG_ON' 496 | BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct napi_gro_cb, zeroed), | ^~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:244: net/core/gro.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: net/core] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_sun3_defconfig_m68k-gcc11 # Build took: 0:02:05.469323
© Michael Ellerman 2006-2018.