Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 19:53:19 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, rodrigc@FreeBSD.org, jfv@FreeBSD.org
Subject:   Build failed in Jenkins: FreeBSD_HEAD #1334
Message-ID:  <2143128560.13.1409255600495.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1334/changes>;

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 device=
s such
as /dev/md memory file systems

Reviewed by: neel

------------------------------------------
[...truncated 254021 lines...]
        eventhandler_tag        vlan_detach;
        ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:650:21: error: implicit declaration of function 'EVEN=
THANDLER_REGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declarati=
on]
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                           ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:498:21: error: implicit declaration of function 'EV=
ENTHANDLER_REGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declara=
tion]
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                           ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:650:43: error: use of undeclared identifier 'vlan_con=
fig'
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                                                 ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:652:43: error: use of undeclared identifier 'vlan_unc=
onfig'
        vsi->vlan_detach =3D EVENTHANDLER_REGISTER(vlan_unconfig,
                                                 ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:670:3: error: implicit declaration of function 'if_fr=
ee' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                if_free(vsi->ifp);
                ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:498:43: error: use of undeclared identifier 'vlan_c=
onfig'
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                                                 ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:670:3: note: did you mean 'm_free'?
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:500:43: error: use of undeclared identifier 'vlan_u=
nconfig'
        vsi->vlan_detach =3D 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 ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:550:14: error: incomplete definition of type 'struc=
t ifnet'
        if (vsi->ifp->if_vlantrunk !=3D NULL) {
            ~~~~~~~~^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:698:14: error: incomplete definition of type 'struct =
ifnet'
        if (vsi->ifp->if_vlantrunk !=3D NULL) {
            ~~~~~~~~^
--- all_subdir_ixlv ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:557:14: error: incomplete definition of type 'struc=
t 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 */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:566:18: error: incomplete definition of type 'struc=
t 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 */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:578:3: error: implicit declaration of function 'EVE=
NTHANDLER_DEREGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declar=
ation]
                EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach);
                ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:729:3: error: implicit declaration of function 'EVENT=
HANDLER_DEREGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declarat=
ion]
                EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach);
                ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:578:3: note: did you mean 'EVENTHANDLER_REGISTER'?
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:498:21: note: 'EVENTHANDLER_REGISTER' declared here
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                           ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:729:3: note: did you mean 'EVENTHANDLER_REGISTER'?
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:650:21: note: 'EVENTHANDLER_REGISTER' declared here
        vsi->vlan_attach =3D EVENTHANDLER_REGISTER(vlan_config,
                           ^
--- all_subdir_ixgbe ---
--- ixgbe.o ---
ctfconvert -L VERSION -g ixgbe.o
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:578:27: error: use of undeclared identifier 'vlan_c=
onfig'
                EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach);
                                        ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:729:27: error: use of undeclared identifier 'vlan_con=
fig'
                EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach);
                                        ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:580:27: error: use of undeclared identifier 'vlan_u=
nconfig'
                EVENTHANDLER_DEREGISTER(vlan_unconfig, vsi->vlan_detach);
                                        ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:604:10: error: incomplete definition of type 'struc=
t ifnet'
        vsi->ifp->if_flags &=3D ~IFF_UP;
        ~~~~~~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:606:2: error: implicit declaration of function 'if_=
free' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        if_free(vsi->ifp);
        ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:606:2: note: did you mean 'm_free'?
@/sys/mbuf.h:1138:1: note: 'm_free' declared here
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:731:27: error: use of undeclared identifier 'vlan_unc=
onfig'
                EVENTHANDLER_DEREGISTER(vlan_unconfig, vsi->vlan_detach);
                                        ^
--- all_subdir_ixlv ---
m_free(struct mbuf *m)
^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:650:11: error: incomplete definition of type 'struc=
t ifnet'
        if (!(ifp->if_capenable & IFCAP_TXCSUM)
              ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:651:14: error: incomplete definition of type 'struc=
t ifnet'
            && !(ifp->if_capenable & IFCAP_TSO4)) {
                 ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:653:7: error: incomplete definition of type 'struct=
 ifnet'
                        ifp->if_capenable |=3D IFCAP_TXCSUM;
                        ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/.=
./../dev/ixl/if_ixlv.c>:657:8: error: incomplete definition of type 'struct=
 ifnet'
                                ifp->if_capenable |=3D IFCAP_TSO4;
                                ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:829:11: error: incomplete definition of type 'struct =
ifnet'
--- all_subdir_ixlv ---
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
--- 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 */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>: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 */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:832:7: error: incomplete definition of type 'struct i=
fnet'
                        ifp->if_capenable |=3D IFCAP_TXCSUM;
                        ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:836:8: error: incomplete definition of type 'struct i=
fnet'
                                ifp->if_capenable |=3D IFCAP_TSO4;
                                ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>:840:7: error: incomplete definition of type 'struct i=
fnet'
                        ifp->if_capenable |=3D (IFCAP_TXCSUM | IFCAP_TSO4);
                        ~~~^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
        struct ifnet    *rcvif;         /* rcv interface */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>: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 */
               ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/..=
/../dev/ixl/if_ixl.c>: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=3D]
--- all_subdir_ixlv ---
20 errors generated.
*** [if_ixlv.o] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/ixlv>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/ixlv>
--- all_subdir_ixgbe ---
--- ixgbe_common.o ---
--- all_subdir_ixlv ---
*** [all_subdir_ixlv] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules>
--- all_subdir_ixgbe ---
cc  -O2 -pipe  -DSMP -DIXGBE_FDIR -fno-strict-aliasing -Werror -D_KERNEL -D=
KLD_MODULE -nostdinc  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sys/modules/ixgbe/../../dev/ixgbe> -DHAVE_KERNEL_OPTION_HEADERS -incl=
ude /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/GE=
NERIC/opt_global.h> -I. -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame=
-pointer -mno-omit-leaf-frame-pointer -I/usr/obj<https://jenkins.freebsd.or=
g/jenkins/job/FreeBSD_HEAD/ws/sys/GENERIC>  -mcmodel=3Dkernel -mno-red-zone=
 -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestan=
ding -fstack-protector -gdwarf-2 -mno-aes -mno-avx -Qunused-arguments -std=
=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q=
ual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs =
-fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty=
-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -mno-aes=
 -mno-avx -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/Fr=
eeBSD_HEAD/ws/sys/modules/ixgbe/../../dev/ixgbe/ixgbe_common.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 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/isci>
*** [all_subdir_isci] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules>
--- all_subdir_ixl ---
20 errors generated.
*** [if_ixl.o] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/ixl>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/ixl>
*** [all_subdir_ixl] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules>
--- 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 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules/ixgbe>
*** [all_subdir_ixgbe] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules>
4 errors

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/modules>
*** [modules-all] Error code 2

make[2]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS=
D_HEAD/ws/sys/GENERIC>
1 error

make[2]: stopped in /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBS=
D_HEAD/ws/sys/GENERIC>
*** [buildkernel] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
*** [buildkernel] Error code 2

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
1 error

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
Build step 'Execute shell' marked build as failure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2143128560.13.1409255600495.JavaMail.jenkins>