Date: Wed, 12 Aug 2015 18:42:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: andrew@FreeBSD.org, imp@FreeBSD.org, mav@FreeBSD.org, ed@FreeBSD.org, ian@FreeBSD.org, feld@FreeBSD.org, hiren@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Subject: FreeBSD_HEAD_arm64 - Build #845 - Failure Message-ID: <1528517481.72.1439404951382.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #845 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/845/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/845/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/845/cons= ole Change summaries: 286681 by ed: Perform cleanups in response to D3307. - Document the kern_kevent_anonymous() function. - Add assertions to ensure that we don't silently leave the kqueue linked from a file descriptor table. Reviewed by:=09jmg Differential Revision:=09https://reviews.freebsd.org/D3364 286680 by ed: Add the last remaining system calls: send() and recv(). There is still one TODO item for these calls: add file descriptor passing. The data structures are already prepared for this. It's just the translation that's missing. Obtained from:=09http://github.com/NuxiNL/freebsd 286679 by mav: Record mergeinfo. 286678 by ian: Add a routine to return the hardware instance/unit number from ti,hwmods, given the hardware name. The ti,hwmods property is used (among other things) to associate an fdt nod= e with a specific instance of some hardware. For example given a device node that contains the property ti,hwmods =3D "timer3", if you call this passing "timer" as the hwmod string to look for it would return 3. 286677 by mav: MFV r286224: 5695 dmu_sync'ed holes do not retain birth time illumos/illumos-gate@70163ac57e58ace1c5c94dfbe85dca5a974eff36 https://www.illumos.org/issues/5695 In dmu_sync_ready(), a hole block pointer will have it's logical size explicitly set as it's necessary for replay purposes. To "undo" this, dmu_sync_done() will zero out any hole that it finds. This becomes a problem when using the "hole_birth" feature, as this will also wipe out any birth time that might have happened to be set on the hole. ... As a fix, the logic to zero out a hole is only applied to old style holes with a birth time of zero. Holes created with the "hole_birth" feature enabled will have a non-zero birth time, and will be skipped (thus preserving the ltime, type, and level information as well). In addition, zdb was updated to also print the ltime, type, and level information for these new style holes. Previously, only the logical birth time would be printed. Author: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com> 286676 by imp: Why on earth have we been building rescue as a build tool for the past 12 years? Nothing downstream in the build uses it. Eliminate it as a build tool. Reviewed by: emaste@ ("just delete it") 286675 by andrew: Add the CNTHCTL_EL2 register bits missed in r286674 286674 by andrew: Set the counter-timer virtual offset to a know value, it may not have been set by the boot code and are reset to an implementation defined value that may be unknown. Sponsored by:=09ABT Systems Ltd 286672 by imp: Crunchgen needs to be bootstrapped to pick up the STRIP->STRIPBIN changes to prevent the 'rescue: not found' errors from happening. Bump FreeBSD_version to 1100078 since there's been no version bumps since this change was made. Only people that installed since r284356 really need to do this bootstrapping, but since crunchgen needs to bootstrap for other reasons, bumping the number was the simplest. 286671 by feld: etc/rc.d/hostname: permit setting hostname if already set Approved by:=09dteske Differential Revision:=09https://reviews.freebsd.org/D2577 286670 by ed: Properly return ENOTDIR when calling *at() on a non-vnode. We already properly return ENOTDIR when calling *at() on a non-directory vnode, but it turns out that if you call it on a socket, we see EINVAL. Patch up namei to properly translate this to ENOTDIR. 286669 by hiren: Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when w= e don't have any rtt estimate. Differential Revision:=09D3334 Sponsored by:=09=09Limelight Networks The end of the build log: [...truncated 88501 lines...] =3D=3D=3D> gnu/usr.bin/groff/src/roff/troff (all) --- rescue.all__D --- =3D=3D=3D> rescue/rescue/sh/tests/parameters (depend) --- lib.all__D --- --- citrus_lookup.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_lookup.c -o citrus_lookup.po --- kerberos5.all__D --- --- init_sec_context.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c /usr/src/kerberos5/lib/libgss= api_spnego/../../../crypto/heimdal/lib/gssapi/spnego/init_sec_context.c -o = init_sec_context.po --- gnu.all__D --- --- dictionary.o --- c++ -B/usr/local/aarch64-freebsd/bin/ -B/usr/local/aarch64-freebsd/bin/ -O2= -pipe -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../..= /../../../contrib/groff/src/include -I/usr/src/gnu/usr.bin/groff/src/roff/t= roff/../../../src/include -fstack-protector -Qunused-arguments -fno-rtti -= fno-exceptions -Wno-c++11-extensions -c /usr/src/gnu/usr.bin/groff/src/roff= /troff/../../../../../../contrib/groff/src/roff/troff/dictionary.cpp -o dic= tionary.o --- rescue.all__D --- --- scripts.depend --- (cd /usr/src/bin/sh/tests/parameters && make -f /usr/src/bin/sh/tests/param= eters/Makefile SUBDIR=3D _RECURSING_PROGS=3D depend) =3D=3D=3D> rescue/rescue/sh/tests/parser (depend) --- scripts.depend --- (cd /usr/src/bin/sh/tests/parser && make -f /usr/src/bin/sh/tests/parser/Ma= kefile SUBDIR=3D _RECURSING_PROGS=3D depend) --- lib.all__D --- --- citrus_lookup_factory.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_lookup_factory.c -o citrus_lookup_factory.po --- rescue.all__D --- =3D=3D=3D> rescue/rescue/sh/tests/set-e (depend) --- gnu.all__D --- --- div.o --- c++ -B/usr/local/aarch64-freebsd/bin/ -B/usr/local/aarch64-freebsd/bin/ -O2= -pipe -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../..= /../../../contrib/groff/src/include -I/usr/src/gnu/usr.bin/groff/src/roff/t= roff/../../../src/include -fstack-protector -Qunused-arguments -fno-rtti -= fno-exceptions -Wno-c++11-extensions -c /usr/src/gnu/usr.bin/groff/src/roff= /troff/../../../../../../contrib/groff/src/roff/troff/div.cpp -o div.o --- rescue.all__D --- --- scripts.depend --- (cd /usr/src/bin/sh/tests/set-e && make -f /usr/src/bin/sh/tests/set-e/Make= file SUBDIR=3D _RECURSING_PROGS=3D depend) --- lib.all__D --- --- citrus_mapper.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_mapper.c -o citrus_mapper.po --- rescue.all__D --- --- builtins.c --- sh /usr/src/bin/sh/mkbuiltins /usr/src/bin/sh --- kerberos5.all__D --- --- asn1_ContextFlags.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c asn1_ContextFlags.c -o asn1_C= ontextFlags.po --- rescue.all__D --- --- mknodes.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSHELL -I. -I/usr/src/bin= /sh -DRESCUE -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promote= d-parameter -Qunused-arguments -c /usr/src/bin/sh/mknodes.c -o mknodes.o --- lib.all__D --- --- citrus_memstream.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_memstream.c -o citrus_memstream.po --- kerberos5.all__D --- --- asn1_MechType.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c asn1_MechType.c -o asn1_MechT= ype.po --- asn1_MechTypeList.po --- --- lib.all__D --- --- citrus_mmap.po --- --- kerberos5.all__D --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c asn1_MechTypeList.c -o asn1_M= echTypeList.po --- lib.all__D --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_mmap.c -o citrus_mmap.po --- rescue.all__D --- --- mksyntax.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSHELL -I. -I/usr/src/bin= /sh -DRESCUE -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promote= d-parameter -Qunused-arguments -c /usr/src/bin/sh/mksyntax.c -o mksyntax.o --- lib.all__D --- --- citrus_module.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_module.c -o citrus_module.po --- kerberos5.all__D --- --- asn1_NegotiationToken.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c asn1_NegotiationToken.c -o as= n1_NegotiationToken.po --- rescue.all__D --- --- token.h --- sh /usr/src/bin/sh/mktokens --- lib.all__D --- --- citrus_none.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libc/i= nclude -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/aarch64 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -I/usr/src= /lib/libc/../../contrib/libc-vis -DINET6 -I/usr/obj/arm64.aarch64/usr/src/l= ib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/sr= c/lib/libc/../libmd -I/usr/src/lib/libc/../../contrib/jemalloc/include -I/u= sr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -= I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/l= ib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-prot= ector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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 -Qunused-arguments -I/usr/= src/lib/libutil -I/usr/src/lib/msun/aarch64 -I/usr/src/lib/msun/src -c /usr= /src/lib/libc/iconv/citrus_none.c -o citrus_none.po --- rescue.all__D --- --- mknodes --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSHELL -I. -I/usr/src/bin= /sh -DRESCUE -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promote= d-parameter -Qunused-arguments mknodes.o -o mknodes --- kerberos5.all__D --- --- asn1_NegotiationTokenWin.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/kerberos5/= lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi -I/usr/src/kerberos= 5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/gssapi -I/usr/src= /kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/gssapi/spnego -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/asn1 -= I/usr/src/kerberos5/lib/libgssapi_spnego/../../../lib/libgssapi -I/usr/src/= kerberos5/lib/libgssapi_spnego/../../../crypto/heimdal/lib/roken -I. -DHAVE= _CONFIG_H -I/usr/src/kerberos5/lib/libgssapi_spnego/../../include -std=3Dgn= u99 -fstack-protector -Qunused-arguments -c asn1_NegotiationTokenWin.c -o= asn1_NegotiationTokenWin.po --- rescue.all__D --- --- mksyntax --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSHELL -I. -I/usr/src/bin= /sh -DRESCUE -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promote= d-parameter -Qunused-arguments mksyntax.o -o mksyntax --- nodes.c --- ./mknodes /usr/src/bin/sh/nodetypes /usr/src/bin/sh/nodes.c.pat sh: ./mknodes: Exec format error *** [nodes.c] Error code 126 make[6]: stopped in /usr/src/bin/sh 1 error make[6]: stopped in /usr/src/bin/sh *** [sh_make] Error code 2 make[5]: stopped in /usr/obj/arm64.aarch64/usr/src/rescue/rescue 1 error --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libc --- rescue.all__D --- make[5]: stopped in /usr/obj/arm64.aarch64/usr/src/rescue/rescue --- kerberos5.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libgssapi_spnego --- rescue.all__D --- *** [objs] Error code 2 make[4]: stopped in /usr/src/rescue/rescue 1 error make[4]: stopped in /usr/src/rescue/rescue --- kerberos5.all__D --- *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib --- rescue.all__D --- *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/rescue 1 error make[3]: stopped in /usr/src/rescue --- kerberos5.all__D --- *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/kerberos5 1 error make[3]: stopped in /usr/src/kerberos5 --- rescue.all__D --- *** [rescue.all__D] Error code 2 make[2]: stopped in /usr/src --- kerberos5.all__D --- *** [kerberos5.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- *** [all_subdir_libc] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- gnu.all__D --- A failure has been detected in another branch of the parallel make make[8]: stopped in /usr/src/gnu/usr.bin/groff/src/roff/troff *** [all_subdir_troff] Error code 2 make[7]: stopped in /usr/src/gnu/usr.bin/groff/src/roff 1 error make[7]: stopped in /usr/src/gnu/usr.bin/groff/src/roff *** [all_subdir_roff] Error code 2 make[6]: stopped in /usr/src/gnu/usr.bin/groff/src 1 error make[6]: stopped in /usr/src/gnu/usr.bin/groff/src *** [_sub.all] Error code 2 make[5]: stopped in /usr/src/gnu/usr.bin/groff 1 error make[5]: stopped in /usr/src/gnu/usr.bin/groff *** [all_subdir_groff] Error code 2 make[4]: stopped in /usr/src/gnu/usr.bin 1 error make[4]: stopped in /usr/src/gnu/usr.bin *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/gnu 1 error make[3]: stopped in /usr/src/gnu *** [gnu.all__D] 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/hudson4145300550365492488.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 rm: FreeBSD_HEAD_arm64/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/lib: Directory not empty rm: FreeBSD_HEAD_arm64/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/bin: Directory not empty rm: FreeBSD_HEAD_arm64/usr/lib32/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/lib32/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/lib32/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/lib32/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_arm64/usr/lib32: Directory not empty rm: FreeBSD_HEAD_arm64/usr: Directory not empty rm: FreeBSD_HEAD_arm64/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_arm64/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_arm64/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_arm64/lib: Directory not empty rm: FreeBSD_HEAD_arm64/libexec/ld-elf32.so.1: Operation not permitted rm: FreeBSD_HEAD_arm64/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_arm64/libexec: Directory not empty rm: FreeBSD_HEAD_arm64/sbin/init: Operation not permitted rm: FreeBSD_HEAD_arm64/sbin: Directory not empty rm: FreeBSD_HEAD_arm64: Directory not empty + 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?1528517481.72.1439404951382.JavaMail.jenkins>