Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 16:59:28 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        bde@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #3812 - Still Failing
Message-ID:  <1941280275.31.1472403571600.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1197397220.25.1472396363048.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1197397220.25.1472396363048.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #3812 - Still Failing:

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

Change summaries:

304958 by bde:
Fix vm86 initialization, part 1 of 2 and a half.

Early use of vm86 depends on the PIC being reset to mask interrupts,
but r286667 moved PIC initialization to after where vm86 may be first
used.

Move the PIC initialization up to immdiately before vm86 initialization.
All invocations of diff that I tried display this move poorly so that it
looks like PIC and vm86 initialization was moved later.

r286667 was to move console initialization later.  The diffs are again
unreadable -- they show a large move that doesn't seem to involve the
console.  The PIC initialization stayed just below the console
initialization where it could still be debugged but no longer works.

Later console initialization breaks mainly debugging vm86 initialization
and memory sizing using ddb and printf().  There are several printf()s
in the memory sizing that now go nowhere since message buffer
initialization has always been too late.  Memory sizing is done by loader
for most users, but the lost messages for this case are even more
interesting than for an auto-probe since they tell you what the loader
found.

304957 by bde:
Fix vm86 initialization, part 1 of 2 and a half.

vm86 uses the tss, but r273995 moved tss initialization to after where
it may be first used, just because tss_esp0 now depends on later
initializations and/or amd64 does it later.

vm86 is first used for memory sizing in cases where the loader can't
figure out the size or is not used.  Its initialization is placed
immediately before memory sizing to support this, and the tss was
initialized a little earlier.

