Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 23:02:09 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, luigi@FreeBSD.org,  loos@FreeBSD.org, hrs@FreeBSD.org
Subject:   Build failed in Jenkins: FreeBSD_stable_10 #1213
Message-ID:  <625594216.61.1423954959749.JavaMail.jenkins@jenkins-9.freebsd.org>

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

Changes:

[loos] MFC r274642, 274643:

Remove unnecessary code.

After r273566, the gpiobus version of bus_print_child() also works on FDT
systems.

Fix gpiobus_child_location_str() to return a real string with the mapped
pins.

Make gpiobus_print_pins() static again.

[loos] MFC r274638:

Add basic interrupt management code to gpiobus and ofw_gpiobus.

This is the general support to allow the use of GPIO pins as interrupt
sources for direct gpiobus children.

The use of GPIO pins as generic interrupt sources (for an ethernet driver
for example) will only be possible when arm/intrng is complete.  Then, most
of this code will need to be rewritten, but it works for now, is better
than what we have and will allow further developments.

[loos] MFC r273917, r273926:

Fix the gpiobus locking by using a more sane model where it isn't necessary
hold the gpiobus lock between the gpio calls.

gpiobus_acquire_lock() now accepts a third parameter which tells gpiobus
what to do when the bus is already busy.

When GPIOBUS_WAIT wait is used, the calling thread will be put to sleep
until the bus became free.

With GPIOBUS_DONTWAIT the calling thread will receive EWOULDBLOCK right
away and then it can act upon.

This fixes the gpioiic(4) locking issues that arises when doing multiple
concurrent access on the bus.

Fix the build of non-FDT systems by moving the gpiobusvar.h header outside
the FDT #ifdef.

While here remove a few unused headers.

[loos] MFC r273799:

Make the GPIO children attach to the first unit available and not only to
unit 0.

This fix a bug where a GPIO controller could fail to attach its children
(gpioc and gpiobus) if another GPIO driver attach first.

[loos] MFC r273566, r273569:

Provide a working GPIOBUS_IVAR() macro for FDT systems.

Move the duplicated code to a single function.

No functional changes.

[luigi] sync the code with the version in head. which the exception of
svn 275358 (M_FLOWID deprecation, only a couple of lines)
which cannot be merged.

if_lem_netmap.h, if_re_netmap.h:
- use the same (commented out) function to update the stat counters
  as in HEAD. This is a no-op here

netmap.c
- merge 274459 (support for private knote lock)
  and minor changes on nm_config and comments

netmap_freebsd.c
- merge 274459 (support for private knote lock)
- merge 274354 (initialize color if passed as argument)

netmap_generic.c
- fix a comment

netmap_kern.h
- revise the lock macros, using sx locks;
  merge 274459 (private knote lock)

netmap_monitor.c
- use full memory barriers

netmap_pipe.c
- use full memory barriers, use length from the correct queue
  (mostly cosmetic, since the queues typically have the same size)

[loos] MFC: r273264, r274409, r278212, r278213:

Add a workaround needed to fix a bug of Arasan Host Controller where it may
lose the contents of consecutive writes (that happens within two SD card
clock cycles).

This fixes the causes of instability during the SD card detection and
identification on Raspberry Pi (which happens at 400 kHz and so was much
more vulnerable to this issue).

Remove the previous workaround which clearly can't provide the same effect.

Remove stale comments about the issues with HS mode.

Remove a previous workaround to limit the minimum sdhci frequency that
isn't needed anymore.

Remove some duplicate calls to bus_release_resource() and destroy the mutex
on error cases.

While here remove unnecessary includes.

[luigi] sync with the version in head (r274338):
fix one comment, and return kernel-supplied error if available.
no API changes.

[hrs] MFC r273999:

Do not try to create a /dev/log symlink in a jail.

PR:=09179828

[loos] MFC r276298, r276303:

Remove the '#undef DEBUG' that should not be committed.

Removes unused and duplicate headers.

Bring the wait limit on mailbox write to a more sane value.

Fix a off-by-one bug on wait time limit.

Remove extra blank line.

[loos] MFC r276296, r277207:

Make consistent use of the correct debug macros across the file.

Fix the C -> K temperature conversion for the dev.cpu.0.temperature sysctl.

Remove the unused temperature conversion macros.

