Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc11 built on Nov 23, 14:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 23, 14:10
Duration:
0:10:04.077312
Builder:
alpine3
Revision:
Add linux-next specific files for 20231123 (
4e87148f80d198ba5febcbcc969c6b9471099a09)
Target:
linux-next/sparc-allmodconfig/sparc64-gcc11
Branch:
linux-next
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
lib/vsprintf.c:2894:33: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] lib/vsprintf.c:3392:33: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:243: lib/vsprintf.o] Error 1 make[3]: *** [scripts/Makefile.build:480: lib] Error 2 make[2]: *** [Makefile:1914: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (4)
remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify 4e87148f80d198ba5febcbcc969c6b9471099a09^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 4e87148f80d198ba5febcbcc969c6b9471099a09^{commit} 4e87148f80d198ba5febcbcc969c6b9471099a09 # git checkout -q -f -B kisskb 4e87148f80d198ba5febcbcc969c6b9471099a09 # git clean -qxdf # < git log -1 # commit 4e87148f80d198ba5febcbcc969c6b9471099a09 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Nov 23 13:59:34 2023 +1100 # # Add linux-next specific files for 20231123 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 4e87148f80d198ba5febcbcc969c6b9471099a09 # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/lib/vsprintf.c: In function 'vsnprintf': /kisskb/src/lib/vsprintf.c:2894:33: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 2894 | end[-1] = '\0'; | ~~~~~~~~^~~~~~ /kisskb/src/lib/vsprintf.c:2749:21: note: at offset [-2147483649, 2147483646] into destination object 'buf' of size [0, 2147483647] 2749 | int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) | ~~~~~~^~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3392:33: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 3392 | end[-1] = '\0'; | ~~~~~~~~^~~~~~ /kisskb/src/lib/vsprintf.c:3213:23: note: at offset [-2147483649, 2147483646] into destination object 'buf' of size [0, 2147483647] 3213 | int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf) | ~~~~~~^~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:243: lib/vsprintf.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:480: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1914: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sparc O=/kisskb/build/linux-next_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_sparc64-gcc11 # Build took: 0:10:04.077312
© Michael Ellerman 2006-2018.