Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 11:32:21 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        nwhitehorn@FreeBSD.org, arybchik@FreeBSD.org, adrian@FreeBSD.org,  deischen@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-current@FreeBSD.org
Subject:   FreeBSD_HEAD_amd64_gcc4.9 - Build #848 - Failure
Message-ID:  <1944982884.233.1448796745537.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_amd64_gcc4.9 - Build #848 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.=
9/848/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/=
848/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/8=
48/console

Change summaries:

291442 by nwhitehorn:
Make ELFv2 powerpc64 kernels build and run. Loader support will come in a
separate commit.

291441 by nwhitehorn:
Fix build with new binutils. This gets a working kernel with GCC 5.2 and
binutils 2.24. Without this, the self-relocation code in locore64.S was
failing due to a misaligned TOC section.

MFC after:=092 weeks

291440 by deischen:
Disable a couple of tests, perhaps temporarily, since they use private
symbols that are not exported from librt.

291439 by deischen:
Unbreak symbol versioning.  I have no idea when it was broken, but it's bee=
n
at least a few months if not a year or more.

291438 by adrian:
Add support for the integrated wifi for the QCA953x base config and
AP143.

Tested:

* AP143 reference design board

291437 by adrian:
Add initial support for the QCA953x SoC (honeybee) wifi.

This is a 2x2 2GHz 802.11n part.  It works enough at the moment to
bring up, scan and associate.  I haven't started using this as
a day to day AP.

The specifics:

* add honeybee initvals
* add in changes; a mix from the QCA HAL and ath9k;
* fix a bug in AR_SREV_AR9580_10_OR_LATER(), which is only used
  for one capability check and we don't even implement it - so it's
  a big no-op.

Shady things:

* ath9k has the "platform data" define the 25/40MHz clock.
  This HAL .. doesn't.  Honeybee gets hard-coded to 25MHz which
  it likely shouldn't be.  I'll have to go and identify/fix those.

Tested:

* Qualcomm Atheros AP143 reference design board.

Obtained from:=09Qualcomm Atheros; Linux ath9k

291436 by arybchik:
sfxge: add prefast annotation to common code return types

Using a typedef for common code return types (rather than "int")
allows the Prefast static analyser to understand when a function
has been successful (and thus when its postconditions must hold).

This greatly reduces then number of false positives reported by
prefast for error paths in common code functions.

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days

291435 by adrian:
u32 -> uint32_t.

291434 by arybchik:
sfxge: cleanup: fix prefast annotations on mac stats updates

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
X-MFC with:     r291397

291433 by adrian:
[ath_hal] add AR9461 (jupiter) 2.1 support.

Obtained from:=09Linux ath9k

291432 by arybchik:
sfxge: modify nvram update functions for uio platform to support RFID-selec=
table presets

Dynamic config partitions on boards that support RFID are divided into
a number of segments, each formatted like a partition, with header,
trailer and end tags. The first segment is the current active
configuration.

The segments are initialised by manftest and each contain a different
configuration e.g. firmware variant. The firmware can be instructed
via RFID to copy a segment over the first segment, hence changing the
active configuration. This allows ops to change the configuration of
a board prior to shipment using RFID.

Changes to the dynamic config may need to be written to all segments (in
particular firmware versions written by manftest) or just the first
segment (changes to the active configuration). See SF-111324-SW.
If only the first segment is written the code still needs to be aware of
the possible presence of subsequent segments as writing to a segment may
cause its size to increase, which would overwrite the subsequent
segments and invalidate them.

Boards that do not support RFID will only have one segment in their
dynamic config partition.

Submitted by:   Paul Fox <pfox at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
Differential Revision: https://reviews.freebsd.org/D4302



The end of the build log:

[...truncated 292385 lines...]
                    ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb/c=
ommon/cxgb_mc5.c:222:4: warning: called from here [-Winline]
    dbgi_wr_data3(adap, 0xfffffff9, 0xffffffff, 0xff);
    ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb/c=
