linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2)
       [not found] ` <CAK8P3a25qC39ND3sZmdbFOFkD5jd0Kn9dw--1d2=mfEJ31NS4w@mail.gmail.com>
@ 2017-03-13 15:51   ` Arnd Bergmann
  2017-03-13 19:51     ` gregkh
  2017-03-15  7:22     ` gregkh
  0 siblings, 2 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-03-13 15:51 UTC (permalink / raw)
  To: gregkh, Linux Kernel Mailing List, kernel-build-reports

On Sun, Mar 12, 2017 at 10:44 AM, kernelci.org bot <bot@kernelci.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2)
  2017-03-13 15:51   ` Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2) Arnd Bergmann
@ 2017-03-13 19:51     ` gregkh
  2017-03-15  7:22     ` gregkh
  1 sibling, 0 replies; 3+ messages in thread
From: gregkh @ 2017-03-13 19:51 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linux Kernel Mailing List, kernel-build-reports

On Mon, Mar 13, 2017 at 04:51:41PM +0100, Arnd Bergmann wrote:
> On Sun, Mar 12, 2017 at 10:44 AM, kernelci.org bot <bot@kernelci.org> 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.

Yes, I still have the list, still catching up with "real" patches for
the stable tree, give me a release or two to get these in :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2)
  2017-03-13 15:51   ` Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2) Arnd Bergmann
  2017-03-13 19:51     ` gregkh
@ 2017-03-15  7:22     ` gregkh
  1 sibling, 0 replies; 3+ messages in thread
From: gregkh @ 2017-03-15  7:22 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linux Kernel Mailing List, kernel-build-reports

On Mon, Mar 13, 2017 at 04:51:41PM +0100, Arnd Bergmann wrote:
> On Sun, Mar 12, 2017 at 10:44 AM, kernelci.org bot <bot@kernelci.org> 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.

Should now be caught up with these, if anything new shows up, please let
me know.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-15  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <58c51891.1a4b2e0a.42b6a.fb9f@mx.google.com>
     [not found] ` <CAK8P3a25qC39ND3sZmdbFOFkD5jd0Kn9dw--1d2=mfEJ31NS4w@mail.gmail.com>
2017-03-13 15:51   ` Fwd: stable build: 111 builds: 2 failed, 109 passed, 1 error, 29 warnings (v4.10.2) Arnd Bergmann
2017-03-13 19:51     ` gregkh
2017-03-15  7:22     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).