Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 08:49:09 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        sgalabov@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #2480 - Failure
Message-ID:  <1065824219.163.1456735751695.JavaMail.jenkins@jenkins-9.freebsd.org>

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

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

Change summaries:

296183 by sgalabov:
This review aims at introducing ubldr (loader with U-Boot interface) for MIPS
(32 and 64-bit, LE and BE).
The changes were tested with QEMU's 'mips' target.

Most of the implementation was lifted from the ARM version, the appropriate
MIPS-specific things were implemented.

With these changes I am able to go all the way through the u-boot->ubldr->kernel
boot chain in QEMU on all combinations of bit-ness and endian-ness.

For the tests I've used FAT32 disk images (as FAT32 is supported by U-boot),
which include /boot/kernel/kernel and /boot/kernel/ubldr.bin

In U-boot I do:
fatload ide 0 <LOAD_ADDR> /boot/kernel/ubldr.bin; go <LOAD_ADDR>
where LOAD_ADDR is 80800000 for 32-bit and ffffffff80800000 for 64-bit

Then it's the usual ubldr that takes over and loads and starts a kernel.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D5313

296182 by sgalabov:
These changes attempt to put things in order before the introduction of MIPS
ubldr.

The changes are mostly dealing with removing unnecessary casts from the U-Boot
API (we're passing only pointers, no obvious reason to cast them to uint32_t),
cleaning up some compiler warnings and using the proper printf format
specifiers in order to be able to compile cleanly for both 32-bit and 64-bit
MIPS targets.

Reviewed by:	imp
Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D5312



The end of the build log:

[...truncated 114271 lines...]
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -I/usr/src/sys/boot/ficl -I/usr/src/sys/boot/ficl/aarch64  -I/usr/src/sys/boot/ficl/../common -c /usr/src/sys/boot/ficl/aarch64/sysdep.c -o sysdep.o
--- all_subdir_secure ---
--- evp_acnf.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_acnf.c -o evp_acnf.po
--- all_subdir_share ---
--- kk_Cyrl_KZ.UTF-8.LC_COLLATE ---
localedef -D -U -i /usr/src/share/colldef/kk_Cyrl_KZ.UTF-8.src  -f /usr/src/share/colldef/../../tools/tools/locale/etc/final-maps/map.UTF-8 /usr/obj/arm64.aarch64/usr/src/share/colldef/kk_Cyrl_KZ.UTF-8
--- all_subdir_sys ---
--- softcore.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -I/usr/src/sys/boot/ficl -I/usr/src/sys/boot/ficl/aarch64  -I/usr/src/sys/boot/ficl/../common -c softcore.c -o softcore.o
--- libficl.a ---
--- all_subdir_secure ---
--- evp_cnf.po ---
--- all_subdir_sys ---
building static ficl library
--- all_subdir_secure ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_cnf.c -o evp_cnf.po
--- all_subdir_sys ---
/usr/local/aarch64-freebsd/bin/ar -crD libficl.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder dict.o ficl.o fileaccess.o float.o loader.o math64.o prefix.o search.o stack.o tools.o vm.o words.o sysdep.o softcore.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libficl.a
===> sys/boot/forth (all)
--- beastie.4th.8.gz ---
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
===> 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
--- all_subdir_secure ---
--- evp_enc.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_enc.c -o evp_enc.po
--- all_subdir_sys ---
===> 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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt.c -o fdt.o
--- 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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c -o fdt_ro.o
--- all_subdir_secure ---
--- evp_err.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_err.c -o evp_err.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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c -o fdt_wip.o
--- 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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c -o fdt_sw.o
--- all_subdir_secure ---
--- evp_key.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_key.c -o evp_key.po
--- all_subdir_sys ---
--- 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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c -o fdt_rw.o
--- all_subdir_secure ---
--- evp_lib.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_lib.c -o evp_lib.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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_strerror.c -o fdt_strerror.o
--- 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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/../../contrib/libfdt//fdt_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 -Wformat -Wall -ffreestanding -Wformat  -msoft-float -D_STANDALONE -mgeneral-regs-only   -std=gnu99     -Qunused-arguments -c /usr/src/sys/boot/fdt/fdt_loader_cmd.c -o fdt_loader_cmd.o
--- all_subdir_secure ---
--- evp_pbe.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_pbe.c -o evp_pbe.po
--- all_subdir_share ---
--- ko_KR.UTF-8.LC_COLLATE ---
localedef -D -U -i /usr/src/share/colldef/ko_KR.UTF-8.src  -f /usr/src/share/colldef/../../tools/tools/locale/etc/final-maps/map.UTF-8 /usr/obj/arm64.aarch64/usr/src/share/colldef/ko_KR.UTF-8
--- all_subdir_secure ---
--- evp_pkey.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp_pkey.c -o evp_pkey.po
--- all_subdir_sys ---
--- libfdt.a ---
building static fdt library
/usr/local/aarch64-freebsd/bin/ar -crD libfdt.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' 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  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libfdt.a
===> sys/boot/efi (all)
--- all ---
===> sys/boot/efi/fdt (all)
--- all_subdir_secure ---
--- m_dss.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_dss.c -o m_dss.po
--- all_subdir_sys ---
--- efi_fdt.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -ffreestanding -msoft-float -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/../include/arm64 -I/usr/src/sys/boot/efi/fdt/../../fdt -I/usr/src/sys/boot/efi/fdt/../../common -I/usr/src/sys/boot/efi/fdt/../../.. -I. -ffreestanding -Wformat -msoft-float  -std=gnu99  -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -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='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder efi_fdt.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libefi_fdt.a
===> sys/boot/efi/libefi (all)
--- all_subdir_secure ---
--- m_dss1.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_dss1.c -o m_dss1.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/libefi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstand -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=__freebsd_kprintf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -std=gnu99  -Wsystem-headers -Werror -Wall -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-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/sys/boot/efi/libefi/delay.c -o delay.o
--- 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/libefi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstand -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=__freebsd_kprintf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -std=gnu99  -Wsystem-headers -Werror -Wall -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-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/sys/boot/efi/libefi/efi_console.c -o efi_console.o
--- all_subdir_secure ---
--- m_ecdsa.po ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_ecdsa.c -o m_ecdsa.po
--- all_subdir_sys ---
--- efinet.o ---
--- all_subdir_secure ---
--- m_md4.po ---
--- all_subdir_sys ---
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/libefi/../include/arm64 -I/usr/src/sys/boot/efi/libefi/../../../../lib/libstand -I/usr/src/sys/boot/efi/libefi/../../common -D__printf__=__freebsd_kprintf__ -DTERM_EMU   -ffreestanding -Wformat -msoft-float  -std=gnu99  -Wsystem-headers -Werror -Wall -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-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/sys/boot/efi/libefi/efinet.c -o efinet.o
--- all_subdir_secure ---
cc -B/usr/local/aarch64-freebsd/bin/ -pg  -O2 -pipe   -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure/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/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_md4.c -o m_md4.po
--- all_subdir_sys ---
In file included from /usr/src/sys/boot/efi/libefi/efinet.c:39:
/usr/src/sys/boot/efi/libefi/../../common/dev_net.c:114:7: error: unused variable 'temp' [-Werror,-Wunused-variable]
        char temp[FNAME_SIZE];
             ^
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_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
--- 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 ---
--- nv_array_tests ---
A failure has been detected in another branch of the parallel make

make[6]: stopped in /usr/src/lib/libnv/tests
*** [nv_array_tests] Error code 2

make[5]: stopped in /usr/src/lib/libnv/tests
1 error

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

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

make[4]: stopped in /usr/src/lib/libnv
*** [all_subdir_lib/libnv] 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
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/hudson7627354255028544984.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_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?1065824219.163.1456735751695.JavaMail.jenkins>