Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc11 built on Jan 19 2023, 16:46
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 19 2023, 16:46
Duration:
0:11:54.179908
Builder:
ka7
Revision:
Add linux-next specific files for 20230119 (
aa5c49149a823599764e6953229b028e4bf6e9cc)
Target:
linux-next/sparc-allmodconfig/sparc64-gcc11
Branch:
linux-next
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
fs/cifs/cifs_debug.c:478:75: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] fs/cifs/cifs_debug.c:478:79: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:252: fs/cifs/cifs_debug.o] Error 1 make[3]: *** [scripts/Makefile.build:494: fs/cifs] Error 2 make[2]: *** [scripts/Makefile.build:494: fs] Error 2 make[1]: *** [Makefile:2027: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (3)
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>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify aa5c49149a823599764e6953229b028e4bf6e9cc^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master 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 aa5c49149a823599764e6953229b028e4bf6e9cc^{commit} aa5c49149a823599764e6953229b028e4bf6e9cc # git checkout -q -f -B kisskb aa5c49149a823599764e6953229b028e4bf6e9cc # git clean -qxdf # < git log -1 # commit aa5c49149a823599764e6953229b028e4bf6e9cc # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Jan 19 16:44:07 2023 +1100 # # Add linux-next specific files for 20230119 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 aa5c49149a823599764e6953229b028e4bf6e9cc # < make -s -j 32 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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 32 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/cifs/cifs_debug.c: In function 'cifs_debug_data_proc_show': /kisskb/src/fs/cifs/cifs_debug.c:478:75: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 478 | seq_printf(m, "\t\tWeight (cur,total): (%lu,%lu)" | ~~^ | | | long unsigned int | %u 479 | "\n\t\tAllocated channels: %u\n", 480 | iface->weight_fulfilled, | ~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /kisskb/src/fs/cifs/cifs_debug.c:478:79: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 478 | seq_printf(m, "\t\tWeight (cur,total): (%lu,%lu)" | ~~^ | | | long unsigned int | %u ...... 481 | iface_weight, | ~~~~~~~~~~~~ | | | size_t {aka unsigned int} cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/cifs/cifs_debug.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/cifs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: fs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2027: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_sparc-allmodconfig_sparc64-gcc11 # Build took: 0:11:54.179908
© Michael Ellerman 2006-2018.