Buildresult: powerpc-next-rand/powerpc-randconfig+ppc64le/powerpc-gcc9 built on Apr 12 2021, 19:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 12 2021, 19:23
Duration:
0:00:13.874068
Builder:
ka4
Revision:
powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler (
5c197fe46dcbe38c6e38a145f4267bba8fad5b07)
Target:
powerpc-next-rand/powerpc-randconfig+ppc64le/powerpc-gcc9
Branch:
powerpc-next-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig+ppc64le
(
download
)
Log:
Download original
Possible errors
scripts/mod/empty.c:1: internal compiler error: Segmentation fault make[2]: *** [scripts/Makefile.build:271: scripts/mod/empty.o] Error 1 make[1]: *** [Makefile:1234: prepare0] Error 2 make: *** [Makefile:215: __sub-make] Error 2
Possible warnings (5)
.config:4501:warning: override: reassigning to symbol STANDALONE .config:4508:warning: override: reassigning to symbol PPC_BOOK3S_64 .config:4509:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4511:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Full Log
# git rev-parse -q --verify 5c197fe46dcbe38c6e38a145f4267bba8fad5b07^{commit} 5c197fe46dcbe38c6e38a145f4267bba8fad5b07 already have revision, skipping fetch # git checkout -q -f -B kisskb 5c197fe46dcbe38c6e38a145f4267bba8fad5b07 # git clean -qxdf # < git log -1 # commit 5c197fe46dcbe38c6e38a145f4267bba8fad5b07 # Author: Cédric Le Goater <clg@kaod.org> # Date: Wed Mar 31 16:45:14 2021 +0200 # # powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler # # Instead of calling irq_create_mapping() to map the IPI for a node, # introduce an 'alloc' handler. This is usually an extension to support # hierarchy irq_domains which is not exactly the case for XIVE-IPI # domain. However, we can now use the irq_domain_alloc_irqs() routine # which allocates the IRQ descriptor on the specified node, even better # for cache performance on multi node machines. # # Signed-off-by: Cédric Le Goater <clg@kaod.org> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210331144514.892250-10-clg@kaod.org # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 5c197fe46dcbe38c6e38a145f4267bba8fad5b07 # < make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x73F9AEA7 # 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=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4501:warning: override: reassigning to symbol STANDALONE .config:4508:warning: override: reassigning to symbol PPC_BOOK3S_64 .config:4509:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4511:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins. Event | Plugins PLUGIN_FINISH_TYPE | structleak_plugin PLUGIN_ATTRIBUTES | structleak_plugin /kisskb/src/scripts/mod/empty.c:1: internal compiler error: Segmentation fault 1 | /* empty file to figure out endianness / word size */ | Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:271: scripts/mod/empty.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Cyclomatic Complexity 1 /kisskb/src/scripts/mod/devicetable-offsets.c:main make[1]: *** [/kisskb/src/Makefile:1234: prepare0] Error 2 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next-rand_randconfig+ppc64le_powerpc-gcc9 # Build took: 0:00:13.874068
© Michael Ellerman 2006-2018.