From owner-freebsd-i386@freebsd.org Thu Dec 29 22:20:13 2016 Return-Path: Delivered-To: freebsd-i386@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 C0323C9666E; Thu, 29 Dec 2016 22:20:13 +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 B1F6711CF; Thu, 29 Dec 2016 22:20:13 +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 D21614B4; Thu, 29 Dec 2016 22:20:13 +0000 (UTC) Date: Thu, 29 Dec 2016 22:20:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, kan@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <976269124.154.1483050013868.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2145852290.150.1483042797911.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2145852290.150.1483042797911.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4515 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.23 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 22:20:14 -0000 FreeBSD_HEAD_i386 - Build #4515 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4515/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4515/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4515/console Change summaries: 310786 by asomers: Reduce the runtime of the GELI tests There is no reduction in test coverage. On my system runtime is reduced from 38m32s to 6m24s. tests/sys/geom/class/eli/conf.sh tests/sys/geom/class/eli/init_a_test.sh tests/sys/geom/class/eli/init_test.sh tests/sys/geom/class/eli/integrity_copy_test.sh tests/sys/geom/class/eli/integrity_data_test.sh tests/sys/geom/class/eli/integrity_hmac_test.sh tests/sys/geom/class/eli/onetime_a_test.sh tests/sys/geom/class/eli/onetime_test.sh Move the looping code into common functions in conf.sh, and remove alias ciphers from the list. tests/sys/geom/class/eli/init_a_test.sh tests/sys/geom/class/eli/init_test.sh tests/sys/geom/class/eli/integrity_copy_test.sh tests/sys/geom/class/eli/integrity_data_test.sh tests/sys/geom/class/eli/integrity_hmac_test.sh tests/sys/geom/class/eli/onetime_a_test.sh Move a few commands that don't need to be in the inner loop out. tests/sys/geom/class/eli/init_test.sh tests/sys/geom/class/eli/onetime_a_test.sh Reduce the sector count tests/sys/geom/class/eli/Makefile tests/sys/geom/class/eli/init_alias_test.sh Add a test for initializing a GELI device using one of the cipher aliases, and check that the alias is correctly interpreted. MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D8814 310785 by ae: Convert ipv4_flags and ipv4_offset fields into host byte order. Also save only high bits in the ipv4_flags, because it is defined as uint8_t. So now it will show DF and MF flags as 0x40 and 0x20. Reviewed by: markj@ MFC after: 1 week 310784 by kan: Use mips_dcache_wbinv_range instead of mips_dcache_wb_range on CPU_XBURST Ingenic CPUs treat plain cache writeback as local-only operation and do nothing if that is a remote CPU that holds the dirty cache line. They do broadcast invalidate and write-and-invalidate to other cores though, so take advantage of that and use wbinv in place of wb as this still gives us required busdma semantics. Otherwise we'd have to do IPI to remote CPU ourselves. 310783 by ae: When we are sending IP fragments, update ip pointers in IP_PROBE() for each fragment. MFC after: 1 week The end of the build log: [...truncated 131301 lines...] cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -fpic -DPIC -g -O2 -pipe -DSNMPTREE_TYPES -I. -MD -MF.depend.wlan_snmp.pico -MTwlan_snmp.pico -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c -o wlan_snmp.pico --- all_subdir_lib --- --- test_read_format_cpio_odc.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_cpio_odc.o -MTtest_read_format_cpio_odc.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_odc.c -o test_read_format_cpio_odc.o --- test_read_format_cpio_svr4_gzip.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_cpio_svr4_gzip.o -MTtest_read_format_cpio_svr4_gzip.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzip.c -o test_read_format_cpio_svr4_gzip.o --- test_read_format_cpio_svr4c_Z.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_cpio_svr4c_Z.o -MTtest_read_format_cpio_svr4c_Z.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4c_Z.c -o test_read_format_cpio_svr4c_Z.o --- test_read_format_cpio_svr4_bzip2_rpm.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_cpio_svr4_bzip2_rpm.o -MTtest_read_format_cpio_svr4_bzip2_rpm.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_bzip2_rpm.c -o test_read_format_cpio_svr4_bzip2_rpm.o --- test_read_format_cpio_svr4_gzip_rpm.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_cpio_svr4_gzip_rpm.o -MTtest_read_format_cpio_svr4_gzip_rpm.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzip_rpm.c -o test_read_format_cpio_svr4_gzip_rpm.o --- test_read_format_empty.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_empty.o -MTtest_read_format_empty.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_empty.c -o test_read_format_empty.o --- test_read_format_gtar_filename.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_gtar_filename.o -MTtest_read_format_gtar_filename.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_gtar_filename.c -o test_read_format_gtar_filename.o --- test_read_format_gtar_gz.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_gtar_gz.o -MTtest_read_format_gtar_gz.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_gtar_gz.c -o test_read_format_gtar_gz.o --- test_read_format_gtar_lzma.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_gtar_lzma.o -MTtest_read_format_gtar_lzma.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_gtar_lzma.c -o test_read_format_gtar_lzma.o --- test_read_format_gtar_sparse.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_gtar_sparse.o -MTtest_read_format_gtar_sparse.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse.c -o test_read_format_gtar_sparse.o --- test_read_format_gtar_sparse_skip_entry.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_gtar_sparse_skip_entry.o -MTtest_read_format_gtar_sparse_skip_entry.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_gtar_sparse_skip_entry.c -o test_read_format_gtar_sparse_skip_entry.o --- test_read_format_iso_Z.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_iso_Z.o -MTtest_read_format_iso_Z.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_iso_Z.c -o test_read_format_iso_Z.o --- test_read_format_iso_multi_extent.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_iso_multi_extent.o -MTtest_read_format_iso_multi_extent.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_iso_multi_extent.c -o test_read_format_iso_multi_extent.o --- test_read_format_iso_xorriso.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_iso_xorriso.o -MTtest_read_format_iso_xorriso.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_iso_xorriso.c -o test_read_format_iso_xorriso.o --- test_read_format_isorr_rr_moved.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isorr_rr_moved.o -MTtest_read_format_isorr_rr_moved.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isorr_rr_moved.c -o test_read_format_isorr_rr_moved.o --- test_read_format_isojoliet_bz2.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isojoliet_bz2.o -MTtest_read_format_isojoliet_bz2.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isojoliet_bz2.c -o test_read_format_isojoliet_bz2.o --- test_read_format_isojoliet_long.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isojoliet_long.o -MTtest_read_format_isojoliet_long.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isojoliet_long.c -o test_read_format_isojoliet_long.o --- all_subdir_usr.sbin --- --- wlan_sys.pico --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -fpic -DPIC -g -O2 -pipe -DSNMPTREE_TYPES -I. -MD -MF.depend.wlan_sys.pico -MTwlan_sys.pico -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c -o wlan_sys.pico --- all_subdir_lib --- --- test_read_format_isojoliet_rr.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isojoliet_rr.o -MTtest_read_format_isojoliet_rr.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isojoliet_rr.c -o test_read_format_isojoliet_rr.o --- test_read_format_isojoliet_versioned.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isojoliet_versioned.o -MTtest_read_format_isojoliet_versioned.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isojoliet_versioned.c -o test_read_format_isojoliet_versioned.o --- test_read_format_isorr_bz2.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isorr_bz2.o -MTtest_read_format_isorr_bz2.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isorr_bz2.c -o test_read_format_isorr_bz2.o --- test_read_format_isorr_ce.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isorr_ce.o -MTtest_read_format_isorr_ce.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isorr_ce.c -o test_read_format_isorr_ce.o --- test_read_format_isorr_new_bz2.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isorr_new_bz2.o -MTtest_read_format_isorr_new_bz2.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isorr_new_bz2.c -o test_read_format_isorr_new_bz2.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-objdump --- --- llvm-objdump.full --- c++ -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/obj/usr/src/lib/clang/libllvm -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd12.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=\"\" -g -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -o llvm-objdump.full COFFDump.o ELFDump.o MachODump.o llvm-objdump.o /usr/obj/usr/src/lib/clang/libllvm/libllvm.a -lz -lncursesw -lpthread --- all_subdir_lib --- --- test_read_format_isozisofs_bz2.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_isozisofs_bz2.o -MTtest_read_format_isozisofs_bz2.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_isozisofs_bz2.c -o test_read_format_isozisofs_bz2.o --- test_read_format_lha.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_lha.o -MTtest_read_format_lha.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_lha.c -o test_read_format_lha.o --- test_read_format_lha_bugfix_0.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_lha_bugfix_0.o -MTtest_read_format_lha_bugfix_0.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_lha_bugfix_0.c -o test_read_format_lha_bugfix_0.o --- all_subdir_usr.sbin --- --- wlan_tree.pico --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -fpic -DPIC -g -O2 -pipe -DSNMPTREE_TYPES -I. -MD -MF.depend.wlan_tree.pico -MTwlan_tree.pico -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c wlan_tree.c -o wlan_tree.pico --- all_subdir_usr.bin --- MachODump.o: In function `DisassembleMachO(llvm::StringRef, llvm::object::MachOObjectFile*, llvm::StringRef, llvm::StringRef)': /usr/src/contrib/llvm/tools/llvm-objdump/MachODump.cpp:(.text+0x177c4): undefined reference to `llvm::MCDisassembler::setSymbolizer(std::__1::unique_ptr >)' /usr/src/contrib/llvm/tools/llvm-objdump/MachODump.cpp:(.text+0x17f00): undefined reference to `llvm::MCDisassembler::setSymbolizer(std::__1::unique_ptr >)' MachODump.o: In function `_ZNK4llvm6Target18createMCSymbolizerENS_9StringRefEPFiPvyyyiS2_EPFPKcS2_yPyyPS6_ES2_PNS_9MCContextEONSt3__110unique_ptrINS_16MCRelocationInfoENSD_14default_deleteISF_EEEE': /usr/src/contrib/llvm/tools/llvm-objdump/MachODump.cpp:(.text._ZNK4llvm6Target18createMCSymbolizerENS_9StringRefEPFiPvyyyiS2_EPFPKcS2_yPyyPS6_ES2_PNS_9MCContextEONSt3__110unique_ptrINS_16MCRelocationInfoENSD_14default_deleteISF_EEEE[_ZNK4llvm6Target18createMCSymbolizerENS_9StringRefEPFiPvyyyiS2_EPFPKcS2_yPyyPS6_ES2_PNS_9MCContextEONSt3__110unique_ptrINS_16MCRelocationInfoENSD_14default_deleteISF_EEEE]+0x22): undefined reference to `_ZN4llvm18createMCSymbolizerERKNS_6TripleEPFiPvyyyiS3_EPFPKcS3_yPyyPS7_ES3_PNS_9MCContextEONSt3__110unique_ptrINS_16MCRelocationInfoENSE_14default_deleteISG_EEEE' --- all_subdir_lib --- --- test_read_format_lha_filename.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_lha_filename.o -MTtest_read_format_lha_filename.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_lha_filename.c -o test_read_format_lha_filename.o --- all_subdir_usr.bin --- llvm-objdump.o: In function `main': /usr/src/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp:(.text+0x4f2f): undefined reference to `LLVMInitializeAArch64Disassembler' /usr/src/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp:(.text+0x4f39): undefined reference to `LLVMInitializeMipsDisassembler' /usr/src/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp:(.text+0x4f43): undefined reference to `LLVMInitializeSparcDisassembler' /usr/src/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp:(.text+0x4f48): undefined reference to `LLVMInitializeX86Disassembler' --- all_subdir_usr.sbin --- --- snmp_wlan.so.6.full --- building shared library snmp_wlan.so.6 cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o snmp_wlan.so.6.full -Wl,-soname,snmp_wlan.so.6 `NM='nm' NMFLAGS='' lorder wlan_snmp.pico wlan_sys.pico wlan_tree.pico | tsort -q` --- all_subdir_usr.bin --- /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(PPCDisassembler.o): In function `(anonymous namespace)::PPCDisassembler::~PPCDisassembler()': /usr/src/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp:(.text+0xbb): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(PPCDisassembler.o):(.rodata+0x484): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `(anonymous namespace)::ARMDisassembler::~ARMDisassembler()': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xcb): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `llvm::MCDisassembler::DecodeStatus llvm::decodeToMCInst(llvm::MCDisassembler::DecodeStatus, unsigned int, unsigned int, llvm::MCInst&, unsigned long long, void const*, bool&)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xab72): undefined reference to `llvm::MCDisassembler::tryAddingPcLoadReferenceComment(long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xad74): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xb029): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xb0f4): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0xb233): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeArmMOVTWInstruction(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x1ac9f): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeAddrModeImm12Operand(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x1b4fb): undefined reference to `llvm::MCDisassembler::tryAddingPcLoadReferenceComment(long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeBranchImmInstruction(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x1c451): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x1c4e2): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeThumbBLXOffset(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x219d3): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeT2MOVTWInstruction(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x22689): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `DecodeThumb2BCCInstruction(llvm::MCInst&, unsigned int, unsigned long long, void const*)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x22b63): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o):/usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x22d3b): more undefined references to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' follow /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `(anonymous namespace)::ThumbDisassembler::~ThumbDisassembler()': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x255c9): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `(anonymous namespace)::ThumbDisassembler::~ThumbDisassembler()': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x255f9): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o): In function `llvm::MCDisassembler::DecodeStatus llvm::decodeToMCInst(llvm::MCDisassembler::DecodeStatus, unsigned int, unsigned short, llvm::MCInst&, unsigned long long, void const*, bool&)': /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x27e8a): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x27fec): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x28db3): undefined reference to `llvm::MCDisassembler::tryAddingPcLoadReferenceComment(long long, unsigned long long) const' /usr/src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:(.text+0x28eb1): undefined reference to `llvm::MCDisassembler::tryAddingSymbolicOperand(llvm::MCInst&, long long, unsigned long long, bool, unsigned long long, unsigned long long) const' /usr/obj/usr/src/lib/clang/libllvm/libllvm.a(ARMDisassembler.o):(.rodata+0x2cf4): undefined reference to `llvm::MCDisassembler::~MCDisassembler()' --- all_subdir_usr.sbin --- --- snmp_wlan.3.gz --- sed -e 's%@MODPATH@%/usr/lib/%g' -e 's%@DEFPATH@%/usr/share/snmp/defs/%g' -e 's%@MIBSPATH@%/usr/share/snmp/mibs/%g' < /usr/src/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 | gzip -cn > snmp_wlan.3.gz --- snmp_wlan.so.6.debug --- objcopy --only-keep-debug snmp_wlan.so.6.full snmp_wlan.so.6.debug --- snmp_wlan.so.6 --- objcopy --strip-debug --add-gnu-debuglink=snmp_wlan.so.6.debug snmp_wlan.so.6.full snmp_wlan.so.6 --- all_subdir_usr.sbin/bsnmpd/tools --- ===> usr.sbin/bsnmpd/tools (all) --- all_subdir_usr.sbin/bsnmpd/tools/libbsnmptools --- ===> usr.sbin/bsnmpd/tools/libbsnmptools (all) --- all_subdir_lib --- --- test_read_format_mtree.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchive/test_utils -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -g -MD -MF.depend.libarchive_test.test_read_format_mtree.o -MTtest_read_format_mtree.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libarchive/libarchive/test/test_read_format_mtree.c -o test_read_format_mtree.o --- all_subdir_usr.sbin --- --- bsnmpimport.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -I. -I/usr/src/usr.sbin/bsnmpd/tools/libbsnmptools -MD -MF.depend.bsnmpimport.o -MTbsnmpimport.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-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/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c -o bsnmpimport.o --- all_subdir_usr.bin --- c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [llvm-objdump.full] Error code 1 bmake[5]: stopped in /usr/src/usr.bin/clang/llvm-objdump 1 error bmake[5]: stopped in /usr/src/usr.bin/clang/llvm-objdump *** [all_subdir_usr.bin/clang/llvm-objdump] Error code 2 bmake[4]: stopped in /usr/src/usr.bin/clang --- all_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make bmake[6]: stopped in /usr/src/usr.sbin/bsnmpd/tools/libbsnmptools *** [all_subdir_usr.sbin/bsnmpd/tools/libbsnmptools] Error code 2 bmake[5]: stopped in /usr/src/usr.sbin/bsnmpd/tools 1 error bmake[5]: stopped in /usr/src/usr.sbin/bsnmpd/tools *** [all_subdir_usr.sbin/bsnmpd/tools] Error code 2 bmake[4]: stopped in /usr/src/usr.sbin/bsnmpd 1 error bmake[4]: stopped in /usr/src/usr.sbin/bsnmpd *** [all_subdir_usr.sbin/bsnmpd] Error code 2 bmake[3]: stopped in /usr/src/usr.sbin 1 error bmake[3]: stopped in /usr/src/usr.sbin *** [all_subdir_usr.sbin] Error code 2 bmake[2]: stopped in /usr/src --- all_subdir_lib --- A failure has been detected in another branch of the parallel make bmake[6]: stopped in /usr/src/lib/libarchive/tests *** [libarchive_test] Error code 2 bmake[5]: stopped in /usr/src/lib/libarchive/tests 1 error bmake[5]: stopped in /usr/src/lib/libarchive/tests *** [all_subdir_lib/libarchive/tests] Error code 2 bmake[4]: stopped in /usr/src/lib/libarchive 1 error bmake[4]: stopped in /usr/src/lib/libarchive *** [all_subdir_lib/libarchive] Error code 2 bmake[3]: stopped in /usr/src/lib 1 error bmake[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 bmake[2]: stopped in /usr/src --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-tblgen --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/usr.bin/clang/llvm-tblgen *** [all_subdir_usr.bin/clang/llvm-tblgen] Error code 2 bmake[4]: stopped in /usr/src/usr.bin/clang 2 errors bmake[4]: stopped in /usr/src/usr.bin/clang *** [all_subdir_usr.bin/clang] Error code 2 bmake[3]: stopped in /usr/src/usr.bin 1 error bmake[3]: stopped in /usr/src/usr.bin *** [all_subdir_usr.bin] Error code 2 bmake[2]: stopped in /usr/src 3 errors bmake[2]: stopped in /usr/src *** [everything] 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 [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson8360231911227696714.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any