Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 19:02:26 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #2997 - Failure
Message-ID:  <152383543.12.1461783749283.JavaMail.jenkins@jenkins-9.freebsd.org>

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

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

Change summaries:

298712 by jhb:
Add a bus_null_rescan() method that always fails with an error.

Use this in place of kobj_error_method to disable BUS_RESCAN() on
PCI drivers that do not use the "standard" scanning algorithm.

298711 by jhb:
Add a pcib_attach_child() method to manage adding the child "pci" device.

This allows the PCI-PCI bridge driver to save a reference to the child
device in its softc.

Note that this required moving the "pci" device creation out of
acpi_pcib_attach().  Instead, acpi_pcib_attach() is renamed to
acpi_pcib_fetch_prt() as it's sole action now is to fetch the PCI
interrupt routing table.

Differential Revision:=09https://reviews.freebsd.org/D6021

298710 by jhb:
Fix PCI bus detach to delete child devices.

Differential Revision:=09https://reviews.freebsd.org/D6020

298709 by jhb:
Add 'devctl delete' that calls device_delete_child().

'devctl delete' can be used to delete a device that is no longer present.
As an anti-foot-shooting measure, 'delete' will not delete a device
unless it's parent bus says it is no longer present.  This can be
overridden by passing the force ('-f') flag.

Note that this command should be used with care.  If a device is deleted
that is actually present it can't be resurrected unless the parent bus
device's driver supports rescans.

Differential Revision:=09https://reviews.freebsd.org/D6019

298708 by jhb:
Implement a PCI bus rescan method.

Rescanning a PCI bus uses the following steps:
- Fetch the current set of child devices and save it in the 'devlist'
  array.
- Allocate a parallel array 'unchanged' initalized with NULL pointers.
- Scan the bus checking each slot (and each function on slots with a
  multifunction device).
- If a valid function is found, look for a matching device in the 'devlist'
  array.  If a device is found, save the pointer in the 'unchanged' array.
  If a device is not found, add a new device.
- After the scan has finished, walk the 'devlist' array deleting any
  devices that do not have a matching pointer in the 'unchanged' array.
- Finally, fetch an updated set of child devices and explicitly attach any
  devices that are not present in the 'unchanged' array.

This builds on the previous changes to move subclass data management into
pci_alloc_devinfo(), pci_child_added(), and bus_child_deleted().

Subclasses of the PCI bus use custom rescan logic explicitly override the
rescan method to disable rescans.

Differential Revision:=09https://reviews.freebsd.org/D6018

298707 by jhb:
Add a new rescan method to the bus interface.

The BUS_RESCAN() method rescans a single bus device checking for devices
that have been added or removed from the bus.  A new 'rescan' command is
added to devctl(8) to trigger a rescan.

Differential Revision:=09https://reviews.freebsd.org/D6016



The end of the build log:

