# git rev-parse -q --verify 3c13c772fc233a10342c8e1605ff0855dfdf0c89^{commit} 3c13c772fc233a10342c8e1605ff0855dfdf0c89 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # git clean -qxdf # < git log -1 # commit 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # Author: Stephen Rothwell # Date: Tue Sep 12 15:24:19 2023 +1000 # # Add linux-next specific files for 20230912 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.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-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- help # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- olddefconfig # make -s -j 160 ARCH=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- 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:206, from /kisskb/src/fs/bcachefs/alloc_background.c:2: /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_alloc_v4_invalid': /kisskb/src/fs/bcachefs/alloc_background.c:245:33: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] 245 | prt_printf(err, "bad val size (%u > %lu)", | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/util.h:223:63: note: in definition of macro 'prt_printf' 223 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c:245:55: note: format string is defined here 245 | prt_printf(err, "bad val size (%u > %lu)", | ~~^ | | | long unsigned int | %u 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:206, from /kisskb/src/fs/bcachefs/alloc_background.c:2: /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_bucket_gens_invalid': /kisskb/src/fs/bcachefs/alloc_background.c:529:33: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 529 | prt_printf(err, "bad val size (%lu != %zu)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | bkey_val_bytes(k.k), sizeof(struct bch_bucket_gens)); | ~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /kisskb/src/fs/bcachefs/util.h:223:63: note: in definition of macro 'prt_printf' 223 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c:529:50: note: format string is defined here 529 | prt_printf(err, "bad val size (%lu != %zu)", | ~~^ | | | long unsigned int | %u cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/alloc_background.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: fs/bcachefs] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1913: .] 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=xtensa O=/kisskb/build/linux-next_allmodconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_xtensa-gcc11 # Build took: 0:08:00.791650