Buildresult: linus/sparc-allmodconfig/sparc64-gcc12 built on Feb 11, 04:18
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 11, 04:18
Duration:
0:07:06.910071
Builder:
ka4
Revision:
Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux (
a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0)
Target:
linus/sparc-allmodconfig/sparc64-gcc12
Branch:
linus
Compiler:
sparc64-gcc12
(sparc64-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
arch/sparc/lib/cmpdi2.c:6:11: error: no previous prototype for '__cmpdi2' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:243: arch/sparc/lib/cmpdi2.o] Error 1 make[3]: *** [scripts/Makefile.build:481: arch/sparc/lib] Error 2 kernel/dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes] kernel/dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:243: kernel/dma.o] Error 1 make[3]: *** [scripts/Makefile.build:481: kernel] Error 2 drivers/mtd/maps/sun_uflash.c:50:5: error: no previous prototype for 'uflash_devinit' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/mtd/maps/sun_uflash.o] Error 1 make[5]: *** [scripts/Makefile.build:481: drivers/mtd/maps] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/mtd] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [Makefile:1921: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
Possible warnings (1)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0^{commit} a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0 already have revision, skipping fetch # git checkout -q -f -B kisskb a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0 # git clean -qxdf # < git log -1 # commit a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0 # Merge: a38ff5bbf979 5f63a493b99c # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Feb 10 08:02:48 2024 -0800 # # Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux # # Pull block fixes from Jens Axboe: # # - NVMe pull request via Keith: # - Update a potentially stale firmware attribute (Maurizio) # - Fixes for the recent verbose error logging (Keith, Chaitanya) # - Protection information payload size fix for passthrough (Francis) # # - Fix for a queue freezing issue in virtblk (Yi) # # - blk-iocost underflow fix (Tejun) # # - blk-wbt task detection fix (Jan) # # * tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux: # virtio-blk: Ensure no requests in virtqueues before deleting vqs. # blk-iocost: Fix an UBSAN shift-out-of-bounds warning # nvme: use ns->head->pi_size instead of t10_pi_tuple structure size # nvme-core: fix comment to reflect right functions # nvme: move passthrough logging attribute to head # blk-wbt: Fix detection of dirty-throttled tasks # nvme-host: fix the updating of the firmware version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 a5b6244cf87c50358f5562b8f07f7ac35fc7f6b0 # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.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 40 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/lib/cmpdi2.c:6:11: error: no previous prototype for '__cmpdi2' [-Werror=missing-prototypes] 6 | word_type __cmpdi2(long long a, long long b) | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:243: arch/sparc/lib/cmpdi2.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sparc/lib] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes] 70 | int request_dma(unsigned int dmanr, const char * device_id) | ^~~~~~~~~~~ /kisskb/src/kernel/dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes] 88 | void free_dma(unsigned int dmanr) | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:243: kernel/dma.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: kernel] Error 2 /kisskb/src/drivers/mtd/maps/sun_uflash.c:50:5: error: no previous prototype for 'uflash_devinit' [-Werror=missing-prototypes] 50 | int uflash_devinit(struct platform_device *op, struct device_node *dp) | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/mtd/maps/sun_uflash.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/mtd/maps] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/mtd] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1921: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sparc64-gcc12 # Build took: 0:07:06.910071
© Michael Ellerman 2006-2018.