------------------------------------------
[...truncated 282584 lines...]
--- ataserverworks.ko.symbols ---
objcopy --only-keep-debug ataserverworks.ko.debug ataserverworks.ko.symbols
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar2413.o
--- all_subdir_bxe ---
--- bxe_debug.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I/builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe -DHAVE_KERNEL_=
OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable=
_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-o=
mit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/=
obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunus=
ed-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-b=
ody  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /build=
s/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/bxe_debug.c
--- all_subdir_ata ---
--- ataserverworks.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Dataserverworks.ko.symbols atase=
rverworks.ko.debug ataserverworks.ko
=3D=3D=3D> ata/atapci/chipsets/atasiliconimage (all)
--- ata-siliconimage.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atasi=
liconimage/../../../../../dev/ata/chipsets/ata-siliconimage.c
--- all_subdir_bridgestp ---
=3D=3D=3D> bridgestp (all)
--- bridgestp.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/bridgestp/../../net/bridg=
estp.c
--- all_subdir_bxe ---
ctfconvert -L VERSION -g bxe_debug.o
--- all_subdir_ath ---
--- ar2425.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar2425.c
--- all_subdir_bxe ---
--- bxe_elink.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I/builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe -DHAVE_KERNEL_=
OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable=
_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-o=
mit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/=
obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunus=
ed-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-b=
ody  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /build=
s/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/bxe_elink.c
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-siliconimage.o
--- atasiliconimage.ko.debug ---
ld  -d -warn-common -r -d -o atasiliconimage.ko.debug ata-siliconimage.o
ctfmerge -L VERSION -g -o atasiliconimage.ko.debug ata-siliconimage.o
:> export_syms
awk -f /builds/FreeBSD_stable_10/sys/conf/kmod_syms.awk atasiliconimage.ko.=
debug  export_syms | xargs -J% objcopy % atasiliconimage.ko.debug
--- atasiliconimage.ko.symbols ---
objcopy --only-keep-debug atasiliconimage.ko.debug atasiliconimage.ko.symbo=
ls
--- atasiliconimage.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Datasiliconimage.ko.symbols atas=
iliconimage.ko.debug atasiliconimage.ko
=3D=3D=3D> ata/atapci/chipsets/atasis (all)
--- all_subdir_bridgestp ---
ctfconvert -L VERSION -g bridgestp.o
--- all_subdir_ata ---
--- ata-sis.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atasi=
s/../../../../../dev/ata/chipsets/ata-sis.c
--- all_subdir_bridgestp ---
--- bridgestp.ko.debug ---
ld  -d -warn-common -r -d -o bridgestp.ko.debug bridgestp.o
ctfmerge -L VERSION -g -o bridgestp.ko.debug bridgestp.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar2425.o
--- all_subdir_bridgestp ---
:> export_syms
awk -f /builds/FreeBSD_stable_10/sys/conf/kmod_syms.awk bridgestp.ko.debug =
 export_syms | xargs -J% objcopy % bridgestp.ko.debug
--- all_subdir_ath ---
--- ar5413.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5212/ar5413.c
--- all_subdir_bridgestp ---
--- bridgestp.ko.symbols ---
objcopy --only-keep-debug bridgestp.ko.debug bridgestp.ko.symbols
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-sis.o
--- all_subdir_bridgestp ---
--- bridgestp.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Dbridgestp.ko.symbols bridgestp.=
ko.debug bridgestp.ko
--- all_subdir_ata ---
--- atasis.ko.debug ---
ld  -d -warn-common -r -d -o atasis.ko.debug ata-sis.o
--- evgpeblk.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99 -g -Wall -Wredundant-decl=
s -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arit=
h -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmi=
ssing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compa=
re -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused=
-function   -nostdinc  -I. -I/builds/FreeBSD_stable_10/sys -I/builds/FreeBS=
D_stable_10/sys/contrib/altq -I/builds/FreeBSD_stable_10/sys/contrib/libfdt=
 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-fr=