ommon/cxgb_mc5.c:101:20: warning: inlining failed in call to 'dbgi_wr_data3=
': call is unlikely and code size would grow [-Winline]
 static inline void dbgi_wr_data3(adapter_t *adapter, u32 v1, u32 v2, u32 v=
3)
                    ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb/c=
ommon/cxgb_mc5.c:224:4: warning: called from here [-Winline]
    dbgi_wr_data3(adap, 0xfffffff9, 0xffff8007, 0xff);
    ^
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9287_cal.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g des_enc.o
--- des_setkey.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.des_setkey.o -MTdes_setkey.o -mcmodel=3Dkernel -mno-red-zone=
 -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestan=
ding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-e=
xterns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -=
Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-includ=
e-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline=
 -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-err=
or=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=
=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wn=
o-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-un=
it-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -=
c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../crypto/des/des=
_setkey.c -o des_setkey.o
--- all_subdir_ath ---
--- ar9287_olc.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9287_olc.o -MTar9287_olc.o -mcmodel=3Dkernel -mno-red=
-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winl=
ine -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-i=
nclude-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Di=
nline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-=
error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wn=
o-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-er=
ror=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow =
-Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline=
-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:199=
9 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../dev/ath/ath_ha=
l/ar9002/ar9287_olc.c -o ar9287_olc.o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_mc5.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g des_setkey.o
--- sha1.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.sha1.o -MTsha1.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -m=
no-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv=
 -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstr=
ict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  =
-Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdia=
gnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=
=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressi=
ve-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-=
bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-p=
oint -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dove=
rflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /builds/Fre=
eBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../crypto/sha1.c -o sha1.o
--- all_subdir_cxgb ---
--- cxgb_vsc8211.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_vsc8211.o -MTcxgb_vsc8211.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-exten=
sions --param inline-unit-growth=3D100 --param large-function-growth=3D1000=
  -std=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb=
/cxgb/../../../dev/cxgb/common/cxgb_vsc8211.c -o cxgb_vsc8211.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9287_olc.o
--- ar9300_interrupts.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_interrupts.o -MTar9300_interrupts.o -mcmodel=3Dk=
ernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwin=
d-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extension=
s  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  =
-Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-v=
ariable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-unin=
itialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcas=
t-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dst=
rict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions =
--param inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=
=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../=
contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c -o ar9300_interrupts.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g sha1.o
--- sha2.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.sha2.o -MTsha2.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -m=
no-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv=
 -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstr=
ict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  =
-Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdia=
gnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=
=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressi=
ve-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-=
bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-p=
oint -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dove=
rflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /builds/Fre=
eBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../crypto/sha2/sha2.c -o sha2.=
o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_vsc8211.o
--- cxgb_ael1002.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_ael1002.o -MTcxgb_ael1002.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-exten=
sions --param inline-unit-growth=3D100 --param large-function-growth=3D1000=
  -std=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb=
/cxgb/../../../dev/cxgb/common/cxgb_ael1002.c -o cxgb_ael1002.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g sha2.o
--- sha256c.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.sha256c.o -MTsha256c.o -mcmodel=3Dkernel -mno-red-zone -mno-=
mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -=
fwrapv -fstack-protector -gdwarf-2 -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-unknown-pragmas  -Wno-error=3Dinline -Wno-=
error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Da=
rray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dseque=
nce-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=
=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-grow=
th=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /buil=
ds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../crypto/sha2/sha256c.c=
 -o sha256c.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9300_interrupts.o
--- ar9300_radar.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_radar.o -MTar9300_radar.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -=
ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -=
Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -=
Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissi=
ng-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=
=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized =
 -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wn=
