Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc11 built on Jan 13 2023, 14:58
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 13 2023, 14:58
Duration:
0:12:18.029637
Builder:
alpine3
Revision:
Add linux-next specific files for 20230113 (
6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f)
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
drivers/scsi/qla2xxx/qla_mid.c:1094:51: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Werror=format=] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:252: drivers/scsi/qla2xxx/qla_mid.o] Error 1 make[4]: *** [scripts/Makefile.build:494: drivers/scsi/qla2xxx] Error 2 make[3]: *** [scripts/Makefile.build:494: drivers/scsi] Error 2 fs/btrfs/inode.c:5885:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:252: fs/btrfs/inode.o] Error 1 make[3]: *** [scripts/Makefile.build:494: fs/btrfs] Error 2 make[2]: *** [scripts/Makefile.build:494: fs] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2027: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (1)
<stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git gc # git rev-parse -q --verify 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master # git rev-parse -q --verify 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f^{commit} 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f # git checkout -q -f -B kisskb 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f # git clean -qxdf # < git log -1 # commit 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Jan 13 14:56:03 2023 +1100 # # Add linux-next specific files for 20230113 # # 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 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f # < make -s -j 160 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 160 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 160 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 160 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/drivers/scsi/qla2xxx/qla_mid.c: In function 'qla_create_buf_pool': /kisskb/src/drivers/scsi/qla2xxx/qla_mid.c:1094:51: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Werror=format=] 1094 | "Failed to allocate buf_map(%ld).\n", sz * sizeof(unsigned long)); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int unsigned int | %d cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/scsi/qla2xxx/qla_mid.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/scsi/qla2xxx] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/scsi] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5885:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] 5885 | if (location.type == BTRFS_INODE_ITEM_KEY) { | ~~~~~~~~^~~~~ /kisskb/src/fs/btrfs/inode.c:5874:26: note: 'location' declared here 5874 | struct btrfs_key location; | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/btrfs/inode.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/btrfs] 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[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [/kisskb/src/Makefile:2027: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 160 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:12:18.029637
© Michael Ellerman 2006-2018.