Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc11 built on Jan 18 2023, 14:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 18 2023, 14:43
Duration:
0:10:13.794586
Builder:
ka7
Revision:
Add linux-next specific files for 20230118 (
f3381a7baf5ccbd091eb2c4fd2afd84266fcef24)
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:5730: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 (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 f3381a7baf5ccbd091eb2c4fd2afd84266fcef24^{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 f3381a7baf5ccbd091eb2c4fd2afd84266fcef24^{commit} f3381a7baf5ccbd091eb2c4fd2afd84266fcef24 # git checkout -q -f -B kisskb f3381a7baf5ccbd091eb2c4fd2afd84266fcef24 # git clean -qxdf # < git log -1 # commit f3381a7baf5ccbd091eb2c4fd2afd84266fcef24 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Wed Jan 18 14:39:04 2023 +1100 # # Add linux-next specific files for 20230118 # # 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 f3381a7baf5ccbd091eb2c4fd2afd84266fcef24 # < 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/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[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:5730:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] 5730 | if (location.type == BTRFS_INODE_ITEM_KEY) { | ~~~~~~~~^~~~~ /kisskb/src/fs/btrfs/inode.c:5719:26: note: 'location' declared here 5719 | 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 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:10:13.794586
© Michael Ellerman 2006-2018.