Skip to content

Instantly share code, notes, and snippets.

@cerberusiscute
Created August 28, 2014 18:32
Show Gist options
  • Save cerberusiscute/c10fe92a355d535328cd to your computer and use it in GitHub Desktop.
Save cerberusiscute/c10fe92a355d535328cd to your computer and use it in GitHub Desktop.
MacBook-Pro:rust [removed]$ ./configure
configure: looking for configure programs
configure: found cmp
configure: found mkdir
configure: found printf
configure: found cut
configure: found head
configure: found grep
configure: found xargs
configure: found cp
configure: found find
configure: found uname
configure: found date
configure: found tr
configure: found sed
configure: found file
configure: inspecting environment
configure: recreating config.tmp
configure:
configure: processing ./configure args
configure:
configure: CFG_PREFIX := /usr/local
configure: CFG_LOCAL_RUST_ROOT := /usr/local
configure: CFG_LLVM_ROOT :=
configure: CFG_JEMALLOC_ROOT :=
configure: CFG_LIBUV_ROOT :=
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_MINGW32_CROSS_PATH :=
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_HOST := x86_64-apple-darwin
configure: CFG_TARGET := x86_64-apple-darwin
configure: CFG_LOCALSTATEDIR := /var/lib
configure: CFG_SYSCONFDIR := /etc
configure: CFG_DATADIR := /usr/local/share
configure: CFG_INFODIR := /usr/local/share/info
configure: CFG_MANDIR := /usr/local/share/man
configure: CFG_LIBDIR := /usr/local/lib
configure:
configure: validating ./configure args
configure:
configure:
configure: looking for build programs
configure:
configure: CFG_PERL := /usr/bin/perl
configure: CFG_CURLORWGET := /usr/bin/curl (curl 7.30.0 (x86_64-apple-darwin13.0) libcurl/7.30.0 SecureTransport zlib/1.2.5)
configure: CFG_PYTHON := /usr/bin/python2.7
configure: CFG_GIT := /usr/local/bin/git (git version 1.9.2)
configure: CFG_CLANG := /usr/bin/clang++ (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn))
configure: CFG_CCACHE :=
configure: CFG_GCC := /usr/bin/gcc (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn))
configure: CFG_LD := /usr/bin/ld
configure: CFG_VALGRIND :=
configure: CFG_PERF :=
configure: CFG_ISCC :=
configure: CFG_LLNEXTGEN :=
configure: CFG_JAVAC := /usr/bin/javac
configure: CFG_ANTLR4 :=
configure: CFG_GRUN :=
configure: CFG_PANDOC := /usr/local/bin/pandoc (pandoc 1.12.4.2)
configure: CFG_PDFLATEX := /usr/texbin/pdflatex (pdfTeX 3.14159265-2.6-1.40.15 (TeX Live 2014))
configure: CFG_XELATEX := /usr/texbin/xelatex (XeTeX 3.14159265-2.6-0.99991 (TeX Live 2014))
configure: CFG_LUALATEX := /usr/texbin/lualatex (This is LuaTeX, Version beta-0.79.1 (TeX Live 2014) (rev 4971))
configure: CFG_GDB :=
configure: CFG_LLDB := /usr/bin/lldb (lldb-310.2.37)
configure: CFG_LLDB_PYTHON_DIR := /Applications/Xcode.app/Contents/Sh ...
configure:
configure: looking for target specific programs
configure:
configure: CFG_ADB := /usr/local/bin/adb
configure:
configure: on OS X 10.9, forcing use of clang
configure:
configure: CFG_ENABLE_CLANG := 1
configure: CFG_USING_CLANG := 1
configure:
configure: found ok version of CLANG: 3.4svn
configure:
configure: CFG_CC := clang
configure: CFG_CXX := clang++
configure:
configure: making directories
configure:
configure: mkdir -p doc
configure: mkdir -p doc/std
configure: mkdir -p doc/extra
configure: mkdir -p dl
configure: mkdir -p tmp
configure: mkdir -p dist
configure: mkdir -p x86_64-apple-darwin/llvm
configure: mkdir -p x86_64-apple-darwin/rustllvm
configure: mkdir -p x86_64-apple-darwin/rt
configure: mkdir -p x86_64-apple-darwin/rt/stage0
configure: mkdir -p x86_64-apple-darwin/rt/jemalloc
configure: mkdir -p x86_64-apple-darwin/rt/libuv
configure: mkdir -p x86_64-apple-darwin/rt/libuv/src/ares
configure: mkdir -p x86_64-apple-darwin/rt/libuv/src/eio
configure: mkdir -p x86_64-apple-darwin/rt/libuv/src/ev
configure: mkdir -p x86_64-apple-darwin/rt/stage0/isaac
configure: mkdir -p x86_64-apple-darwin/rt/stage0/sync
configure: mkdir -p x86_64-apple-darwin/rt/stage0/test
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/i386
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/x86_64
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/arm
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/mips
configure: mkdir -p x86_64-apple-darwin/rt/stage0/sundown/src
configure: mkdir -p x86_64-apple-darwin/rt/stage0/sundown/html
configure: mkdir -p x86_64-apple-darwin/rt/stage1
configure: mkdir -p x86_64-apple-darwin/rt/stage1/isaac
configure: mkdir -p x86_64-apple-darwin/rt/stage1/sync
configure: mkdir -p x86_64-apple-darwin/rt/stage1/test
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/i386
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/x86_64
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/arm
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/mips
configure: mkdir -p x86_64-apple-darwin/rt/stage1/sundown/src
configure: mkdir -p x86_64-apple-darwin/rt/stage1/sundown/html
configure: mkdir -p x86_64-apple-darwin/rt/stage2
configure: mkdir -p x86_64-apple-darwin/rt/stage2/isaac
configure: mkdir -p x86_64-apple-darwin/rt/stage2/sync
configure: mkdir -p x86_64-apple-darwin/rt/stage2/test
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/i386
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/x86_64
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/arm
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/mips
configure: mkdir -p x86_64-apple-darwin/rt/stage2/sundown/src
configure: mkdir -p x86_64-apple-darwin/rt/stage2/sundown/html
configure: mkdir -p x86_64-apple-darwin/rt/stage3
configure: mkdir -p x86_64-apple-darwin/rt/stage3/isaac
configure: mkdir -p x86_64-apple-darwin/rt/stage3/sync
configure: mkdir -p x86_64-apple-darwin/rt/stage3/test
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/i386
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/x86_64
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/arm
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/mips
configure: mkdir -p x86_64-apple-darwin/rt/stage3/sundown/src
configure: mkdir -p x86_64-apple-darwin/rt/stage3/sundown/html
configure: mkdir -p x86_64-apple-darwin/stage0/bin
configure: mkdir -p x86_64-apple-darwin/stage0/lib
configure: mkdir -p x86_64-apple-darwin/stage0/test
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage1/bin
configure: mkdir -p x86_64-apple-darwin/stage1/lib
configure: mkdir -p x86_64-apple-darwin/stage1/test
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage2/bin
configure: mkdir -p x86_64-apple-darwin/stage2/lib
configure: mkdir -p x86_64-apple-darwin/stage2/test
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage3/bin
configure: mkdir -p x86_64-apple-darwin/stage3/lib
configure: mkdir -p x86_64-apple-darwin/stage3/test
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustlib/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustlib/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/test/run-pass
configure: mkdir -p x86_64-apple-darwin/test/run-pass-fulldeps
configure: mkdir -p x86_64-apple-darwin/test/run-fail
configure: mkdir -p x86_64-apple-darwin/test/compile-fail
configure: mkdir -p x86_64-apple-darwin/test/compile-fail-fulldeps
configure: mkdir -p x86_64-apple-darwin/test/bench
configure: mkdir -p x86_64-apple-darwin/test/perf
configure: mkdir -p x86_64-apple-darwin/test/pretty
configure: mkdir -p x86_64-apple-darwin/test/debuginfo-gdb
configure: mkdir -p x86_64-apple-darwin/test/debuginfo-lldb
configure: mkdir -p x86_64-apple-darwin/test/codegen
configure: mkdir -p x86_64-apple-darwin/test/doc-tutorial
configure: mkdir -p x86_64-apple-darwin/test/doc-guide
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-ffi
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-runtime
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-macros
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-lifetimes
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-pointers
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-container
configure: mkdir -p x86_64-apple-darwin/test/doc-guide-tasks
configure: mkdir -p x86_64-apple-darwin/test/doc-rust
configure:
configure: configuring submodules
configure:
configure: git: submodule sync
configure: git: submodule init
Submodule 'src/compiler-rt' (https://github.com/rust-lang/compiler-rt.git) registered for path 'src/compiler-rt'
Submodule 'src/gyp' (https://github.com/rust-lang/gyp.git) registered for path 'src/gyp'
Submodule 'src/jemalloc' (https://github.com/rust-lang/jemalloc.git) registered for path 'src/jemalloc'
Submodule 'src/libuv' (https://github.com/rust-lang/libuv.git) registered for path 'src/libuv'
Submodule 'src/llvm' (https://github.com/rust-lang/llvm.git) registered for path 'src/llvm'
Submodule 'src/rt/hoedown' (https://github.com/rust-lang/hoedown.git) registered for path 'src/rt/hoedown'
configure: git: submodule update
Cloning into 'src/compiler-rt'...
remote: Counting objects: 33845, done.
remote: Compressing objects: 100% (10217/10217), done.
remote: Total 33845 (delta 23426), reused 33845 (delta 23426)
Receiving objects: 100% (33845/33845), 13.45 MiB | 946.00 KiB/s, done.
Resolving deltas: 100% (23426/23426), done.
Checking connectivity... done.
Submodule path 'src/compiler-rt': checked out '62a4ca6055ad6fda8faf767b93b5736dcdfb7013'
Cloning into 'src/gyp'...
remote: Counting objects: 14456, done.
remote: Total 14456 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (14456/14456), 7.93 MiB | 1.56 MiB/s, done.
Resolving deltas: 100% (9859/9859), done.
Checking connectivity... done.
Submodule path 'src/gyp': checked out '1e46da1000bc29679ab4cebf3c1034cb7d6f4487'
Cloning into 'src/jemalloc'...
remote: Counting objects: 5644, done.
remote: Compressing objects: 100% (2024/2024), done.
remote: Total 5644 (delta 3358), reused 5644 (delta 3358)
Receiving objects: 100% (5644/5644), 2.81 MiB | 1.35 MiB/s, done.
Resolving deltas: 100% (3358/3358), done.
Checking connectivity... done.
Submodule path 'src/jemalloc': checked out '024c67ad651e1a3ca228936c4cfb13a37329baf2'
Cloning into 'src/libuv'...
remote: Counting objects: 19465, done.
remote: Compressing objects: 100% (7543/7543), done.
remote: Total 19465 (delta 11868), reused 19465 (delta 11868)
Receiving objects: 100% (19465/19465), 11.31 MiB | 1.81 MiB/s, done.
Resolving deltas: 100% (11868/11868), done.
Checking connectivity... done.
Submodule path 'src/libuv': checked out 'dec0561d198d86a274b1067b53b64fea3c659202'
Cloning into 'src/llvm'...
remote: Counting objects: 899507, done.
remote: Compressing objects: 100% (162578/162578), done.
remote: Total 899507 (delta 732851), reused 899477 (delta 732828)
Receiving objects: 100% (899507/899507), 242.21 MiB | 1.65 MiB/s, done.
Resolving deltas: 100% (732851/732851), done.
Checking connectivity... done.
Submodule path 'src/llvm': checked out '90a314162053a0c51a50a1c603c9203bef241e0d'
Cloning into 'src/rt/hoedown'...
remote: Counting objects: 1819, done.
remote: Compressing objects: 100% (789/789), done.
remote: Total 1819 (delta 1016), reused 1819 (delta 1016)
Receiving objects: 100% (1819/1819), 495.51 KiB | 586.00 KiB/s, done.
Resolving deltas: 100% (1016/1016), done.
Checking connectivity... done.
Submodule path 'src/rt/hoedown': checked out '238c4d57cce10d33b05cf52a91fc62a09f31ffbb'
configure: git: submodule foreach sync
Entering 'src/compiler-rt'
Entering 'src/gyp'
Entering 'src/jemalloc'
Entering 'src/libuv'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
configure: git: submodule foreach update
configure: git: submodule status
62a4ca6055ad6fda8faf767b93b5736dcdfb7013 src/compiler-rt (remotes/origin/rust-2014-06-18-do-not-delete)
1e46da1000bc29679ab4cebf3c1034cb7d6f4487 src/gyp (heads/master)
024c67ad651e1a3ca228936c4cfb13a37329baf2 src/jemalloc (3.6.0-63-g024c67a)
dec0561d198d86a274b1067b53b64fea3c659202 src/libuv (v0.11.7-544-gdec0561)
90a314162053a0c51a50a1c603c9203bef241e0d src/llvm (remotes/origin/rust-llvm-2014-08-05)
238c4d57cce10d33b05cf52a91fc62a09f31ffbb src/rt/hoedown (2.0.0-63-g238c4d5)
configure: git: submodule clobber
Entering 'src/compiler-rt'
Entering 'src/gyp'
Entering 'src/jemalloc'
Entering 'src/libuv'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/compiler-rt'
Entering 'src/gyp'
Entering 'src/jemalloc'
Entering 'src/libuv'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
configure:
configure: looking at LLVM
configure:
configure: configuring LLVM for x86_64-apple-darwin
configure: configuring LLVM with:
configure: --enable-targets=x86,x86_64,arm,mips --enable-optimized --enable-assertions --disable-docs --enable-bindings=none --disable-terminfo --disable-zlib --disable-libffi --enable-libcpp --build=x86_64-apple-darwin --host=x86_64-apple-darwin --target=x86_64-apple-darwin --with-python=/usr/bin/python2.7
checking for x86_64-apple-darwin-clang... clang -Qunused-arguments
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -Qunused-arguments accepts -g... yes
checking for clang -Qunused-arguments option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -Qunused-arguments accepts -g... yes
checking how to run the C preprocessor... clang -Qunused-arguments -E
checking whether GCC or Clang is our host compiler... clang
checking build system type... x86_64-apple-darwin
checking host system type... x86_64-apple-darwin
checking target system type... x86_64-apple-darwin
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking whether Clang is new enough... yes
checking optimization flags... -O3
checking for GNU make... make
checking whether ln -s works... yes
checking for nm... /usr/bin/nm
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for x86_64-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for x86_64-apple-darwin-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for dot... echo dot
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 236.4
checking for compiler -Wl,-R<path> option... no
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... no
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default -Wno-uninitialized
checking for python... user defined: /usr/bin/python2.7
checking for python >= 2.5... /usr/bin/python2.7 (2.7.5)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing el_init... -ledit
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... clang++ -Qunused-arguments -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking for futimes... yes
checking for futimens... no
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether arc4random is declared... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
configure:
configure: writing configuration
configure:
configure: CFG_SRC_DIR := /Users/[removed]/rust/
configure: CFG_BUILD_DIR := /Users/[removed]/rust/
configure: CFG_OSTYPE := apple-darwin
configure: CFG_CPUTYPE := x86_64
configure: CFG_CONFIGURE_ARGS :=
configure: CFG_PREFIX := /usr/local
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_HOST := x86_64-apple-darwin
configure: CFG_TARGET := x86_64-apple-darwin
configure: CFG_LIBDIR := /usr/local/lib
configure: CFG_LIBDIR_RELATIVE := lib
configure: CFG_DISABLE_MANAGE_SUBMODULES :=
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_MINGW32_CROSS_PATH :=
configure: CFG_MANDIR := /usr/local/share/man
configure: CFG_DISABLE_INJECT_STD_VERSION :=
configure: CFG_JEMALLOC_ROOT :=
configure: CFG_LIBUV_ROOT :=
configure: CFG_DISABLE_JEMALLOC :=
configure: CFG_LLVM_ROOT :=
configure: CFG_LLVM_SRC_DIR := /Users/[removed]/rust/src/llvm/
configure: CFG_LLVM_BUILD_DIR_x86_64_apple_darwin := /Users/[removed]/rust/x86_64-apple-darwi ...
configure: CFG_LLVM_INST_DIR_x86_64_apple_darwin := /Users/[removed]/rust/x86_64-apple-darwi ...
configure:
configure: cp /Users/[removed]/rust/Makefile.in ./Makefile
configure: mv config.tmp config.mk
configure:
configure: complete
configure:
configure: run `make help`
configure:
MacBook-Pro:rust [removed]$ sudo make && make install
Password:
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: no llnextgen found, omitting grammar-verification
fetch: x86_64-apple-darwin/stage0/bin/rustc
determined most recent snapshot: rust-stage0-2014-08-17-a86d9ad-macos-x86_64-977a8e496dd4ccf79c86a93a1794e65213d76f96.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.9M 100 11.9M 0 0 866k 0 0:00:14 0:00:14 --:--:-- 648k
got download with ok hash
opening snapshot dl/rust-stage0-2014-08-17-a86d9ad-macos-x86_64-977a8e496dd4ccf79c86a93a1794e65213d76f96.tar.bz2
extracting rust-stage0/bin/rustc
make: cleaning llvm
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: no llnextgen found, omitting grammar-verification
cfg: including snap rules
cfg: including dist rules
cfg: including clean rules
llvm[2]: Constructing LLVMBuild project information.
llvm[3]: Constructing LLVMBuild project information.
make: done cleaning llvm
touch /Users/[removed]/rust/x86_64-apple-darwin/llvm/llvm-auto-clean-stamp
make: llvm
llvm[2]: Compiling APFloat.cpp for Release+Asserts build
llvm[2]: Compiling APInt.cpp for Release+Asserts build
llvm[2]: Compiling APSInt.cpp for Release+Asserts build
llvm[2]: Compiling ARMBuildAttrs.cpp for Release+Asserts build
llvm[2]: Compiling ARMWinEH.cpp for Release+Asserts build
llvm[2]: Compiling Allocator.cpp for Release+Asserts build
llvm[2]: Compiling Atomic.cpp for Release+Asserts build
llvm[2]: Compiling BlockFrequency.cpp for Release+Asserts build
llvm[2]: Compiling BranchProbability.cpp for Release+Asserts build
llvm[2]: Compiling CommandLine.cpp for Release+Asserts build
llvm[2]: Compiling Compression.cpp for Release+Asserts build
llvm[2]: Compiling ConvertUTF.c for Release+Asserts build
llvm[2]: Compiling ConvertUTFWrapper.cpp for Release+Asserts build
llvm[2]: Compiling CrashRecoveryContext.cpp for Release+Asserts build
llvm[2]: Compiling DAGDeltaAlgorithm.cpp for Release+Asserts build
llvm[2]: Compiling DataExtractor.cpp for Release+Asserts build
llvm[2]: Compiling DataStream.cpp for Release+Asserts build
llvm[2]: Compiling Debug.cpp for Release+Asserts build
llvm[2]: Compiling DeltaAlgorithm.cpp for Release+Asserts build
llvm[2]: Compiling Dwarf.cpp for Release+Asserts build
llvm[2]: Compiling DynamicLibrary.cpp for Release+Asserts build
llvm[2]: Compiling Errno.cpp for Release+Asserts build
llvm[2]: Compiling ErrorHandling.cpp for Release+Asserts build
llvm[2]: Compiling FileOutputBuffer.cpp for Release+Asserts build
llvm[2]: Compiling FileUtilities.cpp for Release+Asserts build
llvm[2]: Compiling FoldingSet.cpp for Release+Asserts build
llvm[2]: Compiling FormattedStream.cpp for Release+Asserts build
llvm[2]: Compiling GraphWriter.cpp for Release+Asserts build
llvm[2]: Compiling Hashing.cpp for Release+Asserts build
llvm[2]: Compiling Host.cpp for Release+Asserts build
llvm[2]: Compiling IncludeFile.cpp for Release+Asserts build
llvm[2]: Compiling IntEqClasses.cpp for Release+Asserts build
llvm[2]: Compiling IntervalMap.cpp for Release+Asserts build
llvm[2]: Compiling IntrusiveRefCntPtr.cpp for Release+Asserts build
llvm[2]: Compiling IsInf.cpp for Release+Asserts build
llvm[2]: Compiling IsNAN.cpp for Release+Asserts build
llvm[2]: Compiling LEB128.cpp for Release+Asserts build
llvm[2]: Compiling LineIterator.cpp for Release+Asserts build
llvm[2]: Compiling Locale.cpp for Release+Asserts build
llvm[2]: Compiling LockFileManager.cpp for Release+Asserts build
llvm[2]: Compiling MD5.cpp for Release+Asserts build
llvm[2]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[2]: Compiling Memory.cpp for Release+Asserts build
llvm[2]: Compiling MemoryBuffer.cpp for Release+Asserts build
llvm[2]: Compiling MemoryObject.cpp for Release+Asserts build
llvm[2]: Compiling Mutex.cpp for Release+Asserts build
llvm[2]: Compiling Path.cpp for Release+Asserts build
llvm[2]: Compiling PluginLoader.cpp for Release+Asserts build
llvm[2]: Compiling PrettyStackTrace.cpp for Release+Asserts build
llvm[2]: Compiling Process.cpp for Release+Asserts build
llvm[2]: Compiling Program.cpp for Release+Asserts build
llvm[2]: Compiling RWMutex.cpp for Release+Asserts build
llvm[2]: Compiling RandomNumberGenerator.cpp for Release+Asserts build
llvm[2]: Compiling Regex.cpp for Release+Asserts build
llvm[2]: Compiling ScaledNumber.cpp for Release+Asserts build
llvm[2]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release+Asserts build
llvm[2]: Compiling Signals.cpp for Release+Asserts build
llvm[2]: Compiling SmallPtrSet.cpp for Release+Asserts build
llvm[2]: Compiling SmallVector.cpp for Release+Asserts build
llvm[2]: Compiling SourceMgr.cpp for Release+Asserts build
llvm[2]: Compiling SpecialCaseList.cpp for Release+Asserts build
llvm[2]: Compiling Statistic.cpp for Release+Asserts build
llvm[2]: Compiling StreamableMemoryObject.cpp for Release+Asserts build
llvm[2]: Compiling StringExtras.cpp for Release+Asserts build
llvm[2]: Compiling StringMap.cpp for Release+Asserts build
llvm[2]: Compiling StringPool.cpp for Release+Asserts build
llvm[2]: Compiling StringRef.cpp for Release+Asserts build
llvm[2]: Compiling StringRefMemoryObject.cpp for Release+Asserts build
llvm[2]: Compiling SystemUtils.cpp for Release+Asserts build
llvm[2]: Compiling TargetRegistry.cpp for Release+Asserts build
llvm[2]: Compiling ThreadLocal.cpp for Release+Asserts build
llvm[2]: Compiling Threading.cpp for Release+Asserts build
llvm[2]: Compiling TimeValue.cpp for Release+Asserts build
llvm[2]: Compiling Timer.cpp for Release+Asserts build
llvm[2]: Compiling ToolOutputFile.cpp for Release+Asserts build
llvm[2]: Compiling Triple.cpp for Release+Asserts build
llvm[2]: Compiling Twine.cpp for Release+Asserts build
llvm[2]: Compiling Unicode.cpp for Release+Asserts build
llvm[2]: Compiling Valgrind.cpp for Release+Asserts build
llvm[2]: Compiling Watchdog.cpp for Release+Asserts build
llvm[2]: Compiling YAMLParser.cpp for Release+Asserts build
llvm[2]: Compiling YAMLTraits.cpp for Release+Asserts build
llvm[2]: Compiling circular_raw_ostream.cpp for Release+Asserts build
llvm[2]: Compiling raw_os_ostream.cpp for Release+Asserts build
llvm[2]: Compiling raw_ostream.cpp for Release+Asserts build
llvm[2]: Compiling regcomp.c for Release+Asserts build
llvm[2]: Compiling regerror.c for Release+Asserts build
llvm[2]: Compiling regexec.c for Release+Asserts build
llvm[2]: Compiling regfree.c for Release+Asserts build
llvm[2]: Compiling regstrlcpy.c for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMSupport.a
llvm[2]: Compiling Error.cpp for Release+Asserts build
llvm[2]: Compiling Main.cpp for Release+Asserts build
llvm[2]: Compiling Record.cpp for Release+Asserts build
llvm[2]: Compiling SetTheory.cpp for Release+Asserts build
llvm[2]: Compiling StringMatcher.cpp for Release+Asserts build
llvm[2]: Compiling TGLexer.cpp for Release+Asserts build
llvm[2]: Compiling TGParser.cpp for Release+Asserts build
llvm[2]: Compiling TableGenBackend.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMTableGen.a
llvm[3]: Compiling FileCheck.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable FileCheck (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
llvm[3]: Compiling AsmMatcherEmitter.cpp for Release+Asserts build
llvm[3]: Compiling AsmWriterEmitter.cpp for Release+Asserts build
llvm[3]: Compiling AsmWriterInst.cpp for Release+Asserts build
llvm[3]: Compiling CTagsEmitter.cpp for Release+Asserts build
llvm[3]: Compiling CallingConvEmitter.cpp for Release+Asserts build
llvm[3]: Compiling CodeEmitterGen.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenInstruction.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenMapTable.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenRegisters.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenSchedule.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenTarget.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcher.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
llvm[3]: Compiling DFAPacketizerEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
llvm[3]: Compiling FastISelEmitter.cpp for Release+Asserts build
llvm[3]: Compiling FixedLenDecoderEmitter.cpp for Release+Asserts build
llvm[3]: Compiling InstrInfoEmitter.cpp for Release+Asserts build
llvm[3]: Compiling IntrinsicEmitter.cpp for Release+Asserts build
llvm[3]: Compiling OptParserEmitter.cpp for Release+Asserts build
llvm[3]: Compiling PseudoLoweringEmitter.cpp for Release+Asserts build
llvm[3]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
llvm[3]: Compiling SubtargetEmitter.cpp for Release+Asserts build
llvm[3]: Compiling TableGen.cpp for Release+Asserts build
llvm[3]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
llvm[3]: Compiling X86ModRMFilters.cpp for Release+Asserts build
llvm[3]: Compiling X86RecognizableInstr.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-tblgen (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-tblgen (without symbols)
llvm[3]: Compiling PerfectShuffle.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-PerfectShuffle (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-PerfectShuffle (without symbols)
llvm[3]: Compiling count.c for Release+Asserts build
llvm[3]: Linking Release+Asserts executable count (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable count (without symbols)
llvm[3]: Compiling fpcmp.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable fpcmp (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable fpcmp (without symbols)
llvm[3]: Creating 'llvm-lit' script...
llvm[3]: Compiling not.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable not (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable not (without symbols)
llvm[4]: Compiling src/gtest-all.cc for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libgtest.a
llvm[4]: Compiling TestMain.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libgtest_main.a
llvm[2]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[2]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[2]: Compiling AsmWriter.cpp for Release+Asserts build
llvm[2]: Compiling Attributes.cpp for Release+Asserts build
llvm[2]: Compiling AutoUpgrade.cpp for Release+Asserts build
llvm[2]: Compiling BasicBlock.cpp for Release+Asserts build
llvm[2]: Compiling Comdat.cpp for Release+Asserts build
llvm[2]: Compiling ConstantFold.cpp for Release+Asserts build
llvm[2]: Compiling ConstantRange.cpp for Release+Asserts build
llvm[2]: Compiling Constants.cpp for Release+Asserts build
llvm[2]: Compiling Core.cpp for Release+Asserts build
llvm[2]: Compiling DIBuilder.cpp for Release+Asserts build
llvm[2]: Compiling DataLayout.cpp for Release+Asserts build
llvm[2]: Compiling DebugInfo.cpp for Release+Asserts build
llvm[2]: Compiling DebugLoc.cpp for Release+Asserts build
llvm[2]: Compiling DiagnosticInfo.cpp for Release+Asserts build
llvm[2]: Compiling DiagnosticPrinter.cpp for Release+Asserts build
llvm[2]: Compiling Dominators.cpp for Release+Asserts build
llvm[2]: Compiling Function.cpp for Release+Asserts build
llvm[2]: Compiling GCOV.cpp for Release+Asserts build
llvm[2]: Compiling GVMaterializer.cpp for Release+Asserts build
llvm[2]: Compiling Globals.cpp for Release+Asserts build
llvm[2]: Compiling IRBuilder.cpp for Release+Asserts build
llvm[2]: Compiling IRPrintingPasses.cpp for Release+Asserts build
llvm[2]: Compiling InlineAsm.cpp for Release+Asserts build
llvm[2]: Compiling Instruction.cpp for Release+Asserts build
llvm[2]: Compiling Instructions.cpp for Release+Asserts build
llvm[2]: Compiling IntrinsicInst.cpp for Release+Asserts build
llvm[2]: Compiling LLVMContext.cpp for Release+Asserts build
llvm[2]: Compiling LLVMContextImpl.cpp for Release+Asserts build
llvm[2]: Compiling LeakDetector.cpp for Release+Asserts build
llvm[2]: Compiling LegacyPassManager.cpp for Release+Asserts build
llvm[2]: Compiling MDBuilder.cpp for Release+Asserts build
llvm[2]: Compiling Mangler.cpp for Release+Asserts build
llvm[2]: Compiling Metadata.cpp for Release+Asserts build
llvm[2]: Compiling Module.cpp for Release+Asserts build
llvm[2]: Compiling Pass.cpp for Release+Asserts build
llvm[2]: Compiling PassManager.cpp for Release+Asserts build
llvm[2]: Compiling PassRegistry.cpp for Release+Asserts build
llvm[2]: Compiling Type.cpp for Release+Asserts build
llvm[2]: Compiling TypeFinder.cpp for Release+Asserts build
llvm[2]: Compiling Use.cpp for Release+Asserts build
llvm[2]: Compiling UseListOrder.cpp for Release+Asserts build
llvm[2]: Compiling User.cpp for Release+Asserts build
llvm[2]: Compiling Value.cpp for Release+Asserts build
llvm[2]: Compiling ValueSymbolTable.cpp for Release+Asserts build
llvm[2]: Compiling ValueTypes.cpp for Release+Asserts build
llvm[2]: Compiling Verifier.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMCore.a
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling LLLexer.cpp for Release+Asserts build
llvm[3]: Compiling LLParser.cpp for Release+Asserts build
llvm[3]: Compiling Parser.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAsmParser.a
llvm[4]: Compiling BitReader.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeReader.cpp for Release+Asserts build
llvm[4]: Compiling BitstreamReader.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMBitReader.a
llvm[4]: Compiling BitWriter.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeWriter.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
llvm[4]: Compiling ValueEnumerator.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMBitWriter.a
llvm[3]: Compiling AliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
llvm[3]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
llvm[3]: Compiling AliasDebugger.cpp for Release+Asserts build
llvm[3]: Compiling AliasSetTracker.cpp for Release+Asserts build
llvm[3]: Compiling Analysis.cpp for Release+Asserts build
llvm[3]: Compiling BasicAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling BlockFrequencyInfoImpl.cpp for Release+Asserts build
llvm[3]: Compiling BranchProbabilityInfo.cpp for Release+Asserts build
llvm[3]: Compiling CFG.cpp for Release+Asserts build
llvm[3]: Compiling CFGPrinter.cpp for Release+Asserts build
llvm[3]: Compiling CGSCCPassManager.cpp for Release+Asserts build
llvm[3]: Compiling CaptureTracking.cpp for Release+Asserts build
llvm[3]: Compiling CodeMetrics.cpp for Release+Asserts build
llvm[3]: Compiling ConstantFolding.cpp for Release+Asserts build
llvm[3]: Compiling CostModel.cpp for Release+Asserts build
llvm[3]: Compiling Delinearization.cpp for Release+Asserts build
llvm[3]: Compiling DependenceAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling DomPrinter.cpp for Release+Asserts build
llvm[3]: Compiling DominanceFrontier.cpp for Release+Asserts build
llvm[3]: Compiling IVUsers.cpp for Release+Asserts build
llvm[3]: Compiling InstCount.cpp for Release+Asserts build
llvm[3]: Compiling InstructionSimplify.cpp for Release+Asserts build
llvm[3]: Compiling Interval.cpp for Release+Asserts build
llvm[3]: Compiling IntervalPartition.cpp for Release+Asserts build
llvm[3]: Compiling JumpInstrTableInfo.cpp for Release+Asserts build
llvm[3]: Compiling LazyCallGraph.cpp for Release+Asserts build
llvm[3]: Compiling LazyValueInfo.cpp for Release+Asserts build
llvm[3]: Compiling LibCallAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling LibCallSemantics.cpp for Release+Asserts build
llvm[3]: Compiling Lint.cpp for Release+Asserts build
llvm[3]: Compiling Loads.cpp for Release+Asserts build
llvm[3]: Compiling LoopInfo.cpp for Release+Asserts build
llvm[3]: Compiling LoopPass.cpp for Release+Asserts build
llvm[3]: Compiling MemDepPrinter.cpp for Release+Asserts build
llvm[3]: Compiling MemoryBuiltins.cpp for Release+Asserts build
llvm[3]: Compiling MemoryDependenceAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling ModuleDebugInfoPrinter.cpp for Release+Asserts build
llvm[3]: Compiling NoAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling PHITransAddr.cpp for Release+Asserts build
llvm[3]: Compiling PostDominators.cpp for Release+Asserts build
llvm[3]: Compiling PtrUseVisitor.cpp for Release+Asserts build
llvm[3]: Compiling RegionInfo.cpp for Release+Asserts build
llvm[3]: Compiling RegionPass.cpp for Release+Asserts build
llvm[3]: Compiling RegionPrinter.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolution.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build
llvm[3]: Compiling ScopedNoAliasAA.cpp for Release+Asserts build
llvm[3]: Compiling SparsePropagation.cpp for Release+Asserts build
llvm[3]: Compiling TargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Compiling Trace.cpp for Release+Asserts build
llvm[3]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling ValueTracking.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAnalysis.a
llvm[4]: Compiling CallGraph.cpp for Release+Asserts build
llvm[4]: Compiling CallGraphSCCPass.cpp for Release+Asserts build
llvm[4]: Compiling CallPrinter.cpp for Release+Asserts build
llvm[4]: Compiling FindUsedTypes.cpp for Release+Asserts build
llvm[4]: Compiling GlobalsModRef.cpp for Release+Asserts build
llvm[4]: Compiling IPA.cpp for Release+Asserts build
llvm[4]: Compiling InlineCost.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMipa.a
llvm[4]: Compiling ASanStackFrameLayout.cpp for Release+Asserts build
llvm[4]: Compiling AddDiscriminators.cpp for Release+Asserts build
llvm[4]: Compiling BasicBlockUtils.cpp for Release+Asserts build
llvm[4]: Compiling BreakCriticalEdges.cpp for Release+Asserts build
llvm[4]: Compiling BuildLibCalls.cpp for Release+Asserts build
llvm[4]: Compiling BypassSlowDivision.cpp for Release+Asserts build
llvm[4]: Compiling CloneFunction.cpp for Release+Asserts build
llvm[4]: Compiling CloneModule.cpp for Release+Asserts build
llvm[4]: Compiling CmpInstAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling CodeExtractor.cpp for Release+Asserts build
llvm[4]: Compiling CtorUtils.cpp for Release+Asserts build
llvm[4]: Compiling DemoteRegToStack.cpp for Release+Asserts build
llvm[4]: Compiling FlattenCFG.cpp for Release+Asserts build
llvm[4]: Compiling GlobalStatus.cpp for Release+Asserts build
llvm[4]: Compiling InlineFunction.cpp for Release+Asserts build
llvm[4]: Compiling InstructionNamer.cpp for Release+Asserts build
llvm[4]: Compiling IntegerDivision.cpp for Release+Asserts build
llvm[4]: Compiling LCSSA.cpp for Release+Asserts build
llvm[4]: Compiling Local.cpp for Release+Asserts build
llvm[4]: Compiling LoopSimplify.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnroll.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnrollRuntime.cpp for Release+Asserts build
llvm[4]: Compiling LowerExpectIntrinsic.cpp for Release+Asserts build
llvm[4]: Compiling LowerInvoke.cpp for Release+Asserts build
llvm[4]: Compiling LowerSwitch.cpp for Release+Asserts build
llvm[4]: Compiling Mem2Reg.cpp for Release+Asserts build
llvm[4]: Compiling MetaRenamer.cpp for Release+Asserts build
llvm[4]: Compiling ModuleUtils.cpp for Release+Asserts build
llvm[4]: Compiling PromoteMemoryToRegister.cpp for Release+Asserts build
llvm[4]: Compiling SSAUpdater.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyCFG.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyIndVar.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyInstructions.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyLibCalls.cpp for Release+Asserts build
llvm[4]: Compiling UnifyFunctionExitNodes.cpp for Release+Asserts build
llvm[4]: Compiling Utils.cpp for Release+Asserts build
llvm[4]: Compiling ValueMapper.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMTransformUtils.a
llvm[4]: Compiling AddressSanitizer.cpp for Release+Asserts build
llvm[4]: Compiling BoundsChecking.cpp for Release+Asserts build
llvm[4]: Compiling DataFlowSanitizer.cpp for Release+Asserts build
llvm[4]: Compiling DebugIR.cpp for Release+Asserts build
llvm[4]: Compiling GCOVProfiling.cpp for Release+Asserts build
llvm[4]: Compiling Instrumentation.cpp for Release+Asserts build
llvm[4]: Compiling MemorySanitizer.cpp for Release+Asserts build
llvm[4]: Compiling ThreadSanitizer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInstrumentation.a
llvm[4]: Compiling ADCE.cpp for Release+Asserts build
llvm[4]: Compiling ConstantHoisting.cpp for Release+Asserts build
llvm[4]: Compiling ConstantProp.cpp for Release+Asserts build
llvm[4]: Compiling CorrelatedValuePropagation.cpp for Release+Asserts build
llvm[4]: Compiling DCE.cpp for Release+Asserts build
llvm[4]: Compiling DeadStoreElimination.cpp for Release+Asserts build
llvm[4]: Compiling EarlyCSE.cpp for Release+Asserts build
llvm[4]: Compiling FlattenCFGPass.cpp for Release+Asserts build
llvm[4]: Compiling GVN.cpp for Release+Asserts build
llvm[4]: Compiling IndVarSimplify.cpp for Release+Asserts build
llvm[4]: Compiling JumpThreading.cpp for Release+Asserts build
llvm[4]: Compiling LICM.cpp for Release+Asserts build
llvm[4]: Compiling LoadCombine.cpp for Release+Asserts build
llvm[4]: Compiling LoopDeletion.cpp for Release+Asserts build
llvm[4]: Compiling LoopIdiomRecognize.cpp for Release+Asserts build
llvm[4]: Compiling LoopInstSimplify.cpp for Release+Asserts build
llvm[4]: Compiling LoopRerollPass.cpp for Release+Asserts build
llvm[4]: Compiling LoopRotation.cpp for Release+Asserts build
llvm[4]: Compiling LoopStrengthReduce.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnrollPass.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnswitch.cpp for Release+Asserts build
llvm[4]: Compiling LowerAtomic.cpp for Release+Asserts build
llvm[4]: Compiling MemCpyOptimizer.cpp for Release+Asserts build
llvm[4]: Compiling MergedLoadStoreMotion.cpp for Release+Asserts build
llvm[4]: Compiling NullCheckElimination.cpp for Release+Asserts build
llvm[4]: Compiling PartiallyInlineLibCalls.cpp for Release+Asserts build
llvm[4]: Compiling Reassociate.cpp for Release+Asserts build
llvm[4]: Compiling Reg2Mem.cpp for Release+Asserts build
llvm[4]: Compiling SCCP.cpp for Release+Asserts build
llvm[4]: Compiling SROA.cpp for Release+Asserts build
llvm[4]: Compiling SampleProfile.cpp for Release+Asserts build
llvm[4]: Compiling Scalar.cpp for Release+Asserts build
llvm[4]: Compiling ScalarReplAggregates.cpp for Release+Asserts build
llvm[4]: Compiling Scalarizer.cpp for Release+Asserts build
llvm[4]: Compiling SeparateConstOffsetFromGEP.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyCFGPass.cpp for Release+Asserts build
llvm[4]: Compiling Sink.cpp for Release+Asserts build
llvm[4]: Compiling StructurizeCFG.cpp for Release+Asserts build
llvm[4]: Compiling TailRecursionElimination.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMScalarOpts.a
llvm[4]: Compiling InstCombineAddSub.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineAndOrXor.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCalls.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCasts.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCompares.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineLoadStoreAlloca.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineMulDivRem.cpp for Release+Asserts build
llvm[4]: Compiling InstCombinePHI.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineSelect.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineShifts.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineVectorOps.cpp for Release+Asserts build
llvm[4]: Compiling InstructionCombining.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInstCombine.a
llvm[4]: Compiling ArgumentPromotion.cpp for Release+Asserts build
llvm[4]: Compiling BarrierNoopPass.cpp for Release+Asserts build
llvm[4]: Compiling ConstantMerge.cpp for Release+Asserts build
llvm[4]: Compiling DeadArgumentElimination.cpp for Release+Asserts build
llvm[4]: Compiling ExtractGV.cpp for Release+Asserts build
llvm[4]: Compiling FunctionAttrs.cpp for Release+Asserts build
llvm[4]: Compiling GlobalDCE.cpp for Release+Asserts build
llvm[4]: Compiling GlobalOpt.cpp for Release+Asserts build
llvm[4]: Compiling IPConstantPropagation.cpp for Release+Asserts build
llvm[4]: Compiling IPO.cpp for Release+Asserts build
llvm[4]: Compiling InlineAlways.cpp for Release+Asserts build
llvm[4]: Compiling InlineSimple.cpp for Release+Asserts build
llvm[4]: Compiling Inliner.cpp for Release+Asserts build
llvm[4]: Compiling Internalize.cpp for Release+Asserts build
llvm[4]: Compiling LoopExtractor.cpp for Release+Asserts build
llvm[4]: Compiling MergeFunctions.cpp for Release+Asserts build
llvm[4]: Compiling PartialInlining.cpp for Release+Asserts build
llvm[4]: Compiling PassManagerBuilder.cpp for Release+Asserts build
llvm[4]: Compiling PruneEH.cpp for Release+Asserts build
llvm[4]: Compiling StripDeadPrototypes.cpp for Release+Asserts build
llvm[4]: Compiling StripSymbols.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMipo.a
llvm[4]: Compiling BBVectorize.cpp for Release+Asserts build
llvm[4]: Compiling LoopVectorize.cpp for Release+Asserts build
llvm[4]: Compiling SLPVectorizer.cpp for Release+Asserts build
llvm[4]: Compiling Vectorize.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMVectorize.a
llvm[4]: Compiling Hello.cpp for Release+Asserts build (PIC)
llvm[4]: Linking Release+Asserts Loadable Module LLVMHello.dylib
llvm[4]: Compiling DependencyAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARC.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCAPElim.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCAliasAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCContract.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCExpand.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCOpts.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARCUtil.cpp for Release+Asserts build
llvm[4]: Compiling ProvenanceAnalysis.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMObjCARCOpts.a
llvm[3]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build
llvm[3]: Compiling AllocationOrder.cpp for Release+Asserts build
llvm[3]: Compiling Analysis.cpp for Release+Asserts build
llvm[3]: Compiling AtomicExpandLoadLinkedPass.cpp for Release+Asserts build
llvm[3]: Compiling BasicTargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Compiling BranchFolding.cpp for Release+Asserts build
llvm[3]: Compiling CalcSpillWeights.cpp for Release+Asserts build
llvm[3]: Compiling CallingConvLower.cpp for Release+Asserts build
llvm[3]: Compiling CodeGen.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenPrepare.cpp for Release+Asserts build
llvm[3]: Compiling CriticalAntiDepBreaker.cpp for Release+Asserts build
llvm[3]: Compiling DFAPacketizer.cpp for Release+Asserts build
llvm[3]: Compiling DeadMachineInstructionElim.cpp for Release+Asserts build
llvm[3]: Compiling DwarfEHPrepare.cpp for Release+Asserts build
llvm[3]: Compiling EarlyIfConversion.cpp for Release+Asserts build
llvm[3]: Compiling EdgeBundles.cpp for Release+Asserts build
llvm[3]: Compiling ErlangGC.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionDepsFix.cpp for Release+Asserts build
llvm[3]: Compiling ExpandISelPseudos.cpp for Release+Asserts build
llvm[3]: Compiling ExpandPostRAPseudos.cpp for Release+Asserts build
llvm[3]: Compiling GCMetadata.cpp for Release+Asserts build
llvm[3]: Compiling GCMetadataPrinter.cpp for Release+Asserts build
llvm[3]: Compiling GCStrategy.cpp for Release+Asserts build
llvm[3]: Compiling GlobalMerge.cpp for Release+Asserts build
llvm[3]: Compiling IfConversion.cpp for Release+Asserts build
llvm[3]: Compiling InlineSpiller.cpp for Release+Asserts build
llvm[3]: Compiling InterferenceCache.cpp for Release+Asserts build
llvm[3]: Compiling IntrinsicLowering.cpp for Release+Asserts build
llvm[3]: Compiling JITCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling JumpInstrTables.cpp for Release+Asserts build
llvm[3]: Compiling LLVMTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling LatencyPriorityQueue.cpp for Release+Asserts build
llvm[3]: Compiling LexicalScopes.cpp for Release+Asserts build
llvm[3]: Compiling LiveDebugVariables.cpp for Release+Asserts build
llvm[3]: Compiling LiveInterval.cpp for Release+Asserts build
llvm[3]: Compiling LiveIntervalAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling LiveIntervalUnion.cpp for Release+Asserts build
llvm[3]: Compiling LivePhysRegs.cpp for Release+Asserts build
llvm[3]: Compiling LiveRangeCalc.cpp for Release+Asserts build
llvm[3]: Compiling LiveRangeEdit.cpp for Release+Asserts build
llvm[3]: Compiling LiveRegMatrix.cpp for Release+Asserts build
llvm[3]: Compiling LiveStackAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling LiveVariables.cpp for Release+Asserts build
llvm[3]: Compiling LocalStackSlotAllocation.cpp for Release+Asserts build
llvm[3]: Compiling MachineBasicBlock.cpp for Release+Asserts build
llvm[3]: Compiling MachineBlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineBlockPlacement.cpp for Release+Asserts build
llvm[3]: Compiling MachineBranchProbabilityInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineCSE.cpp for Release+Asserts build
llvm[3]: Compiling MachineCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MachineCombiner.cpp for Release+Asserts build
llvm[3]: Compiling MachineCopyPropagation.cpp for Release+Asserts build
llvm[3]: Compiling MachineDominanceFrontier.cpp for Release+Asserts build
llvm[3]: Compiling MachineDominators.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunction.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionPass.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionPrinterPass.cpp for Release+Asserts build
llvm[3]: Compiling MachineInstr.cpp for Release+Asserts build
llvm[3]: Compiling MachineInstrBundle.cpp for Release+Asserts build
llvm[3]: Compiling MachineLICM.cpp for Release+Asserts build
llvm[3]: Compiling MachineLoopInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineModuleInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineModuleInfoImpls.cpp for Release+Asserts build
llvm[3]: Compiling MachinePassRegistry.cpp for Release+Asserts build
llvm[3]: Compiling MachinePostDominators.cpp for Release+Asserts build
llvm[3]: Compiling MachineRegionInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineSSAUpdater.cpp for Release+Asserts build
llvm[3]: Compiling MachineScheduler.cpp for Release+Asserts build
llvm[3]: Compiling MachineSink.cpp for Release+Asserts build
llvm[3]: Compiling MachineTraceMetrics.cpp for Release+Asserts build
llvm[3]: Compiling MachineVerifier.cpp for Release+Asserts build
llvm[3]: Compiling OcamlGC.cpp for Release+Asserts build
llvm[3]: Compiling OptimizePHIs.cpp for Release+Asserts build
llvm[3]: Compiling PHIElimination.cpp for Release+Asserts build
llvm[3]: Compiling PHIEliminationUtils.cpp for Release+Asserts build
llvm[3]: Compiling Passes.cpp for Release+Asserts build
llvm[3]: Compiling PeepholeOptimizer.cpp for Release+Asserts build
llvm[3]: Compiling PostRASchedulerList.cpp for Release+Asserts build
llvm[3]: Compiling ProcessImplicitDefs.cpp for Release+Asserts build
llvm[3]: Compiling PrologEpilogInserter.cpp for Release+Asserts build
llvm[3]: Compiling PseudoSourceValue.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocBase.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocBasic.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocFast.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocGreedy.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocPBQP.cpp for Release+Asserts build
llvm[3]: Compiling RegisterClassInfo.cpp for Release+Asserts build
llvm[3]: Compiling RegisterCoalescer.cpp for Release+Asserts build
llvm[3]: Compiling RegisterPressure.cpp for Release+Asserts build
llvm[3]: Compiling RegisterScavenging.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAG.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGInstrs.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGPrinter.cpp for Release+Asserts build
llvm[3]: Compiling ScoreboardHazardRecognizer.cpp for Release+Asserts build
llvm[3]: Compiling ShadowStackGC.cpp for Release+Asserts build
llvm[3]: Compiling SjLjEHPrepare.cpp for Release+Asserts build
llvm[3]: Compiling SlotIndexes.cpp for Release+Asserts build
llvm[3]: Compiling SpillPlacement.cpp for Release+Asserts build
llvm[3]: Compiling Spiller.cpp for Release+Asserts build
llvm[3]: Compiling SplitKit.cpp for Release+Asserts build
llvm[3]: Compiling StackColoring.cpp for Release+Asserts build
llvm[3]: Compiling StackMapLivenessAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling StackMaps.cpp for Release+Asserts build
llvm[3]: Compiling StackProtector.cpp for Release+Asserts build
llvm[3]: Compiling StackSlotColoring.cpp for Release+Asserts build
llvm[3]: Compiling TailDuplication.cpp for Release+Asserts build
llvm[3]: Compiling TargetFrameLoweringImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetLoweringBase.cpp for Release+Asserts build
llvm[3]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetOptionsImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetSchedule.cpp for Release+Asserts build
llvm[3]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
llvm[3]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
llvm[3]: Compiling VirtRegMap.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMCodeGen.a
llvm[4]: Compiling DAGCombiner.cpp for Release+Asserts build
llvm[4]: Compiling FastISel.cpp for Release+Asserts build
llvm[4]: Compiling FunctionLoweringInfo.cpp for Release+Asserts build
llvm[4]: Compiling InstrEmitter.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeDAG.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeFloatTypes.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeIntegerTypes.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeTypes.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeTypesGeneric.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeVectorOps.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeVectorTypes.cpp for Release+Asserts build
llvm[4]: Compiling ResourcePriorityQueue.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGFast.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGRRList.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGSDNodes.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGVLIW.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAG.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGBuilder.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGDumper.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGISel.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGPrinter.cpp for Release+Asserts build
llvm[4]: Compiling TargetLowering.cpp for Release+Asserts build
llvm[4]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a
llvm[4]: Compiling ARMException.cpp for Release+Asserts build
llvm[4]: Compiling AddressPool.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinterDwarf.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinterInlineAsm.cpp for Release+Asserts build
llvm[4]: Compiling DIE.cpp for Release+Asserts build
llvm[4]: Compiling DIEHash.cpp for Release+Asserts build
llvm[4]: Compiling DbgValueHistoryCalculator.cpp for Release+Asserts build
llvm[4]: Compiling DwarfAccelTable.cpp for Release+Asserts build
llvm[4]: Compiling DwarfCFIException.cpp for Release+Asserts build
llvm[4]: Compiling DwarfDebug.cpp for Release+Asserts build
llvm[4]: Compiling DwarfFile.cpp for Release+Asserts build
llvm[4]: Compiling DwarfStringPool.cpp for Release+Asserts build
llvm[4]: Compiling DwarfUnit.cpp for Release+Asserts build
llvm[4]: Compiling EHStreamer.cpp for Release+Asserts build
llvm[4]: Compiling ErlangGCPrinter.cpp for Release+Asserts build
llvm[4]: Compiling OcamlGCPrinter.cpp for Release+Asserts build
llvm[4]: Compiling Win64Exception.cpp for Release+Asserts build
llvm[4]: Compiling WinCodeViewLineTables.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAsmPrinter.a
llvm[3]: Compiling Target.cpp for Release+Asserts build
llvm[3]: Compiling TargetIntrinsicInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetJITInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetLibraryInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetLoweringObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling TargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling TargetMachineC.cpp for Release+Asserts build
llvm[3]: Compiling TargetSubtargetInfo.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMTarget.a
llvm[4]: Building Mips.td register info implementation with tblgen
llvm[4]: Building Mips.td instruction information with tblgen
llvm[4]: Building Mips.td assembly writer with tblgen
llvm[4]: Building Mips.td "fast" instruction selector implementation with tblgen
llvm[4]: Building Mips.td code emitter with tblgen
llvm[4]: Building Mips.td DAG instruction selector implementation with tblgen
llvm[4]: Building Mips.td calling convention information with tblgen
llvm[4]: Building Mips.td subtarget information with tblgen
llvm[4]: Building Mips.td MC code emitter with tblgen
llvm[4]: Building Mips.td disassembly tables with tblgen
llvm[4]: Building Mips.td MC Pseudo instruction expander with tblgen
llvm[4]: Building Mips.td assembly matcher with tblgen
llvm[4]: Compiling Mips16FrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling Mips16HardFloat.cpp for Release+Asserts build
llvm[4]: Compiling Mips16HardFloatInfo.cpp for Release+Asserts build
llvm[4]: Compiling Mips16ISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling Mips16ISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling Mips16InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling Mips16RegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsAnalyzeImmediate.cpp for Release+Asserts build
llvm[4]: Compiling MipsAsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling MipsCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling MipsConstantIslandPass.cpp for Release+Asserts build
llvm[4]: Compiling MipsDelaySlotFiller.cpp for Release+Asserts build
llvm[4]: Compiling MipsFastISel.cpp for Release+Asserts build
llvm[4]: Compiling MipsFrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling MipsISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling MipsISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling MipsInstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsJITInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsLongBranch.cpp for Release+Asserts build
llvm[4]: Compiling MipsMCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling MipsMachineFunction.cpp for Release+Asserts build
llvm[4]: Compiling MipsModuleISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling MipsOptimizePICCall.cpp for Release+Asserts build
llvm[4]: Compiling MipsOs16.cpp for Release+Asserts build
llvm[4]: Compiling MipsRegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsSEFrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling MipsSEISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling MipsSEISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling MipsSEInstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsSERegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsSubtarget.cpp for Release+Asserts build
llvm[4]: Compiling MipsTargetMachine.cpp for Release+Asserts build
llvm[4]: Compiling MipsTargetObjectFile.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsCodeGen.a
llvm[5]: Compiling MipsInstPrinter.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMMipsAsmPrinter.a
llvm[5]: Compiling MipsDisassembler.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMMipsDisassembler.a
llvm[5]: Compiling MipsAsmParser.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMMipsAsmParser.a
llvm[5]: Compiling MipsTargetInfo.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMMipsInfo.a
llvm[5]: Compiling MipsABIFlagsSection.cpp for Release+Asserts build
llvm[5]: Compiling MipsAsmBackend.cpp for Release+Asserts build
llvm[5]: Compiling MipsELFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling MipsELFStreamer.cpp for Release+Asserts build
llvm[5]: Compiling MipsMCAsmInfo.cpp for Release+Asserts build
llvm[5]: Compiling MipsMCCodeEmitter.cpp for Release+Asserts build
llvm[5]: Compiling MipsMCExpr.cpp for Release+Asserts build
llvm[5]: Compiling MipsMCTargetDesc.cpp for Release+Asserts build
llvm[5]: Compiling MipsNaClELFStreamer.cpp for Release+Asserts build
llvm[5]: Compiling MipsOptionRecord.cpp for Release+Asserts build
llvm[5]: Compiling MipsTargetStreamer.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMMipsDesc.a
llvm[4]: Building ARM.td register info implementation with tblgen
llvm[4]: Building ARM.td instruction information with tblgen
llvm[4]: Building ARM.td assembly writer with tblgen
llvm[4]: Building ARM.td assembly matcher with tblgen
llvm[4]: Building ARM.td DAG instruction selector implementation with tblgen
llvm[4]: Building ARM.td subtarget information with tblgen
llvm[4]: Building ARM.td code emitter with tblgen
llvm[4]: Building ARM.td calling convention information with tblgen
llvm[4]: Building ARM.td "fast" instruction selector implementation with tblgen
llvm[4]: Building ARM.td MC code emitter with tblgen
llvm[4]: Building ARM.td MC Pseudo instruction expander with tblgen
llvm[4]: Building ARM.td disassembly tables with tblgen
llvm[4]: Compiling A15SDOptimizer.cpp for Release+Asserts build
llvm[4]: Compiling ARMAsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling ARMBaseInstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMBaseRegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling ARMConstantIslandPass.cpp for Release+Asserts build
llvm[4]: Compiling ARMConstantPoolValue.cpp for Release+Asserts build
llvm[4]: Compiling ARMExpandPseudoInsts.cpp for Release+Asserts build
llvm[4]: Compiling ARMFastISel.cpp for Release+Asserts build
llvm[4]: Compiling ARMFrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling ARMHazardRecognizer.cpp for Release+Asserts build
llvm[4]: Compiling ARMISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling ARMISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling ARMInstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMJITInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMLoadStoreOptimizer.cpp for Release+Asserts build
llvm[4]: Compiling ARMMCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling ARMMachineFunctionInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMOptimizeBarriersPass.cpp for Release+Asserts build
llvm[4]: Compiling ARMRegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMSubtarget.cpp for Release+Asserts build
llvm[4]: Compiling ARMTargetMachine.cpp for Release+Asserts build
llvm[4]: Compiling ARMTargetObjectFile.cpp for Release+Asserts build
llvm[4]: Compiling ARMTargetTransformInfo.cpp for Release+Asserts build
llvm[4]: Compiling MLxExpansionPass.cpp for Release+Asserts build
llvm[4]: Compiling Thumb1FrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling Thumb1InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling Thumb1RegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling Thumb2ITBlockPass.cpp for Release+Asserts build
llvm[4]: Compiling Thumb2InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling Thumb2RegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling Thumb2SizeReduction.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMCodeGen.a
llvm[5]: Compiling ARMInstPrinter.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMARMAsmPrinter.a
llvm[5]: Compiling ARMAsmParser.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a
llvm[5]: Compiling ARMDisassembler.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a
llvm[5]: Compiling ARMTargetInfo.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMARMInfo.a
llvm[5]: Compiling ARMAsmBackend.cpp for Release+Asserts build
llvm[5]: Compiling ARMELFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling ARMELFStreamer.cpp for Release+Asserts build
llvm[5]: Compiling ARMMCAsmInfo.cpp for Release+Asserts build
llvm[5]: Compiling ARMMCCodeEmitter.cpp for Release+Asserts build
llvm[5]: Compiling ARMMCExpr.cpp for Release+Asserts build
llvm[5]: Compiling ARMMCTargetDesc.cpp for Release+Asserts build
llvm[5]: Compiling ARMMachORelocationInfo.cpp for Release+Asserts build
llvm[5]: Compiling ARMMachObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling ARMTargetStreamer.cpp for Release+Asserts build
llvm[5]: Compiling ARMUnwindOpAsm.cpp for Release+Asserts build
llvm[5]: Compiling ARMWinCOFFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling ARMWinCOFFStreamer.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMARMDesc.a
llvm[4]: Building X86.td register info implementation with tblgen
llvm[4]: Building X86.td instruction information with tblgen
llvm[4]: Building X86.td assembly writer with tblgen
llvm[4]: Building X86.td assembly matcher with tblgen
llvm[4]: Building X86.td assembly writer #1 with tblgen
llvm[4]: Building X86.td DAG instruction selector implementation with tblgen
llvm[4]: Building X86.td disassembly tables with tblgen
llvm[4]: Building X86.td "fast" instruction selector implementation with tblgen
llvm[4]: Building X86.td calling convention information with tblgen
llvm[4]: Building X86.td subtarget information with tblgen
llvm[4]: Compiling X86AsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling X86AtomicExpandPass.cpp for Release+Asserts build
llvm[4]: Compiling X86CodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling X86FastISel.cpp for Release+Asserts build
llvm[4]: Compiling X86FixupLEAs.cpp for Release+Asserts build
llvm[4]: Compiling X86FloatingPoint.cpp for Release+Asserts build
llvm[4]: Compiling X86FrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling X86ISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling X86InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86JITInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86MCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling X86MachineFunctionInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86PadShortFunction.cpp for Release+Asserts build
llvm[4]: Compiling X86RegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86SelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86Subtarget.cpp for Release+Asserts build
llvm[4]: Compiling X86TargetMachine.cpp for Release+Asserts build
llvm[4]: Compiling X86TargetObjectFile.cpp for Release+Asserts build
llvm[4]: Compiling X86TargetTransformInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86VZeroUpper.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86CodeGen.a
llvm[5]: Compiling X86ATTInstPrinter.cpp for Release+Asserts build
llvm[5]: Compiling X86InstComments.cpp for Release+Asserts build
llvm[5]: Compiling X86IntelInstPrinter.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86AsmPrinter.a
llvm[5]: Compiling X86AsmInstrumentation.cpp for Release+Asserts build
llvm[5]: Compiling X86AsmParser.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86AsmParser.a
llvm[5]: Compiling X86Disassembler.cpp for Release+Asserts build
llvm[5]: Compiling X86DisassemblerDecoder.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Disassembler.a
llvm[5]: Compiling X86TargetInfo.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Info.a
llvm[5]: Compiling X86AsmBackend.cpp for Release+Asserts build
llvm[5]: Compiling X86ELFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling X86ELFRelocationInfo.cpp for Release+Asserts build
llvm[5]: Compiling X86MCAsmInfo.cpp for Release+Asserts build
llvm[5]: Compiling X86MCCodeEmitter.cpp for Release+Asserts build
llvm[5]: Compiling X86MCTargetDesc.cpp for Release+Asserts build
llvm[5]: Compiling X86MachORelocationInfo.cpp for Release+Asserts build
llvm[5]: Compiling X86MachObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling X86WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling X86WinCOFFStreamer.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Desc.a
llvm[5]: Compiling X86ShuffleDecode.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Utils.a
llvm[3]: Compiling ExecutionEngine.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionEngineBindings.cpp for Release+Asserts build
llvm[3]: Compiling RTDyldMemoryManager.cpp for Release+Asserts build
llvm[3]: Compiling TargetSelect.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMExecutionEngine.a
llvm[4]: Compiling Execution.cpp for Release+Asserts build
llvm[4]: Compiling ExternalFunctions.cpp for Release+Asserts build
llvm[4]: Compiling Interpreter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInterpreter.a
llvm[4]: Compiling JIT.cpp for Release+Asserts build
llvm[4]: Compiling JITEmitter.cpp for Release+Asserts build
llvm[4]: Compiling JITMemoryManager.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMJIT.a
llvm[4]: Compiling MCJIT.cpp for Release+Asserts build
llvm[4]: Compiling SectionMemoryManager.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCJIT.a
llvm[4]: Compiling GDBRegistrar.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyld.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyldChecker.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyldELF.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyldMachO.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMRuntimeDyld.a
llvm[3]: Compiling LinkModules.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMLinker.a
llvm[3]: Compiling LTOCodeGenerator.cpp for Release+Asserts build
llvm[3]: Compiling LTOModule.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMLTO.a
llvm[3]: Compiling ConstantPools.cpp for Release+Asserts build
llvm[3]: Compiling ELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfoCOFF.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfoDarwin.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfoELF.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCAssembler.cpp for Release+Asserts build
llvm[3]: Compiling MCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MCCodeGenInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCContext.cpp for Release+Asserts build
llvm[3]: Compiling MCDwarf.cpp for Release+Asserts build
llvm[3]: Compiling MCELF.cpp for Release+Asserts build
llvm[3]: Compiling MCELFObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCELFStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCExpr.cpp for Release+Asserts build
llvm[3]: Compiling MCInst.cpp for Release+Asserts build
llvm[3]: Compiling MCInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling MCInstrAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MCLabel.cpp for Release+Asserts build
llvm[3]: Compiling MCLinkerOptimizationHint.cpp for Release+Asserts build
llvm[3]: Compiling MCMachOStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCMachObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCNullStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectFileInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCSection.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionCOFF.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionELF.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionMachO.cpp for Release+Asserts build
llvm[3]: Compiling MCStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCSubtargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCSymbol.cpp for Release+Asserts build
llvm[3]: Compiling MCSymbolizer.cpp for Release+Asserts build
llvm[3]: Compiling MCTargetOptions.cpp for Release+Asserts build
llvm[3]: Compiling MCValue.cpp for Release+Asserts build
llvm[3]: Compiling MCWin64EH.cpp for Release+Asserts build
llvm[3]: Compiling MachObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling StringTableBuilder.cpp for Release+Asserts build
llvm[3]: Compiling SubtargetFeature.cpp for Release+Asserts build
llvm[3]: Compiling WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling WinCOFFStreamer.cpp for Release+Asserts build
llvm[3]: Compiling YAML.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMC.a
llvm[4]: Compiling MCAtom.cpp for Release+Asserts build
llvm[4]: Compiling MCFunction.cpp for Release+Asserts build
llvm[4]: Compiling MCModule.cpp for Release+Asserts build
llvm[4]: Compiling MCModuleYAML.cpp for Release+Asserts build
llvm[4]: Compiling MCObjectDisassembler.cpp for Release+Asserts build
llvm[4]: Compiling MCObjectSymbolizer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCAnalysis.a
llvm[4]: Compiling AsmLexer.cpp for Release+Asserts build
llvm[4]: Compiling AsmParser.cpp for Release+Asserts build
llvm[4]: Compiling COFFAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling DarwinAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling ELFAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmLexer.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmParserExtension.cpp for Release+Asserts build
llvm[4]: Compiling MCTargetAsmParser.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCParser.a
llvm[4]: Compiling Disassembler.cpp for Release+Asserts build
llvm[4]: Compiling MCDisassembler.cpp for Release+Asserts build
llvm[4]: Compiling MCExternalSymbolizer.cpp for Release+Asserts build
llvm[4]: Compiling MCRelocationInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCDisassembler.a
llvm[3]: Compiling Archive.cpp for Release+Asserts build
llvm[3]: Compiling Binary.cpp for Release+Asserts build
llvm[3]: Compiling COFFObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling COFFYAML.cpp for Release+Asserts build
llvm[3]: Compiling ELF.cpp for Release+Asserts build
llvm[3]: Compiling ELFObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling ELFYAML.cpp for Release+Asserts build
llvm[3]: Compiling Error.cpp for Release+Asserts build
llvm[3]: Compiling IRObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling MachOObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling MachOUniversal.cpp for Release+Asserts build
llvm[3]: Compiling Object.cpp for Release+Asserts build
llvm[3]: Compiling ObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling RecordStreamer.cpp for Release+Asserts build
llvm[3]: Compiling SymbolicFile.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMObject.a
llvm[3]: Compiling Arg.cpp for Release+Asserts build
llvm[3]: Compiling ArgList.cpp for Release+Asserts build
llvm[3]: Compiling OptTable.cpp for Release+Asserts build
llvm[3]: Compiling Option.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMOption.a
llvm[3]: Compiling DIContext.cpp for Release+Asserts build
llvm[3]: Compiling DWARFAbbreviationDeclaration.cpp for Release+Asserts build
llvm[3]: Compiling DWARFCompileUnit.cpp for Release+Asserts build
llvm[3]: Compiling DWARFContext.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugAbbrev.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugArangeSet.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugAranges.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugFrame.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugInfoEntry.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugLine.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugLoc.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugRangeList.cpp for Release+Asserts build
llvm[3]: Compiling DWARFFormValue.cpp for Release+Asserts build
llvm[3]: Compiling DWARFTypeUnit.cpp for Release+Asserts build
llvm[3]: Compiling DWARFUnit.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMDebugInfo.a
llvm[3]: Compiling IRReader.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMIRReader.a
llvm[3]: Compiling LineEditor.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMLineEditor.a
llvm[3]: Compiling CoverageMapping.cpp for Release+Asserts build
llvm[3]: Compiling CoverageMappingReader.cpp for Release+Asserts build
llvm[3]: Compiling CoverageMappingWriter.cpp for Release+Asserts build
llvm[3]: Compiling InstrProf.cpp for Release+Asserts build
llvm[3]: Compiling InstrProfReader.cpp for Release+Asserts build
llvm[3]: Compiling InstrProfWriter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMProfileData.a
llvm[2]: Building llvm-config BuildVariables.inc file.
llvm[2]: Compiling llvm-config.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-config (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-config (without symbols)
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling BugDriver.cpp for Release+Asserts build
llvm[3]: Compiling CrashDebugger.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionDriver.cpp for Release+Asserts build
llvm[3]: Compiling ExtractFunction.cpp for Release+Asserts build
llvm[3]: Compiling FindBugs.cpp for Release+Asserts build
llvm[3]: Compiling Miscompilation.cpp for Release+Asserts build
llvm[3]: Compiling OptimizerDriver.cpp for Release+Asserts build
llvm[3]: Compiling ToolRunner.cpp for Release+Asserts build
llvm[3]: Compiling bugpoint.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable bugpoint (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable bugpoint (without symbols)
llvm[3]: Compiling llc.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llc (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llc (without symbols)
llvm[3]: Compiling llvm-ar.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-ar (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-ar (without symbols)
llvm[3]: Creating Release+Asserts Alias llvm-ranlib (without symbols)
llvm[3]: ======= Finished Creating Release+Asserts Alias llvm-ranlib (without symbols)
llvm[3]: Compiling llvm-as.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-as (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-as (without symbols)
llvm[3]: Compiling llvm-dis.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-dis (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-dis (without symbols)
llvm[3]: Compiling Disassembler.cpp for Release+Asserts build
llvm[3]: Compiling llvm-mc.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-mc (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-mc (without symbols)
llvm[3]: Compiling AnalysisWrappers.cpp for Release+Asserts build
llvm[3]: Compiling BreakpointPrinter.cpp for Release+Asserts build
llvm[3]: Compiling GraphPrinters.cpp for Release+Asserts build
llvm[3]: Compiling NewPMDriver.cpp for Release+Asserts build
llvm[3]: Compiling PassPrinters.cpp for Release+Asserts build
llvm[3]: Compiling Passes.cpp for Release+Asserts build
llvm[3]: Compiling PrintSCC.cpp for Release+Asserts build
llvm[3]: Compiling opt.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable opt (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable opt (without symbols)
llvm[3]: Compiling llvm-extract.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-extract (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-extract (without symbols)
llvm[3]: Generating LLVM CMake package config file
llvm[3]: Generating LLVM CMake package version file
llvm[3]: Generating LLVM CMake target exports file
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
llvm[1]: ***** Completed Release+Asserts Build
compile: x86_64-apple-darwin/rt/arch/x86_64/morestack.o
link: x86_64-apple-darwin/rt/libmorestack.a
cp: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
make: compiler-rt
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'ios' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'osx' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'cc_kext' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'cc_kext_ios5' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'profile_osx' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'profile_ios' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'asan_osx_dynamic' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'asan_iossim_dynamic' (ld does not support it)
warning: clang_darwin.mk: dropping arch 'x86_64h' from lib 'ubsan_osx' (ld does not support it)
MKDIR: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/x86_64/SubDir.lib__builtins
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/absvdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/absvsi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/absvti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/adddf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/addsf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/addvdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/addvsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/addvti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/apple_versioning.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ashldi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ashlti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ashrdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ashrti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/clear_cache.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/clzdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/clzsi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/clzti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/cmpdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/cmpti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/comparedf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/comparesf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/comparetf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ctzdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ctzsi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ctzti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divdc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divdf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divmoddi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divmodsi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divsc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divsf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/divxc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/eprintf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/extendsfdf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ffsdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ffsti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixdfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixdfsi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixdfti.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixsfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixsfsi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixsfti.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsdfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsdfsi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsdfti.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunssfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunssfsi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunssfti.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsxfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsxfsi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixunsxfti.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixxfdi.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/fixxfti.c
MKDIR: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/x86_64/SubDir.lib__builtins__x86_64
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatdidf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatdisf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatdixf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatsidf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatsisf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floattidf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floattisf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floattixf.c
ASSEMBLE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatundidf.S
ASSEMBLE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatundisf.S
ASSEMBLE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/x86_64/floatundixf.S
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatunsidf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatunsisf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatuntidf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatuntisf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/floatuntixf.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/gcc_personality_v0.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/int_util.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/lshrdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/lshrti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/moddi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/modsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/modti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/muldc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/muldf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/muldi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulodi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulosi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/muloti4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulsc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulsf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/multi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulvdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulvsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulvti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/mulxc3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negdf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negsf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negvdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negvsi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/negvti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/paritydi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/paritysi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/parityti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/popcountdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/popcountsi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/popcountti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/powidf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/powisf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/powitf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/powixf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/subdf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/subsf3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/subvdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/subvsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/subvti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/trampoline_setup.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/truncdfsf2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ucmpdi2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/ucmpti2.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivdi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivmoddi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivmodsi4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivmodti4.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/udivti3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/umoddi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/umodsi3.c
COMPILE: triple/builtins/x86_64: /Users/[removed]/rust/src/compiler-rt/lib/builtins/umodti3.c
MKDIR: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/x86_64
ARCHIVE: triple/builtins/x86_64: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/x86_64/libcompiler_rt.a
MKDIR: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins
FINAL-ARCHIVE: triple/builtins: /Users/[removed]/rust/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/libcompiler_rt.a
cp: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libcore
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/liblibc
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librand
make: jemalloc
cd "x86_64-apple-darwin/rt/jemalloc"; "/Users/[removed]/rust/src/jemalloc/configure" --with-jemalloc-prefix=je_ --build=x86_64-apple-darwin --host=x86_64-apple-darwin CC="clang" AR="ar" RANLIB="ar s" CPPFLAGS="-I /Users/[removed]/rust/src/rt/" EXTRA_CFLAGS="-m64 -arch x86_64 -g1"
checking for xsltproc... /usr/bin/xsltproc
checking for x86_64-apple-darwin-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether compiler supports -std=gnu99... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking whether compiler supports -m64 -arch x86_64 -g1... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of intmax_t... 8
checking build system type... x86_64-apple-darwin
checking host system type... x86_64-apple-darwin
checking whether pause instruction is compilable... yes
checking whether SSE2 intrinsics is compilable... yes
checking for x86_64-apple-darwin-ar... ar
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -Werror... yes
checking whether tls_model attribute is compilable... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-apple-darwin-ranlib... ar s
checking for ld... /usr/bin/ld
checking for autoconf... /usr/local/bin/autoconf
checking for memalign... no
checking for valloc... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking configured backtracing method... N/A
checking for sbrk... yes
Disabling dss allocation because sbrk is deprecated
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking STATIC_PAGE_SHIFT... 12
cat: /Users/[removed]/rust/src/jemalloc/VERSION: No such file or directory
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
Forcing no TLS to avoid allocator/threading bootstrap issues
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... yes
checking whether madvise(2) is compilable... yes
checking for __builtin_clz... yes
checking whether Darwin OSSpin*() is compilable... yes
checking malloc zone version... 8
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc.sh
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
config.status: executing include/jemalloc/internal/size_classes.h commands
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version :
library revision : 2
CC : clang
CPPFLAGS : -I /Users/[removed]/rust/src/rt/ -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lpthread
RPATH_EXTRA :
XSLTPROC : /usr/bin/xsltproc
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
DATADIR : /usr/local/share
MANDIR : /usr/local/share/man
srcroot : /Users/[removed]/rust/src/jemalloc/
abs_srcroot : /Users/[removed]/rust/src/jemalloc/
objroot :
abs_objroot : /Users/[removed]/rust/x86_64-apple-darwin/rt/jemalloc/
JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 0
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 0
tcache : 1
fill : 1
utrace : 0
valgrind : 1
xmalloc : 0
munmap : 1
lazy_lock : 0
tls : 0
===============================================================================
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/jemalloc.o /Users/[removed]/rust/src/jemalloc/src/jemalloc.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/arena.o /Users/[removed]/rust/src/jemalloc/src/arena.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/atomic.o /Users/[removed]/rust/src/jemalloc/src/atomic.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/base.o /Users/[removed]/rust/src/jemalloc/src/base.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/bitmap.o /Users/[removed]/rust/src/jemalloc/src/bitmap.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk.o /Users/[removed]/rust/src/jemalloc/src/chunk.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk_dss.o /Users/[removed]/rust/src/jemalloc/src/chunk_dss.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk_mmap.o /Users/[removed]/rust/src/jemalloc/src/chunk_mmap.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/ckh.o /Users/[removed]/rust/src/jemalloc/src/ckh.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/ctl.o /Users/[removed]/rust/src/jemalloc/src/ctl.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/extent.o /Users/[removed]/rust/src/jemalloc/src/extent.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/hash.o /Users/[removed]/rust/src/jemalloc/src/hash.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/huge.o /Users/[removed]/rust/src/jemalloc/src/huge.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/mb.o /Users/[removed]/rust/src/jemalloc/src/mb.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/mutex.o /Users/[removed]/rust/src/jemalloc/src/mutex.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/prof.o /Users/[removed]/rust/src/jemalloc/src/prof.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/quarantine.o /Users/[removed]/rust/src/jemalloc/src/quarantine.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/rtree.o /Users/[removed]/rust/src/jemalloc/src/rtree.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/stats.o /Users/[removed]/rust/src/jemalloc/src/stats.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/tcache.o /Users/[removed]/rust/src/jemalloc/src/tcache.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/util.o /Users/[removed]/rust/src/jemalloc/src/util.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/tsd.o /Users/[removed]/rust/src/jemalloc/src/tsd.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/valgrind.o /Users/[removed]/rust/src/jemalloc/src/valgrind.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/zone.o /Users/[removed]/rust/src/jemalloc/src/zone.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o src/valgrind.o src/zone.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(atomic.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(hash.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc.a(mb.o) has no symbols
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/jemalloc.pic.o /Users/[removed]/rust/src/jemalloc/src/jemalloc.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/arena.pic.o /Users/[removed]/rust/src/jemalloc/src/arena.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/atomic.pic.o /Users/[removed]/rust/src/jemalloc/src/atomic.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/base.pic.o /Users/[removed]/rust/src/jemalloc/src/base.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/bitmap.pic.o /Users/[removed]/rust/src/jemalloc/src/bitmap.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk.pic.o /Users/[removed]/rust/src/jemalloc/src/chunk.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /Users/[removed]/rust/src/jemalloc/src/chunk_dss.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /Users/[removed]/rust/src/jemalloc/src/chunk_mmap.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/ckh.pic.o /Users/[removed]/rust/src/jemalloc/src/ckh.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/ctl.pic.o /Users/[removed]/rust/src/jemalloc/src/ctl.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/extent.pic.o /Users/[removed]/rust/src/jemalloc/src/extent.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/hash.pic.o /Users/[removed]/rust/src/jemalloc/src/hash.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/huge.pic.o /Users/[removed]/rust/src/jemalloc/src/huge.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/mb.pic.o /Users/[removed]/rust/src/jemalloc/src/mb.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/mutex.pic.o /Users/[removed]/rust/src/jemalloc/src/mutex.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/prof.pic.o /Users/[removed]/rust/src/jemalloc/src/prof.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/quarantine.pic.o /Users/[removed]/rust/src/jemalloc/src/quarantine.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/rtree.pic.o /Users/[removed]/rust/src/jemalloc/src/rtree.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/stats.pic.o /Users/[removed]/rust/src/jemalloc/src/stats.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/tcache.pic.o /Users/[removed]/rust/src/jemalloc/src/tcache.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/util.pic.o /Users/[removed]/rust/src/jemalloc/src/util.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/tsd.pic.o /Users/[removed]/rust/src/jemalloc/src/tsd.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/valgrind.pic.o /Users/[removed]/rust/src/jemalloc/src/valgrind.c
clang -std=gnu99 -Wall -pipe -g3 -m64 -arch x86_64 -g1 -O3 -funroll-loops -fPIC -DPIC -c -I /Users/[removed]/rust/src/rt/ -D_REENTRANT -I/Users/[removed]/rust/src/jemalloc/include -Iinclude -o src/zone.pic.o /Users/[removed]/rust/src/jemalloc/src/zone.c
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o src/valgrind.pic.o src/zone.pic.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(atomic.pic.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(hash.pic.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: lib/libjemalloc_pic.a(mb.pic.o) has no symbols
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/liballoc
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libunicode
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libcollections
compile: x86_64-apple-darwin/rt/rust_try.o
compile: x86_64-apple-darwin/rt/arch/x86_64/record_sp.o
link: x86_64-apple-darwin/rt/librustrt_native.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: x86_64-apple-darwin/rt/librustrt_native.a(record_sp.o) has no symbols
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustrt
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libsync
compile: x86_64-apple-darwin/rt/rust_builtin.o
compile: x86_64-apple-darwin/rt/rust_android_dummy.o
link: x86_64-apple-darwin/rt/librust_builtin.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: x86_64-apple-darwin/rt/librust_builtin.a(rust_android_dummy.o) has no symbols
touch x86_64-apple-darwin/rt/libbacktrace.a
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libstd
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/liblog
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libterm
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libserialize
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libfmt_macros
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libdebug
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libsyntax
compile: x86_64-apple-darwin/rt/miniz.o
link: x86_64-apple-darwin/rt/libminiz.a
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libflate
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libarena
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libgetopts
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librbml
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libtime
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz
compile: x86_64-apple-darwin/rustllvm/RustWrapper.o
compile: x86_64-apple-darwin/rustllvm/PassWrapper.o
link: x86_64-apple-darwin/rt/librustllvm.a
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_llvm
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_back
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libnative
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage1/lib/librustrt
cp: x86_64-apple-darwin/stage1/lib/libsync
cp: x86_64-apple-darwin/stage1/lib/libstd
cp: x86_64-apple-darwin/stage1/lib/liblog
cp: x86_64-apple-darwin/stage1/lib/libterm
cp: x86_64-apple-darwin/stage1/lib/libserialize
cp: x86_64-apple-darwin/stage1/lib/libfmt_macros
cp: x86_64-apple-darwin/stage1/lib/libdebug
cp: x86_64-apple-darwin/stage1/lib/libsyntax
cp: x86_64-apple-darwin/stage1/lib/libflate
cp: x86_64-apple-darwin/stage1/lib/libarena
cp: x86_64-apple-darwin/stage1/lib/libgetopts
cp: x86_64-apple-darwin/stage1/lib/librbml
cp: x86_64-apple-darwin/stage1/lib/libtime
cp: x86_64-apple-darwin/stage1/lib/libgraphviz
cp: x86_64-apple-darwin/stage1/lib/librustc_llvm
cp: x86_64-apple-darwin/stage1/lib/librustc_back
cp: x86_64-apple-darwin/stage1/lib/librustc
cp: x86_64-apple-darwin/stage1/lib/libnative
cp: x86_64-apple-darwin/stage1/bin/rustc
cp: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
cp: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libcore
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/liblibc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librand
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/liballoc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libunicode
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libcollections
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustrt
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libsync
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libstd
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/liblog
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libterm
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libserialize
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libfmt_macros
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libdebug
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libsyntax
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libflate
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libarena
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libgetopts
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librbml
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libtime
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_llvm
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_back
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libnative
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage2/lib/librustrt
cp: x86_64-apple-darwin/stage2/lib/libsync
cp: x86_64-apple-darwin/stage2/lib/libstd
cp: x86_64-apple-darwin/stage2/lib/liblog
cp: x86_64-apple-darwin/stage2/lib/libterm
cp: x86_64-apple-darwin/stage2/lib/libserialize
cp: x86_64-apple-darwin/stage2/lib/libfmt_macros
cp: x86_64-apple-darwin/stage2/lib/libdebug
cp: x86_64-apple-darwin/stage2/lib/libsyntax
cp: x86_64-apple-darwin/stage2/lib/libflate
cp: x86_64-apple-darwin/stage2/lib/libarena
cp: x86_64-apple-darwin/stage2/lib/libgetopts
cp: x86_64-apple-darwin/stage2/lib/librbml
cp: x86_64-apple-darwin/stage2/lib/libtime
cp: x86_64-apple-darwin/stage2/lib/libgraphviz
cp: x86_64-apple-darwin/stage2/lib/librustc_llvm
cp: x86_64-apple-darwin/stage2/lib/librustc_back
cp: x86_64-apple-darwin/stage2/lib/librustc
cp: x86_64-apple-darwin/stage2/lib/libnative
cp: x86_64-apple-darwin/stage2/bin/rustc
cp: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
cp: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libregex
compile: x86_64-apple-darwin/rt/rust_test_helpers.o
link: x86_64-apple-darwin/rt/librust_test_helpers.a
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/libtest
compile: x86_64-apple-darwin/rt/hoedown/src/autolink.o
compile: x86_64-apple-darwin/rt/hoedown/src/buffer.o
compile: x86_64-apple-darwin/rt/hoedown/src/document.o
compile: x86_64-apple-darwin/rt/hoedown/src/escape.o
compile: x86_64-apple-darwin/rt/hoedown/src/html.o
compile: x86_64-apple-darwin/rt/hoedown/src/html_blocks.o
compile: x86_64-apple-darwin/rt/hoedown/src/html_smartypants.o
compile: x86_64-apple-darwin/rt/hoedown/src/stack.o
compile: x86_64-apple-darwin/rt/hoedown/src/version.o
link: x86_64-apple-darwin/rt/libhoedown.a
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustdoc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/bin/rustdoc
cp: x86_64-apple-darwin/stage2/lib/libregex
cp: x86_64-apple-darwin/stage2/lib/libtest
cp: x86_64-apple-darwin/stage2/lib/librustdoc
cp: x86_64-apple-darwin/stage2/bin/rustdoc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liblibc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libcore
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librand
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liballoc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libunicode
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libcollections
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustrt
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libsync
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libstd
compile: x86_64-apple-darwin/rt/arch/x86_64/_context.o
link: x86_64-apple-darwin/rt/libcontext_switch.a
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libgreen
touch x86_64-apple-darwin/rt/libuv/libuv-auto-clean-stamp
(cd /Users/[removed]/rust/src/libuv/ && /usr/bin/python2.7 ./gyp_uv.py -f make -Dtarget_arch=x64 -D ninja -DOS=mac -Goutput_dir=/Users/[removed]/rust/x86_64-apple-darwin/rt/libuv --generator-output /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv)
['-f', 'make', '-Dtarget_arch=x64', '-D', 'ninja', '-DOS=mac', '-Goutput_dir=/Users/[removed]/rust/x86_64-apple-darwin/rt/libuv', '--generator-output', '/Users/[removed]/rust/x86_64-apple-darwin/rt/libuv', '/Users/[removed]/rust/src/libuv/uv.gyp', '-I', '/Users/[removed]/rust/src/libuv/common.gypi', '--depth=.', '-Dgcc_version=42', '-Dclang=1', '-Dhost_arch=x64', '-Duv_library=static_library', '-Dcomponent=static_library']
touch /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Makefile
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/fs-poll.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/inet.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/threadpool.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/uv-common.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/version.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/async.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/core.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/dl.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/fs.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/getaddrinfo.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/getnameinfo.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/loop.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/loop-watcher.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/pipe.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/poll.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/process.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/signal.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/stream.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/tcp.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/thread.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/timer.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/tty.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/udp.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/proctitle.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/darwin.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/fsevents.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/darwin-proctitle.o
CC(target) /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/obj.target/libuv/src/unix/kqueue.o
LIBTOOL-STATIC /Users/[removed]/rust/x86_64-apple-darwin/rt/libuv/Release/libuv.a
compile: x86_64-apple-darwin/rt/rust_uv.o
link: x86_64-apple-darwin/rt/libuv_support.a
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustuv
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libnative
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libflate
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libarena
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libglob
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liblog
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libterm
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libsemver
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libserialize
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libuuid
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libgetopts
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libnum
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librbml
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libtime
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libregex
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libtest
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liburl
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librlibc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libdebug
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libfmt_macros
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libsyntax
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_llvm
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_back
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustdoc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libfourcc
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libhexfloat
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libregex_macros
version-info: doc/version_info.html
cp: doc/rust.css
cp: doc/favicon.inc
cp: doc/footer.inc
rustdoc: doc/not_found.html
rustdoc: doc/index.html
pandoc: doc/index.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/index.md --output=doc/index.epub
pandoc: doc/footer.tex
/usr/local/bin/pandoc --from=html --to=latex /Users/[removed]/rust/src/doc/footer.inc --output=doc/footer.tex
version-stamp: doc/version.tex
pandoc: doc/index.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/index.md --output=doc/index.tex
rustdoc: doc/intro.html
pandoc: doc/intro.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/intro.md --output=doc/intro.epub
pandoc: doc/intro.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/intro.md --output=doc/intro.tex
rustdoc: doc/tutorial.html
pandoc: doc/tutorial.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/tutorial.md --output=doc/tutorial.epub
pandoc: doc/tutorial.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/tutorial.md --output=doc/tutorial.tex
latex compiler: doc/tutorial.pdf
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
rustdoc: doc/guide.html
pandoc: doc/guide.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide.md --output=doc/guide.epub
pandoc: doc/guide.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide.md --output=doc/guide.tex
rustdoc: doc/guide-ffi.html
pandoc: doc/guide-ffi.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-ffi.md --output=doc/guide-ffi.epub
pandoc: doc/guide-ffi.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-ffi.md --output=doc/guide-ffi.tex
rustdoc: doc/guide-macros.html
pandoc: doc/guide-macros.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-macros.md --output=doc/guide-macros.epub
pandoc: doc/guide-macros.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-macros.md --output=doc/guide-macros.tex
rustdoc: doc/guide-lifetimes.html
pandoc: doc/guide-lifetimes.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-lifetimes.md --output=doc/guide-lifetimes.epub
pandoc: doc/guide-lifetimes.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-lifetimes.md --output=doc/guide-lifetimes.tex
rustdoc: doc/guide-tasks.html
pandoc: doc/guide-tasks.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-tasks.md --output=doc/guide-tasks.epub
pandoc: doc/guide-tasks.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-tasks.md --output=doc/guide-tasks.tex
rustdoc: doc/guide-container.html
pandoc: doc/guide-container.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-container.md --output=doc/guide-container.epub
pandoc: doc/guide-container.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-container.md --output=doc/guide-container.tex
rustdoc: doc/guide-pointers.html
pandoc: doc/guide-pointers.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-pointers.md --output=doc/guide-pointers.epub
pandoc: doc/guide-pointers.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-pointers.md --output=doc/guide-pointers.tex
rustdoc: doc/guide-testing.html
pandoc: doc/guide-testing.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-testing.md --output=doc/guide-testing.epub
pandoc: doc/guide-testing.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-testing.md --output=doc/guide-testing.tex
rustdoc: doc/guide-runtime.html
pandoc: doc/guide-runtime.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-runtime.md --output=doc/guide-runtime.epub
pandoc: doc/guide-runtime.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-runtime.md --output=doc/guide-runtime.tex
rustdoc: doc/complement-bugreport.html
pandoc: doc/complement-bugreport.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/complement-bugreport.md --output=doc/complement-bugreport.epub
pandoc: doc/complement-bugreport.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/complement-bugreport.md --output=doc/complement-bugreport.tex
rustdoc: doc/complement-lang-faq.html
pandoc: doc/complement-lang-faq.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/complement-lang-faq.md --output=doc/complement-lang-faq.epub
pandoc: doc/complement-lang-faq.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/complement-lang-faq.md --output=doc/complement-lang-faq.tex
rustdoc: doc/complement-design-faq.html
pandoc: doc/complement-design-faq.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/complement-design-faq.md --output=doc/complement-design-faq.epub
pandoc: doc/complement-design-faq.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/complement-design-faq.md --output=doc/complement-design-faq.tex
rustdoc: doc/complement-project-faq.html
pandoc: doc/complement-project-faq.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/complement-project-faq.md --output=doc/complement-project-faq.epub
pandoc: doc/complement-project-faq.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/complement-project-faq.md --output=doc/complement-project-faq.tex
cp: doc/full-toc.inc
rustdoc: doc/rust.html
pandoc: doc/rust.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/rust.md --output=doc/rust.epub
pandoc: doc/rust.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/rust.md --output=doc/rust.tex
latex compiler: doc/rust.pdf
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
rustdoc: doc/rustdoc.html
pandoc: doc/rustdoc.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/rustdoc.md --output=doc/rustdoc.epub
pandoc: doc/rustdoc.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/rustdoc.md --output=doc/rustdoc.tex
rustdoc: doc/guide-unsafe.html
pandoc: doc/guide-unsafe.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-unsafe.md --output=doc/guide-unsafe.epub
pandoc: doc/guide-unsafe.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-unsafe.md --output=doc/guide-unsafe.tex
rustdoc: doc/guide-strings.html
pandoc: doc/guide-strings.epub
/usr/local/bin/pandoc --standalone --toc --number-sections --to=epub /Users/[removed]/rust/src/doc/guide-strings.md --output=doc/guide-strings.epub
pandoc: doc/guide-strings.tex
/usr/local/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=[removed]down --include-before-body=doc/footer.tex --to=latex /Users/[removed]/rust/src/doc/guide-strings.md --output=doc/guide-strings.tex
rustdoc: doc/libc/index.html
rustdoc: doc/std/index.html
rustdoc: doc/green/index.html
rustdoc: doc/rustuv/index.html
rustdoc: doc/native/index.html
rustdoc: doc/flate/index.html
rustdoc: doc/arena/index.html
rustdoc: doc/glob/index.html
rustdoc: doc/term/index.html
rustdoc: doc/semver/index.html
rustdoc: doc/uuid/index.html
rustdoc: doc/serialize/index.html
rustdoc: doc/sync/index.html
rustdoc: doc/getopts/index.html
rustdoc: doc/collections/index.html
rustdoc: doc/num/index.html
rustdoc: doc/test/index.html
rustdoc: doc/time/index.html
rustdoc: doc/rand/index.html
rustdoc: doc/url/index.html
rustdoc: doc/log/index.html
rustdoc: doc/regex/index.html
rustdoc: doc/graphviz/index.html
rustdoc: doc/core/index.html
rustdoc: doc/rbml/index.html
rustdoc: doc/rlibc/index.html
rustdoc: doc/alloc/index.html
rustdoc: doc/debug/index.html
rustdoc: doc/rustrt/index.html
rustdoc: doc/unicode/index.html
rustdoc: doc/rustdoc/index.html
rustdoc: doc/fourcc/index.html
rustdoc: doc/hexfloat/index.html
rustdoc: doc/regex_macros/index.html
rustdoc: doc/fmt_macros/index.html
rustdoc: doc/rustc_llvm/index.html
rustdoc: doc/rustc_back/index.html
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using CC=clang (CFG_CC)
cfg: using CXX=clang++ (CFG_CXX)
cfg: no llnextgen found, omitting grammar-verification
cfg: including prepare rules
cfg: including dist rules
cfg: including install rules
cleaning destination tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/bin
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/share/man/man1
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librustrt-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libsync-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libstd-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/liblog-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libterm-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libserialize-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libfmt_macros-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libdebug-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libsyntax-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libflate-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libarena-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libgetopts-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librbml-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libtime-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libgraphviz-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librustc_llvm-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librustc_back-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librustc-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libregex-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libtest-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/librustdoc-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/libnative-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/bin/rustdoc
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/share/man/man1/rustdoc.1
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/bin/rustc
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/share/man/man1/rustc.1
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgreen-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgreen-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustuv-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustuv-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libnative-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libnative-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libflate-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libflate-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libarena-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libarena-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libglob-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libglob-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libterm-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libterm-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libsemver-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libsemver-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libuuid-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libuuid-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libserialize-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libserialize-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libsync-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libsync-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcollections-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libnum-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libnum-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libtest-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libtest-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libtime-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libtime-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librand-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liburl-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liburl-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblog-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblog-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libregex-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libregex-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librbml-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librbml-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librlibc-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libdebug-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libdebug-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustrt-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustrt-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunicode-*.rlib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libsyntax-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustdoc-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libfourcc-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhexfloat-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libregex_macros-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libfmt_macros-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_llvm-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_back-*.dylib
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
prepare: tmp/dist/rust-0.12.0-pre-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustdoc: doc/std/index.html
task '<unnamed>' failed at 'assertion failed: fd > 0', /Users/[removed]/rust/src/librustdoc/flock.rs:118
make: *** [doc/std/index.html] Error 101
*[removed] was my username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment