Build failed in Jenkins: FreeBSD_stable_10 #1213

jenkins-admin at freebsd.org jenkins-admin at freebsd.org
Sat Feb 14 23:02:40 UTC 2015


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:	179828

[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 -nostdinc  -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/bxe_debug.c
--- all_subdir_ata ---
--- ataserverworks.ko ---
objcopy --strip-debug --add-gnu-debuglink=ataserverworks.ko.symbols ataserverworks.ko.debug ataserverworks.ko
===> ata/atapci/chipsets/atasiliconimage (all)
--- ata-siliconimage.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atasiliconimage/../../../../../dev/ata/chipsets/ata-siliconimage.c
--- all_subdir_bridgestp ---
===> bridgestp (all)
--- bridgestp.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/bridgestp/../../net/bridgestp.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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc  -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/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.symbols
--- atasiliconimage.ko ---
objcopy --strip-debug --add-gnu-debuglink=atasiliconimage.ko.symbols atasiliconimage.ko.debug atasiliconimage.ko
===> 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 -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atasis/../../../../../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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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=bridgestp.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=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -nostdinc  -I. -I/builds/FreeBSD_stable_10/sys -I/builds/FreeBSD_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-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -Werror  /builds/FreeBSD_stable_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  export_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=atasis.ko.symbols atasis.ko.debug atasis.ko
--- all_subdir_bxe ---
--- ecore_sp.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/bxe/../../dev/bxe/eco--- all_subdir_ata ---
===> 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 -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/FreeBSD_stable_10/sys/modules/ata/atapci/chipsets/atavia/../../../../../dev/ata/chipsets/ata-via.c
--- all_subdir_ath ---
--- ah_eeprom_v14.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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  export_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=atavia.ko.symbols atavia.ko.debug atavia.ko
--- all_subdir_ath ---
--- ar5416_ani.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -nostdinc  -I. -I/builds/FreeBSD_stable_10/sys -I/builds/FreeBSD_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-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -Werror  /builds/FreeBSD_stable_10/sys/contrib/dev/acpica/components/events/evgpeinit.c
--- modules-all ---
--- all_subdir_bxe ---
ctfconvert -L VERSION -g ecore_sp.o
--- all_subdir_bwi ---
===> bwi (all)
--- bwimac.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -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 ---
===> bwn (all)
--- if_bwn.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -Wno-error-sometimes-uninitialized -c /builds/FreeBSD_stable_10/sys/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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_attach.c
--- all_subdir_bwi ---
ctfconvert -L VERSION -g bwimac.o
--- bwiphy.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_beacon.c
ctfconvert -L VERSION -g ar5416_beacon.o
--- ar5416_btcoex.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_btcoex.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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc  -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_eeprom.c
--- all_subdir_bwi ---
--- if_bwi.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -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 -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_gpio.c
ctfconvert -L VERSION -g ar5416_gpio.o
--- ar5416_interrupts.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -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/FreeBSD_stable_10/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /builds/FreeBSD_stable_10/sys/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_interrupts.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 -nostdinc  -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-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/GENERIC  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899: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  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function   -c /builds/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 reader termination
	at hudson.remoting.Request.abort(Request.java:295)
	at hudson.remoting.Channel.terminate(Channel.java:814)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:76)
	at ......remote call to jenkins-10.freebsd.org(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.Request.call(Request.java:171)
	at hudson.remoting.Channel.call(Channel.java:751)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
	at com.sun.proxy.$Proxy48.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: Unexpected reader termination
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:76)
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(MethodAccessorGenerator.java:113)
	at sun.reflect.ReflectionFactory.newConstructorForSerialization(ReflectionFactory.java:331)
	at java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClass.java:1376)
	at java.io.ObjectStreamClass.access$1500(ObjectStreamClass.java:72)
	at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:493)
	at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:468)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:468)
	at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:365)
	at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:602)
	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1622)
	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1517)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)


More information about the freebsd-stable mailing list