FreeBSD_HEAD_i386 - Build #3284 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 2 Jun 2016 02:14:22 +0000 (GMT)
FreeBSD_HEAD_i386 - Build #3284 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3284/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3284/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3284/console

Change summaries:

301181 by adrian:
[ath] commit initial bluetooth coexistence support for the MCI NICs.

This is the initial framework to call into the MCI HAL routines and drive
the basic state engine.

The MCI bluetooth coex model uses a command channel between wlan and
bluetooth, rather than a 2-wire or 3-wire signaling protocol to control things.
This means the wlan and bluetooth chip exchange a lot more information and
signaling, even at the per-packet level.  The NICs in question can share
the input LNA and output PA on the die, so they absolutely can't stomp
on each other in a silly fashion.  It also allows for the bluetooth side
to signal when profiles come and go, so the driver can take appropriate
control.  There's also the possibility of dynamic bluetooth/wlan duty cycle
control which I haven't yet really played with.

It configures things up with a static "wlan wins everything" coexistence,
configures up the available 2GHz channel map for bluetooth, sets a static
duty cycle for bluetooth/wifi traffic priority and drives the basics needed to
keep the MCI HAL code happy.

It doesn't do any actual coexistence except to default to "wlan wins everything",
which at least demonstrates that things do indeed work.  Bluetooth inquiry frames
still trump wifi (including beacons), so that demonstrates things really do
indeed seem to work.

Tested:

* AR9462 (WB222), STA mode + bt
* QCA9565 (WB335), STA mode + bt

TODO:

* .. the rest of coexistence.  yes, bluetooth, not people.  That stuff's hard.
* It doesn't do the initial BT side calibration, which requires a WLAN chip
  reset.  I'll fix up the reset path a bit more first before I enable that.
* The 1-ant and 2-ant configuration bits aren't being set correctly in
  if_ath_btcoex.c - I'll dig into that and fix it in a subsequent commit.
* It's not enabled by default for WB222/WB225 even though I believe it now
  can be - I'll chase that up in a subsequent commit.

Obtained from:	Qualcomm Atheros, Linux ath9k

301180 by truckman:
Belatedly bump .Dd date for Dummynet AQM import in r300779.

301179 by landonf:
Add myself as src commiter.

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D6686



The end of the build log:

[...truncated 153335 lines...]
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.if_ath_tx_edma.o -MTif_ath_tx_edma.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx_edma.c -o if_ath_tx_edma.o
--- all_subdir_ata ---
--- all_subdir_ata/atapci/chipsets/atapromise ---
===> ata/atapci/chipsets/atapromise (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- ata_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ata/ata_if.m -h
--- bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
--- device_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
--- pci_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h
--- ata-promise.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.ata-promise.o -MTata-promise.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ata/atapci/chipsets/atapromise/../../../../../dev/ata/chipsets/ata-promise.c -o ata-promise.o
--- all_subdir_ata/atapci/chipsets/atanvidia ---
ctfconvert -L VERSION -g ata-nvidia.o
--- atanvidia.kld ---
ld -d -warn-common -r -d -o atanvidia.kld ata-nvidia.o
ctfmerge -L VERSION -g -o atanvidia.kld ata-nvidia.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk atanvidia.kld  export_syms | xargs -J% objcopy % atanvidia.kld
--- atanvidia.ko.full ---
ld -Bshareable -d -warn-common -o atanvidia.ko.full atanvidia.kld
--- atanvidia.ko.debug ---
objcopy --only-keep-debug atanvidia.ko.full atanvidia.ko.debug
--- atanvidia.ko ---
objcopy --strip-debug --add-gnu-debuglink=atanvidia.ko.debug  atanvidia.ko.full atanvidia.ko
--- all_subdir_bhnd ---
===> bhnd (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- bhnd_nvram_map_data.h ---
sh /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh  /usr/src/sys/dev/bhnd/nvram/nvram_map -d
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_tx_edma.o
--- if_ath_spectral.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.if_ath_spectral.o -MTif_ath_spectral.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_spectral.c -o if_ath_spectral.o
--- all_subdir_bhnd ---
396 variable records written to bhnd_nvram_map_data.h
--- bhnd_bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhnd_bus_if.m -h
--- bhnd_chipc_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/cores/chipc/bhnd_chipc_if.m -h
--- bhnd_nvram_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/nvram/bhnd_nvram_if.m -h
--- bhnd_nvram_map.h ---
sh /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh  /usr/src/sys/dev/bhnd/nvram/nvram_map -h
--- all_subdir_ata ---
--- all_subdir_ata/atapci/chipsets/atapromise ---
ctfconvert -L VERSION -g ata-promise.o
--- atapromise.kld ---
ld -d -warn-common -r -d -o atapromise.kld ata-promise.o
ctfmerge -L VERSION -g -o atapromise.kld ata-promise.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk atapromise.kld  export_syms | xargs -J% objcopy % atapromise.kld
--- atapromise.ko.full ---
ld -Bshareable -d -warn-common -o atapromise.ko.full atapromise.kld
--- atapromise.ko.debug ---
objcopy --only-keep-debug atapromise.ko.full atapromise.ko.debug
--- atapromise.ko ---
objcopy --strip-debug --add-gnu-debuglink=atapromise.ko.debug  atapromise.ko.full atapromise.ko
--- all_subdir_ata/atapci/chipsets/ataserverworks ---
===> ata/atapci/chipsets/ataserverworks (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- ata_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ata/ata_if.m -h
--- bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
--- device_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
--- all_subdir_bhnd ---
396 variable records written to bhnd_nvram_map.h
--- bhnd_bus_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhnd_bus_if.m -c
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_spectral.o
--- all_subdir_ata ---
--- pci_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h
--- ata-serverworks.o ---
--- all_subdir_bhnd ---
--- bhnd_chipc_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/cores/chipc/bhnd_chipc_if.m -c
--- all_subdir_ata ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.ata-serverworks.o -MTata-serverworks.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ata/atapci/chipsets/ataserverworks/../../../../../dev/ata/chipsets/ata-serverworks.c -o ata-serverworks.o
--- all_subdir_bhnd ---
--- bhnd_nvram_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/nvram/bhnd_nvram_if.m -c
--- device_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
--- bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
--- bhnd_subr.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.bhnd_subr.o -MTbhnd_subr.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/bhnd/../../dev/bhnd/bhnd_subr.c -o bhnd_subr.o
--- all_subdir_ath ---
--- if_ath_btcoex.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.if_ath_btcoex.o -MTif_ath_btcoex.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex.c -o if_ath_btcoex.o
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-serverworks.o
--- ataserverworks.kld ---
ld -d -warn-common -r -d -o ataserverworks.kld ata-serverworks.o
ctfmerge -L VERSION -g -o ataserverworks.kld ata-serverworks.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk ataserverworks.kld  export_syms | xargs -J% objcopy % ataserverworks.kld
--- ataserverworks.ko.full ---
ld -Bshareable -d -warn-common -o ataserverworks.ko.full ataserverworks.kld
--- ataserverworks.ko.debug ---
objcopy --only-keep-debug ataserverworks.ko.full ataserverworks.ko.debug
--- ataserverworks.ko ---
objcopy --strip-debug --add-gnu-debuglink=ataserverworks.ko.debug  ataserverworks.ko.full ataserverworks.ko
--- all_subdir_ata/atapci/chipsets/atasiliconimage ---
===> ata/atapci/chipsets/atasiliconimage (all)
--- machine ---
machine -> /usr/src/sys/i386/include
--- x86 ---
x86 -> /usr/src/sys/x86/include
--- ata_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ata/ata_if.m -h
--- bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
--- device_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_btcoex.o
--- all_subdir_ata ---
--- pci_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -h
--- ata-siliconimage.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.ata-siliconimage.o -MTata-siliconimage.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ata/atapci/chipsets/atasiliconimage/../../../../../dev/ata/chipsets/ata-siliconimage.c -o ata-siliconimage.o
--- all_subdir_ath ---
--- if_ath_btcoex_mci.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.if_ath_btcoex_mci.o -MTif_ath_btcoex_mci.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c -o if_ath_btcoex_mci.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_subr.o
--- bhnd_sprom.o ---
cc  -O2 -pipe  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -MD  -MF.depend.bhnd_sprom.o -MTbhnd_sprom.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value  -mno-aes -mno-avx  -std=iso9899:1999 -c /usr/src/sys/modules/bhnd/../../dev/bhnd/nvram/bhnd_sprom.c -o bhnd_sprom.o
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-siliconimage.o
--- atasiliconimage.kld ---
ld -d -warn-common -r -d -o atasiliconimage.kld ata-siliconimage.o
--- all_subdir_ath ---
/usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c:610:11: error: unused variable 'value_dbm' [-Werror,-Wunused-variable]
                        int8_t value_dbm = ath_hal_btcoex_mci_state(sc->sc_ah,
                               ^
--- all_subdir_ata ---
ctfmerge -L VERSION -g -o atasiliconimage.kld ata-siliconimage.o
--- all_subdir_ath ---
1 error generated.
--- all_subdir_ata ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk atasiliconimage.kld  export_syms | xargs -J% objcopy % atasiliconimage.kld
--- all_subdir_ath ---
*** [if_ath_btcoex_mci.o] Error code 1

bmake[4]: stopped in /usr/src/sys/modules/ath
1 error

bmake[4]: stopped in /usr/src/sys/modules/ath
*** [all_subdir_ath] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_ata ---
A failure has been detected in another branch of the parallel make

bmake[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atasiliconimage
*** [all_subdir_ata/atapci/chipsets/atasiliconimage] Error code 2

bmake[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets
1 error

bmake[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets
*** [all_subdir_ata/atapci/chipsets] Error code 2

bmake[5]: stopped in /usr/src/sys/modules/ata/atapci
1 error

bmake[5]: stopped in /usr/src/sys/modules/ata/atapci
*** [all_subdir_ata/atapci] Error code 2

bmake[4]: stopped in /usr/src/sys/modules/ata
1 error

bmake[4]: stopped in /usr/src/sys/modules/ata
*** [all_subdir_ata] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_sprom.o
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/sys/modules/bhnd
*** [all_subdir_bhnd] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
--- all_subdir_bge ---
ctfconvert -L VERSION -g if_bge.o
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/sys/modules/bge
*** [all_subdir_bge] Error code 2

bmake[3]: stopped in /usr/src/sys/modules
4 errors

bmake[3]: stopped in /usr/src/sys/modules
*** [modules-all] Error code 2

bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
1 error

bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
*** [buildkernel] Error code 2

bmake[1]: stopped in /usr/src
1 error

bmake[1]: stopped in /usr/src
*** [buildkernel] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2466617264196122383.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_i386'
+ echo 'clean up jail FreeBSD_HEAD_i386'
clean up jail FreeBSD_HEAD_i386
+ sudo jail -r FreeBSD_HEAD_i386
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias
+ sudo umount FreeBSD_HEAD_i386/usr/src
+ sudo umount FreeBSD_HEAD_i386/dev
+ sudo rm -fr FreeBSD_HEAD_i386
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_i386
+ sudo rm -fr FreeBSD_HEAD_i386
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Received on Thu Jun 02 2016 - 00:14:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:05 UTC