[...truncated 168577 lines...]
ctfconvert -L VERSION -g mlphy.o
--- modules-all ---
--- vdev_geom.o ---
--- nsgphy.o ---
--- modules-all ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDI=
NG_ZFS  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/u=
sr/src/sys/cddl/compat/opensolaris -I/usr/src/sys/cddl/contrib/opensolaris/=
uts/common/fs/zfs -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/zmod -=
I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -I/usr/src=
/sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/sys/cddl/contrib/openso=
laris/common -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/u=
sr/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.vdev_geom.o -MTv=
dev_geom.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-p=
rotector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot=
ypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -W=
no-pointer-sign -D__printf__=3D__freebsd_kprintf__  -Wmissing-include-dirs =
-fdiagnostics-show-option  -Wno-unknown-pragmas  -W--- nsgphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.nsgphy.o -MTnsgphy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/nsgphy.c
--- modules-all ---
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 -Wno-missing-prototypes -Wno-undef -Wno-strict-prototype=
s -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces =
-Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith  =
  -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb=
ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev=
_geom.c -o vdev_geom.o
--- nsgphy.o ---
ctfconvert -L VERSION -g nsgphy.o
--- modules-all ---
--- trim_map.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDI=
NG_ZFS  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/u=
sr/src/sys/cddl/compat/opensolaris -I/usr/src/sys/cddl/contrib/opensolaris/=
uts/common/fs/zfs -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/zmod -=
I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -I/usr/src=
/sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/sys/cddl/contrib/openso=
laris/common -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/u=
sr/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.trim_map.o -MTtr=
im_map.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-pro=
tector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp=
es  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno=
-pointer-sign -D__printf__=3D__freebsd_kprintf__  -Wmissing-include-dirs -f=
diagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-comp=
are -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unuse=
d-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-mi=
ssing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-pare=
ntheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-un=
used -Wno-inline -Wno-switch -Wno-pointer-arith    -std=3Diso9899:1999 -inc=
lude /usr/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -c /usr/src/sy=
s/cddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c -o trim_map.o
--- zvol.o ---
1 warning generated.
ctfconvert -L VERSION -g zvol.o
--- nsphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.nsphy.o -MTnsphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
nsphy.c
ctfconvert -L VERSION -g nsphy.o
--- modules-all ---
--- acl_common.o ---
--- vdev_geom.o ---
ctfconvert -L VERSION -g vdev_geom.o
--- acl_common.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDI=
NG_ZFS  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/u=
sr/src/sys/cddl/compat/opensolaris -I/usr/src/sys/cddl/contrib/opensolaris/=
uts/common/fs/zfs -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/zmod -=
I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -I/usr/src=
/sys/cddl/contrib/opensolaris/common/zfs -I/usr/src/sys/cddl/contrib/openso=
laris/common -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/u=
sr/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.acl_common.o -MT=
acl_common.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack=
-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prot=
otypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef =
-Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__  -Wmissing-include-dir=
s -fdiagnostics-show-option  -Wno-unknown-pragmas  -Wno-error-tautological-=
compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-u=
nused-function  -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wn=
o-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-=
parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wn=
o-unused -Wno-inline -Wno-switch -Wno-pointer-arith    -std=3Diso9899:1999 =
-include /usr/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -c /usr/sr=
c/sys/cddl/contrib/opensolaris/common/acl/acl_common.c -o acl_common.o
--- trim_map.o ---
ctfconvert -L VERSION -g trim_map.o
--- nsphyter.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.nsphyter.o -MTnsphyter.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_k=
printf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -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 -Werror  /usr/src/sys/de=
v/mii/nsphyter.c
--- pnaphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.pnaphy.o -MTpnaphy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/pnaphy.c
--- modules-all ---
--- acl_common.o ---
ctfconvert -L VERSION -g acl_common.o
--- qsphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.qsphy.o -MTqsphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
qsphy.c
--- pnaphy.o ---
ctfconvert -L VERSION -g pnaphy.o
--- rdcphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.rdcphy.o -MTrdcphy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/rdcphy.c
--- nsphyter.o ---
ctfconvert -L VERSION -g nsphyter.o
--- rgephy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.rgephy.o -MTrgephy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/rgephy.c
--- qsphy.o ---
ctfconvert -L VERSION -g qsphy.o
--- rlphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.rlphy.o -MTrlphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
rlphy.c
--- rdcphy.o ---
ctfconvert -L VERSION -g rdcphy.o
--- smcphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.smcphy.o -MTsmcphy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/smcphy.c
--- rlphy.o ---
ctfconvert -L VERSION -g rlphy.o
--- smscphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.smscphy.o -MTsmscphy.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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/=
mii/smscphy.c
--- smcphy.o ---
ctfconvert -L VERSION -g smcphy.o
--- rgephy.o ---
ctfconvert -L VERSION -g rgephy.o
--- tdkphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.tdkphy.o -MTtdkphy.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mi=
i/tdkphy.c
--- tlphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.tlphy.o -MTtlphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
tlphy.c
--- smscphy.o ---
ctfconvert -L VERSION -g smscphy.o
--- truephy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.truephy.o -MTtruephy.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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/=
mii/truephy.c
--- tdkphy.o ---
ctfconvert -L VERSION -g tdkphy.o
--- ukphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ukphy.o -MTukphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
ukphy.c
--- tlphy.o ---
ctfconvert -L VERSION -g tlphy.o
--- ukphy_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ukphy_subr.o -MTukphy_subr.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 -Werror  /usr/src/sy=
s/dev/mii/ukphy_subr.c
--- ukphy.o ---
ctfconvert -L VERSION -g ukphy.o
--- xmphy.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.xmphy.o -MTxmphy.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mii/=
xmphy.c
--- truephy.o ---
ctfconvert -L VERSION -g truephy.o
--- mmc.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.mmc.o -MTmmc.o -mgeneral-regs-only -ffixed-x18 -ffreesta=
nding -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  -Wn=
o-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 -Werror  /usr/src/sys/dev/mmc/mmc.=
c
--- ukphy_subr.o ---
ctfconvert -L VERSION -g ukphy_subr.o
--- mmcbr_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/mmc/mmcbr_if.m -c=
 ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/=
usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HE=
ADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-p=
ointer -MD  -MF.depend.mmcbr_if.o -MTmmcbr_if.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 -Werror  mmcbr_if.c
ctfconvert -L VERSION -g mmcbr_if.o
--- mmcbus_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/mmc/mmcbus_if.m -=
c ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I=
/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_H=
EADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-=
pointer -MD  -MF.depend.mmcbus_if.o -MTmmcbus_if.o -mgeneral-regs-only -ffi=
xed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__fr=
eebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unk=
nown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-e=
rror-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-si=
gn -Wno-error-shift-negative-value    -std=3Diso9899:1999 -Werror  mmcbus_i=
f.c
--- xmphy.o ---
ctfconvert -L VERSION -g xmphy.o
--- mmcsd.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.mmcsd.o -MTmmcsd.o -mgeneral-regs-only -ffixed-x18 -ffre=
estanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnes=
ted-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 =
 -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parenthe=
ses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error=
-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/mmc/=
mmcsd.c
--- mmcbus_if.o ---
ctfconvert -L VERSION -g mmcbus_if.o
--- if_msk.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.if_msk.o -MTif_msk.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/ms=
k/if_msk.c
--- mmcsd.o ---
ctfconvert -L VERSION -g mmcsd.o
--- null.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.null.o -MTnull.o -mgeneral-regs-only -ffixed-x18 -ffrees=
tanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wneste=
d-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-parenthese=
s-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-error-s=
hift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/null/n=
ull.c
--- modules-all ---
--- zfs_vnops.o ---
ctfconvert -L VERSION -g zfs_vnops.o
--- null.o ---
ctfconvert -L VERSION -g null.o
--- ofw_bus_if.o ---
--- modules-all ---
--- zfs.kld ---
--- ofw_bus_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ofw/ofw_bus_if.m =
-c ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -=
I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_=
HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame=
-pointer -MD  -MF.depend.ofw_bus_if.o -MTofw_bus_if.o -mgeneral-regs-only -=
ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredun=
dant-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-=
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 -Werror  ofw_b=
us_if.c
--- modules-all ---
/usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o zfs.kld acl_comm=
on.o avl.o opensolaris_nvpair.o opensolaris_nvpair_alloc_fixed.o opensolari=
s_fnvpair.o u8_textprep.o opensolaris_acl.o opensolaris_dtrace.o opensolari=
s_kobj.o opensolaris_kstat.o opensolaris_lookup.o opensolaris_policy.o open=
solaris_string.o opensolaris_sysevent.o opensolaris_taskq.o opensolaris_uio=
.o opensolaris_vfs.o opensolaris_vm.o opensolaris_zone.o opensolaris_atomic=
.o gfs.o vnode.o callb.o fm.o list.o nvpair_alloc_system.o adler32.o openso=
laris_crc32.o deflate.o inffast.o inflate.o inftrees.o trees.o zmod.o zmod_=
subr.o zutil.o sha256c.o sha512c.o arc.o bplist.o blkptr.o bpobj.o bptree.o=
 bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_object.o d=
mu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_bookmark.o dsl=
_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_synctask.o=
 dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zfeature.o g=
zip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o rrwlock.o=
 sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_misc.o spa=
