Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2016 02:58:29 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        truckman@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #3300 - Failure
Message-ID:  <1110308845.16.1464836311627.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #3300 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3300/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3300/ch=
anges
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3300/con=
sole

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 thi=
ngs.
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 everyt=
hing",
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 ha=
rd.
* 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:=09Qualcomm Atheros, Linux ath9k

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



The end of the build log:

[...truncated 147707 lines...]
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-serverworks.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.ata-serverworks.o -MTata-serverworks.o -mgeneral-regs-only -ffixed-=
x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-ar=
ith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebs=
d_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    -std=3Diso9899:1999 -c /usr/src/sys/modul=
es/ata/atapci/chipsets/ataserverworks/../../../../../dev/ata/chipsets/ata-s=
erverworks.c -o ata-serverworks.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_subr.o
--- bhnd_sprom.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bhnd_sprom.o -MTbhnd_sprom.o -mgeneral-regs-only -ffixed-x18 -ffree=
standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest=
ed-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winli=
ne -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  =
-Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthes=
es-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-=
shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/bhnd/..=
/../dev/bhnd/nvram/bhnd_sprom.c -o bhnd_sprom.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_tx_edma.o
--- if_ath_spectral.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../de=
v/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/m=
odules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -inc=
lude /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src=
/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD=
  -MF.depend.if_ath_spectral.o -MTif_ath_spectral.o -mgeneral-regs-only -ff=
ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__f=
reebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-un=
known-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-=
error-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-s=
ign -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/=
modules/ath/../../dev/ath/if_ath_spectral.c -o if_ath_spectral.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_sprom.o
--- bhnd_sprom_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bhnd_sprom_subr.o -MTbhnd_sprom_subr.o -mgeneral-regs-only -ffixed-=
x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-ar=
ith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebs=
d_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    -std=3Diso9899:1999 -c /usr/src/sys/modul=
es/bhnd/../../dev/bhnd/nvram/bhnd_sprom_subr.c -o bhnd_sprom_subr.o
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-serverworks.o
--- ataserverworks.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ataserverworks.k=
ld 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 | xa=
rgs -J% /usr/local/aarch64-freebsd/bin/objcopy % ataserverworks.kld
--- ataserverworks.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ataserverw=
orks.ko.full ata-serverworks.o
--- ataserverworks.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ataserverworks.ko.=
full ataserverworks.ko.debug
--- ataserverworks.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D=
ataserverworks.ko.debug  ataserverworks.ko.full ataserverworks.ko
--- all_subdir_ata/atapci/chipsets/atasiliconimage ---
=3D=3D=3D> ata/atapci/chipsets/atasiliconimage (all)
--- machine ---
machine -> /usr/src/sys/arm64/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-siliconimage.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.ata-siliconimage.o -MTata-siliconimage.o -mgeneral-regs-only -ffixe=
d-x18 -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__=3D__free=
bsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unkno=
wn-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-err=
or-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign=
 -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/mod=
ules/ata/atapci/chipsets/atasiliconimage/../../../../../dev/ata/chipsets/at=
a-siliconimage.c -o ata-siliconimage.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_spectral.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_sprom_subr.o
--- nvram_subr.o ---
--- all_subdir_ath ---
--- if_ath_btcoex.o ---
--- all_subdir_bhnd ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.nvram_subr.o -MTnvram_subr.o -mgeneral-regs-only -ffixed-x18 -ffree=
standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest=
ed-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winli=
ne -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  =
-Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthes=
es-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-=
shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/bhnd/..=
/../dev/bhnd/nvram/nvram_subr.c -o nvram_subr.o
--- all_subdir_ath ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../de=
v/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/m=
odules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -inc=
lude /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src=
/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD=
  -MF.depend.if_ath_btcoex.o -MTif_ath_btcoex.o -mgeneral-regs-only -ffixed=
-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-d=
ecls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-a=
rith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freeb=
sd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknow=
n-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-erro=
r-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign =
-Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modu=
les/ath/../../dev/ath/if_ath_btcoex.c -o if_ath_btcoex.o
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-siliconimage.o
--- atasiliconimage.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o atasiliconimage.=
kld ata-siliconimage.o
ctfmerge -L VERSION -g -o atasiliconimage.kld ata-siliconimage.o
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk atasiliconimage.kld  export_syms | x=
args -J% /usr/local/aarch64-freebsd/bin/objcopy % atasiliconimage.kld
--- atasiliconimage.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o atasilicon=
image.ko.full ata-siliconimage.o
--- atasiliconimage.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug atasiliconimage.ko=
.full atasiliconimage.ko.debug
--- atasiliconimage.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D=
atasiliconimage.ko.debug  atasiliconimage.ko.full atasiliconimage.ko
--- all_subdir_ata/atapci/chipsets/atasis ---
=3D=3D=3D> ata/atapci/chipsets/atasis (all)
--- machine ---
machine -> /usr/src/sys/arm64/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-sis.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.ata-sis.o -MTata-sis.o -mgeneral-regs-only -ffixed-x18 -ffreestandi=
ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext=
erns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wc=
ast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__  -Wm=
issing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-e=
rror-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equ=
ality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-=
negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/ata/atapci/ch=
ipsets/atasis/../../../../../dev/ata/chipsets/ata-sis.c -o ata-sis.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g nvram_subr.o
--- bhnd_bus_if.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bhnd_bus_if.o -MTbhnd_bus_if.o -mgeneral-regs-only -ffixed-x18 -ffr=
eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne=
sted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Win=
line -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint=
f__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas=
  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenth=
