Buildresult: linux-next/m68k-allmodconfig/m68k-gcc11 built on Mar 24 2023, 16:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 24 2023, 16:28
Duration:
0:05:09.648148
Builder:
alpine2
Revision:
Add linux-next specific files for 20230324 (
e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f)
Target:
linux-next/m68k-allmodconfig/m68k-gcc11
Branch:
linux-next
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_722' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct nvme_tcp_term_pdu) != 24 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[5]: *** [scripts/Makefile.build:252: drivers/nvme/host/tcp.o] Error 1 make[4]: *** [scripts/Makefile.build:494: drivers/nvme/host] Error 2 make[3]: *** [scripts/Makefile.build:494: drivers/nvme] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f^{commit} e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f already have revision, skipping fetch # git checkout -q -f -B kisskb e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f # git clean -qxdf # < git log -1 # commit e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Mar 24 15:54:44 2023 +1100 # # Add linux-next specific files for 20230324 # # 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 e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_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/drivers/nvme/host/tcp.c: In function 'nvme_tcp_init_module': /kisskb/src/include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_722' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct nvme_tcp_term_pdu) != 24 397 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:378:25: note: in definition of macro '__compiletime_assert' 378 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397:9: note: in expansion of macro '_compiletime_assert' 397 | _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/drivers/nvme/host/tcp.c:2704:9: note: in expansion of macro 'BUILD_BUG_ON' 2704 | BUILD_BUG_ON(sizeof(struct nvme_tcp_term_pdu) != 24); | ^~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/nvme/host/tcp.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/nvme/host] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/nvme] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_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_m68k-allmodconfig_m68k-gcc11 # Build took: 0:05:09.648148
© Michael Ellerman 2006-2018.