Buildresult: linus-rand/arm64-randconfig/arm64-gcc5 built on Oct 24 2020, 08:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 24 2020, 08:11
Duration:
0:02:48.390717
Builder:
ka2
Revision:
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
3cb12d27ff655e57e8efe3486dca2a22f4e30578)
Target:
linus-rand/arm64-randconfig/arm64-gcc5
Branch:
linus-rand
Compiler:
arm64-gcc5
(aarch64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.25.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/i2c/busses/i2c-mlxbf.c:2296:8: error: implicit declaration of function 'acpi_device_uid' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:283: drivers/i2c/busses/i2c-mlxbf.o] Error 1 make[3]: *** [scripts/Makefile.build:500: drivers/i2c/busses] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers/i2c] Error 2 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1236:7: error: implicit declaration of function 'msm_dp_display_pre_disable' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:283: drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.o] Error 1 make[4]: *** [scripts/Makefile.build:500: drivers/gpu/drm/msm] Error 2 make[3]: *** [scripts/Makefile.build:500: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers/gpu] Error 2 make[1]: *** [Makefile:1799: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (11)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) drivers/i2c/busses/i2c-mlxbf.c:2296:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
Full Log
# git rev-parse -q --verify 3cb12d27ff655e57e8efe3486dca2a22f4e30578^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 3cb12d27ff655e57e8efe3486dca2a22f4e30578^{commit} 3cb12d27ff655e57e8efe3486dca2a22f4e30578 # git checkout -q -f -B kisskb 3cb12d27ff655e57e8efe3486dca2a22f4e30578 # git clean -qxdf # < git log -1 # commit 3cb12d27ff655e57e8efe3486dca2a22f4e30578 # Merge: 0adc313c4f20 18ded910b589 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Oct 23 12:05:49 2020 -0700 # # Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Cross-tree/merge window issues: # # - rtl8150: don't incorrectly assign random MAC addresses; fix late in # the 5.9 cycle started depending on a return code from a function # which changed with the 5.10 PR from the usb subsystem # # Current release regressions: # # - Revert "virtio-net: ethtool configurable RXCSUM", it was causing # crashes at probe when control vq was not negotiated/available # # Previous release regressions: # # - ixgbe: fix probing of multi-port 10 Gigabit Intel NICs with an MDIO # bus, only first device would be probed correctly # # - nexthop: Fix performance regression in nexthop deletion by # effectively switching from recently added synchronize_rcu() to # synchronize_rcu_expedited() # # - netsec: ignore 'phy-mode' device property on ACPI systems; the # property is not populated correctly by the firmware, but firmware # configures the PHY so just keep boot settings # # Previous releases - always broken: # # - tcp: fix to update snd_wl1 in bulk receiver fast path, addressing # bulk transfers getting "stuck" # # - icmp: randomize the global rate limiter to prevent attackers from # getting useful signal # # - r8169: fix operation under forced interrupt threading, make the # driver always use hard irqs, even on RT, given the handler is light # and only wants to schedule napi (and do so through a _irqoff() # variant, preferably) # # - bpf: Enforce pointer id generation for all may-be-null register # type to avoid pointers erroneously getting marked as null-checked # # - tipc: re-configure queue limit for broadcast link # # - net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN # tunnels # # - fix various issues in chelsio inline tls driver # # Misc: # # - bpf: improve just-added bpf_redirect_neigh() helper api to support # supplying nexthop by the caller - in case BPF program has already # done a lookup we can avoid doing another one # # - remove unnecessary break statements # # - make MCTCP not select IPV6, but rather depend on it" # # * tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (62 commits) # tcp: fix to update snd_wl1 in bulk receiver fast path # net: Properly typecast int values to set sk_max_pacing_rate # netfilter: nf_fwd_netdev: clear timestamp in forwarding path # ibmvnic: save changed mac address to adapter->mac_addr # selftests: mptcp: depends on built-in IPv6 # Revert "virtio-net: ethtool configurable RXCSUM" # rtnetlink: fix data overflow in rtnl_calcit() # net: ethernet: mtk-star-emac: select REGMAP_MMIO # net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup # net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device # bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static # bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() # bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop # mptcp: depends on IPV6 but not as a module # sfc: move initialisation of efx->filter_sem to efx_init_struct() # mpls: load mpls_gso after mpls_iptunnel # net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels # net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() # net: dsa: bcm_sf2: make const array static, makes object smaller # mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 3cb12d27ff655e57e8efe3486dca2a22f4e30578 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0x357A2694 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:25: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:25: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c: In function 'mlxbf_i2c_acpi_probe': /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:2296:8: error: implicit declaration of function 'acpi_device_uid' [-Werror=implicit-function-declaration] uid = acpi_device_uid(adev); ^ /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:2296:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] uid = acpi_device_uid(adev); ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:283: drivers/i2c/busses/i2c-mlxbf.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/i2c/busses] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/i2c] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c: In function 'dpu_encoder_virt_disable': /kisskb/src/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1236:7: error: implicit declaration of function 'msm_dp_display_pre_disable' [-Werror=implicit-function-declaration] if (msm_dp_display_pre_disable(priv->dp, drm_enc)) ^ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:283: drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/gpu/drm/msm] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1799: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:02:48.390717
© Michael Ellerman 2006-2018.