o-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overf=
low -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param in=
line-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899=
:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/de=
v/ath/ath_hal/ar9300/ar9300_radar.c -o ar9300_radar.o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_ael1002.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g sha256c.o
--- siphash.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.siphash.o -MTsiphash.o -mcmodel=3Dkernel -mno-red-zone -mno-=
mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -=
fwrapv -fstack-protector -gdwarf-2 -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-unknown-pragmas  -Wno-error=3Dinline -Wno-=
error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Da=
rray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dseque=
nce-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=
=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-grow=
th=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /buil=
ds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../crypto/siphash/siphas=
h.c -o siphash.o
--- all_subdir_cxgb ---
--- cxgb_mv88e1xxx.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_mv88e1xxx.o -MTcxgb_mv88e1xxx.o -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -=
Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes=
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-e=
xtensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-p=
ragmas  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-b=
ut-set-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dma=
ybe-uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-err=
or=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-er=
ror=3Dstrict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-ext=
ensions --param inline-unit-growth=3D100 --param large-function-growth=3D10=
00  -std=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cx=
gb/cxgb/../../../dev/cxgb/common/cxgb_mv88e1xxx.c -o cxgb_mv88e1xxx.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g siphash.o
--- gmac.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.gmac.o -MTgmac.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -m=
no-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv=
 -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstr=
ict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  =
-Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdia=
gnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-error=
=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggressi=
ve-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darray-=
bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequence-p=
oint -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3Dove=
rflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /builds/Fre=
eBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../opencrypto/gmac.c -o gmac.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9300_radar.o
--- ar9300_ani.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_ani.o -MTar9300_ani.o -mcmodel=3Dkernel -mno-red=
-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winl=
ine -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-i=
nclude-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Di=
nline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-=
error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wn=
o-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-er=
ror=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow =
-Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline=
-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:199=
9 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/dev/at=
h/ath_hal/ar9300/ar9300_ani.c -o ar9300_ani.o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_mv88e1xxx.o
--- cxgb_xgmac.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_xgmac.o -MTcxgb_xgmac.o -mcmodel=3Dk=
ernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwin=
d-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extension=
s  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  =
-Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-v=
ariable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-unin=
itialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcas=
t-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dst=
rict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions =
--param inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=
=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/=
../../../dev/cxgb/common/cxgb_xgmac.c -o cxgb_xgmac.o
--- all_subdir_crypto ---
ctfconvert -L VERSION -g gmac.o
--- gfmult.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.gfmult.o -MTgfmult.o -mcmodel=3Dkernel -mno-red-zone -mno-mm=
x -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fw=
rapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -=
Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qu=
al  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -=
fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wno-er=
ror=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Daggre=
ssive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=3Darr=
ay-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Dsequenc=
e-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-error=3D=
overflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /builds=
/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/crypto/../../opencrypto/gfmult.c -o =
gfmult.o
ctfconvert -L VERSION -g gfmult.o
--- cryptodev_if.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.cryptodev_if.o -MTcryptodev_if.o -mcmodel=3Dkernel -mno-red-=
zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffree=
standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest=
ed-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winli=
ne -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-in=
clude-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Din=
line -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-e=
rror=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno=
-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-err=
or=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -=
Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-=
unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999=
 -c cryptodev_if.c -o cryptodev_if.o
ctfconvert -L VERSION -g cryptodev_if.o
--- crypto.ko.full ---
/usr/local/x86_64-freebsd/bin/ld -d -warn-common -r -d -o crypto.ko.full cr=
ypto.o cryptodev_if.o criov.o cryptosoft.o xform.o cast.o cryptodeflate.o r=
md160.o rijndael-alg-fst.o rijndael-api.o rijndael-api-fst.o skipjack.o bf_=
enc.o bf_ecb.o bf_skey.o camellia.o camellia-api.o des_ecb.o des_enc.o des_=
setkey.o sha1.o sha2.o sha256c.o siphash.o gmac.o gfmult.o
ctfmerge -L VERSION -g -o crypto.ko.full crypto.o cryptodev_if.o criov.o cr=
yptosoft.o xform.o cast.o cryptodeflate.o rmd160.o rijndael-alg-fst.o rijnd=
ael-api.o rijndael-api-fst.o skipjack.o bf_enc.o bf_ecb.o bf_skey.o camelli=
a.o camellia-api.o des_ecb.o des_enc.o des_setkey.o sha1.o sha2.o sha256c.o=
 siphash.o gmac.o gfmult.o