ce_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_cache.o vde=
v_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o vdev_raidz.=
o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_debug.o zfs_f=
m.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zio_compress=
.o zio_inject.o zle.o zrlock.o zfeature_common.o zfs_comutil.o zfs_deleg.o =
zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_common.o zfs_a=
cl.o zfs_ctldir.o zfs_dir.o zfs_ioctl.o zfs_ioctl_compat.o zfs_log.o zfs_on=
exit.o zfs_replay.o zfs_rlock.o zfs_vfsops.o zfs_vnops.o zvol.o vdev_geom.o=
 trim_map.o
--- ofw_bus_if.o ---
ctfconvert -L VERSION -g ofw_bus_if.o
--- ofw_bus_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ofw_bus_subr.o -MTofw_bus_subr.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 -Werror  /usr/sr=
c/sys/dev/ofw/ofw_bus_subr.c
--- modules-all ---
ctfmerge -L VERSION -g -o zfs.kld acl_common.o avl.o opensolaris_nvpair.o o=
pensolaris_nvpair_alloc_fixed.o opensolaris_fnvpair.o u8_textprep.o opensol=
aris_acl.o opensolaris_dtrace.o opensolaris_kobj.o opensolaris_kstat.o open=
solaris_lookup.o opensolaris_policy.o opensolaris_string.o opensolaris_syse=
vent.o opensolaris_taskq.o opensolaris_uio.o opensolaris_vfs.o opensolaris_=
vm.o opensolaris_zone.o opensolaris_atomic.o gfs.o vnode.o callb.o fm.o lis=
t.o nvpair_alloc_system.o adler32.o opensolaris_crc32.o deflate.o inffast.o=
 inflate.o inftrees.o trees.o zmod.o zmod_subr.o zutil.o sha256c.o sha512c.=
o arc.o bplist.o blkptr.o bpobj.o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o =
dmu.o dmu_diff.o dmu_send.o dmu_object.o dmu_objset.o dmu_traverse.o dmu_tx=
.o dnode.o dnode_sync.o dsl_bookmark.o dsl_dir.o dsl_dataset.o dsl_deadlist=
.o dsl_destroy.o dsl_pool.o dsl_synctask.o dsl_userhold.o dmu_zfetch.o dsl_=
deleg.o dsl_prop.o dsl_scan.o zfeature.o gzip.o lz4.o lzjb.o metaslab.o mul=
tilist.o range_tree.o refcount.o rrwlock.o sa.o sha256.o spa.o spa_config.o=
 spa_errlog.o spa_history.o spa_misc.o space_map.o space_reftree.o txg.o ub=
erblock.o unique.o vdev.o vdev_cache.o vdev_file.o vdev_label.o vdev_mirror=
.o vdev_missing.o vdev_queue.o vdev_raidz.o vdev_root.o zap.o zap_leaf.o za=
p_micro.o zfs_byteswap.o zfs_debug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode=
.o zil.o zio.o zio_checksum.o zio_compress.o zio_inject.o zle.o zrlock.o zf=
eature_common.o zfs_comutil.o zfs_deleg.o zfs_fletcher.o zfs_namecheck.o zf=
s_prop.o zpool_prop.o zprop_common.o zfs_acl.o zfs_ctldir.o zfs_dir.o zfs_i=
octl.o zfs_ioctl_compat.o zfs_log.o zfs_onexit.o zfs_replay.o zfs_rlock.o z=
fs_vfsops.o zfs_vnops.o zvol.o vdev_geom.o trim_map.o
--- ofw_bus_subr.o ---
ctfconvert -L VERSION -g ofw_bus_subr.o
--- ofw_fdt.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ofw_fdt.o -MTofw_fdt.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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/=
ofw/ofw_fdt.c
--- mmc.o ---
ctfconvert -L VERSION -g mmc.o
--- ofw_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/ofw/ofw_if.m -c ;=
  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/us=
r/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEAD=
ERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-poi=
nter -MD  -MF.depend.ofw_if.o -MTofw_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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  ofw_if.c
ctfconvert -L VERSION -g ofw_if.o
--- ofw_subr.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ofw_subr.o -MTofw_subr.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_k=
printf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -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 -Werror  /usr/src/sys/de=
v/ofw/ofw_subr.c
--- ofw_fdt.o ---
ctfconvert -L VERSION -g ofw_fdt.o
--- ofwbus.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ofwbus.o -MTofwbus.o -mgeneral-regs-only -ffixed-x18 -ff=
reestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wn=
ested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wi=
nline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragma=
s  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parent=
heses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-err=
or-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/of=
w/ofwbus.c
--- ofw_subr.o ---
ctfconvert -L VERSION -g ofw_subr.o
--- openfirm.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.openfirm.o -MTopenfirm.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_k=
printf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pr=
agmas  -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 -Werror  /usr/src/sys/de=
v/ofw/openfirm.c
--- ofwbus.o ---
ctfconvert -L VERSION -g ofwbus.o
--- openfirmio.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.openfirmio.o -MTopenfirmio.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 -Werror  /usr/src/sy=
s/dev/ofw/openfirmio.c
ctfconvert -L VERSION -g openfirmio.o
--- card_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/card_if.m =
-c ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -=
I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_=
HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame=
-pointer -MD  -MF.depend.card_if.o -MTcard_if.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 -Werror  card_if.c
ctfconvert -L VERSION -g card_if.o
--- power_if.o ---
--- openfirm.o ---
ctfconvert -L VERSION -g openfirm.o
--- fixup_pci.o ---
--- power_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pccard/power_if.m=
 -c ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. =
-I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION=
_HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-fram=
e-pointer -MD  -MF.depend.power_if.o -MTpower_if.o -mgeneral-regs-only -ffi=
xed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundan=
t-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointe=
r-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -D__printf__=3D__fr=
eebsd_kprintf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unk=
nown-pragmas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-e=
rror-parentheses-equality -Wno-error-unused-function  -Wno-error-pointer-si=
gn -Wno-error-shift-negative-value    -std=3Diso9899:1999 -Werror  power_if=
.c
--- fixup_pci.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.fixup_pci.o -MTfixup_pci.o -mgeneral-regs-only -ffixed-x=
18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec=
ls -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-=
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 -Werror  /usr/src/sys/=
dev/pci/fixup_pci.c
--- power_if.o ---
ctfconvert -L VERSION -g power_if.o
--- hostb_pci.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.hostb_pci.o -MThostb_pci.o -mgeneral-regs-only -ffixed-x=
18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-dec=
ls -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-=
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 -Werror  /usr/src/sys/=
dev/pci/hostb_pci.c
--- fixup_pci.o ---
ctfconvert -L VERSION -g fixup_pci.o
--- ignore_pci.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.ignore_pci.o -MTignore_pci.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 -Werror  /usr/src/sy=
s/dev/pci/ignore_pci.c
--- hostb_pci.o ---
ctfconvert -L VERSION -g hostb_pci.o
--- ignore_pci.o ---
ctfconvert -L VERSION -g ignore_pci.o
--- pci.o ---
--- pci_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_if.m -c ;=
  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/us=
