=>> Building lang/rust build started at Fri Jun 14 05:33:36 CEST 2019 port directory: /usr/ports/lang/rust package name: rust-1.35.0 building for: FreeBSD freebsd-r342378-ports-20190610-job-01 13.0-CURRENT FreeBSD 13.0-CURRENT 1300005 amd64 maintained by: rust@FreeBSD.org Makefile ident: $FreeBSD: head/lang/rust/Makefile 502939 2019-05-29 08:15:52Z tobik $ Poudriere version: 3.2.99.20181024 Host OSVERSION: 1300005 Jail OSVERSION: 1300005 Job Id: 01 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300005 UNAME_v=FreeBSD 13.0-CURRENT 1300005 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.99.20181024 MASTERMNT=/usr/local/poudriere/data/.m/freebsd-r342378-ports-20190610/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=screen GID=0 UID=0 PWD=/usr/local/poudriere/data/.m/freebsd-r342378-ports-20190610/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=freebsd-r342378-ports-20190610 SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/freebsd-r342378-ports-20190610/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for rust-1.35.0: DOCS=on: Build and/or install documentation GDB=off: Install ports gdb (necessary for debugging rust programs) LLNEXTGEN=off: Build with grammar verification SOURCES=off: Install source files ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- rust@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/rust/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/rust/work HOME=/wrkdirs/usr/ports/lang/rust/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/rust/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- OPENSSLBASE=/usr/local OPENSSLDIR=/usr/local/openssl OPENSSLINC=/usr/local/include OPENSSLLIB=/usr/local/lib OPENSSLRPATH=/usr/local/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/rust/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/rust/work HOME=/wrkdirs/usr/ports/lang/rust/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/rust/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="clang" CFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="clang-cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -Wl,-rpath,/usr/local/lib -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="clang++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- RUST_TARGET=x86_64-unknown-freebsd PORTDOCS="" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd13 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_SUFFIX=27 PYTHON_VER=2.7 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/rust" EXAMPLESDIR="share/examples/rust" DATADIR="share/rust" WWWDIR="www/rust" ETCDIR="etc/rust" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/rust DOCSDIR=/usr/local/share/doc/rust EXAMPLESDIR=/usr/local/share/examples/rust WWWDIR=/usr/local/www/rust ETCDIR=/usr/local/etc/rust --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/freebsd-r342378-make.conf #### # CC=clang # Highly recommended over GCC, CXX=clang++ # but only needed for 8.X and 9.X CPP=clang-cpp # since it's the default in 10.0 # .if ${.CURDIR:N*/emulators/virtualbox-ose} DEFAULT_VERSIONS+=ssl=openssl # KDE4 .endif # # /usr/ports/emulators/virtualbox-ose .if ${.CURDIR:M*/emulators/virtualbox-ose} DEFAULT_VERSIONS+=ssl=openssl # DEFAULT_VERSIONS+=ssl=base .endif # # security/cyrus-sasl2-saslauthd # .if ${.CURDIR:M*/security/cyrus-sasl2-saslauthd} DEFAULT_VERSIONS=ssl=base .endif # .if ${.CURDIR:M*/www/chromium*} # USE_GCC?=5+ # .endif # # MAKE_JOBS_UNSAFE=yes # # CC=gcc5 # CXX=g++5 # CPP=cpp5 # since it's the default in 10.0 # USE_GCC=4.8+ # MASTER_SITE_BACKUP?= \ http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} # WITHOUT_HAL=yes # CFLAGS="" # # NO_IGNORE=yes # From: Chris Rees # CC: freebsd-ports@freebsd.org # Date: Sat, 23 Aug 2014 14:19:24 +0100 # better is: DISABLE_LICENSES=yes # # # added 20130612 guru # CPUTYPE?=pentium3 SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 # # not used until now: # FETCH_BEFORE_ARGS=-p4 -T 10 # OPTIONS_UNSET= DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO \ # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS # ### MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=512m' ### JAVA_OPTS='-Xms512m -Xmx1024m' # JAVA_OPTS='-J-XX:+UseCompressedClassPointers -Xms512m -Xmx1024m' JAVA_OPTS='-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' # # muttprint # print_muttprint_SET=CUPS # how to set PAPERSIZE=a4 ??? # # for net/samba43: # #.if ${.CURDIR:N*/ports/net/samba43} == "" #USE_GCC #.endif # # MAKE_JOBS_UNSAFE=yes # # env vars for pkg(1): DEBUG_LEVEL=4 DEBUG_SCRIPTS=TRUE DEVELOPER_MODE=TRUE PKG_CREATE_VERBOSE=TRUE # ALARM_BACKEND="memory" MALLOC_CONF=junk:false #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_00792546=FreeBSD clang version 7.0.1 (tags/RELEASE_701/final 349250) (based on LLVM 7.0.1) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_00792546=none _CXXINTERNAL_bf0c4528=FreeBSD clang version 7.0.1 (tags/RELEASE_701/final 349250) (based on LLVM 7.0.1) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_00792546_58173849=yes CC_OUTPUT_00792546_9bdba57c=yes CC_OUTPUT_00792546_6a4fe7f5=yes CC_OUTPUT_00792546_6bcac02b=yes CC_OUTPUT_00792546_67d20829=yes CC_OUTPUT_00792546_bfa62e83=yes CC_OUTPUT_00792546_f0b4d593=yes CC_OUTPUT_00792546_308abb44=yes CC_OUTPUT_00792546_f00456e5=yes CC_OUTPUT_00792546_65ad290d=yes CC_OUTPUT_00792546_f2776b26=yes CC_OUTPUT_00792546_b2657cc3=yes CC_OUTPUT_00792546_380987f7=yes CC_OUTPUT_00792546_160933ec=yes CC_OUTPUT_00792546_fb62803b=yes _OBJC_CCVERSION_00792546=FreeBSD clang version 7.0.1 (tags/RELEASE_701/final 349250) (based on LLVM 7.0.1) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_00792546=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300005 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES _SMP_CPUS=8 CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 19544 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> rust-1.35.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.11.1.txz [freebsd-r342378-ports-20190610-job-01] Installing pkg-1.11.1... [freebsd-r342378-ports-20190610-job-01] Extracting pkg-1.11.1: .......... done ===> rust-1.35.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rust-1.35.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by rust-1.35.0 for building =========================================================================== =================================================== ===> Fetching all distfiles required by rust-1.35.0 for building => SHA256 Checksum OK for rust/rustc-1.35.0-src.tar.xz. => SHA256 Checksum OK for rust/2019-05-14/rustc-1.34.2-x86_64-unknown-freebsd.tar.gz. => SHA256 Checksum OK for rust/2019-05-14/rust-std-1.34.2-x86_64-unknown-freebsd.tar.gz. => SHA256 Checksum OK for rust/2019-05-14/cargo-0.35.0-x86_64-unknown-freebsd.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by rust-1.35.0 for building ===> Extracting for rust-1.35.0 => SHA256 Checksum OK for rust/rustc-1.35.0-src.tar.xz. => SHA256 Checksum OK for rust/2019-05-14/rustc-1.34.2-x86_64-unknown-freebsd.tar.gz. => SHA256 Checksum OK for rust/2019-05-14/rust-std-1.34.2-x86_64-unknown-freebsd.tar.gz. => SHA256 Checksum OK for rust/2019-05-14/cargo-0.35.0-x86_64-unknown-freebsd.tar.gz. /bin/ln -sf /portdistfiles/rust/2019-05-14/rustc-1.34.2-x86_64-unknown-freebsd.tar.gz /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14 /bin/ln -sf /portdistfiles/rust/2019-05-14/rust-std-1.34.2-x86_64-unknown-freebsd.tar.gz /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14 /bin/ln -sf /portdistfiles/rust/2019-05-14/cargo-0.35.0-x86_64-unknown-freebsd.tar.gz /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14 =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for rust-1.35.0 ===> Applying FreeBSD patches for rust-1.35.0 =========================================================================== =================================================== ===> rust-1.35.0 depends on executable: cmake - not found ===> Installing existing package /packages/All/cmake-3.14.5.txz [freebsd-r342378-ports-20190610-job-01] Installing cmake-3.14.5... [freebsd-r342378-ports-20190610-job-01] `-- Installing curl-7.65.1... [freebsd-r342378-ports-20190610-job-01] | `-- Installing ca_root_nss-3.44... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting ca_root_nss-3.44: ..... done [freebsd-r342378-ports-20190610-job-01] | `-- Installing libnghttp2-1.38.0... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting libnghttp2-1.38.0: ....... done [freebsd-r342378-ports-20190610-job-01] | `-- Installing openssl-1.0.2s,1... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting openssl-1.0.2s,1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Extracting curl-7.65.1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing expat-2.2.6_1... [freebsd-r342378-ports-20190610-job-01] `-- Extracting expat-2.2.6_1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing jsoncpp-1.8.1_6... [freebsd-r342378-ports-20190610-job-01] `-- Extracting jsoncpp-1.8.1_6: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing libarchive-3.3.3,1... [freebsd-r342378-ports-20190610-job-01] | `-- Installing liblz4-1.9.1,1... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting liblz4-1.9.1,1: .......... done [freebsd-r342378-ports-20190610-job-01] | `-- Installing lzo2-2.10_1... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting lzo2-2.10_1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Extracting libarchive-3.3.3,1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing libuv-1.29.1... [freebsd-r342378-ports-20190610-job-01] `-- Extracting libuv-1.29.1: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing rhash-1.3.5... [freebsd-r342378-ports-20190610-job-01] `-- Extracting rhash-1.3.5: .......... done [freebsd-r342378-ports-20190610-job-01] Extracting cmake-3.14.5: .......... done Message from ca_root_nss-3.44: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. ===> rust-1.35.0 depends on executable: cmake - found ===> Returning to build of rust-1.35.0 ===> rust-1.35.0 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.2.1_3.txz [freebsd-r342378-ports-20190610-job-01] Installing gmake-4.2.1_3... [freebsd-r342378-ports-20190610-job-01] `-- Installing gettext-runtime-0.20.1... [freebsd-r342378-ports-20190610-job-01] | `-- Installing indexinfo-0.3.1... [freebsd-r342378-ports-20190610-job-01] | `-- Extracting indexinfo-0.3.1: . done [freebsd-r342378-ports-20190610-job-01] `-- Extracting gettext-runtime-0.20.1: .......... done [freebsd-r342378-ports-20190610-job-01] Extracting gmake-4.2.1_3: .......... done ===> rust-1.35.0 depends on executable: gmake - found ===> Returning to build of rust-1.35.0 ===> rust-1.35.0 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.6.1,1.txz [freebsd-r342378-ports-20190610-job-01] Installing pkgconf-1.6.1,1... [freebsd-r342378-ports-20190610-job-01] Extracting pkgconf-1.6.1,1: .......... done ===> rust-1.35.0 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of rust-1.35.0 ===> rust-1.35.0 depends on file: /usr/local/bin/python2.7 - not found ===> Installing existing package /packages/All/python27-2.7.16_1.txz [freebsd-r342378-ports-20190610-job-01] Installing python27-2.7.16_1... [freebsd-r342378-ports-20190610-job-01] `-- Installing libffi-3.2.1_3... [freebsd-r342378-ports-20190610-job-01] `-- Extracting libffi-3.2.1_3: .......... done [freebsd-r342378-ports-20190610-job-01] `-- Installing readline-8.0.0... [freebsd-r342378-ports-20190610-job-01] `-- Extracting readline-8.0.0: .......... done [freebsd-r342378-ports-20190610-job-01] Extracting python27-2.7.16_1: .......... done Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== ===> rust-1.35.0 depends on file: /usr/local/bin/python2.7 - found ===> Returning to build of rust-1.35.0 ===> rust-1.35.0 depends on file: /usr/local/lib/libcrypto.so.9 - found =========================================================================== =================================================== ===> rust-1.35.0 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> rust-1.35.0 depends on shared library: libgit2.so - not found ===> Installing existing package /packages/All/libgit2-0.28.1.txz [freebsd-r342378-ports-20190610-job-01] Installing libgit2-0.28.1... [freebsd-r342378-ports-20190610-job-01] `-- Installing libssh2-1.8.2,3... [freebsd-r342378-ports-20190610-job-01] `-- Extracting libssh2-1.8.2,3: .......... done [freebsd-r342378-ports-20190610-job-01] Extracting libgit2-0.28.1: .......... done ===> rust-1.35.0 depends on shared library: libgit2.so - found (/usr/local/lib/libgit2.so) ===> Returning to build of rust-1.35.0 ===> rust-1.35.0 depends on shared library: libssh2.so - found (/usr/local/lib/libssh2.so) ===> rust-1.35.0 depends on shared library: libedit.so.0 - not found ===> Installing existing package /packages/All/libedit-3.1.20190324,1.txz [freebsd-r342378-ports-20190610-job-01] Installing libedit-3.1.20190324,1... [freebsd-r342378-ports-20190610-job-01] Extracting libedit-3.1.20190324,1: .......... done ===> rust-1.35.0 depends on shared library: libedit.so.0 - found (/usr/local/lib/libedit.so.0) ===> Returning to build of rust-1.35.0 =========================================================================== =================================================== ===> Configuring for rust-1.35.0 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/vendor/libssh2-sys/libssh2/config.rpath /usr/bin/sed -E -e 's,%PREFIX%,/usr/local,' -e 's,%SYSCONFDIR%,/usr/local/etc,' -e 's,%MANDIR%,/usr/local/man,' -e 's,%PYTHON_CMD%,/usr/local/bin/python2.7,' -e 's,%CHANNEL%,stable,' -e 's,%TARGET%,x86_64-unknown-freebsd,' -e 's,%CCACHE%,false,' -e 's,%CC%,clang,' -e 's,%CXX%,clang++,' < /usr/ports/lang/rust/files/config.toml > /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/config.toml /usr/bin/sed -i.bak -e 's,%DOCS%,true,' /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/config.toml =========================================================================== =================================================== ===> Building for rust-1.35.0 cd /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src && /usr/bin/env HOME="/wrkdirs/usr/ports/lang/rust/work" LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 OPENSSL_DIR="/usr/local" /usr/local/bin/python2.7 /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/x.py build --verbose --config ./config.toml --jobs 8 extracting /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14/rust-std-1.34.2-x86_64-unknown-freebsd.tar.gz extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblibc-975b1f0009b11a00.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand-230928a7376e5130.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libflate2-aac36271e7604b60.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libparking_lot_core-55e33c75580150f0.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libscoped_tls-02faf833b94c7c11.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libbacktrace-a24f8b5c22ed4931.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcrossbeam_deque-e243347f86ef1261.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_chacha-f4b8e3c83133a171.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libmemmap-3b3ce6c5c76d5d91.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libbacktrace_sys-c9de005aada93bb1.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcfg_if-db90e304354a85f1.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_hc-e9f972848a5ed512.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libeither-89b1ba65138ee322.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_core-a4e1aac8d7f0cb22.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liballoc-ac72c0c93f7653c2.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblog-903b23c46845dec2.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_apfloat-9e6904c05d375313.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler_builtins-959e4a4251f80613.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblazy_static-f4a4dd51caa69a33.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_demangle-b0e4905daf49cd73.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libsmallvec-34696fb6c5aa7a83.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libbitflags-40e1c18ce46eac83.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand-dc06373302fe01a3.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libpolonius_engine-bc4b96d13d89bed3.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libarrayvec-4d26422e4e49ece4.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_rayon_core-29360320ffe06af4.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcrc32fast-47a38d9803939915.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcore-c66eac139c2cab65.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librls_data-ce6f408e88a723a5.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libquick_error-67e08670020d2d06.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcrossbeam_utils-6b69ffd0faa66316.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_rayon-5aed3a5b1f7e7e46.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libserialize-27ea65d23ecad676.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libvoid-783b000890102686.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libbacktrace_sys-55abf63a0a613096.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcrossbeam_epoch-86112b3bb92f75b6.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libmemoffset-d08b46d28320fcc6.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblock_api-7f37198f79ac9167.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libenv_logger-bd482dc586081677.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libstd-c77290dc5a6eb387.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libchalk_engine-4220b090de7260b7.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libscopeguard-2328e60d1362d0f7.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_xorshift-23e90f0dc9714708.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libunreachable-18154c9554de6b28.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libatty-16004095a8ee5358.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libpanic_unwind-3d30d8b442d427d8.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libowning_ref-d3d6a4078a160729.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libena-338d6d4b43dd12a9.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libparking_lot-370b52a03a8398f9.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblibc-9f4fff27bb66d64a.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblog_settings-3792acacfc86a35a.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libnodrop-c04280d39223726a.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libproc_macro-d78b4d9c18a2cb7a.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_demangle-ef9790f22138d0aa.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libchalk_macros-acf4623f551e3faa.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libpanic_abort-0c74a8719edc21fa.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libtempfile-3e91355072e6c81b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libcc-d17aa36321d2314b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libbyteorder-b92e29b3cbbcd35b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libremove_dir_all-df54b830eedf575b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libdatafrog-4ca072bea463967b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libtermcolor-3c2606b5fcaaaa9b.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_serialize-e18070c1c27b55ab.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_hash-9ac1c0372999eeab.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libnum_cpus-f5c0b1fbad4135fb.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libunwind-2198a6632ae1aefb.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand-a445a1b68988ff6c.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/liblazy_static-aa0f920e20f7930d.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_core-03def6c93765ac2d.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libgetopts-f77155fe979b54ad.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librls_span-606d0e3971ce0d4e.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libtest-2ec5e6d16c54945e.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libminiz_sys-6cb3bbced8576b5e.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libunicode_width-630b5670ab1b2fae.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_std_workspace_core-348629e6cb24b0be.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_pcg-a57660cb454f48ce.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libterm-4ceb74faf36cb1de.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libstable_deref_trait-3a3649185d98fc0f.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libhumantime-9bbdcbc1fe2b2b8f.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librand_isaac-5d32f13b9a406aaf.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libjobserver-75143446bc43adef.rlib extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/manifest.in extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_mir-e9053074ddacaa60.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_resolve-971042597204a3b0.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax_ext-4a9d36739814f721.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_lint-54e6e9d7dc94f282.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_codegen_utils-6440a90b817c3da2.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_traits-7e77aeff29b066b2.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_allocator-3c208c0f5dd42e04.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_passes-2f40b4d8ce2f6044.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax-9b4b17554eaf6705.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_errors-7d476e0a0b753845.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_driver-4d56cb53f8387c45.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_privacy-4a3cac1c3d70c326.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_borrowck-27f2af042d04b276.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libserialize-27ea65d23ecad676.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libarena-45f987a40ee61337.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libstd-c77290dc5a6eb387.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc-42d139db555db358.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_codegen_ssa-39f5fdb898e01e58.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_target-8247cfc605afe8b8.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libsyntax_pos-81b6f722fd995d19.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_data_structures-a46cb4e53da1cd2a.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_incremental-37a2c846bf9c954b.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_metadata-693f8236d986c66b.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_fs_util-f50452bd623c91cc.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_typeck-aa24bbd1dea1990e.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_save_analysis-3f50694bd35d5a3e.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_plugin-030d9611c6069b4e.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libtest-2ec5e6d16c54945e.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libterm-4ceb74faf36cb1de.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libfmt_macros-54975fa132143aee.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/librustc_cratesio_shim-9b5551332206982f.so extracting rust-std-1.34.2-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libgraphviz-63835621429163af.so extracting /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14/rustc-1.34.2-x86_64-unknown-freebsd.tar.gz extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc/rust extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/man extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/man/man1 extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/etc extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/x86_64-unknown-freebsd extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/x86_64-unknown-freebsd/codegen-backends extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/x86_64-unknown-freebsd/lib extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/man/man1/rustdoc.1 extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/man/man1/rustc.1 extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc/rust/LICENSE-APACHE extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc/rust/COPYRIGHT extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc/rust/LICENSE-MIT extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin/rust-gdb extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin/rust-lldb extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin/rustdoc extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin/rustc extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/share/doc/rust/README.md extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/bin/rust-gdbgui extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/manifest.in extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_mir-e9053074ddacaa60.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_resolve-971042597204a3b0.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libsyntax_ext-4a9d36739814f721.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_lint-54e6e9d7dc94f282.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_codegen_utils-6440a90b817c3da2.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_traits-7e77aeff29b066b2.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_allocator-3c208c0f5dd42e04.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_passes-2f40b4d8ce2f6044.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libsyntax-9b4b17554eaf6705.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_errors-7d476e0a0b753845.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_driver-4d56cb53f8387c45.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_privacy-4a3cac1c3d70c326.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_borrowck-27f2af042d04b276.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libserialize-27ea65d23ecad676.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libarena-45f987a40ee61337.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libstd-c77290dc5a6eb387.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc-42d139db555db358.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_codegen_ssa-39f5fdb898e01e58.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_target-8247cfc605afe8b8.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libsyntax_pos-81b6f722fd995d19.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_data_structures-a46cb4e53da1cd2a.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_incremental-37a2c846bf9c954b.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_metadata-693f8236d986c66b.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_fs_util-f50452bd623c91cc.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_typeck-aa24bbd1dea1990e.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_save_analysis-3f50694bd35d5a3e.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_plugin-030d9611c6069b4e.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libtest-2ec5e6d16c54945e.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libterm-4ceb74faf36cb1de.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libfmt_macros-54975fa132143aee.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/librustc_cratesio_shim-9b5551332206982f.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/libgraphviz-63835621429163af.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/x86_64-unknown-freebsd/codegen-backends/librustc_codegen_llvm-llvm.so extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/etc/gdb_rust_pretty_printing.py extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/etc/debugger_pretty_printers_common.py extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/etc/gdb_load_rust_pretty_printers.py extracting rustc-1.34.2-x86_64-unknown-freebsd/rustc/lib/rustlib/etc/lldb_rust_formatters.py extracting /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/cache/2019-05-14/cargo-0.35.0-x86_64-unknown-freebsd.tar.gz extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/zsh extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/zsh/site-functions extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc/cargo extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/bin extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/etc extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/etc/bash_completion.d extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-metadata.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-doc.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-rustdoc.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-rustc.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-pkgid.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-build.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-package.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-generate-lockfile.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-update.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-bench.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-search.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-fetch.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-publish.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-check.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-yank.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-install.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-uninstall.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-clean.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-login.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-version.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-run.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-help.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-owner.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-locate-project.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-verify-project.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-init.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-test.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-new.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/man/man1/cargo-fix.1 extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc/cargo/LICENSE-APACHE extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc/cargo/LICENSE-MIT extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc/cargo/LICENSE-THIRD-PARTY extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/doc/cargo/README.md extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/manifest.in extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/etc/bash_completion.d/cargo extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/bin/cargo extracting cargo-0.35.0-x86_64-unknown-freebsd/cargo/share/zsh/site-functions/_cargo running: /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0/bin/cargo build --manifest-path /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/bootstrap/Cargo.toml --frozen Compiling proc-macro2 v0.4.24 Compiling unicode-xid v0.1.0 Compiling serde v1.0.82 Compiling libc v0.2.51 Compiling ryu v0.2.7 Compiling itoa v0.4.3 Compiling fixedbitset v0.1.9 Compiling ordermap v0.3.5 Compiling cc v1.0.28 Compiling cfg-if v0.1.6 Compiling lazy_static v0.2.11 Compiling getopts v0.2.17 Compiling build_helper v0.1.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/build_helper) Compiling petgraph v0.4.13 Compiling cmake v0.1.33 Compiling filetime v0.2.4 Compiling num_cpus v1.8.0 Compiling time v0.1.40 Compiling quote v0.6.10 Compiling syn v0.15.22 Compiling serde_derive v1.0.81 Compiling toml v0.4.10 Compiling serde_json v1.0.33 Compiling bootstrap v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/bootstrap) Finished dev [unoptimized] target(s) in 1m 01s running: /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/bootstrap/debug/bootstrap build --verbose --config ./config.toml --jobs 8 finding compilers CC_x86_64-unknown-freebsd = "clang" CFLAGS_x86_64-unknown-freebsd = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=x86_64-unknown-freebsd"] AR_x86_64-unknown-freebsd = "ar" CXX_x86_64-unknown-freebsd = "clang++" running sanity check learning about cargo > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-std/x86_64-unknown-freebsd/release c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-rustc/x86_64-unknown-freebsd/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Llvm { target: "x86_64-unknown-freebsd", emscripten: false } git could not determine the LLVM submodule commit hash. Assuming that an LLVM build is necessary. < Llvm { target: "x86_64-unknown-freebsd", emscripten: false } < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Llvm { target: "x86_64-unknown-freebsd", emscripten: false } < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } > Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } < CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Cargo { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] } < Cargo { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Rls { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } > Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } < Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] } < Rls { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Rustfmt { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } < Rustfmt { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Miri { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] } < Miri { compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", extra_features: [] } > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-freebsd" } } > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-freebsd" } } > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Building stage0 std artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) running: "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0/bin/cargo" "build" "--target" "x86_64-unknown-freebsd" "-j" "8" "--release" "--frozen" "--features" "panic-unwind backtrace" "--manifest-path" "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libstd/Cargo.toml" "--message-format" "json" Compiling cc v1.0.28 Compiling libc v0.2.51 Compiling core v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libcore) Compiling unwind v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libunwind) Compiling compiler_builtins v0.1.9 Compiling backtrace-sys v0.1.27 Compiling std v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libstd) Compiling rustc-std-workspace-core v1.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/tools/rustc-std-workspace-core) Compiling alloc v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/liballoc) Compiling panic_abort v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libpanic_abort) Compiling rustc-demangle v0.1.10 Compiling panic_unwind v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libpanic_unwind) Finished release [optimized] target(s) in 1m 02s updating "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-std/x86_64-unknown-freebsd/release/.libstd.stamp" as "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-std/x86_64-unknown-freebsd/release/deps/libstd-7e0e7e66ce53bb76.so" changed c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Copying stage0 std from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-tools c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Std { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-test/x86_64-unknown-freebsd/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Building stage0 test artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) running: "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0/bin/cargo" "build" "--target" "x86_64-unknown-freebsd" "-j" "8" "--release" "--frozen" "--manifest-path" "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libtest/Cargo.toml" "--message-format" "json" Compiling proc_macro v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libproc_macro) Compiling term v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libterm) Compiling getopts v0.2.17 Compiling test v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libtest) Finished release [optimized] target(s) in 17.20s updating "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-test/x86_64-unknown-freebsd/release/.libtest.stamp" as "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-test/x86_64-unknown-freebsd/release/deps/libtest-5b09ed435dca446b.so" changed c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Copying stage0 test from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } c Test { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-rustc/x86_64-unknown-freebsd/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Building stage0 compiler artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) running: "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0/bin/cargo" "build" "--target" "x86_64-unknown-freebsd" "-j" "8" "--release" "--frozen" "--features" "" "--manifest-path" "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/rustc/Cargo.toml" "--message-format" "json" Compiling semver-parser v0.7.0 Compiling cfg-if v0.1.6 Compiling libc v0.2.51 Compiling nodrop v0.1.12 Compiling scopeguard v0.3.3 Compiling rand_core v0.3.0 Compiling lazy_static v1.2.0 Compiling memoffset v0.2.1 Compiling void v1.0.2 Compiling stable_deref_trait v1.1.0 Compiling rustc-rayon-core v0.1.2 Compiling rustc-rayon v0.1.2 Compiling either v1.5.0 Compiling byteorder v1.2.7 Compiling unicode-width v0.1.5 Compiling bitflags v1.0.4 Compiling proc-macro2 v0.4.24 Compiling unicode-xid v0.1.0 Compiling graphviz v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libgraphviz) Compiling cc v1.0.28 Compiling crc32fast v1.1.2 Compiling rustc_target v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_target) Compiling scoped-tls v1.0.0 Compiling syntax v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libsyntax) Compiling termcolor v1.0.4 Compiling lazy_static v0.2.11 Compiling remove_dir_all v0.5.1 Compiling rustc v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc) Compiling datafrog v2.0.1 Compiling rustc-demangle v0.1.10 Compiling rustc_metadata v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_metadata) Compiling fmt_macros v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libfmt_macros) Compiling rustc_fs_util v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_fs_util) Compiling rustc-serialize v0.3.24 Compiling rustc_incremental v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_incremental) Compiling quick-error v1.2.2 Compiling rustc_driver v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_driver) Compiling crossbeam-utils v0.2.2 Compiling log v0.4.6 Compiling arrayvec v0.4.7 Compiling log_settings v0.1.2 Compiling owning_ref v0.3.3 Compiling unreachable v1.0.0 Compiling rand_isaac v0.1.1 Compiling rand_xorshift v0.1.0 Compiling rand_hc v0.1.0 Compiling rustc-hash v1.0.1 Compiling semver v0.9.0 Compiling chalk-macros v0.1.0 Compiling itertools v0.8.0 Compiling humantime v1.2.0 Compiling crossbeam-epoch v0.3.1 Compiling rustc_cratesio_shim v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_cratesio_shim) Compiling ena v0.13.0 Compiling lock_api v0.1.3 Compiling smallvec v0.6.7 Compiling polonius-engine v0.6.2 Compiling miniz-sys v0.1.11 Compiling backtrace-sys v0.1.27 Compiling chalk-engine v0.9.0 Compiling rustc_version v0.2.3 Compiling serialize v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libserialize) Compiling rustc_apfloat v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_apfloat) Compiling num_cpus v1.8.0 Compiling jobserver v0.1.13 Compiling atty v0.2.11 Compiling memmap v0.6.2 Compiling crossbeam-deque v0.2.0 Compiling rls-span v0.4.1 Compiling env_logger v0.5.13 Compiling rand_chacha v0.1.0 Compiling rand_pcg v0.1.1 Compiling rand v0.6.1 Compiling parking_lot_core v0.4.0 Compiling quote v0.6.10 Compiling rls-data v0.18.2 Compiling flate2 v1.0.6 Compiling backtrace v0.3.11 Compiling syn v0.15.22 Compiling tempfile v3.0.5 Compiling parking_lot v0.7.1 Compiling rustc_data_structures v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_data_structures) Compiling arena v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libarena) Compiling syntax_pos v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libsyntax_pos) Compiling rustc_errors v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_errors) Compiling synstructure v0.10.1 Compiling rustc_macros v0.1.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_macros) Compiling syntax_ext v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/libsyntax_ext) Compiling rustc_mir v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_mir) Compiling rustc_typeck v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_typeck) Compiling rustc_traits v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_traits) Compiling rustc_allocator v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_allocator) Compiling rustc_lint v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_lint) Compiling rustc_resolve v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_resolve) Compiling rustc_plugin v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_plugin) Compiling rustc_privacy v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_privacy) Compiling rustc_codegen_utils v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_codegen_utils) Compiling rustc_borrowck v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_borrowck) Compiling rustc_passes v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_passes) Compiling rustc_save_analysis v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_save_analysis) Compiling rustc_interface v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_interface) Compiling rustc_codegen_ssa v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/librustc_codegen_ssa) Compiling rustc-main v0.0.0 (/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/rustc) Finished release [optimized] target(s) in 14m 46s updating "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-rustc/x86_64-unknown-freebsd/release/.librustc.stamp" as "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-rustc/x86_64-unknown-freebsd/release/deps/librustc_driver-debcba9bb0fe044b.so" changed c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Copying stage0 rustc from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-tools c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd" } < Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" }, target: "x86_64-unknown-freebsd", backend: "llvm" } c Rustc { target: "x86_64-unknown-freebsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } Dirty - /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/stage0-codegen/x86_64-unknown-freebsd/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-freebsd" } } > Llvm { target: "x86_64-unknown-freebsd", emscripten: false } git could not determine the LLVM submodule commit hash. Assuming that an LLVM build is necessary. Building LLVM for x86_64-unknown-freebsd running: "cmake" "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/llvm-project/llvm" "-DLLVM_ENABLE_ASSERTIONS=OFF" "-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;Mips;PowerPC;SystemZ;MSP430;Sparc;NVPTX;Hexagon" "-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly;RISCV" "-DLLVM_INCLUDE_EXAMPLES=OFF" "-DLLVM_INCLUDE_TESTS=OFF" "-DLLVM_INCLUDE_DOCS=OFF" "-DLLVM_INCLUDE_BENCHMARKS=OFF" "-DLLVM_ENABLE_ZLIB=OFF" "-DWITH_POLLY=OFF" "-DLLVM_ENABLE_TERMINFO=OFF" "-DLLVM_ENABLE_LIBEDIT=OFF" "-DLLVM_PARALLEL_COMPILE_JOBS=8" "-DLLVM_TARGET_ARCH=x86_64" "-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-freebsd" "-DLLVM_OCAML_INSTALL_PATH=usr/lib/ocaml" "-DLLVM_ENABLE_LIBXML2=OFF" "-DLLVM_VERSION_SUFFIX=-rust-1.35.0-stable" "-DPYTHON_EXECUTABLE=/usr/local/bin/python2.7" "-DCMAKE_C_COMPILER=clang" "-DCMAKE_CXX_COMPILER=clang++" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-freebsd" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-freebsd" "-DCMAKE_INSTALL_PREFIX=/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm" "-DCMAKE_BUILD_TYPE=Release" -- The C compiler identification is Clang 7.0.1 -- The CXX compiler identification is Clang 7.0.1 -- The ASM compiler identification is Clang -- Found assembler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- broken CMake Error at /usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:53 (message): The C++ compiler "/usr/bin/clang++" is not able to compile a simple test program. It fails with the following output: Change Dir: /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/gmake cmTC_359c5/fast gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp' /usr/local/bin/gmake -f CMakeFiles/cmTC_359c5.dir/build.make CMakeFiles/cmTC_359c5.dir/build gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_359c5.dir/testCXXCompiler.cxx.o /usr/bin/clang++ -ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-freebsd -o CMakeFiles/cmTC_359c5.dir/testCXXCompiler.cxx.o -c /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_359c5 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_359c5.dir/link.txt --verbose=1 /usr/bin/clang++ -ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-freebsd CMakeFiles/cmTC_359c5.dir/testCXXCompiler.cxx.o -o cmTC_359c5 ld: error: unable to find library -lstdc++ clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [CMakeFiles/cmTC_359c5.dir/build.make:87: cmTC_359c5] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_359c5/fast] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeTmp' CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:39 (project) -- Configuring incomplete, errors occurred! See also "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeOutput.log". See also "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/x86_64-unknown-freebsd/llvm/build/CMakeFiles/CMakeError.log". thread 'main' panicked at ' command did not execute successfully, got: exit code: 1 build script failed, must exit now', /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/vendor/cmake/src/lib.rs:773:5 note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace. finished in 0.613 Traceback (most recent call last): File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/x.py", line 11, in bootstrap.main() File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/bootstrap/bootstrap.py", line 842, in main bootstrap(help_triggered) File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/bootstrap/bootstrap.py", line 828, in bootstrap run(args, env=env, verbose=build.verbose) File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/src/bootstrap/bootstrap.py", line 141, in run raise RuntimeError(err) RuntimeError: failed to run: /wrkdirs/usr/ports/lang/rust/work/rustc-1.35.0-src/build/bootstrap/debug/bootstrap build --verbose --config ./config.toml --jobs 8 *** Error code 1 Stop. make: stopped in /usr/ports/lang/rust =>> Cleaning up wrkdir ===> Cleaning for rust-1.35.0 build of lang/rust | rust-1.35.0 ended at Fri Jun 14 05:51:27 CEST 2019 build time: 00:17:52 !!! build failure encountered !!!