Buildresult: linux-next/xtensa-allmodconfig/xtensa-gcc13 built on Apr 24, 22:04
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 24, 22:04
Duration:
0:09:34.105685
Builder:
alpine2
Revision:
Add linux-next specific files for 20240424 (
5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd)
Target:
linux-next/xtensa-allmodconfig/xtensa-gcc13
Branch:
linux-next
Compiler:
xtensa-gcc13
(xtensa-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
crypto/scompress.c:174:38: error: unused variable 'dst_page' [-Werror=unused-variable] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:244: crypto/scompress.o] Error 1 make[3]: *** [scripts/Makefile.build:485: crypto] Error 2 fs/bcachefs/btree_key_cache.c:1046:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] fs/bcachefs/btree_key_cache.c:1047:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] fs/bcachefs/btree_key_cache.c:1057:79: error: 'struct srcu_struct' has no member named 'srcu_sup' cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: fs/bcachefs/btree_key_cache.o] Error 1 make[4]: *** [scripts/Makefile.build:485: fs/bcachefs] Error 2 make[3]: *** [scripts/Makefile.build:485: fs] Error 2 make[2]: *** [Makefile:1924: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd^{commit} 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd already have revision, skipping fetch # git checkout -q -f -B kisskb 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd # git clean -qxdf # < git log -1 # commit 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Wed Apr 24 20:19:47 2024 +1000 # # Add linux-next specific files for 20240424 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 5e4f84f18c4ee9b0ccdc19e39b7de41df21699dd # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-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=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- help # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- olddefconfig # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- /kisskb/src/crypto/scompress.c: In function 'scomp_acomp_comp_decomp': /kisskb/src/crypto/scompress.c:174:38: error: unused variable 'dst_page' [-Werror=unused-variable] 174 | struct page *dst_page = sg_page(req->dst); | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: crypto/scompress.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: crypto] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/fs/bcachefs/vstructs.h:5, from /kisskb/src/fs/bcachefs/bcachefs_format.h:79, from /kisskb/src/fs/bcachefs/bcachefs.h:207, from /kisskb/src/fs/bcachefs/btree_key_cache.c:3: /kisskb/src/fs/bcachefs/btree_key_cache.c: In function 'bch2_btree_key_cache_to_text': /kisskb/src/fs/bcachefs/btree_key_cache.c:1046:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 1046 | prt_printf(out, "nonpcpu freelist:\t%lu\r\n", bc->nr_freed_nonpcpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /kisskb/src/fs/bcachefs/util.h:192:63: note: in definition of macro 'prt_printf' 192 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/btree_key_cache.c:1046:47: note: format string is defined here 1046 | prt_printf(out, "nonpcpu freelist:\t%lu\r\n", bc->nr_freed_nonpcpu); | ~~^ | | | long unsigned int | %u /kisskb/src/fs/bcachefs/btree_key_cache.c:1047:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 1047 | prt_printf(out, "pcpu freelist:\t%lu\r\n", bc->nr_freed_pcpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /kisskb/src/fs/bcachefs/util.h:192:63: note: in definition of macro 'prt_printf' 192 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/btree_key_cache.c:1047:44: note: format string is defined here 1047 | prt_printf(out, "pcpu freelist:\t%lu\r\n", bc->nr_freed_pcpu); | ~~^ | | | long unsigned int | %u /kisskb/src/fs/bcachefs/btree_key_cache.c:1057:79: error: 'struct srcu_struct' has no member named 'srcu_sup' 1057 | prt_printf(out, "srcu seq:\t%lu\r\n", c->btree_trans_barrier.srcu_sup->srcu_gp_seq); | ^ /kisskb/src/fs/bcachefs/util.h:192:63: note: in definition of macro 'prt_printf' 192 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/bcachefs/btree_key_cache.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/bcachefs] Error 2 make[4]: *** Waiting for unfinished jobs.... lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation lxml not found, skipping validation make[3]: *** [/kisskb/src/scripts/Makefile.build:485: fs] Error 2 make[2]: *** [/kisskb/src/Makefile:1924: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_xtensa-gcc13 # Build took: 0:09:34.105685
© Michael Ellerman 2006-2018.