Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2)

From: Arnd Bergmann
Date: Mon Mar 13 2017 - 11:52:19 EST


On Sun, Mar 12, 2017 at 10:44 AM, kernelci.org bot <bot@xxxxxxxxxxxx> wrote:
> Build Failures Detected:

All but two failures have been fixed, nice!

> x86: gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
> allmodconfig+CONFIG_OF=n FAIL

Not sure what's going on here, I've seen this failure a few times on kernelci
but cannot reproduce it here:

/bin/sh: 1: /home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool//fixdep:
Permission denied
/home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/tools/build/Makefile.build:91:
recipe for target
'/home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool/pager.o'
failed
make[5]: *** [/home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/stable/build-x86/tools/objtool/pager.o]
Error 126
make[5]: *** Waiting for unfinished jobs....

> Warnings summary:
> 4 crypto/wp512.c:987:1: warning: the frame size of 1112 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 2 crypto/wp512.c:987:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 2 arch/mips/configs/ip22_defconfig:71:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> 2 arch/mips/configs/ip22_defconfig:70:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> 1 drivers/mtd/maps/pmcmsp-flash.c:149:30: warning: passing argument 1 of 'strncpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 1 crypto/wp512.c:987:1: warning: the frame size of 1344 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 crypto/wp512.c:987:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 crypto/wp512.c:987:1: warning: the frame size of 1152 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 crypto/wp512.c:987:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 crypto/serpent_generic.c:436:1: warning: the frame size of 1456 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 crypto/serpent_generic.c:436:1: warning: the frame size of 1440 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 arch/mips/ralink/timer.c:74:13: warning: 'rt_timer_free' defined but not used [-Wunused-function]
> 1 arch/mips/ralink/timer.c:104:13: warning: 'rt_timer_disable' defined but not used [-Wunused-function]
> 1 arch/mips/ralink/rt305x.c:92:13: warning: 'rt305x_wdt_reset' defined but not used [-Wunused-function]
> 1 arch/mips/ralink/prom.c:70:2: warning: 'argv' is used uninitialized in this function [-Wuninitialized]
> 1 arch/mips/ralink/prom.c:70:2: warning: 'argc' is used uninitialized in this function [-Wuninitialized]
> 1 arch/mips/configs/nlm_xlr_defconfig:93:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> 1 arch/mips/configs/nlm_xlp_defconfig:113:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> 1 arch/mips/configs/maltaup_xpa_defconfig:65:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> 1 arch/mips/configs/maltaup_xpa_defconfig:64:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> 1 arch/mips/configs/malta_kvm_defconfig:64:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> 1 arch/mips/configs/malta_kvm_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP
> 1 arch/mips/configs/lemote2f_defconfig:42:warning: symbol value 'm' invalid for CPU_FREQ_STAT

These should all be addressed by the set of patches I pointed out in a
previous reply.

Greg, I'm not sure if you still have the list in your inbox. For now,
I'll monitor the build warnings here, unless you pick the patches or
want me to resend the list I made.

Arnd