:> export_syms
awk -f /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/conf/kmod_syms.awk crypto.ko.f=
ull  export_syms | xargs -J% /usr/local/x86_64-freebsd/bin/objcopy % crypto=
.ko.full
--- crypto.ko.debug ---
/usr/local/x86_64-freebsd/bin/objcopy --only-keep-debug crypto.ko.full cryp=
to.ko.debug
--- crypto.ko ---
/usr/local/x86_64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3Dc=
rypto.ko.debug  crypto.ko.full crypto.ko
--- all_subdir_ctl ---
--- ctl_backend_block.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.ctl_backend_block.o -MTctl_backend_block.o -mcmodel=3Dkernel=
 -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tab=
les -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-ar=
ith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -W=
missing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-=
error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variab=
le  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitial=
ized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qua=
l -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-=
overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dis=
o9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl/../../cam/c=
tl/ctl_backend_block.c -o ctl_backend_block.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9300_ani.o
--- ar9300_keycache.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_keycache.o -MTar9300_keycache.o -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d=
ecls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-a=
rith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -=
Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno=
-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-varia=
ble  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitia=
lized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qu=
al -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict=
-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --pa=
ram inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Di=
so9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../cont=
rib/dev/ath/ath_hal/ar9300/ar9300_keycache.c -o ar9300_keycache.o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_xgmac.o
--- cxgb_vsc7323.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_vsc7323.o -MTcxgb_vsc7323.o -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-exten=
sions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragm=
as  -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-s=
et-variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-=
uninitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=
=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-erro=
r=3Dstrict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-exten=
sions --param inline-unit-growth=3D100 --param large-function-growth=3D1000=
  -std=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb=
/cxgb/../../../dev/cxgb/common/cxgb_vsc7323.c -o cxgb_vsc7323.o
--- all_subdir_ctl ---
--- ctl.o ---
ctfconvert -L VERSION -g ctl.o
--- all_subdir_ath ---
--- ar9300_radio.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_radio.o -MTar9300_radio.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -=
ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -=
Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -=
Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissi=
ng-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=
=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized =
 -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wn=
o-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overf=
low -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param in=
line-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899=
:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/de=
v/ath/ath_hal/ar9300/ar9300_radio.c -o ar9300_radio.o
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_vsc7323.o
--- cxgb_t3_hw.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -g -DDEFAULT_JUMB=
O -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_=
HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/../../../dev/cxgb -DHAVE_KERNEL_OPT=
ION_HEADERS -include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_H=
EAD_amd64_gcc4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_=
gcc4.9/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-poin=
ter -I/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.=
9/sys/GENERIC  -MD -MP -MF.depend.cxgb_t3_hw.o -MTcxgb_t3_hw.o -mcmodel=3Dk=
ernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwin=
d-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extension=
s  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  =
-Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-v=
ariable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-unin=
itialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcas=
t-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dst=
rict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions =
--param inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=
=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb/=
../../../dev/cxgb/common/cxgb_t3_hw.c -o cxgb_t3_hw.o
--- all_subdir_ath ---
--- ar9300_keycache.o ---
ctfconvert -L VERSION -g ar9300_keycache.o
--- ar9300_radio.o ---
ctfconvert -L VERSION -g ar9300_radio.o
--- all_subdir_cxgbe ---
=3D=3D=3D> cxgbe (all)
--- all_subdir_if_cxgbe ---
=3D=3D=3D> cxgbe/if_cxgbe (all)
--- all_subdir_ath ---
--- ar9300_xmit.o ---
--- all_subdir_cxgbe ---
--- t4_hw.o ---
--- all_subdir_ath ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_xmit.o -MTar9300_xmit.o -mcmodel=3Dkernel -mno-r=
ed-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing=
-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=
=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized =
 -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wn=