r/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEAD=
ERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-poi=
nter -MD  -MF.depend.pci_if.o -MTpci_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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  pci_if.c
--- pci.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.pci.o -MTpci.o -mgeneral-regs-only -ffixed-x18 -ffreesta=
nding -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  -Wn=
o-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 -Werror  /usr/src/sys/dev/pci/pci.=
c
--- modules-all ---
:> export_syms
awk -f /usr/src/sys/conf/kmod_syms.awk zfs.kld  export_syms | xargs -J% /us=
r/local/aarch64-freebsd/bin/objcopy % zfs.kld
--- if_msk.o ---
ctfconvert -L VERSION -g if_msk.o
--- pci_iov.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.pci_iov.o -MTpci_iov.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_kpr=
intf__  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-prag=
mas  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-pare=
ntheses-equality -Wno-error-unused-function  -Wno-error-pointer-sign -Wno-e=
rror-shift-negative-value    -std=3Diso9899:1999 -Werror  /usr/src/sys/dev/=
pci/pci_iov.c
--- pci_if.o ---
ctfconvert -L VERSION -g pci_if.o
--- pci_iov_if.o ---
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/pci/pci_iov_if.m =
-c ;  cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -=
I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_=
HEADERS -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame=
-pointer -MD  -MF.depend.pci_iov_if.o -MTpci_iov_if.o -mgeneral-regs-only -=
ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredun=
dant-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-=
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 -Werror  pci_i=
ov_if.c
--- modules-all ---
--- zfs.ko.full ---
/usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o zfs.ko.ful=
l acl_common.o avl.o opensolaris_nvpair.o opensolaris_nvpair_alloc_fixed.o =
opensolaris_fnvpair.o u8_textprep.o opensolaris_acl.o opensolaris_dtrace.o =
opensolaris_kobj.o opensolaris_kstat.o opensolaris_lookup.o opensolaris_pol=
icy.o opensolaris_string.o opensolaris_sysevent.o opensolaris_taskq.o opens=
olaris_uio.o opensolaris_vfs.o opensolaris_vm.o opensolaris_zone.o opensola=
ris_atomic.o gfs.o vnode.o callb.o fm.o list.o nvpair_alloc_system.o adler3=
2.o opensolaris_crc32.o deflate.o inffast.o inflate.o inftrees.o trees.o zm=
od.o zmod_subr.o zutil.o sha256c.o sha512c.o arc.o bplist.o blkptr.o bpobj.=
o bptree.o bqueue.o dbuf.o ddt.o ddt_zap.o dmu.o dmu_diff.o dmu_send.o dmu_=
object.o dmu_objset.o dmu_traverse.o dmu_tx.o dnode.o dnode_sync.o dsl_book=
mark.o dsl_dir.o dsl_dataset.o dsl_deadlist.o dsl_destroy.o dsl_pool.o dsl_=
synctask.o dsl_userhold.o dmu_zfetch.o dsl_deleg.o dsl_prop.o dsl_scan.o zf=
eature.o gzip.o lz4.o lzjb.o metaslab.o multilist.o range_tree.o refcount.o=
 rrwlock.o sa.o sha256.o spa.o spa_config.o spa_errlog.o spa_history.o spa_=
misc.o space_map.o space_reftree.o txg.o uberblock.o unique.o vdev.o vdev_c=
ache.o vdev_file.o vdev_label.o vdev_mirror.o vdev_missing.o vdev_queue.o v=
dev_raidz.o vdev_root.o zap.o zap_leaf.o zap_micro.o zfs_byteswap.o zfs_deb=
ug.o zfs_fm.o zfs_fuid.o zfs_sa.o zfs_znode.o zil.o zio.o zio_checksum.o zi=
o_compress.o zio_inject.o zle.o zrlock.o zfeature_common.o zfs_comutil.o zf=
s_deleg.o zfs_fletcher.o zfs_namecheck.o zfs_prop.o zpool_prop.o zprop_comm=
on.o zfs_acl.o zfs_ctldir.o zfs_dir.o zfs_ioctl.o zfs_ioctl_compat.o zfs_lo=
g.o zfs_onexit.o zfs_replay.o zfs_rlock.o zfs_vfsops.o zfs_vnops.o zvol.o v=
dev_geom.o trim_map.o
--- pci_iov_if.o ---
ctfconvert -L VERSION -g pci_iov_if.o
--- pci_iov_schema.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe  -g -nostdinc  -I. -I/usr/=
src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADER=
S -include opt_global.h  -fno-omit-frame-pointer -mno-omit-leaf-frame-point=
er -MD  -MF.depend.pci_iov_schema.o -MTpci_iov_schema.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 -Werror  /=
usr/src/sys/dev/pci/pci_iov_schema.c
--- pci.o ---
/usr/src/sys/dev/pci/pci.c:4153:2: error: use of undeclared identifier 'sc'
        sc =3D device_get_softc(dev);
        ^
1 error generated.
*** [pci.o] Error code 1

bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC
--- pci_iov_schema.o ---
ctfconvert -L VERSION -g pci_iov_schema.o
--- modules-all ---
A failure has been detected in another branch of the parallel make

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

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

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
--- pci_iov.o ---
ctfconvert -L VERSION -g pci_iov.o
2 errors

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/hudson1500484078149393563.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::104: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?152383543.12.1461783749283.JavaMail.jenkins>