From owner-freebsd-arm@freebsd.org Tue Aug 9 20:43:34 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF95BB455F for ; Tue, 9 Aug 2016 20:43:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id CFBB019DC; Tue, 9 Aug 2016 20:43:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 67E4C122; Tue, 9 Aug 2016 20:43:34 +0000 (UTC) Date: Tue, 9 Aug 2016 20:43:29 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dumbbell@FreeBSD.org, pfg@FreeBSD.org, jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <45139896.14.1470775414453.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3806 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2016 20:43:35 -0000 FreeBSD_HEAD_arm64 - Build #3806 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3806/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3806/ch= anges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3806/con= sole Change summaries: 303894 by pfg: ancontrol(8): replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after:=091 month 303893 by pfg: libpcap: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after:=091 month 303892 by pfg: sys: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after:=091 month 303891 by pfg: sys/dev: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after:=091 month 303890 by dumbbell: Consistently use `device_t` Several files use the internal name of `struct device` instead of `device_t` which is part of the public API. This patch changes all `struct device *` to `device_t`. The remaining occurrences of `struct device` are those referring to the Linux or OpenBSD version of the structure, or the code is not built on FreeBSD and it's unclear what to do. Submitted by:=09Matthew Macy (previous version) Approved by:=09emaste, jhibbits, sbruno MFC after:=093 days Differential Revision:=09https://reviews.freebsd.org/D7447 303889 by pfg: libc/rpc: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after:=091 month 303887 by jhb: Add a dmardump utility to dump the VT-d context tables. This tool parses the ACPI DMAR table looking for DMA remapping devices. For each device it walks the root table and any context tables referenced to display mapping info for PCI devices. Note that acpidump -t already parses the info in the ACPI DMAR tables directly. This tool examines some of the data structures the DMAR remapping engines use to translate DMA requests. Reviewed by:=09kib, grehan MFC after:=091 month Sponsored by:=09Chelsio Communications Differential Revision:=09https://reviews.freebsd.org/D7444 303886 by jhb: Add additional constants. - Add constants for the fields in the root-entry table address register, namely the root type type (RTT) and root table address (RTA) mask. - Add macros for the bitmask of the domain ID field in the second word of context table entries as well as a helper macro (DMAR_CTX2_GET_DID) to extract the domain ID from a context table entry. Reviewed by:=09kib MFC after:=091 month Sponsored by:=09Chelsio Communications The end of the build log: [...truncated 42830 lines...] cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.strsep_copy.o -MTstrsep= _copy.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/strsep_copy.= c -o strsep_copy.o --- lib/msun__L --- --- libm.so.5.full --- building shared library libm.so.5 cc -B/usr/local/aarch64-freebsd/bin/ -Wl,--version-script=3DVersion.map -f= stack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libm.so.5.full -Wl,-soname,libm.so.5 `NM=3D'/usr/local/aarch= 64-freebsd/bin/nm' NMFLAGS=3D'' lorder b_exp.So b_log.So b_tgamma.So e_acos= .So e_acosf.So e_acosh.So e_acoshf.So e_asin.So e_asinf.So e_atan2.So e_ata= n2f.So e_atanh.So e_atanhf.So e_cosh.So e_coshf.So e_exp.So e_expf.So e_fmo= d.So e_fmodf.So e_gamma.So e_gamma_r.So e_gammaf.So e_gammaf_r.So e_hypot.S= o e_hypotf.So e_j0.So e_j0f.So e_j1.So e_j1f.So e_jn.So e_jnf.So e_lgamma.S= o e_lgamma_r.So e_lgammaf.So e_lgammaf_r.So e_log.So e_log10.So e_log10f.So= e_log2.So e_log2f.So e_logf.So e_pow.So e_powf.So e_rem_pio2.So e_rem_pio2= f.So e_remainder.So e_remainderf.So e_scalb.So e_scalbf.So e_sinh.So e_sinh= f.So e_sqrt.So e_sqrtf.So fenv.So imprecise.So k_cos.So k_cosf.So k_exp.So = k_expf.So k_rem_pio2.So k_sin.So k_sinf.So k_tan.So k_tanf.So s_asinh.So s_= asinhf.So s_atan.So s_atanf.So s_carg.So s_cargf.So s_cargl.So s_cbrt.So s_= cbrtf.So s_ceil.So s_ceilf.So s_copysign.So s_copysignf.So s_cos.So s_cosf.= So s_csqrt.So s_csqrtf.So s_erf.So s_erff.So s_exp2.So s_exp2f.So s_expm1.S= o s_expm1f.So s_fabsf.So s_fdim.So s_finite.So s_finitef.So s_floor.So s_fl= oorf.So s_fma.So s_fmaf.So s_fmax.So s_fmaxf.So s_fmaxl.So s_fmin.So s_fmin= f.So s_fminl.So s_frexp.So s_frexpf.So s_ilogb.So s_ilogbf.So s_ilogbl.So s= _isfinite.So s_isnan.So s_isnormal.So s_llrint.So s_llrintf.So s_llround.So= s_llroundf.So s_llroundl.So s_log1p.So s_log1pf.So s_logb.So s_logbf.So s_= lrint.So s_lrintf.So s_lround.So s_lroundf.So s_lroundl.So s_modff.So s_nan= .So s_nearbyint.So s_nextafter.So s_nextafterf.So s_nexttowardf.So s_remquo= .So s_remquof.So s_rint.So s_rintf.So s_round.So s_roundf.So s_scalbln.So s= _scalbn.So s_scalbnf.So s_signbit.So s_signgam.So s_significand.So s_signif= icandf.So s_sin.So s_sinf.So s_tan.So s_tanf.So s_tanh.So s_tanhf.So s_tgam= maf.So s_trunc.So s_truncf.So w_cabs.So w_cabsf.So w_drem.So w_dremf.So s_c= opysignl.So s_fabsl.So s_llrintl.So s_lrintl.So s_modfl.So e_acoshl.So e_ac= osl.So e_asinl.So e_atan2l.So e_atanhl.So e_coshl.So e_fmodl.So e_hypotl.So= e_lgammal.So e_lgammal_r.So e_remainderl.So e_sinhl.So e_sqrtl.So invtrig.= So k_cosl.So k_sinl.So k_tanl.So s_asinhl.So s_atanl.So s_cbrtl.So s_ceill.= So s_cosl.So s_cprojl.So s_csqrtl.So s_erfl.So s_exp2l.So s_expl.So s_floor= l.So s_fmal.So s_frexpl.So s_logbl.So s_logl.So s_nanl.So s_nextafterl.So s= _nexttoward.So s_remquol.So s_rintl.So s_roundl.So s_scalbnl.So s_sinl.So s= _tanhl.So s_tanl.So s_truncl.So w_cabsl.So catrig.So catrigf.So s_ccosh.So = s_ccoshf.So s_cexp.So s_cexpf.So s_cimag.So s_cimagf.So s_cimagl.So s_conj.= So s_conjf.So s_conjl.So s_cproj.So s_cprojf.So s_creal.So s_crealf.So s_cr= eall.So s_csinh.So s_csinhf.So s_ctanh.So s_ctanhf.So | tsort -q`=20 --- kerberos5/lib/libroken__L --- --- strupr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.strupr.o -MTstrupr.o -s= td=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerb= eros5/lib/libroken/../../../crypto/heimdal/lib/roken/strupr.c -o strupr.o --- secure/lib/libcrypto__L --- --- bn_shift.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _shift.o -MTbn_shift.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_shif= t.c -o bn_shift.o --- kerberos5/lib/libroken__L --- --- bswap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.bswap.o -MTbswap.o -std= =3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerber= os5/lib/libroken/../../../crypto/heimdal/lib/roken/bswap.c -o bswap.o --- lib/msun__L --- --- libm.so.5.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug libm.so.5.full lib= m.so.5.debug --- libm.so.5 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= libm.so.5.debug libm.so.5.full libm.so.5 --- kerberos5/lib/libroken__L --- --- cloexec.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.cloexec.o -MTcloexec.o = -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/ke= rberos5/lib/libroken/../../../crypto/heimdal/lib/roken/cloexec.c -o cloexec= .o --- secure/lib/libcrypto__L --- --- bn_sqr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _sqr.o -MTbn_sqr.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -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/bn/bn_sqr.c -o= bn_sqr.o --- lib/msun__L --- --- _libinstall --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libm.a /usr/obj/= arm64.aarch64/usr/src/tmp/usr/lib/ sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libm.so.5 /usr= /obj/arm64.aarch64/usr/src/tmp/lib/ sh /usr/src/tools/install.sh -o root -g wheel -m 444 libm.so.5.debug /u= sr/obj/arm64.aarch64/usr/src/tmp/usr/lib/debug/lib/ sh /usr/src/tools/install.sh -l rs /usr/obj/arm64.aarch64/usr/src/tmp/lib/= libm.so.5 /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libm.so --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/msun= /aarch64/fenv.h /usr/src/lib/msun/src/math.h /usr/obj/arm64.aarch64/usr/src= /tmp/usr/include/ --- kerberos5/lib/libroken__L --- --- concat.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.concat.o -MTconcat.o -s= td=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerb= eros5/lib/libroken/../../../crypto/heimdal/lib/roken/concat.c -o concat.o --- secure/lib/libcrypto__L --- --- bn_sqrt.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _sqrt.o -MTbn_sqrt.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sig= n -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-taut= ological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fu= nction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swit= ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -= c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_sqrt.c= -o bn_sqrt.o --- lib/libc++__L --- --- any.So --- c++ -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -isystem /u= sr/src/lib/libc++/../../contrib/libc++/include -isystem /usr/src/lib/libc++= /../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIBCXXRT -MD -MF.depend.any= .So -MTany.So -fstack-protector-strong -Wno-empty-body -Wno-string-plus-int= -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wn= o-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unuse= d-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -W= no-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c /= usr/src/lib/libc++/../../contrib/libc++/src/any.cpp -o any.So --- kerberos5/lib/libroken__L --- --- ct.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.ct.o -MTct.o -std=3Dgnu= 99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/li= b/libroken/../../../crypto/heimdal/lib/roken/ct.c -o ct.o --- secure/lib/libcrypto__L --- --- bn_word.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _word.o -MTbn_word.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sig= n -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-taut= ological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fu= nction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swit= ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -= c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_word.c= -o bn_word.o --- kerberos5/lib/libroken__L --- --- doxygen.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.doxygen.o -MTdoxygen.o = -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/ke= rberos5/lib/libroken/../../../crypto/heimdal/lib/roken/doxygen.c -o doxygen= .o --- dumpdata.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.dumpdata.o -MTdumpdata.= o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/= kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/dumpdata.c -o dump= data.o --- secure/lib/libcrypto__L --- --- bn_x931p.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _x931p.o -MTbn_x931p.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_x931= p.c -o bn_x931p.o --- kerberos5/lib/libroken__L --- --- environment.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.environment.o -MTenviro= nment.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/environment.= c -o environment.o --- secure/lib/libcrypto__L --- --- bn_asm.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bn= _asm.o -MTbn_asm.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -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/bn/bn_asm.c -o= bn_asm.o --- lib/libc++__L --- --- bind.So --- c++ -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -isystem /u= sr/src/lib/libc++/../../contrib/libc++/include -isystem /usr/src/lib/libc++= /../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIBCXXRT -MD -MF.depend.bin= d.So -MTbind.So -fstack-protector-strong -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unu= sed-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter = -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions -c= /usr/src/lib/libc++/../../contrib/libc++/src/bind.cpp -o bind.So --- kerberos5/lib/libroken__L --- --- eread.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.eread.o -MTeread.o -std= =3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerber= os5/lib/libroken/../../../crypto/heimdal/lib/roken/eread.c -o eread.o --- esetenv.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.esetenv.o -MTesetenv.o = -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/ke= rberos5/lib/libroken/../../../crypto/heimdal/lib/roken/esetenv.c -o esetenv= .o --- ewrite.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.ewrite.o -MTewrite.o -s= td=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerb= eros5/lib/libroken/../../../crypto/heimdal/lib/roken/ewrite.c -o ewrite.o --- get_default_username.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.get_default_username.o = -MTget_default_username.o -std=3Dgnu99 -fstack-protector-strong -Qunused= -arguments -c /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/= roken/get_default_username.c -o get_default_username.o --- secure/lib/libcrypto__L --- --- buf_err.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bu= f_err.o -MTbuf_err.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sig= n -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-taut= ological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fu= nction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swit= ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -= c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/buffer/buf_e= rr.c -o buf_err.o --- lib/libc++__L --- --- chrono.So --- c++ -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -isystem /u= sr/src/lib/libc++/../../contrib/libc++/include -isystem /usr/src/lib/libc++= /../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIBCXXRT -MD -MF.depend.chr= ono.So -MTchrono.So -fstack-protector-strong -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 -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions= -c /usr/src/lib/libc++/../../contrib/libc++/src/chrono.cpp -o chrono.So --- kerberos5/lib/libroken__L --- --- get_window_size.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.get_window_size.o -MTge= t_window_size.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments= -c /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/get_= window_size.c -o get_window_size.o --- getaddrinfo_hostspec.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.getaddrinfo_hostspec.o = -MTgetaddrinfo_hostspec.o -std=3Dgnu99 -fstack-protector-strong -Qunused= -arguments -c /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/= roken/getaddrinfo_hostspec.c -o getaddrinfo_hostspec.o --- getarg.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.getarg.o -MTgetarg.o -s= td=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerb= eros5/lib/libroken/../../../crypto/heimdal/lib/roken/getarg.c -o getarg.o --- getnameinfo_verified.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.getnameinfo_verified.o = -MTgetnameinfo_verified.o -std=3Dgnu99 -fstack-protector-strong -Qunused= -arguments -c /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/= roken/getnameinfo_verified.c -o getnameinfo_verified.o --- secure/lib/libcrypto__L --- --- buf_str.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bu= f_str.o -MTbuf_str.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sig= n -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-taut= ological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fu= nction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swit= ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -= c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/buffer/buf_s= tr.c -o buf_str.o --- lib/libc++__L --- --- condition_variable.So --- c++ -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -isystem /u= sr/src/lib/libc++/../../contrib/libc++/include -isystem /usr/src/lib/libc++= /../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIBCXXRT -MD -MF.depend.con= dition_variable.So -MTcondition_variable.So -fstack-protector-strong -Wno-e= mpty-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 -std=3Dc++= 11 -Wno-c++11-extensions -c /usr/src/lib/libc++/../../contrib/libc++/src/c= ondition_variable.cpp -o condition_variable.So --- kerberos5/lib/libroken__L --- --- getprogname.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.getprogname.o -MTgetpro= gname.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/getprogname.= c -o getprogname.o --- h_errno.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.h_errno.o -MTh_errno.o = -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/ke= rberos5/lib/libroken/../../../crypto/heimdal/lib/roken/h_errno.c -o h_errno= .o --- hex.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.hex.o -MThex.o -std=3Dg= nu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerberos5/= lib/libroken/../../../crypto/heimdal/lib/roken/hex.c -o hex.o --- secure/lib/libcrypto__L --- --- buffer.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.bu= ffer.o -MTbuffer.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -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/buffer/buffer.= c -o buffer.o --- kerberos5/lib/libroken__L --- --- hostent_find_fqdn.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.hostent_find_fqdn.o -MT= hostent_find_fqdn.o -std=3Dgnu99 -fstack-protector-strong -Qunused-argum= ents -c /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/= hostent_find_fqdn.c -o hostent_find_fqdn.o --- secure/lib/libcrypto__L --- --- cmll_cfb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_cfb.o -MTcmll_cfb.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_cfb.c -o cmll_cfb.o --- cmll_ctr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_ctr.o -MTcmll_ctr.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_ctr.c -o cmll_ctr.o --- kerberos5/lib/libroken__L --- --- issuid.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.issuid.o -MTissuid.o -s= td=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/kerb= eros5/lib/libroken/../../../crypto/heimdal/lib/roken/issuid.c -o issuid.o --- secure/lib/libcrypto__L --- --- cmll_ecb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_ecb.o -MTcmll_ecb.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_ecb.c -o cmll_ecb.o --- cmll_ofb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_ofb.o -MTcmll_ofb.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_ofb.c -o cmll_ofb.o --- kerberos5/lib/libroken__L --- --- k_getpwnam.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.k_getpwnam.o -MTk_getpw= nam.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/= src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/k_getpwnam.c -= o k_getpwnam.o --- secure/lib/libcrypto__L --- --- cmll_utl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_utl.o -MTcmll_utl.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_utl.c -o cmll_utl.o --- camellia.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.ca= mellia.o -MTcamellia.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= amellia.c -o camellia.o --- kerberos5/lib/libroken__L --- --- k_getpwuid.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.k_getpwuid.o -MTk_getpw= uid.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/= src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/k_getpwuid.c -= o k_getpwuid.o --- lib/libc++__L --- --- debug.So --- c++ -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe -isystem /u= sr/src/lib/libc++/../../contrib/libc++/include -isystem /usr/src/lib/libc++= /../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIBCXXRT -MD -MF.depend.deb= ug.So -MTdebug.So -fstack-protector-strong -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 -Wno-parentheses -Qunused-arguments -std=3Dc++11 -Wno-c++11-extensions = -c /usr/src/lib/libc++/../../contrib/libc++/src/debug.cpp -o debug.So --- kerberos5/lib/libroken__L --- --- mini_inetd.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.mini_inetd.o -MTmini_in= etd.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/= src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/mini_inetd.c -= o mini_inetd.o --- net_read.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.net_read.o -MTnet_read.= o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/= kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/net_read.c -o net_= read.o --- net_write.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.net_write.o -MTnet_writ= e.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/sr= c/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/net_write.c -o n= et_write.o --- secure/lib/libcrypto__L --- --- cmll_cbc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_cbc.o -MTcmll_cbc.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-s= ign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-ta= utological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-= function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-sw= itch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments = -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia/c= mll_cbc.c -o cmll_cbc.o --- kerberos5/lib/libroken__L --- --- parse_bytes.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.parse_bytes.o -MTparse_= bytes.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/parse_bytes.= c -o parse_bytes.o --- lib/libkvm__L --- =3D=3D=3D> lib/libkvm (obj,all,install) --- secure/lib/libcrypto__L --- --- cmll_misc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.cm= ll_misc.o -MTcmll_misc.o -std=3Dgnu89 -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-unuse= d-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-= switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-argument= s -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/camellia= /cmll_misc.c -o cmll_misc.o --- lib/libkvm__L --- --- obj --- --- kerberos5/lib/libroken__L --- --- parse_time.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.parse_time.o -MTparse_t= ime.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /usr/= src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/parse_time.c -= o parse_time.o --- lib/libkvm__L --- --- .depend --- echo libkvm.so.7.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libelf.a = >> .depend --- kvm.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DLIBC_SCCS -I/usr/src/lib/= libkvm -MD -MF.depend.kvm.o -MTkvm.o -std=3Dgnu99 -fstack-protector-stro= ng -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized= -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-v= ariable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equali= ty -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qu= nused-arguments -c /usr/src/lib/libkvm/kvm.c -o kvm.o --- secure/lib/libcrypto__L --- --- c_cfb64.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.c_= cfb64.o -MTc_cfb64.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sig= n -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-taut= ological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fu= nction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-swit= ch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -= c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cast/c_cfb64= .c -o c_cfb64.o --- kerberos5/lib/libroken__L --- --- parse_units.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/kerberos5/lib/li= broken/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/k= erberos5/lib/libroken/../../include -MD -MF.depend.parse_units.o -MTparse_= units.o -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -c /us= r/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/parse_units.= c -o parse_units.o --- secure/lib/libcrypto__L --- --- c_ecb.o --- --- lib/libkvm__L --- In file included from /usr/src/lib/libkvm/kvm.c:50: /usr/obj/arm64.aarch64/usr/src/tmp/usr/include/sys/pcpu.h:163:2: error: unk= nown type name 'device_t' device_t pc_device; ^ --- secure/lib/libcrypto__L --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/lib/lib= crypto/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -D= DSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -I/usr/obj/arm64.aarch64/usr/src/secure= /lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cryp= to -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/s= ecure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD -MF.depend.c_= ecb.o -MTc_ecb.o -std=3Dgnu89 -fstack-protector-strong -Wno-pointer-sign -W= no-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautolog= ical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functi= on -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-e= num -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /u= sr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cast/c_ecb.c -o = c_ecb.o --- lib/libkvm__L --- 1 error generated. *** [kvm.o] Error code 1 bmake[4]: stopped in /usr/src/lib/libkvm 1 error bmake[4]: stopped in /usr/src/lib/libkvm *** [lib/libkvm__L] Error code 2 bmake[3]: stopped in /usr/src --- secure/lib/libcrypto__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/secure/lib/libcrypto *** [secure/lib/libcrypto__L] Error code 2 bmake[3]: stopped in /usr/src --- kerberos5/lib/libroken__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/kerberos5/lib/libroken *** [kerberos5/lib/libroken__L] Error code 2 bmake[3]: stopped in /usr/src --- lib/libc++__L --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/libc++ *** [lib/libc++__L] Error code 2 bmake[3]: stopped in /usr/src 4 errors bmake[3]: stopped in /usr/src *** [libraries] Error code 2 bmake[2]: stopped in /usr/src 1 error bmake[2]: stopped in /usr/src *** [_libraries] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[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 [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson4789841317184787696.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