ame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -Werror  /builds/FreeBSD_st=
able_10/sys/contrib/dev/acpica/components/events/evgpeblk.c
--- modules-all ---
ctfmerge -L VERSION -g -o atasis.ko.debug ata-sis.o
:> export_syms
awk -f /builds/FreeBSD_stable_10/sys/conf/kmod_syms.awk atasis.ko.debug  ex=
port_syms | xargs -J% objcopy % atasis.ko.debug
--- evgpeblk.o ---
ctfconvert -L VERSION -g evgpeblk.o
--- modules-all ---
--- atasis.ko.symbols ---
objcopy --only-keep-debug atasis.ko.debug atasis.ko.symbols
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5413.o
--- all_subdir_ata ---
--- atasis.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Datasis.ko.symbols atasis.ko.deb=
ug atasis.ko
--- all_subdir_bxe ---
--- ecore_sp.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I/builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe -DHAVE_KERNEL_=
OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable=
_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-o=
mit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/=
obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunus=
ed-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-b=
ody  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /build=
s/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/eco--- all_subdir_ata ---
=3D=3D=3D> ata/atapci/chipsets/atavia (all)
--- all_subdir_bxe ---
re_sp.c
--- all_subdir_ata ---
--- ata-via.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atavi=
a/../../../../../dev/ata/chipsets/ata-via.c
--- all_subdir_ath ---
--- ah_eeprom_v14.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v14.c
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-via.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ah_eeprom_v14.o
--- all_subdir_ata ---
--- atavia.ko.debug ---
ld  -d -warn-common -r -d -o atavia.ko.debug ata-via.o
ctfmerge -L VERSION -g -o atavia.ko.debug ata-via.o
--- all_subdir_ath ---
--- ah_eeprom_v4k.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ah_eeprom_v4k.c
--- all_subdir_ata ---
:> export_syms
awk -f /builds/FreeBSD_stable_10/sys/conf/kmod_syms.awk atavia.ko.debug  ex=
port_syms | xargs -J% objcopy % atavia.ko.debug
--- atavia.ko.symbols ---
objcopy --only-keep-debug atavia.ko.debug atavia.ko.symbols
--- atavia.ko ---
objcopy --strip-debug --add-gnu-debuglink=3Datavia.ko.symbols atavia.ko.deb=
ug atavia.ko
--- all_subdir_ath ---
--- ar5416_ani.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_ani=
.c
--- ah_eeprom_v4k.o ---
ctfconvert -L VERSION -g ah_eeprom_v4k.o
--- evgpeinit.o ---
cc  -c -O2 -pipe -fno-strict-aliasing  -std=3Dc99 -g -Wall -Wredundant-decl=
s -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arit=
h -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmi=
ssing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compa=
re -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused=
-function   -nostdinc  -I. -I/builds/FreeBSD_stable_10/sys -I/builds/FreeBS=
D_stable_10/sys/contrib/altq -I/builds/FreeBSD_stable_10/sys/contrib/libfdt=
 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-omit-fr=
ame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -Werror  /builds/FreeBSD_st=
able_10/sys/contrib/dev/acpica/components/events/evgpeinit.c
--- modules-all ---
--- all_subdir_bxe ---
ctfconvert -L VERSION -g ecore_sp.o
--- all_subdir_bwi ---
=3D=3D=3D> bwi (all)
--- bwimac.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/bwi/../../dev/bwi/bwimac.=
c
--- evgpeinit.o ---
ctfconvert -L VERSION -g evgpeinit.o
--- modules-all ---
--- all_subdir_bwn ---
=3D=3D=3D> bwn (all)
--- if_bwn.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -Wno-error-sometimes-uninitialized -c /builds/FreeBSD_stable_10/sy=
s/modules/bwn/../../dev/bwn/if_bwn.c
--- all_subdir_ath ---
--- ar5416_ani.o ---
ctfconvert -L VERSION -g ar5416_ani.o
--- ar5416_attach.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_att=
ach.c
--- all_subdir_bwi ---
ctfconvert -L VERSION -g bwimac.o
--- bwiphy.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/bwi/../../dev/bwi/bwiphy.=
c
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_attach.o
--- ar5416_beacon.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_bea=
con.c
ctfconvert -L VERSION -g ar5416_beacon.o
--- ar5416_btcoex.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_btc=
oex.c
ctfconvert -L VERSION -g ar5416_btcoex.o
--- all_subdir_bwi ---
ctfconvert -L VERSION -g bwiphy.o
--- all_subdir_ath ---
--- ar5416_cal.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal=
.c
--- all_subdir_bwi ---
--- bwirf.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/bwi/../../dev/bwi/bwirf.c
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_cal.o
--- all_subdir_bxe ---
--- bxe_elink.o ---
ctfconvert -L VERSION -g bxe_elink.o
--- all_subdir_ath ---
--- ar5416_cal_iq.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal=
_iq.c
ctfconvert -L VERSION -g ar5416_cal_iq.o
--- all_subdir_bxe ---
--- 57710_init_values.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I/builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe -DHAVE_KERNEL_=
OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable=
_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-o=
mit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/=
obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunus=
ed-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-b=
ody  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /build=
s/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/57710_init_values.c
--- all_subdir_ath ---
--- ar5416_cal_adcgain.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal=
_adcgain.c
ctfconvert -L VERSION -g ar5416_cal_adcgain.o
--- ar5416_cal_adcdc.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_cal=
_adcdc.c
ctfconvert -L VERSION -g ar5416_cal_adcdc.o
--- all_subdir_bwi ---
ctfconvert -L VERSION -g bwirf.o
--- all_subdir_ath ---
--- ar5416_eeprom.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_eep=
rom.c
--- all_subdir_bwi ---
--- if_bwi.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c   -DHAVE_KERNEL_OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/bui=
lds/FreeBSD_stable_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fn=
o-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/=
FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-a=
vx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=3Di=
so9899:1999 -Qunused-arguments  -fstack-protector -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-error-tautological-compare =
-Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-fu=
nction   -c /builds/FreeBSD_stable_10/sys/modules/bwi/../../dev/bwi/if_bwi.=
c
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_eeprom.o
--- ar5416_gpio.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_gpi=
o.c
ctfconvert -L VERSION -g ar5416_gpio.o
--- ar5416_interrupts.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I. -I/builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath -I/builds/=
FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal -I. -I/builds/FreeB=
SD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_O=
PTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_=
10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-om=
it-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/o=
bj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunuse=
d-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Ws=
trict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=
  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fd=
iagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-bo=
dy  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /build=
s/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_int=
errupts.c
--- all_subdir_bxe ---
ctfconvert -L VERSION -g 57710_init_values.o
--- 57711_init_values.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin=
c  -I/builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe -DHAVE_KERNEL_=
OPTION_HEADERS -include /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable=
_10/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -fno-o=
mit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/=
obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunus=
ed-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -W=
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua=
l  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-b=
ody  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /build=
s/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/57711_init_values.c
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_interrupts.o
--- ar5416_keycache.o ---
FATAL: java.io.IOException: Unexpected reader termination
hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected re=
ader termination
=09at hudson.remoting.Request.abort(Request.java:295)
=09at hudson.remoting.Channel.terminate(Channel.java:814)
=09at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron=
ousCommandTransport.java:76)
=09at ......remote call to jenkins-10.freebsd.org(Native Method)
=09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
=09at hudson.remoting.Request.call(Request.java:171)
=09at hudson.remoting.Channel.call(Channel.java:751)
=09at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandle=
r.java:179)
=09at com.sun.proxy.$Proxy48.join(Unknown Source)
=09at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979)
=09at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
=09at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
=09at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
=09at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
=09at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBui=
ld.java:770)
=09at hudson.model.Build$BuildExecution.build(Build.java:199)
=09at hudson.model.Build$BuildExecution.doRun(Build.java:160)
=09at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.j=
ava:533)
=09at hudson.model.Run.execute(Run.java:1759)
=09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
=09at hudson.model.ResourceController.execute(ResourceController.java:89)
=09at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: Unexpected reader termination
=09at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron=
ousCommandTransport.java:76)
Caused by: java.lang.OutOfMemoryError: PermGen space
=09at sun.misc.Unsafe.defineClass(Native Method)
=09at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
=09at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.jav=
a:399)
=09at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.jav=
a:396)
=09at java.security.AccessController.doPrivileged(Native Method)
=09at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.=
java:395)
=09at sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(=
MethodAccessorGenerator.java:113)
=09at sun.reflect.ReflectionFactory.newConstructorForSerialization(Reflecti=
onFactory.java:331)
=09at java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClas=
s.java:1376)
=09at java.io.ObjectStreamClass.access$1500(ObjectStreamClass.java:72)
=09at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:493)
=09at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:468)
=09at java.security.AccessController.doPrivileged(Native Method)
=09at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:468)
=09at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:365)
=09at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:602)
=09at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:162=
2)
=09at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1517)
=09at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1=
771)
=09at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
=09at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
=09at hudson.remoting.Command.readFrom(Command.java:92)
=09at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(Abs=
tractSynchronousByteArrayCommandTransport.java:34)
=09at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(Synchron=
ousCommandTransport.java:48)



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