Buildresult: linus/s390-allmodconfig/s390x-gcc11 built on Jan 7 2023, 10:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 7 2023, 10:23
Duration:
0:20:58.239494
Builder:
alpine3
Revision:
Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux (
a689b938df39ab513026c53fb7011fd7cd594943)
Target:
linus/s390-allmodconfig/s390x-gcc11
Branch:
linus
Compiler:
s390x-gcc11
(s390-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/fortify-string.h:57:33: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:252: arch/s390/kernel/setup.o] Error 1 make[3]: *** [scripts/Makefile.build:504: arch/s390/kernel] Error 2 make[2]: *** [scripts/Makefile.build:504: arch/s390] Error 2 make[1]: *** [Makefile:2008: .] Error 2 make: *** [Makefile:242: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify a689b938df39ab513026c53fb7011fd7cd594943^{commit} a689b938df39ab513026c53fb7011fd7cd594943 already have revision, skipping fetch # git checkout -q -f -B kisskb a689b938df39ab513026c53fb7011fd7cd594943 # git clean -qxdf # < git log -1 # commit a689b938df39ab513026c53fb7011fd7cd594943 # Merge: ef1a4a770994 b2b50d572135 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jan 6 13:12:42 2023 -0800 # # Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux # # Pull block fixes from Jens Axboe: # "The big change here is obviously the revert of the pktcdvd driver # removal. Outside of that, just minor tweaks. In detail: # # - Re-instate the pktcdvd driver, which necessitates adding back # bio_copy_data_iter() and the fops->devnode() hook for now (me) # # - Fix for splitting of a bio marked as NOWAIT, causing either nowait # reads or writes to error with EAGAIN even if parts of the IO # completed (me) # # - Fix for ublk, punting management commands to io-wq as they can all # easily block for extended periods of time (Ming) # # - Removal of SRCU dependency for the block layer (Paul)" # # * tag 'block-2023-01-06' of git://git.kernel.dk/linux: # block: Remove "select SRCU" # Revert "pktcdvd: remove driver." # Revert "block: remove devnode callback from struct block_device_operations" # Revert "block: bio_copy_data_iter" # ublk: honor IO_URING_F_NONBLOCK for handling control command # block: don't allow splitting of a REQ_NOWAIT bio # block: handle bio_split_to_limits() NULL return # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 a689b938df39ab513026c53fb7011fd7cd594943 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-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 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/rcupdate.h:29, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/s390/kernel/setup.c:21: /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': /kisskb/src/include/linux/fortify-string.h:57:33: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds] 57 | #define __underlying_memcpy __builtin_memcpy | ^ /kisskb/src/include/linux/fortify-string.h:578:9: note: in expansion of macro '__underlying_memcpy' 578 | __underlying_##op(p, q, __fortify_size); \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/fortify-string.h:623:26: note: in expansion of macro '__fortify_memcpy_chk' 623 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/kernel/setup.c:526:9: note: in expansion of macro 'memcpy' 526 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: arch/s390/kernel/setup.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390/kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2008: .] Error 2 make: *** [Makefile:242: __sub-make] Error 2 Command 'make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc11 # Build took: 0:20:58.239494
© Michael Ellerman 2006-2018.