o-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overf=
low -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param in=
line-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899=
:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/de=
v/ath/ath_hal/ar9300/ar9300_xmit.c -o ar9300_xmit.o
--- all_subdir_cxgbe ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I/builds/FreeBSD_HEAD_amd64_gcc4.9/s=
ys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_OPTION_HEADERS -=
include /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc=
4.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -f=
no-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds=
/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC=
  -MD -MP -MF.depend.t4_hw.o -MTt4_hw.o -mcmodel=3Dkernel -mno-red-zone -mn=
o-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding=
 -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-exter=
ns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcas=
t-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-di=
rs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Dinline -Wn=
o-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-error=3Da=
ggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno-error=
=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-error=3Ds=
equence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -Wno-er=
ror=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-unit-g=
rowth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /b=
uilds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_cxgbe/../../../dev/cxg=
be/common/t4_hw.c -o t4_hw.o
--- all_subdir_ctl ---
--- ctl_backend_block.o ---
ctfconvert -L VERSION -g ctl_backend_block.o
--- ctl_backend_ramdisk.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.ctl_backend_ramdisk.o -MTctl_backend_ramdisk.o -mcmodel=3Dke=
rnel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind=
-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions=
  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -=
Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-va=
riable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-unini=
tialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast=
-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstr=
ict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions -=
-param inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=
=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl/../../=
cam/ctl/ctl_backend_ramdisk.c -o ctl_backend_ramdisk.o
--- all_subdir_cxgbe ---
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_cxgbe/../../../dev/c=
xgbe/common/t4_hw.c: In function 't4_set_trace_filter':
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_cxgbe/../../../dev/c=
xgbe/common/t4_hw.c:3685:6: warning: variable 'multitrc' set but not used [=
-Wunused-but-set-variable]
  u32 multitrc =3D F_TRCMULTIFILTER;
      ^
In file included from ./machine/endian.h:6:0,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/types.h:44,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/param.h:90,
                 from /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/i=
f_cxgbe/../../../dev/cxgbe/common/t4_hw.c:32:
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_cxgbe/../../../dev/c=
xgbe/common/t4_hw.c: In function 't4_fw_hello':
./x86/endian.h:68:26: warning: overflow in implicit constant conversion [-W=
overflow]
  (((__uint32_t)__bswap16((x) & 0xffff) << 16) | __bswap16((x) >> 16))
                          ^
./x86/endian.h:75:53: note: in definition of macro '__bswap16'
      __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
                                                     ^
./x86/endian.h:78:6: note: in expansion of macro '__bswap32_gen'
      __bswap32_gen((__uint32_t)(x)) : __bswap32_var(x))
      ^
./x86/endian.h:126:20: note: in expansion of macro '__bswap32'
 #define __htonl(x) __bswap32(x)
                    ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/sys/param.h:323:18: note: in expansio=
