From owner-freebsd-current@freebsd.org Sat Jul 11 15:31:44 2015 Return-Path: Delivered-To: freebsd-current@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 74DF3998995 for ; Sat, 11 Jul 2015 15:31:44 +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 637EB2607; Sat, 11 Jul 2015 15:31:44 +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 5FCDA35E; Sat, 11 Jul 2015 15:31:44 +0000 (UTC) Date: Sat, 11 Jul 2015 15:31:43 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jilles@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org Message-ID: <252280679.9.1436628704229.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <52047613.7.1436617909080.JavaMail.jenkins@jenkins-9.freebsd.org> References: <52047613.7.1436617909080.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD - Build #2952 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD 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.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 15:31:44 -0000 FreeBSD_HEAD - Build #2952 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2952/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2952/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/2952/console Change summaries: 285388 by adrian: Regenerate syscalls. 285387 by adrian: Add an initial NUMA affinity/policy configuration for threads and processes. This is based on work done by jeff@ and jhb@, as well as the numa.diff patch that has been circulating when someone asks for first-touch NUMA on -10 or -11. * Introduce a simple set of VM policy and iterator types. * tie the policy types into the vm_phys path for now, mirroring how the initial first-touch allocation work was enabled. * add syscalls to control changing thread and process defaults. * add a global NUMA VM domain policy. * implement a simple cascade policy order - if a thread policy exists, use it; if a process policy exists, use it; use the default policy. * processes inherit policies from their parent processes, threads inherit policies from their parent threads. * add a simple tool (numactl) to query and modify default thread/process policities. * add documentation for the new syscalls, for numa and for numactl. * re-enable first touch NUMA again by default, as now policies can be set in a variety of methods. This is only relevant for very specific workloads. This doesn't pretend to be a final NUMA solution. The previous defaults in -HEAD (with MAXMEMDOM set) can be achieved by 'sysctl vm.default_policy=rr'. This is only relevant if MAXMEMDOM is set to something other than 1. Ie, if you're using GENERIC or a modified kernel with non-NUMA, then this is a glorified no-op for you. Thank you to Norse Corp for giving me access to rather large (for FreeBSD!) NUMA machines in order to develop and verify this. Thank you to Dell for providing me with dual socket sandybridge and westmere v3 hardware to do NUMA development with. Thank you to Scott Long at Netflix for providing me with access to the two-socket, four-domain haswell v3 hardware. Thank you to Peter Holm for running the stress testing suite against the NUMA branch during various stages of development! Tested: * MIPS (regression testing; non-NUMA) * i386 (regression testing; non-NUMA GENERIC) * amd64 (regression testing; non-NUMA GENERIC) * westmere, 2 socket (thankyou norse!) * sandy bridge, 2 socket (thankyou dell!) * ivy bridge, 2 socket (thankyou norse!) * westmere-EX, 4 socket / 1TB RAM (thankyou norse!) * haswell, 2 socket (thankyou norse!) * haswell v3, 2 socket (thankyou dell) * haswell v3, 2x18 core (thankyou scott long / netflix!) * Peter Holm ran a stress test suite on this work and found one issue, but has not been able to verify it (it doesn't look NUMA related, and he only saw it once over many testing runs.) * I've tested bhyve instances running in fixed NUMA domains and cpusets; all seems to work correctly. Verified: * intel-pcm - pcm-numa.x and pcm-memory.x, whilst selecting different NUMA policies for processes under test. Review: This was reviewed through phabricator (https://reviews.freebsd.org/D2559) as well as privately and via emails to freebsd-arch@. The git history with specific attributes is available at https://github.com/erikarn/freebsd/ in the NUMA branch (https://github.com/erikarn/freebsd/compare/local/adrian_numa_policy). This has been reviewed by a number of people (stas, rpaulo, kib, ngie, wblock) but not achieved a clear consensus. My hope is that with further exposure and testing more functionality can be implemented and evaluated. Notes: * The VM doesn't handle unbalanced domains very well, and if you have an overly unbalanced memory setup whilst under high memory pressure, VM page allocation may fail leading to a kernel panic. This was a problem in the past, but it's much more easily triggered now with these tools. * This work only controls the path through vm_phys; it doesn't yet strongly/predictably affect contigmalloc, KVA placement, UMA, etc. So, driver placement of memory isn't really guaranteed in any way. That's next on my plate. Sponsored by: Norse Corp, Inc.; Dell 285386 by bapt: Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS section in wordexp(3) manual page Discussed with: jilles 285385 by jilles: sh(1): libedit has supported multibyte encodings for a while. The end of the build log: [...truncated 2421 lines...] c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../../../../contrib/groff/src/preproc/html/pre-html.cpp -o pre-html.o --- all_subdir_devices --- --- grotty --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/devices/grotty/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/devices/grotty/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o grotty tty.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/devices/grotty/../../../src/libs/libdriver/libdriver.a /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/devices/grotty/../../../src/libs/libgroff/libgroff.a -lm -legacy --- _bootstrap-tools-lib/clang/libllvmsupport --- --- MD5.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MD5.cpp -o MD5.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_preproc --- --- pushback.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../../../../contrib/groff/src/preproc/html/pushback.cpp -o pushback.o --- all_subdir_pic --- ===> gnu/usr.bin/groff/src/preproc/pic (all) --- main.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/main.cpp -o main.o --- all_subdir_html --- --- pre-grohtml --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o pre-grohtml pre-html.o pushback.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/html/../../../src/libs/libgroff/libgroff.a -legacy --- all_subdir_roff --- ===> gnu/usr.bin/groff/src/roff (all) --- all_subdir_groff --- ===> gnu/usr.bin/groff/src/roff/groff (all) --- all_subdir_preproc --- --- all_subdir_pic --- --- object.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/object.cpp -o object.o --- all_subdir_roff --- --- groff.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../../../../contrib/groff/src/roff/groff/groff.cpp -o groff.o --- pipeline.o --- cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../src/include -std=gnu99 -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../../../../contrib/groff/src/roff/groff/pipeline.c -o pipeline.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- ManagedStatic.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ManagedStatic.cpp -o ManagedStatic.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- groff --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o groff groff.o pipeline.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/groff/../../../src/libs/libgroff/libgroff.a -lm -legacy --- all_subdir_grog --- ===> gnu/usr.bin/groff/src/roff/grog (all) --- _bootstrap-tools-lib/clang/libllvmsupport --- --- MathExtras.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MathExtras.cpp -o MathExtras.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_preproc --- --- common.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/common.cpp -o common.o --- all_subdir_roff --- --- grog --- Making grog from /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/grog/../../../../../../contrib/groff/src/roff/grog/grog.sh --- all_subdir_nroff --- ===> gnu/usr.bin/groff/src/roff/nroff (all) --- nroff --- Making nroff from /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/nroff/../../../../../../contrib/groff/src/roff/nroff/nroff.sh --- all_subdir_psroff --- ===> gnu/usr.bin/groff/src/roff/psroff (all) --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Memory.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Memory.cpp -o Memory.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_troff --- ===> gnu/usr.bin/groff/src/roff/troff (all) --- dictionary.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/dictionary.cpp -o dictionary.o --- all_subdir_preproc --- --- troff.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/troff.cpp -o troff.o --- all_subdir_roff --- --- div.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/div.cpp -o div.o --- all_subdir_preproc --- --- tex.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/tex.cpp -o tex.o --- pic.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c pic.cpp -o pic.o --- all_subdir_roff --- --- env.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cpp -o env.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- MemoryBuffer.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryBuffer.cpp -o MemoryBuffer.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_preproc --- --- lex.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic/lex.cpp -o lex.o --- pic --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o pic lex.o main.o object.o pic.o common.o troff.o tex.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/pic/../../../src/libs/libgroff/libgroff.a -lm -legacy --- all_subdir_roff --- --- input.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/input.cpp -o input.o --- all_subdir_preproc --- --- all_subdir_refer --- ===> gnu/usr.bin/groff/src/preproc/refer (all) --- command.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer/command.cpp -o command.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- MemoryObject.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryObject.cpp -o MemoryObject.o --- Mutex.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Mutex.cpp -o Mutex.o --- Options.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Options.cpp -o Options.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- ref.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer/ref.cpp -o ref.o --- refer.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer/refer.cpp -o refer.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Path.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Path.cpp -o Path.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- token.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer/token.cpp -o token.o --- label.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c label.cpp -o label.o --- all_subdir_roff --- --- mtsm.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/mtsm.cpp -o mtsm.o --- node.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/node.cpp -o node.o --- all_subdir_preproc --- --- refer --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/preproc/refer -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o refer command.o label.o ref.o refer.o token.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/libs/libbib/libbib.a /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/refer/../../../src/libs/libgroff/libgroff.a -lm -legacy --- all_subdir_tbl --- ===> gnu/usr.bin/groff/src/preproc/tbl (all) --- main.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../../../../contrib/groff/src/preproc/tbl/main.cpp -o main.o --- table.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../../../../contrib/groff/src/preproc/tbl/table.cpp -o table.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- PluginLoader.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PluginLoader.cpp -o PluginLoader.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- tbl --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o tbl main.o table.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/preproc/tbl/../../../src/libs/libgroff/libgroff.a -lm -legacy --- _bootstrap-tools-lib/clang/libllvmsupport --- --- PrettyStackTrace.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PrettyStackTrace.cpp -o PrettyStackTrace.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_roff --- --- number.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/number.cpp -o number.o --- reg.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/reg.cpp -o reg.o --- _bootstrap-tools-usr.bin/xinstall --- ===> usr.bin/xinstall (obj,depend,all,install) --- obj --- /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/usr.bin/xinstall created for /builds/FreeBSD_HEAD/usr.bin/xinstall --- .depend --- rm -f .depend mkdep -f .depend -a -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libnetbsd -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libmd -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=gnu99 /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c /builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree/getid.c --- _bootstrap-tools-gnu/usr.bin/groff --- --- majorminor.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c majorminor.cpp -o majorminor.o --- troff --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o troff dictionary.o div.o env.o input.o majorminor.o mtsm.o node.o number.o reg.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/roff/troff/../../../src/libs/libgroff/libgroff.a -lm -legacy --- _bootstrap-tools-usr.bin/xinstall --- echo xinstall: /usr/lib/libc.a /usr/lib/libmd.a /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib/libegacy.a >> .depend --- xinstall.o --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libnetbsd -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libmd -std=gnu99 -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -c /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c -o xinstall.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Process.o --- c++ -O2 -pipe -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -DCLOCK_PROCESS_CPUTIME_ID=15 -c /builds/FreeBSD_HEAD/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp -o Process.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_utils --- ===> gnu/usr.bin/groff/src/utils (all) --- all_subdir_addftinfo --- ===> gnu/usr.bin/groff/src/utils/addftinfo (all) --- addftinfo.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../../../../contrib/groff/src/utils/addftinfo/addftinfo.cpp -o addftinfo.o --- guess.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../../../../contrib/groff/src/utils/addftinfo/guess.cpp -o guess.o --- _bootstrap-tools-usr.bin/xinstall --- --- getid.o --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libnetbsd -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libmd -std=gnu99 -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -c /builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree/getid.c -o getid.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- addftinfo --- c++ -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../../../../contrib/groff/src/include -I/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../src/include -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -fno-rtti -fno-exceptions -Wno-c++11-extensions -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o addftinfo addftinfo.o guess.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/addftinfo/../../../src/libs/libgroff/libgroff.a -legacy --- _bootstrap-tools-usr.bin/xinstall --- --- xinstall --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libnetbsd -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../lib/libmd -std=gnu99 -Qunused-arguments -I/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/include -static -L/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/tmp/legacy/usr/lib -o xinstall xinstall.o getid.o -lmd -legacy --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_afmtodit --- ===> gnu/usr.bin/groff/src/utils/afmtodit (all) --- afmtodit --- Making afmtodit from /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/afmtodit/../../../../../../contrib/groff/src/utils/afmtodit/afmtodit.pl --- _bootstrap-tools-usr.bin/xinstall --- xinstall.o: In function `install': /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c:(.text+0x133c): undefined reference to `_libmd_SHA256_File' /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c:(.text+0x1631): undefined reference to `_libmd_SHA256_End' /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c:(.text+0x186c): undefined reference to `_libmd_SHA256_File' xinstall.o: In function `compare': /builds/FreeBSD_HEAD/usr.bin/xinstall/xinstall.c:(.text+0x2706): undefined reference to `_libmd_SHA256_End' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [xinstall] Error code 1 make[3]: stopped in /builds/FreeBSD_HEAD/usr.bin/xinstall 1 error make[3]: stopped in /builds/FreeBSD_HEAD/usr.bin/xinstall --- _bootstrap-tools-gnu/usr.bin/groff --- A failure has been detected in another branch of the parallel make make[6]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils/afmtodit *** [all_subdir_afmtodit] Error code 2 make[5]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils 1 error make[5]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src/utils *** [all_subdir_utils] Error code 2 make[4]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src 1 error make[4]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff/src *** [_sub.all] Error code 2 make[3]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff 1 error make[3]: stopped in /builds/FreeBSD_HEAD/gnu/usr.bin/groff --- _bootstrap-tools-lib/clang/libllvmsupport --- A failure has been detected in another branch of the parallel make make[3]: stopped in /builds/FreeBSD_HEAD/lib/clang/libllvmsupport --- _bootstrap-tools-lib/libsqlite3 --- A failure has been detected in another branch of the parallel make make[3]: stopped in /builds/FreeBSD_HEAD/lib/libsqlite3 A failure has been detected in another branch of the parallel make make[2]: stopped in /builds/FreeBSD_HEAD *** [_bootstrap-tools] Error code 2 make[1]: stopped in /builds/FreeBSD_HEAD 1 error make[1]: stopped in /builds/FreeBSD_HEAD *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_HEAD 1 error make: stopped in /builds/FreeBSD_HEAD Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - Any