Buildresult: linus-rand/arm64-randconfig/arm64-gcc8 built on Feb 14 2020, 13:25
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 14 2020, 13:25
Duration:
0:05:45.083260
Builder:
blade46
Revision:
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (
b19e8c68470385dd2c5440876591fddb02c8c402)
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+0x7c): undefined reference to `imx_scu_get_handle' soc-imx-scu.c:(.text+0x158): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0x1c8): undefined reference to `imx_scu_call_rpc' make[1]: *** [Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2
Possible warnings (2)
drivers/virtio/virtio_balloon.c:963:1: warning: label 'out_del_vqs' defined but not used [-Wunused-label] drivers/net/ethernet/amazon/ena/ena_netdev.c:561:6: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat=]
Full Log
# git rev-parse -q --verify b19e8c68470385dd2c5440876591fddb02c8c402^{commit} b19e8c68470385dd2c5440876591fddb02c8c402 already have revision, skipping fetch # git checkout -q -f -B kisskb b19e8c68470385dd2c5440876591fddb02c8c402 # git clean -qxdf # < git log -1 # commit b19e8c68470385dd2c5440876591fddb02c8c402 # Merge: 1d40890aae81 d91771848f0a # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Feb 13 14:36:57 2020 -0800 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "Summary below, but it's all reasonably straightforward. There are some # more fixes on the horizon, but nothing disastrous yet. # # Summary: # # - Fix build when KASLR is enabled but CONFIG_ARCH_RANDOM is not set # # - Fix context-switching of SSBS state on systems that implement it # # - Fix spinlock compiler warning introduced during the merge window # # - Fix incorrect header inclusion (linux/clk-provider.h) # # - Use SYSCTL_{ZERO,ONE} instead of rolling our own static variables # # - Don't scream if optional SMMUv3 PMU irq is missing # # - Remove some unused function prototypes" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h> # arm64: Fix CONFIG_ARCH_RANDOM=n build # perf/smmuv3: Use platform_get_irq_optional() for wired interrupt # arm64/spinlock: fix a -Wunused-function warning # arm64: ssbs: Fix context-switch when SSBS is present on all CPUs # arm64: use shared sysctl constants # arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarations # < /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 b19e8c68470385dd2c5440876591fddb02c8c402 # < make -s -j 32 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=0xFF243D8 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 32 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- oldconfig yes: standard output: Broken pipe # make -s -j 32 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- /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_probe': /kisskb/src/drivers/virtio/virtio_balloon.c:963:1: warning: label 'out_del_vqs' defined but not used [-Wunused-label] out_del_vqs: ^~~~~~~~~~~ In file included from /kisskb/src/include/net/inet_sock.h:19, from /kisskb/src/include/net/ip.h:27, from /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:46: /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c: In function 'ena_xdp_set': /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:561:6: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'int' [-Wformat=] "Failed to set xdp program, the current MTU (%d) is larger than the maximum allowed MTU (%lu) while xdp is on", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/netdevice.h:4900:23: note: in definition of macro 'netif_level' netdev_##level(dev, fmt, ##args); \ ^~~ /kisskb/src/drivers/net/ethernet/amazon/ena/ena_netdev.c:560:3: note: in expansion of macro 'netif_err' netif_err(adapter, drv, adapter->netdev, ^~~~~~~~~ drivers/soc/imx/soc-imx-scu.o: In function `imx_scu_soc_probe': soc-imx-scu.c:(.text+0x7c): undefined reference to `imx_scu_get_handle' soc-imx-scu.c:(.text+0x158): undefined reference to `imx_scu_call_rpc' soc-imx-scu.c:(.text+0x1c8): undefined reference to `imx_scu_call_rpc' make[1]: *** [/kisskb/src/Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 32 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:05:45.083260
© Michael Ellerman 2006-2018.