Move everything in the tss initialization except for tss_esp0 back to
almost where it was, immediately before vm86 initialization (the
combined move is from before dblflt_tss initialization to after).  Add
only early initialization of tss_esp0, later reloading of the tss, and
comments.  The initial tss_esp0 no longer has space for the pcb since
initially the size of the pcb is not known and no pcb is needed.
(Later changes broke debugging at this point, so the nonexistent pcb
cannot be used by debuggers, and at the time of 273995 when ddb was
almost able to debug this problem it didn't need the pcb.)  The
iniitial tss_esp0 still has a magic 16 bytes reserved for vm86
although I think this is unused too.



The end of the build log:

[...truncated 149881 lines...]
--- all_subdir_cd9660 ---
--- cd9660_bmap.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cd9660_bmap.o -MTcd9660_bmap.o -mgeneral-regs-only -ffixed-=
x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari=
th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_=
kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pra=
gmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren=
theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cd96=
60/../../fs/cd9660/cd9660_bmap.c -o cd9660_bmap.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_keycache.o
--- ar5416_misc.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_misc.o -MTar5416_misc.o -mgeneral-regs-only -ff=
ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre=
ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow=
n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-=
parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wn=
o-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules=
/ath/../../dev/ath/ath_hal/ar5416/ar5416_misc.c -o ar5416_misc.o
--- all_subdir_cd9660 ---
ctfconvert -L VERSION -g cd9660_bmap.o
--- cd9660_vnops.o ---
ctfconvert -L VERSION -g cd9660_vnops.o
--- all_subdir_cam ---
ctfconvert -L VERSION -g scsi_targ_bh.o
--- all_subdir_ath ---
--- ar5416_phy.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_phy.o -MTar5416_phy.o -mgeneral-regs-only -ffix=
ed-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__freeb=
sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-=
pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa=
rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-=
error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/a=
th/../../dev/ath/ath_hal/ar5416/ar5416_phy.c -o ar5416_phy.o
--- all_subdir_cam ---
--- scsi_target.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.scsi_target.o -MTscsi_target.o -mgeneral-regs-only -ffixed-=
x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari=
th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_=
kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pra=
gmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren=
theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/=
../../cam/scsi/scsi_target.c -o scsi_target.o
--- all_subdir_cd9660 ---
--- cd9660.kld ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o cd9660.kld cd966=
0_bmap.o cd9660_lookup.o cd9660_node.o cd9660_rrip.o cd9660_util.o cd9660_v=
fsops.o cd9660_vnops.o
ctfmerge -L VERSION -g -o cd9660.kld cd9660_bmap.o cd9660_lookup.o cd9660_n=
ode.o cd9660_rrip.o cd9660_util.o cd9660_vfsops.o cd9660_vnops.o
echo cd9660_iconv > export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk cd9660.kld  export_syms | xargs -J% =
/usr/local/aarch64-freebsd/bin/objcopy % cd9660.kld
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_phy.o
--- all_subdir_cd9660 ---
--- cd9660.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o cd9660.ko.=
full cd9660_bmap.o cd9660_lookup.o cd9660_node.o cd9660_rrip.o cd9660_util.=
o cd9660_vfsops.o cd9660_vnops.o
--- cd9660.ko.debug ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug cd9660.ko.full cd9=
660.ko.debug
--- cd9660.ko ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D=
cd9660.ko.debug  cd9660.ko.full cd9660.ko
--- all_subdir_ath ---
--- ar5416_power.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_power.o -MTar5416_power.o -mgeneral-regs-only -=
ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredun=
dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin=
ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f=
reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn=
own-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/modul=
es/ath/../../dev/ath/ath_hal/ar5416/ar5416_power.c -o ar5416_power.o
--- g_raid_tr_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/geom/raid/g_raid_tr_i=
f.m -c
--- modules-all ---
--- ar5416_radar.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_radar.o -MTar5416_radar.o -mgeneral-regs-only -=
ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredun=
dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin=
ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f=
reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn=
own-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/modul=
es/ath/../../dev/ath/ath_hal/ar5416/ar5416_radar.c -o ar5416_radar.o
--- ar5416_misc.o ---
ctfconvert -L VERSION -g ar5416_misc.o
--- ar5416_power.o ---
ctfconvert -L VERSION -g ar5416_power.o
--- isa_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -c
--- modules-all ---
--- ar5416_spectral.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_spectral.o -MTar5416_spectral.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_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn=
o-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wn=
o-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-=
sign -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys=
/modules/ath/../../dev/ath/ath_hal/ar5416/ar5416_spectral.c -o ar5416_spect=
ral.o
--- ar5416_radar.o ---
ctfconvert -L VERSION -g ar5416_radar.o
--- all_subdir_cam ---
--- scsi_xpt.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.scsi_xpt.o -MTscsi_xpt.o -mgeneral-regs-only -ffixed-x18 -f=
freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W=
nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi=
nline -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-parentheses=
-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi=
ft-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../=
cam/scsi/scsi_xpt.c -o scsi_xpt.o
--- smp_all.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.smp_all.o -MTsmp_all.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 -Winl=
ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn=
o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e=
quality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift=
-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../ca=
m/scsi/smp_all.c -o smp_all.o
--- all_subdir_ath ---
--- ar5416_spectral.o ---
ctfconvert -L VERSION -g ar5416_spectral.o
--- ar5416_recv.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_recv.o -MTar5416_recv.o -mgeneral-regs-only -ff=
ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre=
ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow=
n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-=
parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wn=
o-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules=
/ath/../../dev/ath/ath_hal/ar5416/ar5416_recv.c -o ar5416_recv.o
--- all_subdir_cam ---
--- scsi_target.o ---
ctfconvert -L VERSION -g scsi_target.o
--- all_subdir_ath ---
--- ar5416_reset.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_reset.o -MTar5416_reset.o -mgeneral-regs-only -=
ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredun=
dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin=
ter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__f=
reebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn=
own-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/modul=
es/ath/../../dev/ath/ath_hal/ar5416/ar5416_reset.c -o ar5416_reset.o
--- ar5416_recv.o ---
ctfconvert -L VERSION -g ar5416_recv.o
--- all_subdir_cam ---
--- smp_all.o ---
ctfconvert -L VERSION -g smp_all.o
--- all_subdir_ath ---
--- ar5416_xmit.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar5416_xmit.o -MTar5416_xmit.o -mgeneral-regs-only -ff=
ixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredunda=
nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre=
ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow=
n-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-=
parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wn=
o-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules=
/ath/../../dev/ath/ath_hal/ar5416/ar5416_xmit.c -o ar5416_xmit.o
--- all_subdir_cloudabi ---
=3D=3D=3D> cloudabi (all)
--- machine ---
machine -> /usr/src/sys/arm64/include
--- vnode_if_newproto.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p
--- vnode_if_typedef.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q
--- vnode_if.h ---
awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h
--- cloudabi_errno.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_errno.o -MTcloudabi_errno.o -mgeneral-regs-only -f=
fixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund=
ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr=
eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno=
wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error=
-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W=
no-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/module=
s/cloudabi/../../compat/cloudabi/cloudabi_errno.c -o cloudabi_errno.o
ctfconvert -L VERSION -g cloudabi_errno.o
--- cloudabi_fd.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_fd.o -MTcloudabi_fd.o -mgeneral-regs-only -ffixed-=
x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de=
cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari=
th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_=
kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pra=
gmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren=
theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/clou=
dabi/../../compat/cloudabi/cloudabi_fd.c -o cloudabi_fd.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar5416_xmit.o
--- all_subdir_cam ---
--- ata_all.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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_all.o -MTata_all.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 -Winl=
ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn=
o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e=
quality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift=
-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../ca=
m/ata/ata_all.c -o ata_all.o
--- scsi_xpt.o ---
ctfconvert -L VERSION -g scsi_xpt.o
--- all_subdir_cloudabi ---
--- cloudabi_file.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_file.o -MTcloudabi_file.o -mgeneral-regs-only -ffi=
xed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-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-unknown=
-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-p=
arentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno=
-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/=
cloudabi/../../compat/cloudabi/cloudabi_file.c -o cloudabi_file.o
--- cloudabi_fd.o ---
ctfconvert -L VERSION -g cloudabi_fd.o
--- all_subdir_ath ---
--- ar5416_reset.o ---
ctfconvert -L VERSION -g ar5416_reset.o
--- all_subdir_cam ---
--- ata_all.o ---
ctfconvert -L VERSION -g ata_all.o
--- ata_xpt.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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_xpt.o -MTata_xpt.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 -Winl=
ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn=
o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e=
quality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift=
-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../ca=
m/ata/ata_xpt.c -o ata_xpt.o
--- bus_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -c
--- modules-all ---
--- all_subdir_ath ---
--- ar2133.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar2133.o -MTar2133.o -mgeneral-regs-only -ffixed-x18 -=
ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -=
Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W=
inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas =
-Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese=
s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-sh=
ift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../..=
/dev/ath/ath_hal/ar5416/ar2133.c -o ar2133.o
--- all_subdir_cam ---
--- ata_da.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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_da.o -MTata_da.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 -Winlin=
e -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-equ=
ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-n=
egative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../cam/=
ata/ata_da.c -o ata_da.o
--- all_subdir_cloudabi ---
--- cloudabi_file.o ---
ctfconvert -L VERSION -g cloudabi_file.o
--- cloudabi_futex.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_futex.o -MTcloudabi_futex.o -mgeneral-regs-only -f=
fixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredund=
ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint=
er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr=
eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno=
wn-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error=
-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W=
no-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/module=
s/cloudabi/../../compat/cloudabi/cloudabi_futex.c -o cloudabi_futex.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar2133.o
--- ar9160_attach.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9160_attach.o -MTar9160_attach.o -mgeneral-regs-only=
 -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo=
inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D_=
_freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un=
known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er=
ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign=
 -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/mod=
ules/ath/../../dev/ath/ath_hal/ar9001/ar9160_attach.c -o ar9160_attach.o
ctfconvert -L VERSION -g ar9160_attach.o
--- ar9130_attach.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9130_attach.o -MTar9130_attach.o -mgeneral-regs-only=
 -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo=
inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D_=
_freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un=
known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er=
ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign=
 -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/mod=
ules/ath/../../dev/ath/ath_hal/ar9001/ar9130_attach.c -o ar9130_attach.o
--- all_subdir_cloudabi ---
ctfconvert -L VERSION -g cloudabi_futex.o
--- cloudabi_mem.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_mem.o -MTcloudabi_mem.o -mgeneral-regs-only -ffixe=
d-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-=
decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a=
rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebs=
d_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-p=
ragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-par=
entheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cl=
oudabi/../../compat/cloudabi/cloudabi_mem.c -o cloudabi_mem.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9130_attach.o
--- ar9130_eeprom.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9130_eeprom.o -MTar9130_eeprom.o -mgeneral-regs-only=
 -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo=
inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D_=
_freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un=
known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er=
ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign=
 -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/mod=
ules/ath/../../dev/ath/ath_hal/ar9001/ar9130_eeprom.c -o ar9130_eeprom.o
--- all_subdir_cam ---
--- ata_xpt.o ---
ctfconvert -L VERSION -g ata_xpt.o
--- all_subdir_ath ---
ctfconvert -L VERSION -g ar9130_eeprom.o
--- ar9130_phy.o ---
--- ar9280.o ---
--- ar9130_phy.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9130_phy.o -MTar9130_phy.o -mgeneral-regs-only -ffix=
ed-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__freeb=
sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-=
pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa=
rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-=
error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/a=
th/../../dev/ath/ath_hal/ar9001/ar9130_phy.c -o ar9130_phy.o
--- ar9280.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9280.o -MTar9280.o -mgeneral-regs-only -ffixed-x18 -=
ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -=
Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W=
inline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas =
-Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese=
s-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-sh=
ift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../..=
/dev/ath/ath_hal/ar9002/ar9280.c -o ar9280.o
--- all_subdir_cloudabi ---
ctfconvert -L VERSION -g cloudabi_mem.o
--- cloudabi_proc.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_proc.o -MTcloudabi_proc.o -mgeneral-regs-only -ffi=
xed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-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-unknown=
-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-p=
arentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno=
-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/=
cloudabi/../../compat/cloudabi/cloudabi_proc.c -o cloudabi_proc.o
--- all_subdir_ath ---
--- ar9130_phy.o ---
ctfconvert -L VERSION -g ar9130_phy.o
--- clock_if.c ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/clock_if.m -c
--- modules-all ---
--- ar9280.o ---
ctfconvert -L VERSION -g ar9280.o
--- ar9280_attach.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -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/s=
rc/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEAD=
ERS -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/GENE=
RIC  -MD  -MF.depend.ar9280_attach.o -MTar9280_attach.o -mgeneral-regs-only=
 -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wred=
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo=
inter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D_=
_freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un=
known-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er=
ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign=
 -Wno-error-shift-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/mod=
ules/ath/../../dev/ath/ath_hal/ar9002/ar9280_attach.c -o ar9280_attach.o
--- all_subdir_cam ---
--- ata_da.o ---
ctfconvert -L VERSION -g ata_da.o
--- all_subdir_cloudabi ---
ctfconvert -L VERSION -g cloudabi_proc.o
--- cloudabi_random.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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.cloudabi_random.o -MTcloudabi_random.o -mgeneral-regs-only =
-ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredu=
ndant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi=
nter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__=
freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unk=
nown-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/modu=
les/cloudabi/../../compat/cloudabi/cloudabi_random.c -o cloudabi_random.o
--- all_subdir_cam ---
--- ata_pmp.o ---
cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u=
sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe  -fno-strict-aliasin=
g -Werror -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_pmp.o -MTata_pmp.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 -Winl=
ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn=
o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e=
quality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift=
-negative-value    -std=3Diso9899:1999 -c /usr/src/sys/modules/cam/../../ca=
m/ata/ata_pmp.c -o ata_pmp.o
--- all_subdir_cloudabi64 ---
=3D=3D=3D> cloudabi64 (all)
--- machine ---
machine -> /usr/src/sys/arm64/include
bmake[4]: bmake[4]: don't know how to make cloudabi64_sysvec.c. Stop

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

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

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

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

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

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

bmake[4]: stopped in /usr/src/sys/modules/ath
*** [all_subdir_ath] 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
[WARNINGS] Skipping publisher since build result is FAILURE
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson8856325034816701389.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::101: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?1941280275.31.1472403571600.JavaMail.jenkins>