Buildresult: linux-next/ebsa110_defconfig/arm-gcc4.9 built on Mar 4 2020, 15:49
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 4 2020, 15:49
Duration:
0:00:53.493262
Builder:
ka2
Revision:
Add linux-next specific files for 20200304 (
bd78794fc00f79e6ae99e7f8f304554f399e3485)
Target:
linux-next/ebsa110_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:
ebsa110_defconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler.h:394:38: error: call to '__compiletime_assert_8010' declared with attribute error: BUILD_BUG_ON failed: sizeof(__u16) != sizeof_field(struct io_uring_sqe, personality) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler.h:394:38: error: call to '__compiletime_assert_8011' declared with attribute error: BUILD_BUG_ON failed: sizeof(__s32) != sizeof_field(struct io_uring_sqe, splice_fd_in) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[2]: *** [scripts/Makefile.build:267: fs/io_uring.o] Error 1 make[1]: *** [Makefile:1690: fs] Error 2 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (2)
drivers/char/random.c:820:13: warning: 'crng_initialize_secondary' defined but not used [-Wunused-function] fs/io_uring.c:3415:3: warning: ignoring return value of 'refcount_inc_not_zero', declared with attribute warn_unused_result [-Wunused-result]
Full Log
# git rev-parse -q --verify bd78794fc00f79e6ae99e7f8f304554f399e3485^{commit} bd78794fc00f79e6ae99e7f8f304554f399e3485 already have revision, skipping fetch # git checkout -q -f -B kisskb bd78794fc00f79e6ae99e7f8f304554f399e3485 # git clean -qxdf # < git log -1 # commit bd78794fc00f79e6ae99e7f8f304554f399e3485 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Wed Mar 4 15:42:53 2020 +1100 # # Add linux-next specific files for 20200304 # # 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 bd78794fc00f79e6ae99e7f8f304554f399e3485 # < make -s -j 8 ARCH=arm O=/kisskb/build/linux-next_ebsa110_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- ebsa110_defconfig # < make -s -j 8 ARCH=arm O=/kisskb/build/linux-next_ebsa110_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 8 ARCH=arm O=/kisskb/build/linux-next_ebsa110_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 8 ARCH=arm O=/kisskb/build/linux-next_ebsa110_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/drivers/char/random.c:820:13: warning: 'crng_initialize_secondary' defined but not used [-Wunused-function] static void crng_initialize_secondary(struct crng_state *crng) ^ /kisskb/src/fs/io_uring.c: In function 'io_close': /kisskb/src/fs/io_uring.c:3415:3: warning: ignoring return value of 'refcount_inc_not_zero', declared with attribute warn_unused_result [-Wunused-result] refcount_inc_not_zero(&req->refs); ^ In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_uring_init': /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_8010' declared with attribute error: BUILD_BUG_ON failed: sizeof(__u16) != sizeof_field(struct io_uring_sqe, personality) _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /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_, __LINE__) ^ /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/fs/io_uring.c:7978:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \ ^ /kisskb/src/fs/io_uring.c:7983:2: note: in expansion of macro '__BUILD_BUG_VERIFY_ELEMENT' __BUILD_BUG_VERIFY_ELEMENT(struct io_uring_sqe, eoffset, etype, ename) ^ /kisskb/src/fs/io_uring.c:8010:2: note: in expansion of macro 'BUILD_BUG_SQE_ELEM' BUILD_BUG_SQE_ELEM(42, __u16, personality); ^ /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_8011' declared with attribute error: BUILD_BUG_ON failed: sizeof(__s32) != sizeof_field(struct io_uring_sqe, splice_fd_in) _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /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_, __LINE__) ^ /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/fs/io_uring.c:7978:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \ ^ /kisskb/src/fs/io_uring.c:7983:2: note: in expansion of macro '__BUILD_BUG_VERIFY_ELEMENT' __BUILD_BUG_VERIFY_ELEMENT(struct io_uring_sqe, eoffset, etype, ename) ^ /kisskb/src/fs/io_uring.c:8011:2: note: in expansion of macro 'BUILD_BUG_SQE_ELEM' BUILD_BUG_SQE_ELEM(44, __s32, splice_fd_in); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:267: fs/io_uring.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1690: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 8 ARCH=arm O=/kisskb/build/linux-next_ebsa110_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_ebsa110_defconfig_arm-gcc4.9 # Build took: 0:00:53.493262
© Michael Ellerman 2006-2018.