Buildresult: linus-rand/arm64-randconfig/arm64-gcc8 built on Feb 25 2020, 07:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 25 2020, 07:24
Duration:
0:03:48.710288
Builder:
blade4b
Revision:
Merge branch 'akpm' (patches from Andrew) (
b0dd1eb220c06892e0a4098378c4296650f3f8db)
Target:
linus-rand/arm64-randconfig/arm64-gcc8
Branch:
linus-rand
Compiler:
arm64-gcc8
(aarch64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
soc-imx-scu.c:(.text+0x34): undefined reference to `imx_scu_get_handle' soc-imx-scu.c:(.text+0x34): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_get_handle' soc-imx-scu.c:(.text+0xd0): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xd0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xfc): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xfc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_call_rpc' device.c:(.text+0xac8): undefined reference to `icmpv6_ndo_send' device.c:(.text+0xac8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `icmpv6_ndo_send' make[1]: *** [Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify b0dd1eb220c06892e0a4098378c4296650f3f8db^{commit} b0dd1eb220c06892e0a4098378c4296650f3f8db already have revision, skipping fetch # git checkout -q -f -B kisskb b0dd1eb220c06892e0a4098378c4296650f3f8db # git clean -qxdf # < git log -1 # commit b0dd1eb220c06892e0a4098378c4296650f3f8db # Merge: 63fb9623427f bb8d00ff51a0 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Feb 21 11:40:10 2020 -0800 # # Merge branch 'akpm' (patches from Andrew) # # Merge misc fixes from Andrew Morton: # # - A few y2038 fixes which missed the merge window while dependencies # in NFS were being sorted out. # # - A bunch of fixes. Some minor, some not. # # * emailed patches from Andrew Morton <akpm@linux-foundation.org>: # MAINTAINERS: use tabs for SAFESETID # lib/stackdepot.c: fix global out-of-bounds in stack_slabs # mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM # mm/vmscan.c: don't round up scan size for online memory cgroup # lib/string.c: update match_string() doc-strings with correct behavior # mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() # mm/swapfile.c: fix a comment in sys_swapon() # scripts/get_maintainer.pl: deprioritize old Fixes: addresses # get_maintainer: remove uses of P: for maintainer name # selftests/vm: add missed tests in run_vmtests # include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap # Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" # y2038: hide timeval/timespec/itimerval/itimerspec types # y2038: remove unused time32 interfaces # y2038: remove ktime to/from timespec/timeval conversion # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 b0dd1eb220c06892e0a4098378c4296650f3f8db # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0x5F0DBF46 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- drivers/soc/imx/soc-imx-scu.o: In function `imx_scu_soc_probe': soc-imx-scu.c:(.text+0x34): undefined reference to `imx_scu_get_handle' soc-imx-scu.c:(.text+0x34): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_get_handle' soc-imx-scu.c:(.text+0xd0): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xd0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xfc): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0xfc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `imx_scu_call_rpc' drivers/net/wireguard/device.o: In function `wg_xmit': device.c:(.text+0xac8): undefined reference to `icmpv6_ndo_send' device.c:(.text+0xac8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `icmpv6_ndo_send' make[1]: *** [/kisskb/src/Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:03:48.710288
© Michael Ellerman 2006-2018.