This should already be fixed by r270758

----- Original Message ----- From: <jenkins-ad...@freebsd.org> To: <jenkins-ad...@freebsd.org>; <freebsd-current@freebsd.org>; <rodr...@freebsd.org>; <j...@freebsd.org>
Sent: Thursday, August 28, 2014 8:53 PM
Subject: Build failed in Jenkins: FreeBSD_HEAD #1334


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 devices 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 'EVENTHANDLER_REGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
       vsi->vlan_attach = 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 'EVENTHANDLER_REGISTER' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
       vsi->vlan_attach = 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_config'
       vsi->vlan_attach = 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_unconfig'
       vsi->vlan_detach = 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_free' 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_config'
       vsi->vlan_attach = 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_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 ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:550:14: error: incomplete definition of type 'struct ifnet'
       if (vsi->ifp->if_vlantrunk != 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 != 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 '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 */
              ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>: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 */
              ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>: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 ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>: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 ---
<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 = 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 = 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_config'
               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_config'
               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_unconfig' 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 'struct ifnet'
       vsi->ifp->if_flags &= ~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_unconfig' 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 'struct 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 '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/ixlv/../../dev/ixl/if_ixlv.c>: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 */
              ^
<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 |= 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=]
--- 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 ifnet'
                       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>: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 */
              ^
<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 ifnet' ifp->if_capenable |= (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=]
--- all_subdir_ixlv ---
20 errors generated.
*** [if_ixlv.o] Error code 1

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

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/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/ws/sys/modules>
--- all_subdir_ixgbe ---
cc -O2 -pipe -DSMP -DIXGBE_FDIR -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixgbe/../../dev/ixgbe> -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/GENERIC/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.org/jenkins/job/FreeBSD_HEAD/ws/sys/GENERIC> -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<https://jenkins.freebsd.org/jenkins/job/FreeBSD_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
/ws/sys/modules/isci>> *** [all_subdir_isci] Error code 2>> make[3]: stopped in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/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/ws/sys/modules/ixl>> 1 error>> make[4]: 
stopped in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl>> *** [all_subdir_ixl] Error code 2>> make[3]: stopped 
in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/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/ws/sys/modules/ixgbe>> *** [all_subdir_ixgbe] Error code 2>> make[3]: 
stopped in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules>> 4 errors>> make[3]: stopped in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_
HEAD/ws/sys/modules>> *** [modules-all] Error code 2>> make[2]: stopped in/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/GENERIC>> 1 error>> make[2]: 
stopped in/usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/GENERIC>> *** [buildkernel] Error code 2>> make[1]: stopped 
in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>> 1 error>> make[1]: stopped in<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>> *** [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> _______________________________________________> freebsd-current@freebsd.org mailing list> 
http://lists.freebsd.org/mailman/listinfo/freebsd-current> To unsubscribe, send any mail to"freebsd-current-unsubscr...@freebsd.org">
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to