n of macro '__htonl'
 #define htonl(x) __htonl(x)
                  ^
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_cxgbe/../../../dev/c=
xgbe/common/t4_hw.c:4449:23: note: in expansion of macro 'htonl'
  c.err_to_clearinit =3D htonl(
                       ^
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9300_xmit.o
--- all_subdir_ctl ---
ctfconvert -L VERSION -g ctl_backend_ramdisk.o
--- all_subdir_ath ---
--- ar9300_attach.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/modules/ath/../../dev/ath -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/mo=
dules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys=
/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -i=
nclude /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4=
.9/sys/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC =
 -MD -MP -MF.depend.ar9300_attach.o -MTar9300_attach.o -mcmodel=3Dkernel -m=
no-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables=
 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls=
 -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith=
 -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmis=
sing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-err=
or=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable =
 -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialize=
d  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -=
Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-ove=
rflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param =
inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso98=
99:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/=
dev/ath/ath_hal/ar9300/ar9300_attach.c -o ar9300_attach.o
--- all_subdir_ctl ---
--- ctl_cmd_table.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.ctl_cmd_table.o -MTctl_cmd_table.o -mcmodel=3Dkernel -mno-re=
d-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffr=
eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne=
sted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Win=
line -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-=
include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3D=
inline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -W=
no-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-e=
rror=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow=
 -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inlin=
e-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:19=
99 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl/../../cam/ctl/ctl_c=
md_table.c -o ctl_cmd_table.o
ctfconvert -L VERSION -g ctl_cmd_table.o
--- ctl_frontend.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.ctl_frontend.o -MTctl_frontend.o -mcmodel=3Dkernel -mno-red-=
zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffree=
standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest=
ed-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winli=
ne -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-in=
clude-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error=3Din=
line -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable  -Wno-e=
rror=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uninitialized  -Wno=
-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dcast-qual -Wno-err=
or=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Dstrict-overflow -=
Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions --param inline-=
unit-growth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999=
 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl/../../cam/ctl/ctl_fro=
ntend.c -o ctl_frontend.o
ctfconvert -L VERSION -g ctl_frontend.o
--- ctl_frontend_cam_sim.o ---
/usr/local/bin/x86_64-portbld-freebsd10.1-gcc -isystem /builds/FreeBSD_HEAD=
_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/include -L/build=
s/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/tmp/usr/li=
b --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd=
64_gcc4.9/tmp -B/usr/local/x86_64-freebsd/bin/ -O2 -pipe  -fno-strict-alias=
ing -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -includ=
e /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sy=
s/GENERIC/opt_global.h -I. -I/builds/FreeBSD_HEAD_amd64_gcc4.9/sys -fno-com=
mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeB=
SD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/GENERIC  -MD =
-MP -MF.depend.ctl_frontend_cam_sim.o -MTctl_frontend_cam_sim.o -mcmodel=3D=
kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwi=
nd-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund=
ant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpoin=
ter-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensio=
ns  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas =
 -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-=
variable  -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dmaybe-uni=
nitialized  -Wno-error=3Darray-bounds -Wno-error=3Daddress  -Wno-error=3Dca=
st-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes  -Wno-error=3Ds=
trict-overflow -Wno-error=3Doverflow  -finline-limit=3D8000 -fms-extensions=
 --param inline-unit-growth=3D100 --param large-function-growth=3D1000  -st=
d=3Diso9899:1999 -c /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl/../..=
/cam/ctl/ctl_frontend_cam_sim.c -o ctl_frontend_cam_sim.o
--- all_subdir_ath ---
/builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath/../../contrib/dev/ath/ath=
_hal/ar9300/ar9300_attach.c:45:29: fatal error: ar9300/ar953x.ini: No such =
file or directory
 #include "ar9300/ar953x.ini"
                             ^
compilation terminated.
*** [ar9300_attach.o] Error code 1

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath
1 error

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ath
*** [all_subdir_ath] Error code 2

make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules
--- all_subdir_ctl ---
ctfconvert -L VERSION -g ctl_frontend_cam_sim.o
A failure has been detected in another branch of the parallel make

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/ctl
*** [all_subdir_ctl] Error code 2

make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules
--- all_subdir_cxgb ---
ctfconvert -L VERSION -g cxgb_t3_hw.o
A failure has been detected in another branch of the parallel make

make[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb/cxgb
*** [all_subdir_cxgb] Error code 2

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb
1 error

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgb
*** [all_subdir_cxgb] Error code 2

make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules
--- all_subdir_cxgbe ---
ctfconvert -L VERSION -g t4_hw.o
A failure has been detected in another branch of the parallel make

make[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe/if_=
cxgbe
*** [all_subdir_if_cxgbe] Error code 2

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe
1 error

make[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules/cxgbe
*** [all_subdir_cxgbe] Error code 2

make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules
4 errors

make[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/sys/modules
*** [modules-all] Error code 2

make[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HE=
AD_amd64_gcc4.9/sys/GENERIC
1 error

make[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9/obj/builds/FreeBSD_HE=
AD_amd64_gcc4.9/sys/GENERIC
*** [buildkernel] Error code 2

make[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
1 error

make[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
*** [buildkernel] Error code 2

make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
1 error

make: stopped in /builds/FreeBSD_HEAD_amd64_gcc4.9
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
IRC notifier plugin: Sending notification to: #freebsd-commits
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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