From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 19:57:45 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8821A297; Thu, 28 Aug 2014 19:57:45 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id E7838195B; Thu, 28 Aug 2014 19:57:44 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 79A9E20E7088A; Thu, 28 Aug 2014 19:57:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 0250D20E70885; Thu, 28 Aug 2014 19:57:40 +0000 (UTC) Message-ID: <74F55F3D8645484E9583F3C5D77EAF95@multiplay.co.uk> From: "Steven Hartland" To: , , , References: <2143128560.13.1409255600495.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #1334 Date: Thu, 28 Aug 2014 20:57:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 19:57:45 -0000 This should already be fixed by r270758 ----- Original Message ----- From: To: ; ; ; Sent: Thursday, August 28, 2014 8:53 PM Subject: Build failed in Jenkins: FreeBSD_HEAD #1334 > See > > > Changes: > > [jfv] Add XL710 device entries to NOTES, and directories to the module > Makefile so they will be built. > > MFC after: 1 day > > [rodrigc] Use "file -s", so that we can run vmrun.sh against special > devices such > as /dev/md memory file systems > > Reviewed by: neel > > ------------------------------------------ > [...truncated 254021 lines...] > eventhandler_tag vlan_detach; > ^ > --- all_subdir_ixl --- > :650:21: > error: implicit declaration of function 'EVENTHANDLER_REGISTER' is > invalid in C99 [-Werror,-Wimplicit-function-declaration] > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > --- all_subdir_ixlv --- > :498:21: > error: implicit declaration of function 'EVENTHANDLER_REGISTER' is > invalid in C99 [-Werror,-Wimplicit-function-declaration] > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > --- all_subdir_ixl --- > :650:43: > error: use of undeclared identifier 'vlan_config' > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > :652:43: > error: use of undeclared identifier 'vlan_unconfig' > vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig, > ^ > :670:3: > error: implicit declaration of function 'if_free' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > if_free(vsi->ifp); > ^ > --- all_subdir_ixlv --- > :498:43: > error: use of undeclared identifier 'vlan_config' > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > --- all_subdir_ixl --- > :670:3: > note: did you mean 'm_free'? > --- all_subdir_ixlv --- > :500:43: > error: use of undeclared identifier 'vlan_unconfig' > vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig, > ^ > --- all_subdir_ixl --- > @/sys/mbuf.h:1138:1: note: 'm_free' declared here > m_free(struct mbuf *m) > ^ > --- all_subdir_ixlv --- > :550:14: > error: incomplete definition of type 'struct ifnet' > if (vsi->ifp->if_vlantrunk != NULL) { > ~~~~~~~~^ > --- all_subdir_ixl --- > :698:14: > error: incomplete definition of type 'struct ifnet' > if (vsi->ifp->if_vlantrunk != NULL) { > ~~~~~~~~^ > --- all_subdir_ixlv --- > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :557:14: > error: incomplete definition of type 'struct ifnet' > if (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING) { > ~~~~~~~~^ > --- all_subdir_ixl --- > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > --- all_subdir_ixlv --- > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :566:18: > error: incomplete definition of type 'struct ifnet' > while (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING > ~~~~~~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :578:3: > error: implicit declaration of function 'EVENTHANDLER_DEREGISTER' is > invalid in C99 [-Werror,-Wimplicit-function-declaration] > EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach); > ^ > --- all_subdir_ixl --- > :729:3: > error: implicit declaration of function 'EVENTHANDLER_DEREGISTER' is > invalid in C99 [-Werror,-Wimplicit-function-declaration] > EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach); > ^ > --- all_subdir_ixlv --- > :578:3: > note: did you mean 'EVENTHANDLER_REGISTER'? > :498:21: > note: 'EVENTHANDLER_REGISTER' declared here > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > --- all_subdir_ixl --- > :729:3: > note: did you mean 'EVENTHANDLER_REGISTER'? > :650:21: > note: 'EVENTHANDLER_REGISTER' declared here > vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config, > ^ > --- all_subdir_ixgbe --- > --- ixgbe.o --- > ctfconvert -L VERSION -g ixgbe.o > --- all_subdir_ixlv --- > :578:27: > error: use of undeclared identifier 'vlan_config' > EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach); > ^ > --- all_subdir_ixl --- > :729:27: > error: use of undeclared identifier 'vlan_config' > EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach); > ^ > --- all_subdir_ixlv --- > :580:27: > error: use of undeclared identifier 'vlan_unconfig' > EVENTHANDLER_DEREGISTER(vlan_unconfig, > vsi->vlan_detach); > ^ > :604:10: > error: incomplete definition of type 'struct ifnet' > vsi->ifp->if_flags &= ~IFF_UP; > ~~~~~~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :606:2: > error: implicit declaration of function 'if_free' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > if_free(vsi->ifp); > ^ > :606:2: > note: did you mean 'm_free'? > @/sys/mbuf.h:1138:1: note: 'm_free' declared here > --- all_subdir_ixl --- > :731:27: > error: use of undeclared identifier 'vlan_unconfig' > EVENTHANDLER_DEREGISTER(vlan_unconfig, > vsi->vlan_detach); > ^ > --- all_subdir_ixlv --- > m_free(struct mbuf *m) > ^ > :650:11: > error: incomplete definition of type 'struct ifnet' > if (!(ifp->if_capenable & IFCAP_TXCSUM) > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :651:14: > error: incomplete definition of type 'struct ifnet' > && !(ifp->if_capenable & IFCAP_TSO4)) { > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :653:7: > error: incomplete definition of type 'struct ifnet' > ifp->if_capenable |= IFCAP_TXCSUM; > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :657:8: > error: incomplete definition of type 'struct ifnet' > ifp->if_capenable |= IFCAP_TSO4; > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > --- all_subdir_ixl --- > :829:11: > error: incomplete definition of type 'struct ifnet' > --- all_subdir_ixlv --- > fatal error: too many errors emitted, stopping now [-ferror-limit=] > --- all_subdir_ixl --- > if (!(ifp->if_capenable & IFCAP_TXCSUM) > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :830:14: > error: incomplete definition of type 'struct ifnet' > && !(ifp->if_capenable & IFCAP_TSO4)) { > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :832:7: > error: incomplete definition of type 'struct ifnet' > ifp->if_capenable |= IFCAP_TXCSUM; > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :836:8: > error: incomplete definition of type 'struct ifnet' > ifp->if_capenable |= IFCAP_TSO4; > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :840:7: > error: incomplete definition of type 'struct ifnet' > ifp->if_capenable |= (IFCAP_TXCSUM | > IFCAP_TSO4); > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :845:16: > error: incomplete definition of type 'struct ifnet' > } else if((ifp->if_capenable & IFCAP_TXCSUM) > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > :846:14: > error: incomplete definition of type 'struct ifnet' > && !(ifp->if_capenable & IFCAP_TSO4)) { > ~~~^ > @/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet' > struct ifnet *rcvif; /* rcv interface */ > ^ > fatal error: too many errors emitted, stopping now [-ferror-limit=] > --- all_subdir_ixlv --- > 20 errors generated. > *** [if_ixlv.o] Error code 1 > > make[4]: stopped in > > 1 error > > make[4]: stopped in > > --- all_subdir_ixgbe --- > --- ixgbe_common.o --- > --- all_subdir_ixlv --- > *** [all_subdir_ixlv] Error code 2 > > make[3]: stopped in > > --- all_subdir_ixgbe --- > cc -O2 -pipe -DSMP -DIXGBE_FDIR -fno-strict-aliasing -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj > -I. -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > -I/usr/obj -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Qunused-arguments -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese>s-equality -Wno-error-unused-function -mno-aes -mno-avx -Qunused-arguments -c> --- all_subdir_isci ---> ctfconvert -L VERSION -g sati_start_stop_unit.o> A failure has been detected in another branch of the parallel make>> make[4]: stopped in> *** [all_subdir_isci] Error code 2>> make[3]: stopped in> --- all_subdir_ixl ---> 20 errors generated.> *** [if_ixl.o] Error code 1>> make[4]: stopped in> 1 error>> make[4]: stopped in> *** [all_subdir_ixl] Error code 2>> make[3]: stopped in> --- all_subdir_ixgbe ---> ctfconvert -L VERSION -g ixgbe_common.o> A failure has been detected in another branch of the parallel make>> make[4]: stopped in> *** [all_subdir_ixgbe] Error code 2>> make[3]: stopped in> 4 errors>> make[3]: stopped in> *** [modules-all] Error code 2>> make[2]: stopped in/usr/obj> 1 error>> make[2]: stopped in/usr/obj> *** [buildkernel] Error code 2>> make[1]: stopped in> 1 error>> make[1]: stopped in> *** [buildkernel] Error code 2>> make: stopped in> 1 error>> make: stopped in> Build step 'Execute shell' marked build as failure> _______________________________________________> freebsd-current@freebsd.org mailing list> http://lists.freebsd.org/mailman/listinfo/freebsd-current> To unsubscribe, send any mail to"freebsd-current-unsubscribe@freebsd.org">