Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 22:51:21 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        cem@FreeBSD.org, manu@FreeBSD.org, jhb@FreeBSD.org, ed@FreeBSD.org,  truckman@FreeBSD.org, gjb@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #3237 - Still Failing
Message-ID:  <1588579327.23.1464303084737.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <920048843.21.1464293542790.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <920048843.21.1464293542790.JavaMail.jenkins@jenkins-9.freebsd.org>

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

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

Change summaries:

300782 by jhb:
Output the device path description for EFI network devices.

Lookup the DEVICE_PATH for each EFI network device handle and output the
string description using printf with '%S'.  To honor the pager, the newline
at the end of each line is still output with pager_output().

Sponsored by:=09Cisco Systems

300781 by truckman:
Modify BOUND_VAR() macro to wrap all of its arguments in () and tweak
its expression to work on powerpc and sparc64 (gcc compatibility).

Correct a typo in a nearby comment.

MFC after:=092 weeks (with r300779)

300780 by jhb:
Add some routines for working with EFI DEVICE_PATH objects.

- efi_lookup_devpath() uses the DEVICE_PATH_PROTOCOL to obtain the
  DEVICE_PATH for a given EFI handle.
- efi_lookup_image_devpath() uses the LOADED_IMAGE_DEVICE_PATH_PROTOCOL
  to lookup the device path of the device used to load a loaded image.
- efi_devpath_name() uses the DEVICE_PATH_TO_TEXT_PROTOCOL to generate
  a string description of a device path.  The returned string is a CHAR16
  string that can be printed via the recently added '%S' format in
  libstand's printf().  Note that the returned string is returned in
  allocated storage that should be freed by calling
  efi_free_devpath_name().
- efi_devpath_last_node() walks a DEVICE_PATH returning a pointer to the
  final node in the path (not counting the terminating node).  That is,
  it returns a pointer to the last meaninful node in a DEVICE_PATH.
- efi_devpath_trim() generates a new DEVICE_PATH from an existing
  DEVICE_PATH.  The new DEVICE_PATH does not include the last
  non-terminating node in the original path.  If the original DEVICE_PATH
  only contains the terminating node, this function returns NULL.
  The caller is responsible for freeing the returned DEVICE_PATH via
  free().
- efi_devpath_handle() attempts to find a handle that corresponds to a
  given device path.  However, if nodes at the end of the device path do
  not have valid handles associated with them, this function will return
  a handle that matches a node earlier in the device path.  In particular,
  this function returns a handle for the node closest to the end of the
  device path which has a valid handle.

Sponsored by:=09Cisco Systems

300779 by truckman:
Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).

Centre for Advanced Internet Architectures

Implementing AQM in FreeBSD

* Overview <http://caia.swin.edu.au/freebsd/aqm/index.html>;

* Articles, Papers and Presentations
  <http://caia.swin.edu.au/freebsd/aqm/papers.html>;

* Patches and Tools <http://caia.swin.edu.au/freebsd/aqm/downloads.html>;

Overview

Recent years have seen a resurgence of interest in better managing
the depth of bottleneck queues in routers, switches and other places
that get congested. Solutions include transport protocol enhancements
at the end-hosts (such as delay-based or hybrid congestion control
schemes) and active queue management (AQM) schemes applied within
bottleneck queues.

The notion of AQM has been around since at least the late 1990s
(e.g. RFC 2309). In recent years the proliferation of oversized
buffers in all sorts of network devices (aka bufferbloat) has
stimulated keen community interest in four new AQM schemes -- CoDel,
FQ-CoDel, PIE and FQ-PIE.

The IETF AQM working group is looking to document these schemes,
and independent implementations are a corner-stone of the IETF's
process for confirming the clarity of publicly available protocol
descriptions. While significant development work on all three schemes
has occured in the Linux kernel, there is very little in FreeBSD.

Project Goals

This project began in late 2015, and aims to design and implement
functionally-correct versions of CoDel, FQ-CoDel, PIE and FQ_PIE
in FreeBSD (with code BSD-licensed as much as practical). We have
chosen to do this as extensions to FreeBSD's ipfw/dummynet firewall
and traffic shaper. Implementation of these AQM schemes in FreeBSD
will:
* Demonstrate whether the publicly available documentation is
  sufficient to enable independent, functionally equivalent implementations

* Provide a broader suite of AQM options for sections the networking
  community that rely on FreeBSD platforms

Program Members:

* Rasool Al Saadi (developer)

* Grenville Armitage (project lead)

Acknowledgements:

This project has been made possible in part by a gift from the
Comcast Innovation Fund.

Submitted by:=09Rasool Al-Saadi <ralsaadi@swin.edu.au>
X-No objection:=09core
MFC after:=092 weeks
Differential Revision:=09https://reviews.freebsd.org/D6388

300777 by manu:
Add support for interrupts, sensors and GPIO for AXP209 PMIC.
Pressing the PEK (power enable key) will shutdown the board.
Some events are reported to devd via system "PMU" and subsystem
"Battery", "AC" and "USB" such as connected/disconnected.
Some sensors values (power source voltage/current) are reported via
sysctl (dev.axp209_pmu.X.)
It also expose a gpioc node usable in kernel and userland. Only 3 of
the 4 GPIO are exposed (The GPIO3 is different and mostly unused on
boards). Most popular boards uses GPIO1 as a sense pin for OTG power.
Add a dtsi file that adds gpio-controller capability to the device as
upstream doesn't defined it and include it in our custom DTS.

Reviewed by:=09jmcneill
Approved by:=09cognet (mentor)
Differential Revision:=09https://reviews.freebsd.org/D6135

300776 by gjb:
Remove vestigial cloudware-install bits missed in r300767.

Sponsored by:=09The FreeBSD Foundation

300775 by ed:
Let l64a() properly null terminate its result.

Though the buffer used by l64a() is initialized with null bytes,
repetetive calls may end up having trailing garbage of previous
invocations because we don't end up terminating the string.

Instead of importing NetBSD's fix, use this opportunity to simplify this
function dramatically, for example by just storing the Base64 character
set in a string. There is also no need to do the bitmasking, as we can
just use the proper integer type from <stdint.h>.

MFC after:=091 month
Differential Revision:=09https://reviews.freebsd.org/D6511

300774 by cem:
Ifndef KERNEL the userspace-only routines in sys/md[45].h

A follow-up to r300773.  Nothing in the kernel uses those definitions, but
apparently libmd includes the sys/md45 headers.  Fix the build.

Reported by:=09gjb
Pointy-hat:=09cem
Sponsored by:=09EMC / Isilon Storage Division



The end of the build log:

[...truncated 102782 lines...]
gzip -cn /usr/src/sys/boot/forth/beastie.4th.8 > beastie.4th.8.gz
--- brand.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/brand.4th.8 > brand.4th.8.gz
--- check-password.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/check-password.4th.8 > check-password.4th.=
8.gz
--- color.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/color.4th.8 > color.4th.8.gz
--- delay.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/delay.4th.8 > delay.4th.8.gz
--- loader.conf.5.gz ---
gzip -cn /usr/src/sys/boot/forth/loader.conf.5 > loader.conf.5.gz
--- loader.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/loader.4th.8 > loader.4th.8.gz
--- menu.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/menu.4th.8 > menu.4th.8.gz
--- menusets.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/menusets.4th.8 > menusets.4th.8.gz
--- version.4th.8.gz ---
gzip -cn /usr/src/sys/boot/forth/version.4th.8 > version.4th.8.gz
=3D=3D=3D> sys/boot/common (all)
--- loader.8.gz ---
gzip -cn /usr/src/sys/boot/common/loader.8 > loader.8.gz
--- zfsloader.8.gz ---
gzip -cn /usr/src/sys/boot/common/zfsloader.8 > zfsloader.8.gz
=3D=3D=3D> sys/boot/fdt (all)
--- fdt.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt.o -MTfdt.o -std=3Dgnu99     -Qunused-argumen=
ts  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt.c -o fdt.o
--- all_subdir_secure ---
--- tb_dsa.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_dsa.po -MTtb_dsa.po -std=3Dgnu89 -fstack-protector-strong -Wno-poin=
ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W=
no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un=
used-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -W=
no-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-argum=
ents  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engin=
e/tb_dsa.c -o tb_dsa.po
--- all_subdir_lib ---
--- cc_conn.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_co=
nn.po -MTcc_conn.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri=
ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi=
nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointe=
r-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/sr=
c/lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_conn.c -o cc_conn.po
--- all_subdir_sys ---
--- fdt_ro.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_ro.o -MTfdt_ro.o -std=3Dgnu99     -Qunused-a=
rguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c -o fdt_ro=
.o
--- all_subdir_secure ---
--- tb_ecdh.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_ecdh.po -MTtb_ecdh.po -std=3Dgnu89 -fstack-protector-strong -Wno-po=
inter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-=
unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch =
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arg=
uments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/eng=
ine/tb_ecdh.c -o tb_ecdh.po
--- all_subdir_sys ---
--- fdt_wip.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_wip.o -MTfdt_wip.o -std=3Dgnu99     -Qunused=
-arguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c -o fdt=
_wip.o
--- all_subdir_secure ---
--- tb_ecdsa.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_ecdsa.po -MTtb_ecdsa.po -std=3Dgnu89 -fstack-protector-strong -Wno-=
pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl=
e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn=
o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switc=
h -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-a=
rguments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/e=
ngine/tb_ecdsa.c -o tb_ecdsa.po
--- all_subdir_sys ---
--- fdt_sw.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_sw.o -MTfdt_sw.o -std=3Dgnu99     -Qunused-a=
rguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c -o fdt_sw=
.o
--- fdt_rw.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_rw.o -MTfdt_rw.o -std=3Dgnu99     -Qunused-a=
rguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c -o fdt_rw=
.o
--- all_subdir_secure ---
--- tb_pkmeth.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_pkmeth.po -MTtb_pkmeth.po -std=3Dgnu89 -fstack-protector-strong -Wn=
o-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-varia=
ble -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -=
Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-swi=
tch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused=
-arguments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto=
/engine/tb_pkmeth.c -o tb_pkmeth.po
--- all_subdir_lib ---
--- cc_user.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_us=
er.po -MTcc_user.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri=
ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi=
nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointe=
r-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/sr=
c/lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_user.c -o cc_user.po
--- all_subdir_sys ---
--- fdt_strerror.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_strerror.o -MTfdt_strerror.o -std=3Dgnu99   =
  -Qunused-arguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_st=
rerror.c -o fdt_strerror.o
--- all_subdir_secure ---
--- tb_rand.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_rand.po -MTtb_rand.po -std=3Dgnu89 -fstack-protector-strong -Wno-po=
inter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-=
unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch =
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arg=
uments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/eng=
ine/tb_rand.c -o tb_rand.po
--- all_subdir_sys ---
--- fdt_empty_tree.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_empty_tree.o -MTfdt_empty_tree.o -std=3Dgnu9=
9     -Qunused-arguments  -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fd=
t_empty_tree.c -o fdt_empty_tree.o
--- fdt_loader_cmd.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_loader_cmd.o -MTfdt_loader_cmd.o -std=3Dgnu9=
9     -Qunused-arguments  -c /usr/src/sys/boot/fdt/fdt_loader_cmd.c -o fdt_=
loader_cmd.o
--- all_subdir_share ---
--- es_MX.UTF-8.LC_COLLATE ---
localedef -D -U -i /usr/src/share/colldef/es_MX.UTF-8.src  -f /usr/src/shar=
e/colldef/../../tools/tools/locale/etc/final-maps/map.UTF-8 /usr/obj/arm64.=
aarch64/usr/src/share/colldef/es_MX.UTF-8
--- all_subdir_secure ---
--- tb_rsa.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_rsa.po -MTtb_rsa.po -std=3Dgnu89 -fstack-protector-strong -Wno-poin=
ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W=
no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un=
used-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -W=
no-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-argum=
ents  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engin=
e/tb_rsa.c -o tb_rsa.po
--- tb_store.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.tb_store.po -MTtb_store.po -std=3Dgnu89 -fstack-protector-strong -Wno-=
pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variabl=
e -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wn=
o-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switc=
h -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-a=
rguments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/e=
ngine/tb_store.c -o tb_store.po
--- all_subdir_lib ---
--- cc_sig.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_si=
g.po -MTcc_sig.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W=
error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W=
missing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-string=
s -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winl=
ine -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-=
sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-s=
tring-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/=
lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_sig.c -o cc_sig.po
--- all_subdir_secure ---
--- err.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.err.po -MTerr.po -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-si=
gn -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tau=
tological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-f=
unction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swi=
tch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  =
-c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/err/err.c -=
o err.po
--- all_subdir_sys ---
--- fdt_overlay.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -I/usr/src/sys/boot/fdt/../=
../contrib/libfdt/ -I/usr/src/sys/boot/fdt/../common/ -ffreestanding -Wform=
at -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs=
-only   -MD -MP -MF.depend.fdt_overlay.o -MTfdt_overlay.o -std=3Dgnu99     =
-Qunused-arguments  -c /usr/src/sys/boot/fdt/fdt_overlay.c -o fdt_overlay.o
--- all_subdir_lib ---
--- cc_data.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_da=
ta.po -MTcc_data.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri=
ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi=
nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointe=
r-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/sr=
c/lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_data.c -o cc_data.po
--- all_subdir_sys ---
--- libfdt.a ---
building static fdt library
/usr/local/aarch64-freebsd/bin/ar -crD libfdt.a `NM=3D'/usr/local/aarch64-f=
reebsd/bin/nm' NMFLAGS=3D'' lorder fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw=
.o fdt_strerror.o fdt_empty_tree.o fdt_loader_cmd.o fdt_overlay.o  | tsort =
-q`=20
/usr/local/aarch64-freebsd/bin/ranlib -D libfdt.a
--- all_subdir_lib ---
--- cc_port.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_po=
rt.po -MTcc_port.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri=
ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi=
nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointe=
r-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/sr=
c/lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_port.c -o cc_port.po
--- all_subdir_sys ---
=3D=3D=3D> sys/boot/efi (all)
--- all ---
=3D=3D=3D> sys/boot/efi/fdt (all)
--- machine ---
ln -sf /usr/src/sys/boot/efi/fdt/../../../arm64/include machine
--- efi_fdt.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -ffreestanding -msoft-flo=
at -mgeneral-regs-only -I/usr/src/sys/boot/efi/fdt/../../../../lib/libstand=
/ -I/usr/src/sys/boot/efi/fdt/../include -I/usr/src/sys/boot/efi/fdt/../inc=
lude/arm64 -I/usr/src/sys/boot/efi/fdt/../../fdt -I/usr/src/sys/boot/efi/fd=
t/../../common -I/usr/src/sys/boot/efi/fdt/../../.. -I. -ffreestanding -Wfo=
rmat -msoft-float  -MD -MP -MF.depend.efi_fdt.o -MTefi_fdt.o -std=3Dgnu99  =
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-=
qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wch=
ar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defin=
ition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wn=
o-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-argu=
ments  -c /usr/src/sys/boot/efi/fdt/efi_fdt.c -o efi_fdt.o
--- libefi_fdt.a ---
building static efi_fdt library
/usr/local/aarch64-freebsd/bin/ar -crD libefi_fdt.a `NM=3D'/usr/local/aarch=
64-freebsd/bin/nm' NMFLAGS=3D'' lorder efi_fdt.o  | tsort -q`=20
/usr/local/aarch64-freebsd/bin/ranlib -D libefi_fdt.a
=3D=3D=3D> sys/boot/efi/libefi (all)
--- all_subdir_secure ---
--- err_all.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.err_all.po -MTerr_all.po -std=3Dgnu89 -fstack-protector-strong -Wno-po=
inter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-=
unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch =
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arg=
uments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/err=
/err_all.c -o err_all.po
--- all_subdir_sys ---
--- delay.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -msoft-float -mgeneral-regs=
-only -I/usr/src/sys/boot/efi/libefi/../include -I/usr/src/sys/boot/efi/lib=
efi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstan=
d -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=3D__freebsd_kpri=
ntf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -MD -MP -MF.depend=
.delay.o -MTdelay.o -std=3Dgnu99  -Wsystem-headers -Werror -Wall -Wno-forma=
t-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus=
-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value=
 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-u=
nused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-paramete=
r  -Qunused-arguments  -c /usr/src/sys/boot/efi/libefi/delay.c -o delay.o
--- devpath.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -msoft-float -mgeneral-regs=
-only -I/usr/src/sys/boot/efi/libefi/../include -I/usr/src/sys/boot/efi/lib=
efi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstan=
d -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=3D__freebsd_kpri=
ntf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -MD -MP -MF.depend=
.devpath.o -MTdevpath.o -std=3Dgnu99  -Wsystem-headers -Werror -Wall -Wno-f=
ormat-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-=
plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-v=
alue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -W=
no-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-para=
meter  -Qunused-arguments  -c /usr/src/sys/boot/efi/libefi/devpath.c -o dev=
path.o
--- all_subdir_lib ---
--- unisap.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.unisa=
p.po -MTunisap.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W=
error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W=
missing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-string=
s -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winl=
ine -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-=
sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-s=
tring-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/=
lib/libngatm/../../sys/contrib/ngatm/netnatm/api/unisap.c -o unisap.po
--- all_subdir_sys ---
--- efi_console.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -msoft-float -mgeneral-regs=
-only -I/usr/src/sys/boot/efi/libefi/../include -I/usr/src/sys/boot/efi/lib=
efi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstan=
d -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=3D__freebsd_kpri=
ntf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -MD -MP -MF.depend=
.efi_console.o -MTefi_console.o -std=3Dgnu99  -Wsystem-headers -Werror -Wal=
l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-=
unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conve=
rsion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promo=
ted-parameter  -Qunused-arguments  -c /usr/src/sys/boot/efi/libefi/efi_cons=
ole.c -o efi_console.o
--- all_subdir_secure ---
--- err_prn.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.err_prn.po -MTerr_prn.po -std=3Dgnu89 -fstack-protector-strong -Wno-po=
inter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-=
unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch =
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arg=
uments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/err=
/err_prn.c -o err_prn.po
--- all_subdir_lib ---
--- cc_dump.po ---
--- all_subdir_secure ---
--- bio_b64.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib=
/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREAD=
S -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/se=
cure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/=
crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 =
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s=
rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MP -MF.de=
pend.bio_b64.po -MTbio_b64.po -std=3Dgnu89 -fstack-protector-strong -Wno-po=
inter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable =
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-=
unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch =
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arg=
uments  -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp=
/bio_b64.c -o bio_b64.po
--- all_subdir_lib ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe -I/usr/src/lib/libngatm=
/../../sys/contrib/ngatm -I/usr/obj/arm64.aarch64/usr/src/lib/libngatm -I/u=
sr/src/lib/libngatm/../../contrib/ngatm/libngatm   -MD -MP -MF.depend.cc_du=
mp.po -MTcc_dump.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri=
ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wi=
nline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointe=
r-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno=
-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/sr=
c/lib/libngatm/../../sys/contrib/ngatm/netnatm/api/cc_dump.c -o cc_dump.po
--- all_subdir_sys ---
--- efinet.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -msoft-float -mgeneral-regs=
-only -I/usr/src/sys/boot/efi/libefi/../include -I/usr/src/sys/boot/efi/lib=
efi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstan=
d -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=3D__freebsd_kpri=
ntf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -MD -MP -MF.depend=
.efinet.o -MTefinet.o -std=3Dgnu99  -Wsystem-headers -Werror -Wall -Wno-for=
mat-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-pl=
us-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-val=
ue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno=
-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parame=
ter  -Qunused-arguments  -c /usr/src/sys/boot/efi/libefi/efinet.c -o efinet=
.o
--- all_subdir_lib ---
--- libngatm_p.a ---
building profiled ngatm library
/usr/local/aarch64-freebsd/bin/ar -crD libngatm_p.a `NM=3D'/usr/local/aarch=
64-freebsd/bin/nm' NMFLAGS=3D'' lorder unimsg.po unimsg_common.po straddr.p=
o traffic.po uni_ie.po uni_msg.po saal_sscop.po saal_sscfu.po sig_call.po s=
ig_coord.po sig_party.po sig_print.po sig_reset.po sig_uni.po sig_unimsgcpy=
.po sig_verify.po cc_conn.po cc_user.po cc_sig.po cc_data.po cc_port.po uni=
sap.po cc_dump.po  | tsort -q`=20
--- all_subdir_sys ---
/usr/src/sys/boot/efi/libefi/efinet.c:338:21: error: format specifies type =
'wchar_t *' (aka 'unsigned int *') but the argument has type 'CHAR16 *' (ak=
a 'unsigned short *') [-Werror,-Wformat]
                        printf("    %S", text);
                                    ~~   ^~~~
1 error generated.
*** [efinet.o] Error code 1

make[6]: stopped in /usr/src/sys/boot/efi/libefi
1 error

make[6]: stopped in /usr/src/sys/boot/efi/libefi
*** [all] Error code 2

make[5]: stopped in /usr/src/sys/boot/efi
1 error

make[5]: stopped in /usr/src/sys/boot/efi
*** [all] Error code 2

make[4]: stopped in /usr/src/sys/boot
1 error

make[4]: stopped in /usr/src/sys/boot
*** [all] Error code 2

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

make[3]: stopped in /usr/src/sys
*** [all_subdir_sys] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_share ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/share/colldef
*** [all_subdir_share/colldef] Error code 2

make[3]: stopped in /usr/src/share
1 error

make[3]: stopped in /usr/src/share
*** [all_subdir_share] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_lib ---
/usr/local/aarch64-freebsd/bin/ranlib -D libngatm_p.a
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/lib/libngatm
*** [all_subdir_lib/libngatm] Error code 2

make[3]: stopped in /usr/src/lib
1 error

make[3]: stopped in /usr/src/lib
*** [all_subdir_lib] Error code 2

make[2]: stopped in /usr/src
--- all_subdir_secure ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in /usr/src/secure/lib/libcrypto
*** [all] Error code 2

make[4]: stopped in /usr/src/secure/lib
1 error

make[4]: stopped in /usr/src/secure/lib
*** [all_subdir_secure/lib] Error code 2

make[3]: stopped in /usr/src/secure
1 error

make[3]: stopped in /usr/src/secure
*** [all_subdir_secure] Error code 2

make[2]: stopped in /usr/src
4 errors

make[2]: stopped in /usr/src
*** [everything] Error code 2

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

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



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