eses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-erro=
r-shift-negative-value    -std=3Diso9899:1999 -c bhnd_bus_if.c -o bhnd_bus_=
if.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g if_ath_btcoex.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_bus_if.o
--- bhnd_chipc_if.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bhnd_chipc_if.o -MTbhnd_chipc_if.o -mgeneral-regs-only -ffixed-x18 =
-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__=3D__freebsd_kp=
rintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pra=
gmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-par=
entheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-=
error-shift-negative-value    -std=3Diso9899:1999 -c bhnd_chipc_if.c -o bhn=
d_chipc_if.o
--- all_subdir_ata ---
ctfconvert -L VERSION -g ata-sis.o
--- atasis.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o atasis.kld ata-s=
is.o
ctfmerge -L VERSION -g -o atasis.kld ata-sis.o
--- all_subdir_ath ---
--- if_ath_btcoex_mci.o ---
--- all_subdir_ata ---
:> export_syms
--- all_subdir_ath ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../de=
v/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/m=
odules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -inc=
lude /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src=
/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD=
  -MF.depend.if_ath_btcoex_mci.o -MTif_ath_btcoex_mci.o -mgeneral-regs-only=
 -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wp=
ointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=
=3D__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-poi=
nter-sign -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/sr=
c/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c -o if_ath_btcoex_mci.o
--- all_subdir_ata ---
awk -f /usr/src/sys/conf/kmod_syms.awk atasis.kld  export_syms | xargs -J% =
/usr/local/aarch64-freebsd/bin/objcopy % atasis.kld
--- atasis.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o atasis.ko.=
full ata-sis.o
--- atasis.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug atasis.ko.full ata=
sis.ko.debug
--- atasis.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D=
atasis.ko.debug  atasis.ko.full atasis.ko
--- all_subdir_ata/atapci/chipsets/atavia ---
=3D=3D=3D> ata/atapci/chipsets/atavia (all)
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_chipc_if.o
--- bhnd_nvram_if.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bhnd_nvram_if.o -MTbhnd_nvram_if.o -mgeneral-regs-only -ffixed-x18 =
-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__=3D__freebsd_kp=
rintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pra=
gmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-par=
entheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-=
error-shift-negative-value    -std=3Diso9899:1999 -c bhnd_nvram_if.c -o bhn=
d_nvram_if.o
--- all_subdir_ata ---
--- machine ---
machine -> /usr/src/sys/arm64/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-via.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.ata-via.o -MTata-via.o -mgeneral-regs-only -ffixed-x18 -ffreestandi=
ng -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-ext=
erns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wc=
ast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__  -Wm=
issing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-e=
rror-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equ=
ality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-shift-=
negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/ata/atapci/ch=
ipsets/atavia/../../../../../dev/ata/chipsets/ata-via.c -o ata-via.o
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_nvram_if.o
--- all_subdir_bhnd/bcma ---
=3D=3D=3D> bhnd/bcma (all)
--- machine ---
machine -> /usr/src/sys/arm64/include
--- 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_bus_if.h ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/bhnd/bhnd_bus_if.=
m -h
--- all_subdir_ath ---
/usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c:610:11: error: u=
nused variable 'value_dbm' [-Werror,-Wunused-variable]
                        int8_t value_dbm =3D ath_hal_btcoex_mci_state(sc->s=
c_ah,
                               ^
1 error generated.
--- all_subdir_bhnd ---
--- bcma_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasing -Werro=
r -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include =
/usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys =
-fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC  -MD  -MF=
.depend.bcma_subr.o -MTbcma_subr.o -mgeneral-regs-only -ffixed-x18 -ffreest=
anding -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__=3D__freebsd_kprintf__ =
 -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas  -W=
no-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses=
-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-sh=
ift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/bhnd/bcma=
/../../../dev/bhnd/bcma/bcma_subr.c -o bcma_subr.o
--- all_subdir_bge ---
ctfconvert -L VERSION -g if_bge.o
--- 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_bge ---
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
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bcma_subr.o
A failure has been detected in another branch of the parallel make

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

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

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_ata ---
ctfconvert -L VERSION -g ata-via.o
A failure has been detected in another branch of the parallel make

bmake[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atavia
*** [all_subdir_ata/atapci/chipsets/atavia] 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
4 errors

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

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

bmake[2]: stopped in /usr/obj/arm64.aarch64/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_arm64] $ /bin/sh -xe /tmp/hudson778577971386217808.sh
+ export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b=
in'
+ export 'jname=3DFreeBSD_HEAD_arm64'
+ echo 'clean up jail FreeBSD_HEAD_arm64'
clean up jail FreeBSD_HEAD_arm64
+ sudo jail -r FreeBSD_HEAD_arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias
+ sudo umount FreeBSD_HEAD_arm64/usr/src
+ sudo umount FreeBSD_HEAD_arm64/dev
+ sudo rm -fr FreeBSD_HEAD_arm64
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_arm64
+ sudo rm -fr FreeBSD_HEAD_arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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