Buildresult: linux-next/s390-defconfig/s390x-gcc8 built on Apr 28 2020, 19:49
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 28 2020, 19:49
Duration:
0:03:37.305697
Builder:
ka2
Revision:
Add linux-next specific files for 20200428 (
0fd02a5d3eb7020a7e1801f8d7f01891071c85e4)
Target:
linux-next/s390-defconfig/s390x-gcc8
Branch:
linux-next
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler.h:394:38: error: call to '__compiletime_assert_162' declared with attribute error: BUILD_BUG_ON failed: sizeof(unsigned long) > 4 && !__TYPE_IS_PTR(unsigned long) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler.h:394:38: error: call to '__compiletime_assert_164' declared with attribute error: BUILD_BUG_ON failed: sizeof(unsigned long) > 4 && !__TYPE_IS_PTR(unsigned long) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[2]: *** [scripts/Makefile.build:266: mm/madvise.o] Error 1 make[1]: *** [Makefile:1723: mm] Error 2 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (2)
kernel/futex.c:1679:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:274:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 0fd02a5d3eb7020a7e1801f8d7f01891071c85e4^{commit} 0fd02a5d3eb7020a7e1801f8d7f01891071c85e4 already have revision, skipping fetch # git checkout -q -f -B kisskb 0fd02a5d3eb7020a7e1801f8d7f01891071c85e4 # git clean -qxdf # < git log -1 # commit 0fd02a5d3eb7020a7e1801f8d7f01891071c85e4 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Apr 28 18:07:03 2020 +1000 # # Add linux-next specific files for 20200428 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 0fd02a5d3eb7020a7e1801f8d7f01891071c85e4 # < make -s -j 24 ARCH=s390 O=/kisskb/build/linux-next_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # < make -s -j 24 ARCH=s390 O=/kisskb/build/linux-next_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 24 ARCH=s390 O=/kisskb/build/linux-next_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 24 ARCH=s390 O=/kisskb/build/linux-next_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/arch/s390/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function '__se_compat_sys_process_madvise': /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_162' declared with attribute error: BUILD_BUG_ON failed: sizeof(unsigned long) > 4 && !__TYPE_IS_PTR(unsigned long) _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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/include/asm/compat.h:18:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(sizeof(t) > 4 && !__TYPE_IS_PTR(t)); \ ^~~~~~~~~~~~ /kisskb/src/include/linux/syscalls.h:110:27: note: in expansion of macro '__SC_DELOUSE' #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) ^ /kisskb/src/include/linux/syscalls.h:111:35: note: in expansion of macro '__MAP3' #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:112:35: note: in expansion of macro '__MAP4' #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:113:35: note: in expansion of macro '__MAP5' #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:114:22: note: in expansion of macro '__MAP6' #define __MAP(n,...) __MAP##n(__VA_ARGS__) ^~~~~ /kisskb/src/arch/s390/include/asm/syscall_wrapper.h:80:36: note: in expansion of macro '__MAP' long ret = __do_compat_sys##name(__MAP(x,__SC_DELOUSE,__VA_ARGS__));\ ^~~~~ /kisskb/src/include/linux/compat.h:66:2: note: in expansion of macro 'COMPAT_SYSCALL_DEFINEx' COMPAT_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/madvise.c:1314:1: note: in expansion of macro 'COMPAT_SYSCALL_DEFINE6' COMPAT_SYSCALL_DEFINE6(process_madvise, int, which, compat_pid_t, upid, ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_164' declared with attribute error: BUILD_BUG_ON failed: sizeof(unsigned long) > 4 && !__TYPE_IS_PTR(unsigned long) _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:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/include/asm/compat.h:18:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(sizeof(t) > 4 && !__TYPE_IS_PTR(t)); \ ^~~~~~~~~~~~ /kisskb/src/include/linux/syscalls.h:108:27: note: in expansion of macro '__SC_DELOUSE' #define __MAP1(m,t,a,...) m(t,a) ^ /kisskb/src/include/linux/syscalls.h:109:35: note: in expansion of macro '__MAP1' #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:110:35: note: in expansion of macro '__MAP2' #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:111:35: note: in expansion of macro '__MAP3' #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:112:35: note: in expansion of macro '__MAP4' #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:113:35: note: in expansion of macro '__MAP5' #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) ^~~~~~ /kisskb/src/include/linux/syscalls.h:114:22: note: in expansion of macro '__MAP6' #define __MAP(n,...) __MAP##n(__VA_ARGS__) ^~~~~ /kisskb/src/arch/s390/include/asm/syscall_wrapper.h:80:36: note: in expansion of macro '__MAP' long ret = __do_compat_sys##name(__MAP(x,__SC_DELOUSE,__VA_ARGS__));\ ^~~~~ /kisskb/src/include/linux/compat.h:66:2: note: in expansion of macro 'COMPAT_SYSCALL_DEFINEx' COMPAT_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/madvise.c:1314:1: note: in expansion of macro 'COMPAT_SYSCALL_DEFINE6' COMPAT_SYSCALL_DEFINE6(process_madvise, int, which, compat_pid_t, upid, ^~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:266: mm/madvise.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1723: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1679:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ~~~~~~~^~~~~~~~~ /kisskb/src/kernel/futex.c:1655:6: note: 'oldval' was declared here int oldval, ret; ^~~~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c: In function 'qp_read_field.isra.1': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:274:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 24 ARCH=s390 O=/kisskb/build/linux-next_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_s390-defconfig_s390x-gcc8 # Build took: 0:03:37.305697
© Michael Ellerman 2006-2018.