Buildresult: linux-next/x86_64-allmodconfig/x86_64-gcc8 built on Aug 3 2023, 15:25
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 3 2023, 15:25
Duration:
0:09:33.205377
Builder:
ka4
Revision:
Add linux-next specific files for 20230803 (
fb4327106e5250ee360d0d8b056c1eef7eeb9a98)
Target:
linux-next/x86_64-allmodconfig/x86_64-gcc8
Branch:
linux-next
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1702' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct request_desc_header){ .enable_crypto = 1})[2] != 0x80 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1703' declared with attribute error: BUILD_BUG_ON failed: (((u8 *)&(struct request_desc_header){ .command_type = 5, .data_direction = 3, .interrupt = 1, })[3]) != ((5 << 4) | (3 << 1) | 1) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1708' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct utp_upiu_header){ .iid = 0xf })[4] != 0xf0 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1709' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct utp_upiu_header){ .command_set_type = 0xf })[4] != 0xf BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[6]: *** [scripts/Makefile.build:243: drivers/ufs/core/ufshcd.o] Error 1 make[5]: *** [scripts/Makefile.build:480: drivers/ufs/core] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/ufs] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:2031: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify fb4327106e5250ee360d0d8b056c1eef7eeb9a98^{commit} fb4327106e5250ee360d0d8b056c1eef7eeb9a98 already have revision, skipping fetch # git checkout -q -f -B kisskb fb4327106e5250ee360d0d8b056c1eef7eeb9a98 # git clean -qxdf # < git log -1 # commit fb4327106e5250ee360d0d8b056c1eef7eeb9a98 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Aug 3 14:34:55 2023 +1000 # # Add linux-next specific files for 20230803 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 fb4327106e5250ee360d0d8b056c1eef7eeb9a98 # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from <command-line>: In function 'ufshcd_check_header_layout', inlined from 'ufshcd_core_init' at /kisskb/src/drivers/ufs/core/ufshcd.c:10629:2: /kisskb/src/include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1702' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct request_desc_header){ .enable_crypto = 1})[2] != 0x80 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:378:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397: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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:10573:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(((u8 *)&(struct request_desc_header){ ^~~~~~~~~~~~ /kisskb/src/include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1703' declared with attribute error: BUILD_BUG_ON failed: (((u8 *)&(struct request_desc_header){ .command_type = 5, .data_direction = 3, .interrupt = 1, })[3]) != ((5 << 4) | (3 << 1) | 1) _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:378:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397: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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:10577:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON((((u8 *)&(struct request_desc_header){ ^~~~~~~~~~~~ /kisskb/src/include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1708' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct utp_upiu_header){ .iid = 0xf })[4] != 0xf0 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:378:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397: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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:10597:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(((u8 *)&(struct utp_upiu_header){ ^~~~~~~~~~~~ /kisskb/src/include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_1709' declared with attribute error: BUILD_BUG_ON failed: ((u8 *)&(struct utp_upiu_header){ .command_set_type = 0xf })[4] != 0xf _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:378:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397: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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:10600:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(((u8 *)&(struct utp_upiu_header){ ^~~~~~~~~~~~ make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/ufs/core/ufshcd.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/ufs/core] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/ufs] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:2031: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_x86_64-gcc8 # Build took: 0:09:33.205377
© Michael Ellerman 2006-2018.