Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on Feb 29 2020, 13:31
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 29 2020, 13:31
Duration:
0:04:38.864305
Builder:
ka1
Revision:
Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (
29795de0d242a5ba45904b36a5fb67e38a304cb7)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linus-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
make[1]: *** [Makefile:1078: vmlinux] Error 1 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (9)
.config:4824:warning: override: reassigning to symbol STANDALONE .config:4826:warning: override: reassigning to symbol MODULE_SIG .config:4830:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4836:warning: override: reassigning to symbol UBSAN arch/powerpc/platforms/cell/spufs/sched.c:1061:12: warning: 'show_spu_loadavg' defined but not used [-Wunused-function] arch/powerpc/kernel/eeh.c:1773:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] kernel/watchdog.c:47:23: warning: 'watchdog_allowed_mask' defined but not used [-Wunused-variable] drivers/net/wireless/realtek/rtw88/pci.c:1296:12: warning: 'rtw_pci_resume' defined but not used [-Wunused-function] drivers/net/wireless/realtek/rtw88/pci.c:1291:12: warning: 'rtw_pci_suspend' defined but not used [-Wunused-function]
Full Log
# git rev-parse -q --verify 29795de0d242a5ba45904b36a5fb67e38a304cb7^{commit} 29795de0d242a5ba45904b36a5fb67e38a304cb7 already have revision, skipping fetch # git checkout -q -f -B kisskb 29795de0d242a5ba45904b36a5fb67e38a304cb7 # git clean -qxdf # < git log -1 # commit 29795de0d242a5ba45904b36a5fb67e38a304cb7 # Merge: 2edc78b9a4b8 5901b51f3e5d # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Feb 28 11:51:53 2020 -0800 # # Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci # # Pull PCI fixes from Bjorn Helgaas: # # - Fix build issue on 32-bit ARM with old compilers (Marek Szyprowski) # # - Update MAINTAINERS for recent Cadence driver file move (Lukas # Bulwahn) # # * tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: # MAINTAINERS: Correct Cadence PCI driver path # PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers # < /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 29795de0d242a5ba45904b36a5fb67e38a304cb7 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xDDBB4090 # 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-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4824:warning: override: reassigning to symbol STANDALONE .config:4826:warning: override: reassigning to symbol MODULE_SIG .config:4830:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4836:warning: override: reassigning to symbol UBSAN # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/platforms/cell/spufs/sched.c:1061:12: warning: 'show_spu_loadavg' defined but not used [-Wunused-function] 1061 | static int show_spu_loadavg(struct seq_file *s, void *private) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1773:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1773 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/kernel/watchdog.c:47:23: warning: 'watchdog_allowed_mask' defined but not used [-Wunused-variable] 47 | static struct cpumask watchdog_allowed_mask __read_mostly; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/realtek/rtw88/pci.c:1296:12: warning: 'rtw_pci_resume' defined but not used [-Wunused-function] 1296 | static int rtw_pci_resume(struct device *dev) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/realtek/rtw88/pci.c:1291:12: warning: 'rtw_pci_suspend' defined but not used [-Wunused-function] 1291 | static int rtw_pci_suspend(struct device *dev) | ^~~~~~~~~~~~~~~ BTF: .tmp_vmlinux.btf: pahole (pahole) is not available Failed to generate BTF for vmlinux Try to disable CONFIG_DEBUG_INFO_BTF make[1]: *** [/kisskb/src/Makefile:1078: vmlinux] Error 1 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_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/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:04:38.864305
© Michael Ellerman 2006-2018.