Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc11 built on Dec 12 2021, 12:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Dec 12 2021, 12:28
Duration:
0:04:42.585390
Builder:
ka2
Revision:
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (
a763d5a5abd65797aec3dd1bf01fe2ccbec32967)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc11
Branch:
linus-rand
Compiler:
powerpc-gcc11
(powerpc64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/cxl/core/bus.c:523:1: error: the frame size of 1296 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:287: drivers/cxl/core/bus.o] Error 1 make[3]: *** [scripts/Makefile.build:549: drivers/cxl/core] Error 2 make[2]: *** [scripts/Makefile.build:549: drivers/cxl] Error 2 make[1]: *** [Makefile:1846: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (5)
.config:4577:warning: override: reassigning to symbol STANDALONE .config:4581:warning: override: reassigning to symbol PPC64 .config:4584:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4586:warning: override: reassigning to symbol GCC_PLUGINS .config:4589:warning: override: reassigning to symbol UBSAN
Full Log
# git rev-parse -q --verify a763d5a5abd65797aec3dd1bf01fe2ccbec32967^{commit} a763d5a5abd65797aec3dd1bf01fe2ccbec32967 already have revision, skipping fetch # git checkout -q -f -B kisskb a763d5a5abd65797aec3dd1bf01fe2ccbec32967 # git clean -qxdf # < git log -1 # commit a763d5a5abd65797aec3dd1bf01fe2ccbec32967 # Merge: e034d9cbf9f1 69002c8ce914 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Dec 11 16:28:27 2021 -0800 # # Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull SCSI fixes from James Bottomley: # "Four fixes, all in drivers. # # Three are small and obvious, the qedi one is a bit larger but also # pretty obvious" # # * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: # scsi: qla2xxx: Format log strings only if needed # scsi: scsi_debug: Fix buffer size of REPORT ZONES command # scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issue # scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 a763d5a5abd65797aec3dd1bf01fe2ccbec32967 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4577:warning: override: reassigning to symbol STANDALONE .config:4581:warning: override: reassigning to symbol PPC64 .config:4584:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4586:warning: override: reassigning to symbol GCC_PLUGINS .config:4589:warning: override: reassigning to symbol UBSAN # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/cxl/core/bus.c: In function 'cxl_decoder_alloc': /kisskb/src/drivers/cxl/core/bus.c:523:1: error: the frame size of 1296 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 523 | } | ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:287: drivers/cxl/core/bus.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/cxl/core] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/cxl] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1846: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:04:42.585390
© Michael Ellerman 2006-2018.