Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on May 3 2020, 07:58
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 3 2020, 07:58
Duration:
0:03:40.052823
Builder:
ka2
Revision:
Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (
f66ed1ebbfde37631fba289f7c399eaa70632abf)
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
/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: arch/powerpc/platforms/pseries/lpar.o:(.toc+0x0): undefined reference to `mmu_pid_bits' make[1]: *** [Makefile:1106: vmlinux] Error 1 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (10)
.config:4195:warning: override: reassigning to symbol STANDALONE .config:4198:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:4198:warning: override: CPU_BIG_ENDIAN changes choice state .config:4200:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4202:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4205:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH arch/powerpc/kernel/eeh.c:1676:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] mm/memory.c:88:2: warning: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Wcpp] 88 | #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `__timer_of_table' from `drivers/clocksource/timer-microchip-pit64b.o' being placed in section `__timer_of_table'
Full Log
# git rev-parse -q --verify f66ed1ebbfde37631fba289f7c399eaa70632abf^{commit} f66ed1ebbfde37631fba289f7c399eaa70632abf already have revision, skipping fetch # git checkout -q -f -B kisskb f66ed1ebbfde37631fba289f7c399eaa70632abf # git clean -qxdf # < git log -1 # commit f66ed1ebbfde37631fba289f7c399eaa70632abf # Merge: 29a47f456d62 b75dfde12129 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat May 2 11:31:12 2020 -0700 # # Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull iomap fix from Darrick Wong: # "Hoist the check for an unrepresentable FIBMAP return value into # ioctl_fibmap. # # The internal kernel function can handle 64-bit values (and is needed # to fix a regression on ext4 + jbd2). It is only the userspace ioctl # that is so old that it cannot deal" # # * tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: # fibmap: Warn and return an error in case of block > INT_MAX # < /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 f66ed1ebbfde37631fba289f7c399eaa70632abf # < 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=0x2613BDBB # 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:4195:warning: override: reassigning to symbol STANDALONE .config:4198:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:4198:warning: override: CPU_BIG_ENDIAN changes choice state .config:4200:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4202:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4205:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH # 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/kernel/eeh.c:1676:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1676 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/mm/memory.c:88:2: warning: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Wcpp] 88 | #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. | ^~~~~~~ /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `__timer_of_table' from `drivers/clocksource/timer-microchip-pit64b.o' being placed in section `__timer_of_table' /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: arch/powerpc/platforms/pseries/lpar.o:(.toc+0x0): undefined reference to `mmu_pid_bits' make[1]: *** [/kisskb/src/Makefile:1106: 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:03:40.052823
© Michael Ellerman 2006-2018.