Skip to content

Instantly share code, notes, and snippets.

@little-arhat
Created May 3, 2015 17:56
Show Gist options
  • Save little-arhat/c73bb5932e3f7fa35921 to your computer and use it in GitHub Desktop.
Save little-arhat/c73bb5932e3f7fa35921 to your computer and use it in GitHub Desktop.
==> Cloning https://github.com/rust-lang/rust.git
git --git-dir /Library/Caches/Homebrew/rust--git/.git status -s
Updating /Library/Caches/Homebrew/rust--git
git config remote.origin.url https://github.com/rust-lang/rust.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch original
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 10 (delta 7), reused 6 (delta 3), pack-reused 0
Unpacking objects: 100% (10/10), done.
From https://github.com/rust-lang/rust
07915ef..26933a6 master -> origin/master
git checkout -f master --
Checking out files: 100% (5763/5763), done.
Already on 'master'
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
git reset --hard origin/master
HEAD is now at 26933a6 Auto merge of #25048 - huonw:test-benches, r=alexcrichton
git submodule foreach --recursive git submodule sync
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
Synchronizing submodule url for 'test/rust-installer-v1'
Synchronizing submodule url for 'test/rust-installer-v2'
Entering 'src/rust-installer/test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2'
Synchronizing submodule url for 'test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2/test/rust-installer-v1'
git submodule update --init --recursive
==> Checking out branch master
==> ./configure --prefix=/Users/user/.brew/Cellar/rust/HEAD --disable-rpath --enable-clang
configure: looking for configure programs
configure: found program cmp
configure: found program mkdir
configure: found program printf
configure: found program cut
configure: found program head
configure: found program grep
configure: found program xargs
configure: found program cp
configure: found program find
configure: found program uname
configure: found program date
configure: found program tr
configure: found program sed
configure: found program file
configure: found program make
configure: inspecting environment
configure: recreating config.tmp
configure:
configure: processing ./configure args
configure:
configure: CFG_LOCALSTATEDIR := /var/lib
configure: CFG_SYSCONFDIR := /etc
configure: CFG_DATADIR := /share
configure: CFG_INFODIR := /share/info
configure: CFG_LLVM_ROOT :=
configure: CFG_JEMALLOC_ROOT :=
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_RELEASE_CHANNEL := dev
configure: CFG_MUSL_ROOT := /usr/local
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_LIBDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure:
configure: validating ./configure args
configure:
configure: CFG_BOOTSTRAP_KEY := 17:06:50
configure:
configure: looking for build programs
configure:
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 := /Users/user/.brew/Library/ENV/4.3 ...
configure: CFG_CLANG := /Users/user/.brew/Library/ENV/4.3 ...
configure: CFG_CCACHE :=
configure: CFG_GCC := /Users/user/.brew/Library/ENV/4.3 ...
configure: CFG_LD := /Users/user/.brew/Library/ENV/4.3 ...
configure: CFG_VALGRIND :=
configure: CFG_PERF :=
configure: CFG_ISCC :=
configure: CFG_ANTLR4 :=
configure: CFG_GRUN :=
configure: CFG_FLEX := /usr/bin/flex (flex 2.5.35 Apple(flex-31))
configure: CFG_BISON := /usr/bin/bison (bison (GNU Bison) 3.0.2)
configure: CFG_PANDOC :=
configure: CFG_XELATEX :=
configure: CFG_GDB := /usr/bin/gdb (GNU gdb 6.3.50-20050815 (Apple version gdb-1822) (Sun Aug 5 03:00:42 UTC 2012))
configure: CFG_LLDB := /usr/bin/lldb (lldb-320.4.156)
configure: CFG_GDB_VERSION := GNU gdb 6.3.50-20050815 (Apple vers ...
configure: CFG_LLDB_VERSION := lldb-320.4.156
configure: CFG_LLDB_PYTHON_DIR := /Applications/Xcode.app/Contents/Sh ...
configure:
configure: looking for target specific programs
configure:
configure: CFG_ADB :=
configure: CFG_ENABLE_CLANG := 1
configure: skipping compiler inference steps; using provided CC=clang
configure:
configure: note, user-provided CC looks like clang; CC=clang.
configure:
configure: CFG_USING_CLANG := 1
configure:
configure: found ok version of CLANG: 3.5svn
configure:
configure: CFG_CC := clang
configure: CFG_CXX := clang++
configure:
configure: making directories
configure:
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/aarch64
configure: mkdir -p x86_64-apple-darwin/rt/stage0/arch/powerpc
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/aarch64
configure: mkdir -p x86_64-apple-darwin/rt/stage1/arch/powerpc
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/aarch64
configure: mkdir -p x86_64-apple-darwin/rt/stage2/arch/powerpc
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/aarch64
configure: mkdir -p x86_64-apple-darwin/rt/stage3/arch/powerpc
configure: mkdir -p x86_64-apple-darwin/test/run-fail-fulldeps
configure: mkdir -p x86_64-apple-darwin/test/parse-fail
configure: mkdir -p x86_64-apple-darwin/test/rustdoc
configure:
configure: configuring submodules
configure:
configure: git: submodule sync
Synchronizing submodule url for 'src/compiler-rt'
Synchronizing submodule url for 'src/jemalloc'
Synchronizing submodule url for 'src/llvm'
Synchronizing submodule url for 'src/rt/hoedown'
Synchronizing submodule url for 'src/rust-installer'
configure: git: submodule init
configure: git: submodule update
configure: git: submodule foreach sync
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
Synchronizing submodule url for 'test/rust-installer-v1'
Synchronizing submodule url for 'test/rust-installer-v2'
Entering 'src/rust-installer/test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2'
Synchronizing submodule url for 'test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2/test/rust-installer-v1'
configure: git: submodule foreach update
configure: git: submodule status
58ab642c30d9f97735d5745b5d01781ee199c6ae src/compiler-rt (remotes/origin/rust-2015-01-08-do-not-delete)
e24a1a025a1f214e40eedafe3b9c7b1d69937922 src/jemalloc (3.6.0-158-ge24a1a0)
bff69076975642c64e76dbeaa53476bfa7212086 src/llvm (remotes/origin/rust-llvm-2015-02-19)
238c4d57cce10d33b05cf52a91fc62a09f31ffbb src/rt/hoedown (2.0.0-63-g238c4d5)
e54d4823d26cdb3f98e5a1b17e1c257cd329aa61 src/rust-installer (remotes/origin/HEAD)
aed73472416064642911af790b25d57c9390b6c7 src/rust-installer/test/rust-installer-v1 (aed7347)
e577c97b494be2815b215e3042207d6d4b7c5516 src/rust-installer/test/rust-installer-v2 (e577c97)
aed73472416064642911af790b25d57c9390b6c7 src/rust-installer/test/rust-installer-v2/test/rust-installer-v1 (aed7347)
configure: git: submodule clobber
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Removing VERSION
Entering 'src/llvm'
Removing utils/llvm-build/llvmbuild/__init__.pyc
Removing utils/llvm-build/llvmbuild/componentinfo.pyc
Removing utils/llvm-build/llvmbuild/configutil.pyc
Removing utils/llvm-build/llvmbuild/main.pyc
Removing utils/llvm-build/llvmbuild/util.pyc
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
Entering 'src/rust-installer/test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2'
Entering 'src/rust-installer/test/rust-installer-v2/test/rust-installer-v1'
Entering 'src/compiler-rt'
Entering 'src/jemalloc'
Entering 'src/llvm'
Entering 'src/rt/hoedown'
Entering 'src/rust-installer'
Entering 'src/rust-installer/test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2'
Entering 'src/rust-installer/test/rust-installer-v2/test/rust-installer-v1'
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,aarch64,mips,powerpc --enable-optimized --disable-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... /Users/user/.brew/Library/ENV/4.3/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 go... no
checking for ocamlfind... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 241.9
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 -Wno-comment
checking for python... user defined: /usr/bin/python2.7
checking for python >= 2.7... /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.10.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 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 := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_BUILD_DIR := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_OSTYPE := apple-darwin
configure: CFG_CPUTYPE := x86_64
configure: CFG_CONFIGURE_ARGS := --prefix=/Users/user/.brew/Cellar ...
configure: CFG_PREFIX := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_HOST := x86_64-apple-darwin
configure: CFG_TARGET := x86_64-apple-darwin
configure: CFG_LIBDIR_RELATIVE := lib
configure: CFG_DISABLE_MANAGE_SUBMODULES :=
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_MANDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_LLVM_SRC_DIR := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_LLVM_BUILD_DIR_x86_64_apple_darwin := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_LLVM_INST_DIR_x86_64_apple_darwin := /private/var/folders/x3/hlncv8zj3j3 ...
configure:
configure: cp /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/Makefile.in ./Makefile
configure: mv config.tmp config.mk
configure:
configure: configured in release mode. for development consider --enable-debug
configure:
configure: run `make help`
configure:
==> make
cfg: version 1.1.0-dev (26933a638 2015-05-03) (built 2015-05-03)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: good valgrind for x86_64-apple-darwin is
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
cfg: valgrind-rpass command set to
cfg: no xelatex found, disabling LaTeX docs
cfg: no pandoc found, omitting PDF and EPUB docs
make: llvm
llvm[1]: Constructing LLVMBuild project information.
llvm[2]: Compiling APFloat.cpp for Release build
llvm[2]: Compiling APInt.cpp for Release build
llvm[2]: Compiling APSInt.cpp for Release build
llvm[2]: Compiling ARMBuildAttrs.cpp for Release build
llvm[2]: Compiling ARMWinEH.cpp for Release build
llvm[2]: Compiling Allocator.cpp for Release build
llvm[2]: Compiling Atomic.cpp for Release build
llvm[2]: Compiling BlockFrequency.cpp for Release build
llvm[2]: Compiling BranchProbability.cpp for Release build
llvm[2]: Compiling CommandLine.cpp for Release build
llvm[2]: Compiling Compression.cpp for Release build
llvm[2]: Compiling ConvertUTF.c for Release build
llvm[2]: Compiling ConvertUTFWrapper.cpp for Release build
llvm[2]: Compiling CrashRecoveryContext.cpp for Release build
llvm[2]: Compiling DAGDeltaAlgorithm.cpp for Release build
llvm[2]: Compiling DataExtractor.cpp for Release build
llvm[2]: Compiling DataStream.cpp for Release build
llvm[2]: Compiling Debug.cpp for Release build
llvm[2]: Compiling DeltaAlgorithm.cpp for Release build
llvm[2]: Compiling Dwarf.cpp for Release build
llvm[2]: Compiling DynamicLibrary.cpp for Release build
llvm[2]: Compiling Errno.cpp for Release build
llvm[2]: Compiling ErrorHandling.cpp for Release build
llvm[2]: Compiling FileOutputBuffer.cpp for Release build
llvm[2]: Compiling FileUtilities.cpp for Release build
llvm[2]: Compiling FoldingSet.cpp for Release build
llvm[2]: Compiling FormattedStream.cpp for Release build
llvm[2]: Compiling GraphWriter.cpp for Release build
llvm[2]: Compiling Hashing.cpp for Release build
llvm[2]: Compiling Host.cpp for Release build
llvm[2]: Compiling IntEqClasses.cpp for Release build
llvm[2]: Compiling IntervalMap.cpp for Release build
llvm[2]: Compiling IntrusiveRefCntPtr.cpp for Release build
llvm[2]: Compiling IsInf.cpp for Release build
llvm[2]: Compiling IsNAN.cpp for Release build
llvm[2]: Compiling LEB128.cpp for Release build
llvm[2]: Compiling LineIterator.cpp for Release build
llvm[2]: Compiling Locale.cpp for Release build
llvm[2]: Compiling LockFileManager.cpp for Release build
llvm[2]: Compiling MD5.cpp for Release build
llvm[2]: Compiling ManagedStatic.cpp for Release build
llvm[2]: Compiling MathExtras.cpp for Release build
llvm[2]: Compiling Memory.cpp for Release build
llvm[2]: Compiling MemoryBuffer.cpp for Release build
llvm[2]: Compiling MemoryObject.cpp for Release build
llvm[2]: Compiling Mutex.cpp for Release build
llvm[2]: Compiling Options.cpp for Release build
llvm[2]: Compiling Path.cpp for Release build
llvm[2]: Compiling PluginLoader.cpp for Release build
llvm[2]: Compiling PrettyStackTrace.cpp for Release build
llvm[2]: Compiling Process.cpp for Release build
llvm[2]: Compiling Program.cpp for Release build
llvm[2]: Compiling RWMutex.cpp for Release build
llvm[2]: Compiling RandomNumberGenerator.cpp for Release build
llvm[2]: Compiling Regex.cpp for Release build
llvm[2]: Compiling ScaledNumber.cpp for Release build
llvm[2]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build
llvm[2]: Compiling Signals.cpp for Release build
llvm[2]: Compiling SmallPtrSet.cpp for Release build
llvm[2]: Compiling SmallVector.cpp for Release build
llvm[2]: Compiling SourceMgr.cpp for Release build
llvm[2]: Compiling SpecialCaseList.cpp for Release build
llvm[2]: Compiling Statistic.cpp for Release build
llvm[2]: Compiling StreamingMemoryObject.cpp for Release build
llvm[2]: Compiling StringExtras.cpp for Release build
llvm[2]: Compiling StringMap.cpp for Release build
llvm[2]: Compiling StringPool.cpp for Release build
llvm[2]: Compiling StringRef.cpp for Release build
llvm[2]: Compiling SystemUtils.cpp for Release build
llvm[2]: Compiling TargetRegistry.cpp for Release build
llvm[2]: Compiling ThreadLocal.cpp for Release build
llvm[2]: Compiling Threading.cpp for Release build
llvm[2]: Compiling TimeValue.cpp for Release build
llvm[2]: Compiling Timer.cpp for Release build
llvm[2]: Compiling ToolOutputFile.cpp for Release build
llvm[2]: Compiling Triple.cpp for Release build
llvm[2]: Compiling Twine.cpp for Release build
llvm[2]: Compiling Unicode.cpp for Release build
llvm[2]: Compiling Valgrind.cpp for Release build
llvm[2]: Compiling Watchdog.cpp for Release build
llvm[2]: Compiling YAMLParser.cpp for Release build
llvm[2]: Compiling YAMLTraits.cpp for Release build
llvm[2]: Compiling circular_raw_ostream.cpp for Release build
llvm[2]: Compiling raw_os_ostream.cpp for Release build
llvm[2]: Compiling raw_ostream.cpp for Release build
llvm[2]: Compiling regcomp.c for Release build
llvm[2]: Compiling regerror.c for Release build
llvm[2]: Compiling regexec.c for Release build
llvm[2]: Compiling regfree.c for Release build
llvm[2]: Compiling regstrlcpy.c for Release build
llvm[2]: Building Release Archive Library libLLVMSupport.a
llvm[2]: Compiling Error.cpp for Release build
llvm[2]: Compiling Main.cpp for Release build
llvm[2]: Compiling Record.cpp for Release build
llvm[2]: Compiling SetTheory.cpp for Release build
llvm[2]: Compiling StringMatcher.cpp for Release build
llvm[2]: Compiling TGLexer.cpp for Release build
llvm[2]: Compiling TGParser.cpp for Release build
llvm[2]: Compiling TableGenBackend.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMTableGen.a
llvm[3]: Compiling FileCheck.cpp for Release build
llvm[3]: Linking Release executable FileCheck (without symbols)
llvm[3]: ======= Finished Linking Release Executable FileCheck (without symbols)
llvm[3]: Compiling AsmMatcherEmitter.cpp for Release build
llvm[3]: Compiling AsmWriterEmitter.cpp for Release build
llvm[3]: Compiling AsmWriterInst.cpp for Release build
llvm[3]: Compiling CTagsEmitter.cpp for Release build
llvm[3]: Compiling CallingConvEmitter.cpp for Release build
llvm[3]: Compiling CodeEmitterGen.cpp for Release build
llvm[3]: Compiling CodeGenDAGPatterns.cpp for Release build
llvm[3]: Compiling CodeGenInstruction.cpp for Release build
llvm[3]: Compiling CodeGenMapTable.cpp for Release build
llvm[3]: Compiling CodeGenRegisters.cpp for Release build
llvm[3]: Compiling CodeGenSchedule.cpp for Release build
llvm[3]: Compiling CodeGenTarget.cpp for Release build
llvm[3]: Compiling DAGISelEmitter.cpp for Release build
llvm[3]: Compiling DAGISelMatcher.cpp for Release build
llvm[3]: Compiling DAGISelMatcherEmitter.cpp for Release build
llvm[3]: Compiling DAGISelMatcherGen.cpp for Release build
llvm[3]: Compiling DAGISelMatcherOpt.cpp for Release build
llvm[3]: Compiling DFAPacketizerEmitter.cpp for Release build
llvm[3]: Compiling DisassemblerEmitter.cpp for Release build
llvm[3]: Compiling FastISelEmitter.cpp for Release build
llvm[3]: Compiling FixedLenDecoderEmitter.cpp for Release build
llvm[3]: Compiling InstrInfoEmitter.cpp for Release build
llvm[3]: Compiling IntrinsicEmitter.cpp for Release build
llvm[3]: Compiling OptParserEmitter.cpp for Release build
llvm[3]: Compiling PseudoLoweringEmitter.cpp for Release build
llvm[3]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[3]: Compiling SubtargetEmitter.cpp for Release build
llvm[3]: Compiling TableGen.cpp for Release build
llvm[3]: Compiling X86DisassemblerTables.cpp for Release build
llvm[3]: Compiling X86ModRMFilters.cpp for Release build
llvm[3]: Compiling X86RecognizableInstr.cpp for Release build
llvm[3]: Linking Release executable llvm-tblgen (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-tblgen (without symbols)
llvm[3]: Compiling PerfectShuffle.cpp for Release build
llvm[3]: Linking Release executable llvm-PerfectShuffle (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols)
llvm[3]: Compiling count.c for Release build
llvm[3]: Linking Release executable count (without symbols)
llvm[3]: ======= Finished Linking Release Executable count (without symbols)
llvm[3]: Compiling fpcmp.cpp for Release build
llvm[3]: Linking Release executable fpcmp (without symbols)
llvm[3]: ======= Finished Linking Release Executable fpcmp (without symbols)
llvm[3]: Creating 'llvm-lit' script...
llvm[3]: Compiling not.cpp for Release build
llvm[3]: Linking Release executable not (without symbols)
llvm[3]: ======= Finished Linking Release Executable not (without symbols)
llvm[4]: Compiling src/gtest-all.cc for Release build
llvm[4]: Building Release Archive Library libgtest.a
llvm[4]: Compiling TestMain.cpp for Release build
llvm[4]: Building Release 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 build
llvm[2]: Compiling Attributes.cpp for Release build
llvm[2]: Compiling AutoUpgrade.cpp for Release build
llvm[2]: Compiling BasicBlock.cpp for Release build
llvm[2]: Compiling Comdat.cpp for Release build
llvm[2]: Compiling ConstantFold.cpp for Release build
llvm[2]: Compiling ConstantRange.cpp for Release build
llvm[2]: Compiling Constants.cpp for Release build
llvm[2]: Compiling Core.cpp for Release build
llvm[2]: Compiling DIBuilder.cpp for Release build
llvm[2]: Compiling DataLayout.cpp for Release build
llvm[2]: Compiling DebugInfo.cpp for Release build
llvm[2]: Compiling DebugLoc.cpp for Release build
llvm[2]: Compiling DiagnosticInfo.cpp for Release build
llvm[2]: Compiling DiagnosticPrinter.cpp for Release build
llvm[2]: Compiling Dominators.cpp for Release build
llvm[2]: Compiling Function.cpp for Release build
llvm[2]: Compiling GCOV.cpp for Release build
llvm[2]: Compiling GVMaterializer.cpp for Release build
llvm[2]: Compiling Globals.cpp for Release build
llvm[2]: Compiling IRBuilder.cpp for Release build
llvm[2]: Compiling IRPrintingPasses.cpp for Release build
llvm[2]: Compiling InlineAsm.cpp for Release build
llvm[2]: Compiling Instruction.cpp for Release build
llvm[2]: Compiling Instructions.cpp for Release build
llvm[2]: Compiling IntrinsicInst.cpp for Release build
llvm[2]: Compiling LLVMContext.cpp for Release build
llvm[2]: Compiling LLVMContextImpl.cpp for Release build
llvm[2]: Compiling LegacyPassManager.cpp for Release build
llvm[2]: Compiling MDBuilder.cpp for Release build
llvm[2]: Compiling Mangler.cpp for Release build
llvm[2]: Compiling Metadata.cpp for Release build
llvm[2]: Compiling MetadataTracking.cpp for Release build
llvm[2]: Compiling Module.cpp for Release build
llvm[2]: Compiling Pass.cpp for Release build
llvm[2]: Compiling PassManager.cpp for Release build
llvm[2]: Compiling PassRegistry.cpp for Release build
llvm[2]: Compiling Statepoint.cpp for Release build
llvm[2]: Compiling Type.cpp for Release build
llvm[2]: Compiling TypeFinder.cpp for Release build
llvm[2]: Compiling Use.cpp for Release build
llvm[2]: Compiling UseListOrder.cpp for Release build
llvm[2]: Compiling User.cpp for Release build
llvm[2]: Compiling Value.cpp for Release build
llvm[2]: Compiling ValueSymbolTable.cpp for Release build
llvm[2]: Compiling ValueTypes.cpp for Release build
llvm[2]: Compiling Verifier.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMCore.a
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling LLLexer.cpp for Release build
llvm[3]: Compiling LLParser.cpp for Release build
llvm[3]: Compiling Parser.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMAsmParser.a
llvm[4]: Compiling BitReader.cpp for Release build
llvm[4]: Compiling BitcodeReader.cpp for Release build
llvm[4]: Compiling BitstreamReader.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMBitReader.a
llvm[4]: Compiling BitWriter.cpp for Release build
llvm[4]: Compiling BitcodeWriter.cpp for Release build
llvm[4]: Compiling BitcodeWriterPass.cpp for Release build
llvm[4]: Compiling ValueEnumerator.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMBitWriter.a
llvm[3]: Compiling AliasAnalysis.cpp for Release build
llvm[3]: Compiling AliasAnalysisCounter.cpp for Release build
llvm[3]: Compiling AliasAnalysisEvaluator.cpp for Release build
llvm[3]: Compiling AliasDebugger.cpp for Release build
llvm[3]: Compiling AliasSetTracker.cpp for Release build
llvm[3]: Compiling Analysis.cpp for Release build
llvm[3]: Compiling AssumptionCache.cpp for Release build
llvm[3]: Compiling BasicAliasAnalysis.cpp for Release build
llvm[3]: Compiling BlockFrequencyInfo.cpp for Release build
llvm[3]: Compiling BlockFrequencyInfoImpl.cpp for Release build
llvm[3]: Compiling BranchProbabilityInfo.cpp for Release build
llvm[3]: Compiling CFG.cpp for Release build
llvm[3]: Compiling CFGPrinter.cpp for Release build
llvm[3]: Compiling CFLAliasAnalysis.cpp for Release build
llvm[3]: Compiling CGSCCPassManager.cpp for Release build
llvm[3]: Compiling CaptureTracking.cpp for Release build
llvm[3]: Compiling CodeMetrics.cpp for Release build
llvm[3]: Compiling ConstantFolding.cpp for Release build
llvm[3]: Compiling CostModel.cpp for Release build
llvm[3]: Compiling Delinearization.cpp for Release build
llvm[3]: Compiling DependenceAnalysis.cpp for Release build
llvm[3]: Compiling DomPrinter.cpp for Release build
llvm[3]: Compiling DominanceFrontier.cpp for Release build
llvm[3]: Compiling FunctionTargetTransformInfo.cpp for Release build
llvm[3]: Compiling IVUsers.cpp for Release build
llvm[3]: Compiling InstCount.cpp for Release build
llvm[3]: Compiling InstructionSimplify.cpp for Release build
llvm[3]: Compiling Interval.cpp for Release build
llvm[3]: Compiling IntervalPartition.cpp for Release build
llvm[3]: Compiling JumpInstrTableInfo.cpp for Release build
llvm[3]: Compiling LazyCallGraph.cpp for Release build
llvm[3]: Compiling LazyValueInfo.cpp for Release build
llvm[3]: Compiling LibCallAliasAnalysis.cpp for Release build
llvm[3]: Compiling LibCallSemantics.cpp for Release build
llvm[3]: Compiling Lint.cpp for Release build
llvm[3]: Compiling Loads.cpp for Release build
llvm[3]: Compiling LoopInfo.cpp for Release build
llvm[3]: Compiling LoopPass.cpp for Release build
llvm[3]: Compiling MemDepPrinter.cpp for Release build
llvm[3]: Compiling MemoryBuiltins.cpp for Release build
llvm[3]: Compiling MemoryDependenceAnalysis.cpp for Release build
llvm[3]: Compiling ModuleDebugInfoPrinter.cpp for Release build
llvm[3]: Compiling NoAliasAnalysis.cpp for Release build
llvm[3]: Compiling PHITransAddr.cpp for Release build
llvm[3]: Compiling PostDominators.cpp for Release build
llvm[3]: Compiling PtrUseVisitor.cpp for Release build
llvm[3]: Compiling RegionInfo.cpp for Release build
llvm[3]: Compiling RegionPass.cpp for Release build
llvm[3]: Compiling RegionPrinter.cpp for Release build
llvm[3]: Compiling ScalarEvolution.cpp for Release build
llvm[3]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release build
llvm[3]: Compiling ScalarEvolutionExpander.cpp for Release build
llvm[3]: Compiling ScalarEvolutionNormalization.cpp for Release build
llvm[3]: Compiling ScopedNoAliasAA.cpp for Release build
llvm[3]: Compiling SparsePropagation.cpp for Release build
llvm[3]: Compiling TargetTransformInfo.cpp for Release build
llvm[3]: Compiling Trace.cpp for Release build
llvm[3]: Compiling TypeBasedAliasAnalysis.cpp for Release build
llvm[3]: Compiling ValueTracking.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMAnalysis.a
llvm[4]: Compiling CallGraph.cpp for Release build
llvm[4]: Compiling CallGraphSCCPass.cpp for Release build
llvm[4]: Compiling CallPrinter.cpp for Release build
llvm[4]: Compiling GlobalsModRef.cpp for Release build
llvm[4]: Compiling IPA.cpp for Release build
llvm[4]: Compiling InlineCost.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMipa.a
llvm[4]: Compiling ASanStackFrameLayout.cpp for Release build
llvm[4]: Compiling AddDiscriminators.cpp for Release build
llvm[4]: Compiling BasicBlockUtils.cpp for Release build
llvm[4]: Compiling BreakCriticalEdges.cpp for Release build
llvm[4]: Compiling BuildLibCalls.cpp for Release build
llvm[4]: Compiling BypassSlowDivision.cpp for Release build
llvm[4]: Compiling CloneFunction.cpp for Release build
llvm[4]: Compiling CloneModule.cpp for Release build
llvm[4]: Compiling CmpInstAnalysis.cpp for Release build
llvm[4]: Compiling CodeExtractor.cpp for Release build
llvm[4]: Compiling CtorUtils.cpp for Release build
llvm[4]: Compiling DemoteRegToStack.cpp for Release build
llvm[4]: Compiling FlattenCFG.cpp for Release build
llvm[4]: Compiling GlobalStatus.cpp for Release build
llvm[4]: Compiling InlineFunction.cpp for Release build
llvm[4]: Compiling InstructionNamer.cpp for Release build
llvm[4]: Compiling IntegerDivision.cpp for Release build
llvm[4]: Compiling LCSSA.cpp for Release build
llvm[4]: Compiling Local.cpp for Release build
llvm[4]: Compiling LoopSimplify.cpp for Release build
llvm[4]: Compiling LoopUnroll.cpp for Release build
llvm[4]: Compiling LoopUnrollRuntime.cpp for Release build
llvm[4]: Compiling LowerExpectIntrinsic.cpp for Release build
llvm[4]: Compiling LowerInvoke.cpp for Release build
llvm[4]: Compiling LowerSwitch.cpp for Release build
llvm[4]: Compiling Mem2Reg.cpp for Release build
llvm[4]: Compiling MetaRenamer.cpp for Release build
llvm[4]: Compiling ModuleUtils.cpp for Release build
llvm[4]: Compiling PromoteMemoryToRegister.cpp for Release build
llvm[4]: Compiling SSAUpdater.cpp for Release build
llvm[4]: Compiling SimplifyCFG.cpp for Release build
llvm[4]: Compiling SimplifyIndVar.cpp for Release build
llvm[4]: Compiling SimplifyInstructions.cpp for Release build
llvm[4]: Compiling SimplifyLibCalls.cpp for Release build
llvm[4]: Compiling SymbolRewriter.cpp for Release build
llvm[4]: Compiling UnifyFunctionExitNodes.cpp for Release build
llvm[4]: Compiling Utils.cpp for Release build
llvm[4]: Compiling ValueMapper.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMTransformUtils.a
llvm[4]: Compiling AddressSanitizer.cpp for Release build
llvm[4]: Compiling BoundsChecking.cpp for Release build
llvm[4]: Compiling DataFlowSanitizer.cpp for Release build
llvm[4]: Compiling GCOVProfiling.cpp for Release build
llvm[4]: Compiling InstrProfiling.cpp for Release build
llvm[4]: Compiling Instrumentation.cpp for Release build
llvm[4]: Compiling MemorySanitizer.cpp for Release build
llvm[4]: Compiling SanitizerCoverage.cpp for Release build
llvm[4]: Compiling ThreadSanitizer.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMInstrumentation.a
llvm[4]: Compiling ADCE.cpp for Release build
llvm[4]: Compiling AlignmentFromAssumptions.cpp for Release build
llvm[4]: Compiling ConstantHoisting.cpp for Release build
llvm[4]: Compiling ConstantProp.cpp for Release build
llvm[4]: Compiling CorrelatedValuePropagation.cpp for Release build
llvm[4]: Compiling DCE.cpp for Release build
llvm[4]: Compiling DeadStoreElimination.cpp for Release build
llvm[4]: Compiling EarlyCSE.cpp for Release build
llvm[4]: Compiling FlattenCFGPass.cpp for Release build
llvm[4]: Compiling GVN.cpp for Release build
llvm[4]: Compiling IndVarSimplify.cpp for Release build
llvm[4]: Compiling JumpThreading.cpp for Release build
llvm[4]: Compiling LICM.cpp for Release build
llvm[4]: Compiling LoadCombine.cpp for Release build
llvm[4]: Compiling LoopDeletion.cpp for Release build
llvm[4]: Compiling LoopIdiomRecognize.cpp for Release build
llvm[4]: Compiling LoopInstSimplify.cpp for Release build
llvm[4]: Compiling LoopRerollPass.cpp for Release build
llvm[4]: Compiling LoopRotation.cpp for Release build
llvm[4]: Compiling LoopStrengthReduce.cpp for Release build
llvm[4]: Compiling LoopUnrollPass.cpp for Release build
llvm[4]: Compiling LoopUnswitch.cpp for Release build
llvm[4]: Compiling LowerAtomic.cpp for Release build
llvm[4]: Compiling MemCpyOptimizer.cpp for Release build
llvm[4]: Compiling MergedLoadStoreMotion.cpp for Release build
llvm[4]: Compiling NullCheckElimination.cpp for Release build
llvm[4]: Compiling PartiallyInlineLibCalls.cpp for Release build
llvm[4]: Compiling Reassociate.cpp for Release build
llvm[4]: Compiling Reg2Mem.cpp for Release build
llvm[4]: Compiling SCCP.cpp for Release build
llvm[4]: Compiling SROA.cpp for Release build
llvm[4]: Compiling SampleProfile.cpp for Release build
llvm[4]: Compiling Scalar.cpp for Release build
llvm[4]: Compiling ScalarReplAggregates.cpp for Release build
llvm[4]: Compiling Scalarizer.cpp for Release build
llvm[4]: Compiling SeparateConstOffsetFromGEP.cpp for Release build
llvm[4]: Compiling SimplifyCFGPass.cpp for Release build
llvm[4]: Compiling Sink.cpp for Release build
llvm[4]: Compiling StructurizeCFG.cpp for Release build
llvm[4]: Compiling TailRecursionElimination.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMScalarOpts.a
llvm[4]: Compiling InstCombineAddSub.cpp for Release build
llvm[4]: Compiling InstCombineAndOrXor.cpp for Release build
llvm[4]: Compiling InstCombineCalls.cpp for Release build
llvm[4]: Compiling InstCombineCasts.cpp for Release build
llvm[4]: Compiling InstCombineCompares.cpp for Release build
llvm[4]: Compiling InstCombineLoadStoreAlloca.cpp for Release build
llvm[4]: Compiling InstCombineMulDivRem.cpp for Release build
llvm[4]: Compiling InstCombinePHI.cpp for Release build
llvm[4]: Compiling InstCombineSelect.cpp for Release build
llvm[4]: Compiling InstCombineShifts.cpp for Release build
llvm[4]: Compiling InstCombineSimplifyDemanded.cpp for Release build
llvm[4]: Compiling InstCombineVectorOps.cpp for Release build
llvm[4]: Compiling InstructionCombining.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMInstCombine.a
llvm[4]: Compiling ArgumentPromotion.cpp for Release build
llvm[4]: Compiling BarrierNoopPass.cpp for Release build
llvm[4]: Compiling ConstantMerge.cpp for Release build
llvm[4]: Compiling DeadArgumentElimination.cpp for Release build
llvm[4]: Compiling ExtractGV.cpp for Release build
llvm[4]: Compiling FunctionAttrs.cpp for Release build
llvm[4]: Compiling GlobalDCE.cpp for Release build
llvm[4]: Compiling GlobalOpt.cpp for Release build
llvm[4]: Compiling IPConstantPropagation.cpp for Release build
llvm[4]: Compiling IPO.cpp for Release build
llvm[4]: Compiling InlineAlways.cpp for Release build
llvm[4]: Compiling InlineSimple.cpp for Release build
llvm[4]: Compiling Inliner.cpp for Release build
llvm[4]: Compiling Internalize.cpp for Release build
llvm[4]: Compiling LoopExtractor.cpp for Release build
llvm[4]: Compiling MergeFunctions.cpp for Release build
llvm[4]: Compiling PartialInlining.cpp for Release build
llvm[4]: Compiling PassManagerBuilder.cpp for Release build
llvm[4]: Compiling PruneEH.cpp for Release build
llvm[4]: Compiling StripDeadPrototypes.cpp for Release build
llvm[4]: Compiling StripSymbols.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMipo.a
llvm[4]: Compiling BBVectorize.cpp for Release build
llvm[4]: Compiling LoopVectorize.cpp for Release build
llvm[4]: Compiling SLPVectorizer.cpp for Release build
llvm[4]: Compiling Vectorize.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMVectorize.a
llvm[4]: Compiling Hello.cpp for Release build (PIC)
llvm[4]: Linking Release Loadable Module LLVMHello.dylib
llvm[4]: Compiling DependencyAnalysis.cpp for Release build
llvm[4]: Compiling ObjCARC.cpp for Release build
llvm[4]: Compiling ObjCARCAPElim.cpp for Release build
llvm[4]: Compiling ObjCARCAliasAnalysis.cpp for Release build
llvm[4]: Compiling ObjCARCContract.cpp for Release build
llvm[4]: Compiling ObjCARCExpand.cpp for Release build
llvm[4]: Compiling ObjCARCOpts.cpp for Release build
llvm[4]: Compiling ObjCARCUtil.cpp for Release build
llvm[4]: Compiling ProvenanceAnalysis.cpp for Release build
llvm[4]: Compiling ProvenanceAnalysisEvaluator.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMObjCARCOpts.a
llvm[3]: Compiling AggressiveAntiDepBreaker.cpp for Release build
llvm[3]: Compiling AllocationOrder.cpp for Release build
llvm[3]: Compiling Analysis.cpp for Release build
llvm[3]: Compiling AtomicExpandPass.cpp for Release build
llvm[3]: Compiling BasicTargetTransformInfo.cpp for Release build
llvm[3]: Compiling BranchFolding.cpp for Release build
llvm[3]: Compiling CalcSpillWeights.cpp for Release build
llvm[3]: Compiling CallingConvLower.cpp for Release build
llvm[3]: Compiling CodeGen.cpp for Release build
llvm[3]: Compiling CodeGenPrepare.cpp for Release build
llvm[3]: Compiling CriticalAntiDepBreaker.cpp for Release build
llvm[3]: Compiling DFAPacketizer.cpp for Release build
llvm[3]: Compiling DeadMachineInstructionElim.cpp for Release build
llvm[3]: Compiling DwarfEHPrepare.cpp for Release build
llvm[3]: Compiling EarlyIfConversion.cpp for Release build
llvm[3]: Compiling EdgeBundles.cpp for Release build
llvm[3]: Compiling ErlangGC.cpp for Release build
llvm[3]: Compiling ExecutionDepsFix.cpp for Release build
llvm[3]: Compiling ExpandISelPseudos.cpp for Release build
llvm[3]: Compiling ExpandPostRAPseudos.cpp for Release build
llvm[3]: Compiling ForwardControlFlowIntegrity.cpp for Release build
llvm[3]: Compiling GCMetadata.cpp for Release build
llvm[3]: Compiling GCMetadataPrinter.cpp for Release build
llvm[3]: Compiling GCStrategy.cpp for Release build
llvm[3]: Compiling GlobalMerge.cpp for Release build
llvm[3]: Compiling IfConversion.cpp for Release build
llvm[3]: Compiling InlineSpiller.cpp for Release build
llvm[3]: Compiling InterferenceCache.cpp for Release build
llvm[3]: Compiling IntrinsicLowering.cpp for Release build
llvm[3]: Compiling JumpInstrTables.cpp for Release build
llvm[3]: Compiling LLVMTargetMachine.cpp for Release build
llvm[3]: Compiling LatencyPriorityQueue.cpp for Release build
llvm[3]: Compiling LexicalScopes.cpp for Release build
llvm[3]: Compiling LiveDebugVariables.cpp for Release build
llvm[3]: Compiling LiveInterval.cpp for Release build
llvm[3]: Compiling LiveIntervalAnalysis.cpp for Release build
llvm[3]: Compiling LiveIntervalUnion.cpp for Release build
llvm[3]: Compiling LivePhysRegs.cpp for Release build
llvm[3]: Compiling LiveRangeCalc.cpp for Release build
llvm[3]: Compiling LiveRangeEdit.cpp for Release build
llvm[3]: Compiling LiveRegMatrix.cpp for Release build
llvm[3]: Compiling LiveStackAnalysis.cpp for Release build
llvm[3]: Compiling LiveVariables.cpp for Release build
llvm[3]: Compiling LocalStackSlotAllocation.cpp for Release build
llvm[3]: Compiling MachineBasicBlock.cpp for Release build
llvm[3]: Compiling MachineBlockFrequencyInfo.cpp for Release build
llvm[3]: Compiling MachineBlockPlacement.cpp for Release build
llvm[3]: Compiling MachineBranchProbabilityInfo.cpp for Release build
llvm[3]: Compiling MachineCSE.cpp for Release build
llvm[3]: Compiling MachineCombiner.cpp for Release build
llvm[3]: Compiling MachineCopyPropagation.cpp for Release build
llvm[3]: Compiling MachineDominanceFrontier.cpp for Release build
llvm[3]: Compiling MachineDominators.cpp for Release build
llvm[3]: Compiling MachineFunction.cpp for Release build
llvm[3]: Compiling MachineFunctionAnalysis.cpp for Release build
llvm[3]: Compiling MachineFunctionPass.cpp for Release build
llvm[3]: Compiling MachineFunctionPrinterPass.cpp for Release build
llvm[3]: Compiling MachineInstr.cpp for Release build
llvm[3]: Compiling MachineInstrBundle.cpp for Release build
llvm[3]: Compiling MachineLICM.cpp for Release build
llvm[3]: Compiling MachineLoopInfo.cpp for Release build
llvm[3]: Compiling MachineModuleInfo.cpp for Release build
llvm[3]: Compiling MachineModuleInfoImpls.cpp for Release build
llvm[3]: Compiling MachinePassRegistry.cpp for Release build
llvm[3]: Compiling MachinePostDominators.cpp for Release build
llvm[3]: Compiling MachineRegionInfo.cpp for Release build
llvm[3]: Compiling MachineRegisterInfo.cpp for Release build
llvm[3]: Compiling MachineSSAUpdater.cpp for Release build
llvm[3]: Compiling MachineScheduler.cpp for Release build
llvm[3]: Compiling MachineSink.cpp for Release build
llvm[3]: Compiling MachineTraceMetrics.cpp for Release build
llvm[3]: Compiling MachineVerifier.cpp for Release build
llvm[3]: Compiling OcamlGC.cpp for Release build
llvm[3]: Compiling OptimizePHIs.cpp for Release build
llvm[3]: Compiling PHIElimination.cpp for Release build
llvm[3]: Compiling PHIEliminationUtils.cpp for Release build
llvm[3]: Compiling Passes.cpp for Release build
llvm[3]: Compiling PeepholeOptimizer.cpp for Release build
llvm[3]: Compiling PostRASchedulerList.cpp for Release build
llvm[3]: Compiling ProcessImplicitDefs.cpp for Release build
llvm[3]: Compiling PrologEpilogInserter.cpp for Release build
llvm[3]: Compiling PseudoSourceValue.cpp for Release build
llvm[3]: Compiling RegAllocBase.cpp for Release build
llvm[3]: Compiling RegAllocBasic.cpp for Release build
llvm[3]: Compiling RegAllocFast.cpp for Release build
llvm[3]: Compiling RegAllocGreedy.cpp for Release build
llvm[3]: Compiling RegAllocPBQP.cpp for Release build
llvm[3]: Compiling RegisterClassInfo.cpp for Release build
llvm[3]: Compiling RegisterCoalescer.cpp for Release build
llvm[3]: Compiling RegisterPressure.cpp for Release build
llvm[3]: Compiling RegisterScavenging.cpp for Release build
llvm[3]: Compiling ScheduleDAG.cpp for Release build
llvm[3]: Compiling ScheduleDAGInstrs.cpp for Release build
llvm[3]: Compiling ScheduleDAGPrinter.cpp for Release build
llvm[3]: Compiling ScoreboardHazardRecognizer.cpp for Release build
llvm[3]: Compiling ShadowStackGC.cpp for Release build
llvm[3]: Compiling SjLjEHPrepare.cpp for Release build
llvm[3]: Compiling SlotIndexes.cpp for Release build
llvm[3]: Compiling SpillPlacement.cpp for Release build
llvm[3]: Compiling SplitKit.cpp for Release build
llvm[3]: Compiling StackColoring.cpp for Release build
llvm[3]: Compiling StackMapLivenessAnalysis.cpp for Release build
llvm[3]: Compiling StackMaps.cpp for Release build
llvm[3]: Compiling StackProtector.cpp for Release build
llvm[3]: Compiling StackSlotColoring.cpp for Release build
llvm[3]: Compiling StatepointExampleGC.cpp for Release build
llvm[3]: Compiling TailDuplication.cpp for Release build
llvm[3]: Compiling TargetFrameLoweringImpl.cpp for Release build
llvm[3]: Compiling TargetInstrInfo.cpp for Release build
llvm[3]: Compiling TargetLoweringBase.cpp for Release build
llvm[3]: Compiling TargetLoweringObjectFileImpl.cpp for Release build
llvm[3]: Compiling TargetOptionsImpl.cpp for Release build
llvm[3]: Compiling TargetRegisterInfo.cpp for Release build
llvm[3]: Compiling TargetSchedule.cpp for Release build
llvm[3]: Compiling TwoAddressInstructionPass.cpp for Release build
llvm[3]: Compiling UnreachableBlockElim.cpp for Release build
llvm[3]: Compiling VirtRegMap.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMCodeGen.a
llvm[4]: Compiling DAGCombiner.cpp for Release build
llvm[4]: Compiling FastISel.cpp for Release build
llvm[4]: Compiling FunctionLoweringInfo.cpp for Release build
llvm[4]: Compiling InstrEmitter.cpp for Release build
llvm[4]: Compiling LegalizeDAG.cpp for Release build
llvm[4]: Compiling LegalizeFloatTypes.cpp for Release build
llvm[4]: Compiling LegalizeIntegerTypes.cpp for Release build
llvm[4]: Compiling LegalizeTypes.cpp for Release build
llvm[4]: Compiling LegalizeTypesGeneric.cpp for Release build
llvm[4]: Compiling LegalizeVectorOps.cpp for Release build
llvm[4]: Compiling LegalizeVectorTypes.cpp for Release build
llvm[4]: Compiling ResourcePriorityQueue.cpp for Release build
llvm[4]: Compiling ScheduleDAGFast.cpp for Release build
llvm[4]: Compiling ScheduleDAGRRList.cpp for Release build
llvm[4]: Compiling ScheduleDAGSDNodes.cpp for Release build
llvm[4]: Compiling ScheduleDAGVLIW.cpp for Release build
llvm[4]: Compiling SelectionDAG.cpp for Release build
llvm[4]: Compiling SelectionDAGBuilder.cpp for Release build
llvm[4]: Compiling SelectionDAGDumper.cpp for Release build
llvm[4]: Compiling SelectionDAGISel.cpp for Release build
llvm[4]: Compiling SelectionDAGPrinter.cpp for Release build
llvm[4]: Compiling StatepointLowering.cpp for Release build
llvm[4]: Compiling TargetLowering.cpp for Release build
llvm[4]: Compiling TargetSelectionDAGInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMSelectionDAG.a
llvm[4]: Compiling ARMException.cpp for Release build
llvm[4]: Compiling AddressPool.cpp for Release build
llvm[4]: Compiling AsmPrinter.cpp for Release build
llvm[4]: Compiling AsmPrinterDwarf.cpp for Release build
llvm[4]: Compiling AsmPrinterInlineAsm.cpp for Release build
llvm[4]: Compiling DIE.cpp for Release build
llvm[4]: Compiling DIEHash.cpp for Release build
llvm[4]: Compiling DbgValueHistoryCalculator.cpp for Release build
llvm[4]: Compiling DwarfAccelTable.cpp for Release build
llvm[4]: Compiling DwarfCFIException.cpp for Release build
llvm[4]: Compiling DwarfCompileUnit.cpp for Release build
llvm[4]: Compiling DwarfDebug.cpp for Release build
llvm[4]: Compiling DwarfExpression.cpp for Release build
llvm[4]: Compiling DwarfFile.cpp for Release build
llvm[4]: Compiling DwarfStringPool.cpp for Release build
llvm[4]: Compiling DwarfUnit.cpp for Release build
llvm[4]: Compiling EHStreamer.cpp for Release build
llvm[4]: Compiling ErlangGCPrinter.cpp for Release build
llvm[4]: Compiling OcamlGCPrinter.cpp for Release build
llvm[4]: Compiling Win64Exception.cpp for Release build
llvm[4]: Compiling WinCodeViewLineTables.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMAsmPrinter.a
llvm[3]: Compiling Target.cpp for Release build
llvm[3]: Compiling TargetIntrinsicInfo.cpp for Release build
llvm[3]: Compiling TargetLibraryInfo.cpp for Release build
llvm[3]: Compiling TargetLoweringObjectFile.cpp for Release build
llvm[3]: Compiling TargetMachine.cpp for Release build
llvm[3]: Compiling TargetMachineC.cpp for Release build
llvm[3]: Compiling TargetSubtargetInfo.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMTarget.a
llvm[4]: Building PPC.td register info implementation with tblgen
llvm[4]: Building PPC.td assembly matcher with tblgen
llvm[4]: Building PPC.td assembly writer with tblgen
llvm[4]: Building PPC.td instruction information with tblgen
llvm[4]: Building PPC.td DAG instruction selector implementation with tblgen
llvm[4]: Building PPC.td subtarget information with tblgen
llvm[4]: Building PPC.td calling convention information with tblgen
llvm[4]: Building PPC.td MC code emitter with tblgen
llvm[4]: Building PPC.td "fast" instruction selector implementation with tblgen
llvm[4]: Building PPC.td disassembly tables with tblgen
llvm[4]: Compiling PPCAsmPrinter.cpp for Release build
llvm[4]: Compiling PPCBranchSelector.cpp for Release build
llvm[4]: Compiling PPCCTRLoops.cpp for Release build
llvm[4]: Compiling PPCFastISel.cpp for Release build
llvm[4]: Compiling PPCFrameLowering.cpp for Release build
llvm[4]: Compiling PPCHazardRecognizers.cpp for Release build
llvm[4]: Compiling PPCISelDAGToDAG.cpp for Release build
llvm[4]: Compiling PPCISelLowering.cpp for Release build
llvm[4]: Compiling PPCInstrInfo.cpp for Release build
llvm[4]: Compiling PPCMCInstLower.cpp for Release build
llvm[4]: Compiling PPCMachineFunctionInfo.cpp for Release build
llvm[4]: Compiling PPCRegisterInfo.cpp for Release build
llvm[4]: Compiling PPCSelectionDAGInfo.cpp for Release build
llvm[4]: Compiling PPCSubtarget.cpp for Release build
llvm[4]: Compiling PPCTargetMachine.cpp for Release build
llvm[4]: Compiling PPCTargetObjectFile.cpp for Release build
llvm[4]: Compiling PPCTargetTransformInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMPowerPCCodeGen.a
llvm[5]: Compiling PPCAsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMPowerPCAsmParser.a
llvm[5]: Compiling PPCDisassembler.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMPowerPCDisassembler.a
llvm[5]: Compiling PPCInstPrinter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMPowerPCAsmPrinter.a
llvm[5]: Compiling PowerPCTargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMPowerPCInfo.a
llvm[5]: Compiling PPCAsmBackend.cpp for Release build
llvm[5]: Compiling PPCELFObjectWriter.cpp for Release build
llvm[5]: Compiling PPCMCAsmInfo.cpp for Release build
llvm[5]: Compiling PPCMCCodeEmitter.cpp for Release build
llvm[5]: Compiling PPCMCExpr.cpp for Release build
llvm[5]: Compiling PPCMCTargetDesc.cpp for Release build
llvm[5]: Compiling PPCMachObjectWriter.cpp for Release build
llvm[5]: Compiling PPCPredicates.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMPowerPCDesc.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 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 build
llvm[4]: Compiling Mips16HardFloat.cpp for Release build
llvm[4]: Compiling Mips16HardFloatInfo.cpp for Release build
llvm[4]: Compiling Mips16ISelDAGToDAG.cpp for Release build
llvm[4]: Compiling Mips16ISelLowering.cpp for Release build
llvm[4]: Compiling Mips16InstrInfo.cpp for Release build
llvm[4]: Compiling Mips16RegisterInfo.cpp for Release build
llvm[4]: Compiling MipsAnalyzeImmediate.cpp for Release build
llvm[4]: Compiling MipsAsmPrinter.cpp for Release build
llvm[4]: Compiling MipsCCState.cpp for Release build
llvm[4]: Compiling MipsConstantIslandPass.cpp for Release build
llvm[4]: Compiling MipsDelaySlotFiller.cpp for Release build
llvm[4]: Compiling MipsFastISel.cpp for Release build
llvm[4]: Compiling MipsFrameLowering.cpp for Release build
llvm[4]: Compiling MipsISelDAGToDAG.cpp for Release build
llvm[4]: Compiling MipsISelLowering.cpp for Release build
llvm[4]: Compiling MipsInstrInfo.cpp for Release build
llvm[4]: Compiling MipsLongBranch.cpp for Release build
llvm[4]: Compiling MipsMCInstLower.cpp for Release build
llvm[4]: Compiling MipsMachineFunction.cpp for Release build
llvm[4]: Compiling MipsModuleISelDAGToDAG.cpp for Release build
llvm[4]: Compiling MipsOptimizePICCall.cpp for Release build
llvm[4]: Compiling MipsOs16.cpp for Release build
llvm[4]: Compiling MipsRegisterInfo.cpp for Release build
llvm[4]: Compiling MipsSEFrameLowering.cpp for Release build
llvm[4]: Compiling MipsSEISelDAGToDAG.cpp for Release build
llvm[4]: Compiling MipsSEISelLowering.cpp for Release build
llvm[4]: Compiling MipsSEInstrInfo.cpp for Release build
llvm[4]: Compiling MipsSERegisterInfo.cpp for Release build
llvm[4]: Compiling MipsSelectionDAGInfo.cpp for Release build
llvm[4]: Compiling MipsSubtarget.cpp for Release build
llvm[4]: Compiling MipsTargetMachine.cpp for Release build
llvm[4]: Compiling MipsTargetObjectFile.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMMipsCodeGen.a
llvm[5]: Compiling MipsInstPrinter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMipsAsmPrinter.a
llvm[5]: Compiling MipsDisassembler.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMipsDisassembler.a
llvm[5]: Compiling MipsAsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMipsAsmParser.a
llvm[5]: Compiling MipsTargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMipsInfo.a
llvm[5]: Compiling MipsABIFlagsSection.cpp for Release build
llvm[5]: Compiling MipsABIInfo.cpp for Release build
llvm[5]: Compiling MipsAsmBackend.cpp for Release build
llvm[5]: Compiling MipsELFObjectWriter.cpp for Release build
llvm[5]: Compiling MipsELFStreamer.cpp for Release build
llvm[5]: Compiling MipsMCAsmInfo.cpp for Release build
llvm[5]: Compiling MipsMCCodeEmitter.cpp for Release build
llvm[5]: Compiling MipsMCExpr.cpp for Release build
llvm[5]: Compiling MipsMCTargetDesc.cpp for Release build
llvm[5]: Compiling MipsNaClELFStreamer.cpp for Release build
llvm[5]: Compiling MipsOptionRecord.cpp for Release build
llvm[5]: Compiling MipsTargetStreamer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMipsDesc.a
llvm[4]: Building AArch64.td register info implementation with tblgen
llvm[4]: Building AArch64.td instruction information with tblgen
llvm[4]: Building AArch64.td assembly writer with tblgen
llvm[4]: Building AArch64.td assembly writer #1 with tblgen
llvm[4]: Building AArch64.td DAG instruction selector implementation with tblgen
llvm[4]: Building AArch64.td calling convention information with tblgen
llvm[4]: Building AArch64.td assembly matcher with tblgen
llvm[4]: Building AArch64.td subtarget information with tblgen
llvm[4]: Building AArch64.td MC code emitter with tblgen
llvm[4]: Building AArch64.td "fast" instruction selector implementation with tblgen
llvm[4]: Building AArch64.td disassembly tables with tblgen
llvm[4]: Building AArch64.td MC Pseudo instruction expander with tblgen
llvm[4]: Compiling AArch64A53Fix835769.cpp for Release build
llvm[4]: Compiling AArch64A57FPLoadBalancing.cpp for Release build
llvm[4]: Compiling AArch64AddressTypePromotion.cpp for Release build
llvm[4]: Compiling AArch64AdvSIMDScalarPass.cpp for Release build
llvm[4]: Compiling AArch64AsmPrinter.cpp for Release build
llvm[4]: Compiling AArch64BranchRelaxation.cpp for Release build
llvm[4]: Compiling AArch64CleanupLocalDynamicTLSPass.cpp for Release build
llvm[4]: Compiling AArch64CollectLOH.cpp for Release build
llvm[4]: Compiling AArch64ConditionOptimizer.cpp for Release build
llvm[4]: Compiling AArch64ConditionalCompares.cpp for Release build
llvm[4]: Compiling AArch64DeadRegisterDefinitionsPass.cpp for Release build
llvm[4]: Compiling AArch64ExpandPseudoInsts.cpp for Release build
llvm[4]: Compiling AArch64FastISel.cpp for Release build
llvm[4]: Compiling AArch64FrameLowering.cpp for Release build
llvm[4]: Compiling AArch64ISelDAGToDAG.cpp for Release build
llvm[4]: Compiling AArch64ISelLowering.cpp for Release build
llvm[4]: Compiling AArch64InstrInfo.cpp for Release build
llvm[4]: Compiling AArch64LoadStoreOptimizer.cpp for Release build
llvm[4]: Compiling AArch64MCInstLower.cpp for Release build
llvm[4]: Compiling AArch64PBQPRegAlloc.cpp for Release build
llvm[4]: Compiling AArch64PromoteConstant.cpp for Release build
llvm[4]: Compiling AArch64RegisterInfo.cpp for Release build
llvm[4]: Compiling AArch64SelectionDAGInfo.cpp for Release build
llvm[4]: Compiling AArch64StorePairSuppress.cpp for Release build
llvm[4]: Compiling AArch64Subtarget.cpp for Release build
llvm[4]: Compiling AArch64TargetMachine.cpp for Release build
llvm[4]: Compiling AArch64TargetObjectFile.cpp for Release build
llvm[4]: Compiling AArch64TargetTransformInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMAArch64CodeGen.a
llvm[5]: Compiling AArch64TargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64Info.a
llvm[5]: Compiling AArch64InstPrinter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64AsmPrinter.a
llvm[5]: Compiling AArch64AsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64AsmParser.a
llvm[5]: Compiling AArch64Disassembler.cpp for Release build
llvm[5]: Compiling AArch64ExternalSymbolizer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64Disassembler.a
llvm[5]: Compiling AArch64AsmBackend.cpp for Release build
llvm[5]: Compiling AArch64ELFObjectWriter.cpp for Release build
llvm[5]: Compiling AArch64ELFStreamer.cpp for Release build
llvm[5]: Compiling AArch64MCAsmInfo.cpp for Release build
llvm[5]: Compiling AArch64MCCodeEmitter.cpp for Release build
llvm[5]: Compiling AArch64MCExpr.cpp for Release build
llvm[5]: Compiling AArch64MCTargetDesc.cpp for Release build
llvm[5]: Compiling AArch64MachObjectWriter.cpp for Release build
llvm[5]: Compiling AArch64TargetStreamer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64Desc.a
llvm[5]: Compiling AArch64BaseInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAArch64Utils.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 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 build
llvm[4]: Compiling ARMAsmPrinter.cpp for Release build
llvm[4]: Compiling ARMBaseInstrInfo.cpp for Release build
llvm[4]: Compiling ARMBaseRegisterInfo.cpp for Release build
llvm[4]: Compiling ARMConstantIslandPass.cpp for Release build
llvm[4]: Compiling ARMConstantPoolValue.cpp for Release build
llvm[4]: Compiling ARMExpandPseudoInsts.cpp for Release build
llvm[4]: Compiling ARMFastISel.cpp for Release build
llvm[4]: Compiling ARMFrameLowering.cpp for Release build
llvm[4]: Compiling ARMHazardRecognizer.cpp for Release build
llvm[4]: Compiling ARMISelDAGToDAG.cpp for Release build
llvm[4]: Compiling ARMISelLowering.cpp for Release build
llvm[4]: Compiling ARMInstrInfo.cpp for Release build
llvm[4]: Compiling ARMLoadStoreOptimizer.cpp for Release build
llvm[4]: Compiling ARMMCInstLower.cpp for Release build
llvm[4]: Compiling ARMMachineFunctionInfo.cpp for Release build
llvm[4]: Compiling ARMOptimizeBarriersPass.cpp for Release build
llvm[4]: Compiling ARMRegisterInfo.cpp for Release build
llvm[4]: Compiling ARMSelectionDAGInfo.cpp for Release build
llvm[4]: Compiling ARMSubtarget.cpp for Release build
llvm[4]: Compiling ARMTargetMachine.cpp for Release build
llvm[4]: Compiling ARMTargetObjectFile.cpp for Release build
llvm[4]: Compiling ARMTargetTransformInfo.cpp for Release build
llvm[4]: Compiling MLxExpansionPass.cpp for Release build
llvm[4]: Compiling Thumb1FrameLowering.cpp for Release build
llvm[4]: Compiling Thumb1InstrInfo.cpp for Release build
llvm[4]: Compiling Thumb1RegisterInfo.cpp for Release build
llvm[4]: Compiling Thumb2ITBlockPass.cpp for Release build
llvm[4]: Compiling Thumb2InstrInfo.cpp for Release build
llvm[4]: Compiling Thumb2RegisterInfo.cpp for Release build
llvm[4]: Compiling Thumb2SizeReduction.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMARMCodeGen.a
llvm[5]: Compiling ARMInstPrinter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMARMAsmPrinter.a
llvm[5]: Compiling ARMAsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMARMAsmParser.a
llvm[5]: Compiling ARMDisassembler.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMARMDisassembler.a
llvm[5]: Compiling ARMTargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMARMInfo.a
llvm[5]: Compiling ARMAsmBackend.cpp for Release build
llvm[5]: Compiling ARMELFObjectWriter.cpp for Release build
llvm[5]: Compiling ARMELFStreamer.cpp for Release build
llvm[5]: Compiling ARMMCAsmInfo.cpp for Release build
llvm[5]: Compiling ARMMCCodeEmitter.cpp for Release build
llvm[5]: Compiling ARMMCExpr.cpp for Release build
llvm[5]: Compiling ARMMCTargetDesc.cpp for Release build
llvm[5]: Compiling ARMMachORelocationInfo.cpp for Release build
llvm[5]: Compiling ARMMachObjectWriter.cpp for Release build
llvm[5]: Compiling ARMTargetStreamer.cpp for Release build
llvm[5]: Compiling ARMUnwindOpAsm.cpp for Release build
llvm[5]: Compiling ARMWinCOFFObjectWriter.cpp for Release build
llvm[5]: Compiling ARMWinCOFFStreamer.cpp for Release build
llvm[5]: Building Release 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 build
llvm[4]: Compiling X86FastISel.cpp for Release build
llvm[4]: Compiling X86FixupLEAs.cpp for Release build
llvm[4]: Compiling X86FloatingPoint.cpp for Release build
llvm[4]: Compiling X86FrameLowering.cpp for Release build
llvm[4]: Compiling X86ISelDAGToDAG.cpp for Release build
llvm[4]: Compiling X86ISelLowering.cpp for Release build
llvm[4]: Compiling X86InstrInfo.cpp for Release build
llvm[4]: Compiling X86MCInstLower.cpp for Release build
llvm[4]: Compiling X86MachineFunctionInfo.cpp for Release build
llvm[4]: Compiling X86PadShortFunction.cpp for Release build
llvm[4]: Compiling X86RegisterInfo.cpp for Release build
llvm[4]: Compiling X86SelectionDAGInfo.cpp for Release build
llvm[4]: Compiling X86Subtarget.cpp for Release build
llvm[4]: Compiling X86TargetMachine.cpp for Release build
llvm[4]: Compiling X86TargetObjectFile.cpp for Release build
llvm[4]: Compiling X86TargetTransformInfo.cpp for Release build
llvm[4]: Compiling X86VZeroUpper.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMX86CodeGen.a
llvm[5]: Compiling X86ATTInstPrinter.cpp for Release build
llvm[5]: Compiling X86InstComments.cpp for Release build
llvm[5]: Compiling X86IntelInstPrinter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86AsmPrinter.a
llvm[5]: Compiling X86AsmInstrumentation.cpp for Release build
llvm[5]: Compiling X86AsmParser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86AsmParser.a
llvm[5]: Compiling X86Disassembler.cpp for Release build
llvm[5]: Compiling X86DisassemblerDecoder.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86Disassembler.a
llvm[5]: Compiling X86TargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86Info.a
llvm[5]: Compiling X86AsmBackend.cpp for Release build
llvm[5]: Compiling X86ELFObjectWriter.cpp for Release build
llvm[5]: Compiling X86ELFRelocationInfo.cpp for Release build
llvm[5]: Compiling X86MCAsmInfo.cpp for Release build
llvm[5]: Compiling X86MCCodeEmitter.cpp for Release build
llvm[5]: Compiling X86MCTargetDesc.cpp for Release build
llvm[5]: Compiling X86MachORelocationInfo.cpp for Release build
llvm[5]: Compiling X86MachObjectWriter.cpp for Release build
llvm[5]: Compiling X86WinCOFFObjectWriter.cpp for Release build
llvm[5]: Compiling X86WinCOFFStreamer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86Desc.a
llvm[5]: Compiling X86ShuffleDecode.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMX86Utils.a
llvm[3]: Compiling ExecutionEngine.cpp for Release build
llvm[3]: Compiling ExecutionEngineBindings.cpp for Release build
llvm[3]: Compiling GDBRegistrationListener.cpp for Release build
llvm[3]: Compiling TargetSelect.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMExecutionEngine.a
llvm[4]: Compiling Execution.cpp for Release build
llvm[4]: Compiling ExternalFunctions.cpp for Release build
llvm[4]: Compiling Interpreter.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMInterpreter.a
llvm[4]: Compiling MCJIT.cpp for Release build
llvm[4]: Compiling SectionMemoryManager.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMMCJIT.a
llvm[4]: Compiling RTDyldMemoryManager.cpp for Release build
llvm[4]: Compiling RuntimeDyld.cpp for Release build
llvm[4]: Compiling RuntimeDyldChecker.cpp for Release build
llvm[4]: Compiling RuntimeDyldELF.cpp for Release build
llvm[4]: Compiling RuntimeDyldMachO.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMRuntimeDyld.a
llvm[3]: Compiling LinkModules.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMLinker.a
llvm[3]: Compiling LTOCodeGenerator.cpp for Release build
llvm[3]: Compiling LTOModule.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMLTO.a
llvm[3]: Compiling ConstantPools.cpp for Release build
llvm[3]: Compiling ELFObjectWriter.cpp for Release build
llvm[3]: Compiling MCAsmBackend.cpp for Release build
llvm[3]: Compiling MCAsmInfo.cpp for Release build
llvm[3]: Compiling MCAsmInfoCOFF.cpp for Release build
llvm[3]: Compiling MCAsmInfoDarwin.cpp for Release build
llvm[3]: Compiling MCAsmInfoELF.cpp for Release build
llvm[3]: Compiling MCAsmStreamer.cpp for Release build
llvm[3]: Compiling MCAssembler.cpp for Release build
llvm[3]: Compiling MCCodeEmitter.cpp for Release build
llvm[3]: Compiling MCCodeGenInfo.cpp for Release build
llvm[3]: Compiling MCContext.cpp for Release build
llvm[3]: Compiling MCDwarf.cpp for Release build
llvm[3]: Compiling MCELF.cpp for Release build
llvm[3]: Compiling MCELFObjectTargetWriter.cpp for Release build
llvm[3]: Compiling MCELFStreamer.cpp for Release build
llvm[3]: Compiling MCExpr.cpp for Release build
llvm[3]: Compiling MCInst.cpp for Release build
llvm[3]: Compiling MCInstPrinter.cpp for Release build
llvm[3]: Compiling MCInstrAnalysis.cpp for Release build
llvm[3]: Compiling MCLabel.cpp for Release build
llvm[3]: Compiling MCLinkerOptimizationHint.cpp for Release build
llvm[3]: Compiling MCMachOStreamer.cpp for Release build
llvm[3]: Compiling MCMachObjectTargetWriter.cpp for Release build
llvm[3]: Compiling MCNullStreamer.cpp for Release build
llvm[3]: Compiling MCObjectFileInfo.cpp for Release build
llvm[3]: Compiling MCObjectStreamer.cpp for Release build
llvm[3]: Compiling MCObjectWriter.cpp for Release build
llvm[3]: Compiling MCRegisterInfo.cpp for Release build
llvm[3]: Compiling MCSection.cpp for Release build
llvm[3]: Compiling MCSectionCOFF.cpp for Release build
llvm[3]: Compiling MCSectionELF.cpp for Release build
llvm[3]: Compiling MCSectionMachO.cpp for Release build
llvm[3]: Compiling MCStreamer.cpp for Release build
llvm[3]: Compiling MCSubtargetInfo.cpp for Release build
llvm[3]: Compiling MCSymbol.cpp for Release build
llvm[3]: Compiling MCSymbolizer.cpp for Release build
llvm[3]: Compiling MCTargetOptions.cpp for Release build
llvm[3]: Compiling MCValue.cpp for Release build
llvm[3]: Compiling MCWin64EH.cpp for Release build
llvm[3]: Compiling MCWinEH.cpp for Release build
llvm[3]: Compiling MachObjectWriter.cpp for Release build
llvm[3]: Compiling StringTableBuilder.cpp for Release build
llvm[3]: Compiling SubtargetFeature.cpp for Release build
llvm[3]: Compiling WinCOFFObjectWriter.cpp for Release build
llvm[3]: Compiling WinCOFFStreamer.cpp for Release build
llvm[3]: Compiling YAML.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMMC.a
llvm[4]: Compiling AsmLexer.cpp for Release build
llvm[4]: Compiling AsmParser.cpp for Release build
llvm[4]: Compiling COFFAsmParser.cpp for Release build
llvm[4]: Compiling DarwinAsmParser.cpp for Release build
llvm[4]: Compiling ELFAsmParser.cpp for Release build
llvm[4]: Compiling MCAsmLexer.cpp for Release build
llvm[4]: Compiling MCAsmParser.cpp for Release build
llvm[4]: Compiling MCAsmParserExtension.cpp for Release build
llvm[4]: Compiling MCTargetAsmParser.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMMCParser.a
llvm[4]: Compiling Disassembler.cpp for Release build
llvm[4]: Compiling MCDisassembler.cpp for Release build
llvm[4]: Compiling MCExternalSymbolizer.cpp for Release build
llvm[4]: Compiling MCRelocationInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMMCDisassembler.a
llvm[3]: Compiling Archive.cpp for Release build
llvm[3]: Compiling Binary.cpp for Release build
llvm[3]: Compiling COFFObjectFile.cpp for Release build
llvm[3]: Compiling COFFYAML.cpp for Release build
llvm[3]: Compiling ELF.cpp for Release build
llvm[3]: Compiling ELFObjectFile.cpp for Release build
llvm[3]: Compiling ELFYAML.cpp for Release build
llvm[3]: Compiling Error.cpp for Release build
llvm[3]: Compiling IRObjectFile.cpp for Release build
llvm[3]: Compiling MachOObjectFile.cpp for Release build
llvm[3]: Compiling MachOUniversal.cpp for Release build
llvm[3]: Compiling Object.cpp for Release build
llvm[3]: Compiling ObjectFile.cpp for Release build
llvm[3]: Compiling RecordStreamer.cpp for Release build
llvm[3]: Compiling SymbolicFile.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMObject.a
llvm[3]: Compiling Arg.cpp for Release build
llvm[3]: Compiling ArgList.cpp for Release build
llvm[3]: Compiling OptTable.cpp for Release build
llvm[3]: Compiling Option.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMOption.a
llvm[3]: Compiling DIContext.cpp for Release build
llvm[3]: Compiling DWARFAbbreviationDeclaration.cpp for Release build
llvm[3]: Compiling DWARFAcceleratorTable.cpp for Release build
llvm[3]: Compiling DWARFCompileUnit.cpp for Release build
llvm[3]: Compiling DWARFContext.cpp for Release build
llvm[3]: Compiling DWARFDebugAbbrev.cpp for Release build
llvm[3]: Compiling DWARFDebugArangeSet.cpp for Release build
llvm[3]: Compiling DWARFDebugAranges.cpp for Release build
llvm[3]: Compiling DWARFDebugFrame.cpp for Release build
llvm[3]: Compiling DWARFDebugInfoEntry.cpp for Release build
llvm[3]: Compiling DWARFDebugLine.cpp for Release build
llvm[3]: Compiling DWARFDebugLoc.cpp for Release build
llvm[3]: Compiling DWARFDebugRangeList.cpp for Release build
llvm[3]: Compiling DWARFFormValue.cpp for Release build
llvm[3]: Compiling DWARFTypeUnit.cpp for Release build
llvm[3]: Compiling DWARFUnit.cpp for Release build
llvm[3]: Compiling SyntaxHighlighting.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMDebugInfo.a
llvm[3]: Compiling IRReader.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMIRReader.a
llvm[3]: Compiling LineEditor.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMLineEditor.a
llvm[3]: Compiling CoverageMapping.cpp for Release build
llvm[3]: Compiling CoverageMappingReader.cpp for Release build
llvm[3]: Compiling CoverageMappingWriter.cpp for Release build
llvm[3]: Compiling InstrProf.cpp for Release build
llvm[3]: Compiling InstrProfReader.cpp for Release build
llvm[3]: Compiling InstrProfWriter.cpp for Release build
llvm[3]: Compiling SampleProf.cpp for Release build
llvm[3]: Compiling SampleProfReader.cpp for Release build
llvm[3]: Compiling SampleProfWriter.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMProfileData.a
llvm[2]: Building llvm-config BuildVariables.inc file.
llvm[2]: Compiling llvm-config.cpp for Release build
llvm[2]: Linking Release executable llvm-config (without symbols)
llvm[2]: ======= Finished Linking Release Executable llvm-config (without symbols)
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling BugDriver.cpp for Release build
llvm[3]: Compiling CrashDebugger.cpp for Release build
llvm[3]: Compiling ExecutionDriver.cpp for Release build
llvm[3]: Compiling ExtractFunction.cpp for Release build
llvm[3]: Compiling FindBugs.cpp for Release build
llvm[3]: Compiling Miscompilation.cpp for Release build
llvm[3]: Compiling OptimizerDriver.cpp for Release build
llvm[3]: Compiling ToolRunner.cpp for Release build
llvm[3]: Compiling bugpoint.cpp for Release build
llvm[3]: Linking Release executable bugpoint (without symbols)
llvm[3]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[3]: Compiling llc.cpp for Release build
llvm[3]: Linking Release executable llc (without symbols)
llvm[3]: ======= Finished Linking Release Executable llc (without symbols)
llvm[3]: Compiling llvm-ar.cpp for Release build
llvm[3]: Linking Release executable llvm-ar (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-ar (without symbols)
llvm[3]: Creating Release Alias llvm-ranlib (without symbols)
llvm[3]: ======= Finished Creating Release Alias llvm-ranlib (without symbols)
llvm[3]: Compiling llvm-as.cpp for Release build
llvm[3]: Linking Release executable llvm-as (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-as (without symbols)
llvm[3]: Compiling llvm-dis.cpp for Release build
llvm[3]: Linking Release executable llvm-dis (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-dis (without symbols)
llvm[3]: Compiling Disassembler.cpp for Release build
llvm[3]: Compiling llvm-mc.cpp for Release build
llvm[3]: Linking Release executable llvm-mc (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvm-mc (without symbols)
llvm[3]: Compiling AnalysisWrappers.cpp for Release build
llvm[3]: Compiling BreakpointPrinter.cpp for Release build
llvm[3]: Compiling GraphPrinters.cpp for Release build
llvm[3]: Compiling NewPMDriver.cpp for Release build
llvm[3]: Compiling PassPrinters.cpp for Release build
llvm[3]: Compiling Passes.cpp for Release build
llvm[3]: Compiling PrintSCC.cpp for Release build
llvm[3]: Compiling opt.cpp for Release build
llvm[3]: Linking Release executable opt (without symbols)
llvm[3]: ======= Finished Linking Release Executable opt (without symbols)
llvm[3]: Compiling llvm-extract.cpp for Release build
llvm[3]: Linking Release executable llvm-extract (without symbols)
llvm[3]: ======= Finished Linking Release 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 Build
fetch: x86_64-apple-darwin/stage0/bin/rustc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.9M 100 11.9M 0 0 2587k 0 0:00:04 0:00:04 --:--:-- 2588k
determined most recent snapshot: rust-stage0-2015-04-27-857ef6e-macos-x86_64-43a1c1fba0d1dfee4c2ca310d506f8f5f51b3f6f.tar.bz2
got download with ok hash
opening snapshot dl/rust-stage0-2015-04-27-857ef6e-macos-x86_64-43a1c1fba0d1dfee4c2ca310d506f8f5f51b3f6f.tar.bz2
extracting rust-stage0/bin/rustc
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
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/absvdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/absvsi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/absvti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/adddf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/addsf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/addvdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/addvsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/addvti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/apple_versioning.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ashldi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ashlti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ashrdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ashrti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/clear_cache.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/clzdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/clzsi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/clzti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/cmpdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/cmpti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/comparedf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/comparesf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/comparetf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ctzdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ctzsi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ctzti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divdc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divdf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divmoddi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divmodsi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divsc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divsf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/divxc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/eprintf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/extendsfdf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ffsdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ffsti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixdfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixdfsi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixdfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixsfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixsfsi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixsfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsdfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsdfsi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsdfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunssfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunssfsi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunssfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsxfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsxfsi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixunsxfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixxfdi.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/fixxfti.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatdidf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatdisf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatdixf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatsidf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatsisf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floattidf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floattisf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floattixf.c
ASSEMBLE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatundidf.S
ASSEMBLE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatundisf.S
ASSEMBLE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/x86_64/floatundixf.S
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatunsidf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatunsisf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatuntidf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatuntisf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/floatuntixf.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/gcc_personality_v0.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/int_util.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/lshrdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/lshrti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/moddi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/modsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/modti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/muldc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/muldf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/muldi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulodi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulosi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/muloti4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulsc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulsf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/multi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulvdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulvsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulvti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/mulxc3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negdf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negsf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negvdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negvsi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/negvti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/paritydi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/paritysi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/parityti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/popcountdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/popcountsi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/popcountti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/powidf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/powisf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/powitf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/powixf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/subdf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/subsf3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/subvdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/subvsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/subvti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/trampoline_setup.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/truncdfsf2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ucmpdi2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/ucmpti2.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivdi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivmoddi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivmodsi4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivmodti4.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/udivti3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/umoddi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/umodsi3.c
COMPILE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/compiler-rt/lib/builtins/umodti3.c
ARCHIVE: triple/builtins/x86_64: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/x86_64-apple-darwin/rt/compiler-rt/triple/builtins/x86_64/libcompiler_rt.a
FINAL-ARCHIVE: triple/builtins: /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/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"; "/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/configure" --with-jemalloc-prefix=je_ --disable-fill --build=x86_64-apple-darwin --host=x86_64-apple-darwin CC="clang -m64 -arch x86_64 " AR="ar" RANLIB="ar s" CPPFLAGS="-I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/" EXTRA_CFLAGS="-g1 -ffunction-sections -fdata-sections"
checking for xsltproc... /usr/bin/xsltproc
checking for x86_64-apple-darwin-gcc... clang -m64 -arch x86_64
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 -m64 -arch x86_64 accepts -g... yes
checking for clang -m64 -arch x86_64 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 -g1 -ffunction-sections -fdata-sections... yes
checking how to run the C preprocessor... clang -m64 -arch x86_64 -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... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-apple-darwin-ranlib... ar s
checking for ld... /Users/user/.brew/Library/ENV/4.3/ld
checking for autoconf... false
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
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 whether glibc malloc hook is compilable... no
checking whether glibc memalign hook is compilable... no
checking whether pthreads adaptive mutexes is compilable... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
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/jemalloc_typedefs.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: include/jemalloc/jemalloc_defs.h is unchanged
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: test/include/test/jemalloc_test_defs.h is unchanged
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 : 0.12.0-9009-g26933a638c360442412b51aa70fe25e419f44314
library revision : 2
CC : clang -m64 -arch x86_64
CPPFLAGS : -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -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 : /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/
abs_srcroot : /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/
objroot :
abs_objroot : /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/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 : 0
utrace : 0
valgrind : 1
xmalloc : 0
munmap : 1
lazy_lock : 0
tls : 0
===============================================================================
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/jemalloc.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/jemalloc.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/arena.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/arena.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/atomic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/atomic.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/base.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/base.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/bitmap.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/bitmap.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk_dss.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk_dss.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk_mmap.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk_mmap.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/ckh.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/ckh.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/ctl.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/ctl.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/extent.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/extent.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/hash.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/hash.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/huge.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/huge.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/mb.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/mb.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/mutex.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/mutex.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/prof.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/prof.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/quarantine.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/quarantine.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/rtree.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/rtree.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/stats.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/stats.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/tcache.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/tcache.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/util.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/util.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/tsd.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/tsd.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/valgrind.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/valgrind.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/zone.o /Library/Caches/Homebrew/rust--git/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 -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/jemalloc.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/jemalloc.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/arena.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/arena.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/atomic.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/atomic.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/base.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/base.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/bitmap.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/bitmap.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk_dss.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/chunk_mmap.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/ckh.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/ckh.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/ctl.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/ctl.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/extent.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/extent.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/hash.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/hash.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/huge.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/huge.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/mb.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/mb.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/mutex.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/mutex.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/prof.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/prof.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/quarantine.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/quarantine.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/rtree.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/rtree.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/stats.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/stats.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/tcache.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/tcache.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/util.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/util.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/tsd.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/tsd.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/valgrind.pic.o /Library/Caches/Homebrew/rust--git/src/jemalloc/src/valgrind.c
clang -m64 -arch x86_64 -std=gnu99 -Wall -pipe -g3 -g1 -ffunction-sections -fdata-sections -O3 -funroll-loops -fPIC -DPIC -c -I /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/rt/ -D_REENTRANT -I/private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust20150503-5056-ylx0z0/src/jemalloc/include -Iinclude -o src/zone.pic.o /Library/Caches/Homebrew/rust--git/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/librustc_unicode
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libcollections
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_bitflags
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
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/libstd
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libarena
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/libgetopts
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz
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/libsyntax
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librbml
compile: x86_64-apple-darwin/rustllvm/ExecutionEngineWrapper.o
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_data_structures
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/librustc_borrowck
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_typeck
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_resolve
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_trans
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_privacy
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_lint
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver
rustc: x86_64-apple-darwin/stage0/lib/rustlib/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage1/lib/libstd
cp: x86_64-apple-darwin/stage1/lib/libarena
cp: x86_64-apple-darwin/stage1/lib/libflate
cp: x86_64-apple-darwin/stage1/lib/libgetopts
cp: x86_64-apple-darwin/stage1/lib/libgraphviz
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/libsyntax
cp: x86_64-apple-darwin/stage1/lib/librbml
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_data_structures
cp: x86_64-apple-darwin/stage1/lib/librustc
cp: x86_64-apple-darwin/stage1/lib/librustc_borrowck
cp: x86_64-apple-darwin/stage1/lib/librustc_typeck
cp: x86_64-apple-darwin/stage1/lib/librustc_resolve
cp: x86_64-apple-darwin/stage1/lib/librustc_trans
cp: x86_64-apple-darwin/stage1/lib/librustc_privacy
cp: x86_64-apple-darwin/stage1/lib/librustc_lint
cp: x86_64-apple-darwin/stage1/lib/librustc_driver
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/librustc_unicode
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/librustc_bitflags
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/libarena
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/libgetopts
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/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/libsyntax
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/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_data_structures
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/librustc_borrowck
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_typeck
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_resolve
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_trans
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_privacy
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_lint
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage2/lib/libstd
cp: x86_64-apple-darwin/stage2/lib/libarena
cp: x86_64-apple-darwin/stage2/lib/libflate
cp: x86_64-apple-darwin/stage2/lib/libgetopts
cp: x86_64-apple-darwin/stage2/lib/libgraphviz
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/libsyntax
cp: x86_64-apple-darwin/stage2/lib/librbml
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_data_structures
cp: x86_64-apple-darwin/stage2/lib/librustc
cp: x86_64-apple-darwin/stage2/lib/librustc_borrowck
cp: x86_64-apple-darwin/stage2/lib/librustc_typeck
cp: x86_64-apple-darwin/stage2/lib/librustc_resolve
cp: x86_64-apple-darwin/stage2/lib/librustc_trans
cp: x86_64-apple-darwin/stage2/lib/librustc_privacy
cp: x86_64-apple-darwin/stage2/lib/librustc_lint
cp: x86_64-apple-darwin/stage2/lib/librustc_driver
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
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/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/libcore
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/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/librustc_unicode
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/librustc_bitflags
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libstd
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/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/libserialize
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/librbml
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/libgraphviz
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_data_structures
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/librustc_typeck
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_borrowck
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_resolve
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_trans
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_privacy
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_lint
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver
rustc: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustdoc
rustc: x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/bin/rustbook
cp: x86_64-apple-darwin/stage2/bin/rustbook
rustbook: doc/book/index.html
rustbook: doc/style/index.html
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
rustdoc: doc/intro.html
rustdoc: doc/tutorial.html
rustdoc: doc/complement-lang-faq.html
rustdoc: doc/complement-design-faq.html
rustdoc: doc/complement-project-faq.html
rustdoc: doc/rustdoc.html
cp: doc/full-toc.inc
rustdoc: doc/reference.html
rustdoc: doc/grammar.html
rustdoc: doc/guide-crates.html
rustdoc: doc/guide-error-handling.html
rustdoc: doc/guide-ffi.html
rustdoc: doc/guide-macros.html
rustdoc: doc/guide.html
rustdoc: doc/guide-ownership.html
rustdoc: doc/guide-plugins.html
rustdoc: doc/guide-pointers.html
rustdoc: doc/guide-strings.html
rustdoc: doc/guide-tasks.html
rustdoc: doc/guide-testing.html
rustdoc: doc/std/index.html
rustdoc: doc/alloc/index.html
rustdoc: doc/collections/index.html
rustdoc: doc/core/index.html
rustdoc: doc/libc/index.html
rustdoc: doc/rustc_unicode/index.html
==> make install
cfg: version 1.1.0-dev (26933a638 2015-05-03) (built 2015-05-03)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: good valgrind for x86_64-apple-darwin is
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
cfg: valgrind-rpass command set to
cfg: no xelatex found, disabling LaTeX docs
cfg: no pandoc found, omitting PDF and EPUB docs
cfg: including prepare rules
cfg: including dist rules
cfg: including install rules
cfg: version 1.1.0-dev (26933a638 2015-05-03) (built 2015-05-03)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: good valgrind for x86_64-apple-darwin is
cfg: enabling valgrind run-pass tests (CFG_ENABLE_VALGRIND_RPASS)
cfg: valgrind-rpass command set to
cfg: no xelatex found, disabling LaTeX docs
cfg: no pandoc found, omitting PDF and EPUB docs
cfg: including prepare rules
cfg: including dist rules
cfg: including install rules
cleaning destination tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/bin
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/etc
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/share/man/man1
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libstd-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/liblog-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libterm-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libserialize-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libfmt_macros-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libarena-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libsyntax-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libflate-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libgetopts-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librbml-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libgraphviz-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_llvm-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_back-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_data_structures-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_borrowck-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_typeck-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_resolve-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_trans-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_privacy-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_lint-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustc_driver-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/libtest-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/librustdoc-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/bin/rustdoc
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/share/man/man1/rustdoc.1
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/bin/rustc
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/share/man/man1/rustc.1
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/liblibc-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libstd-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libstd-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libflate-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libflate-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libarena-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libarena-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libterm-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libterm-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libserialize-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libserialize-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libcollections-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libtest-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libtest-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librand-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/liblog-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/liblog-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libgraphviz-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libcore-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librbml-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librbml-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/liballoc-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_unicode-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_bitflags-*.rlib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libsyntax-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_typeck-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_borrowck-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_resolve-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_driver-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_trans-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_back-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_llvm-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_privacy-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_lint-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustc_data_structures-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/librustdoc-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libfmt_macros-*.dylib
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
prepare: tmp/dist/rustc-1.1.0-dev-x86_64-apple-darwin-image/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustdoc: doc/std/index.html
rustdoc: doc/alloc/index.html
rustdoc: doc/collections/index.html
rustdoc: doc/core/index.html
rustdoc: doc/flate/index.html
rustdoc: doc/arena/index.html
rustdoc: doc/term/index.html
rustdoc: doc/serialize/index.html
rustdoc: doc/getopts/index.html
rustdoc: doc/test/index.html
rustdoc: doc/rand/index.html
rustdoc: doc/log/index.html
rustdoc: doc/graphviz/index.html
rustdoc: doc/rbml/index.html
rustdoc: doc/rustc_bitflags/index.html
rustdoc: doc/syntax/index.html
rustdoc: doc/rustc/index.html
rustdoc: doc/rustc_typeck/index.html
rustdoc: doc/rustc_borrowck/index.html
rustdoc: doc/rustc_resolve/index.html
rustdoc: doc/rustc_driver/index.html
rustdoc: doc/rustc_trans/index.html
rustdoc: doc/rustc_back/index.html
rustdoc: doc/rustc_llvm/index.html
rustdoc: doc/rustc_privacy/index.html
rustdoc: doc/rustc_lint/index.html
rustdoc: doc/rustc_data_structures/index.html
rustdoc: doc/rustdoc/index.html
rustdoc: doc/fmt_macros/index.html
build: dist/rustc-1.1.0-dev-x86_64-apple-darwin.tar.gz
gen-installer: looking for programs
gen-installer:
gen-installer: found tar
gen-installer: found cp
gen-installer: found rm
gen-installer: found mkdir
gen-installer: found echo
gen-installer: found tr
gen-installer: found awk
gen-installer:
gen-installer: processing arguments
gen-installer:
gen-installer: CFG_PRODUCT_NAME := Rust
gen-installer: CFG_COMPONENT_NAME := rustc
gen-installer: CFG_PACKAGE_NAME := rustc-1.1.0-dev-x86_64-apple-darwin
gen-installer: CFG_REL_MANIFEST_DIR := rustlib
gen-installer: CFG_SUCCESS_MESSAGE := Rust-is-ready-to-roll.
gen-installer: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo
gen-installer: CFG_NON_INSTALLED_OVERLAY := tmp/dist/rustc-1.1.0-dev-x86_64-app ...
gen-installer: CFG_BULK_DIRS :=
gen-installer: CFG_IMAGE_DIR := tmp/dist/rustc-1.1.0-dev-x86_64-app ...
gen-installer: CFG_WORK_DIR := tmp/dist
gen-installer: CFG_OUTPUT_DIR := dist
gen-installer:
gen-installer: validating arguments
gen-installer:
gen-install-script: looking for install programs
gen-install-script:
gen-install-script: found sed
gen-install-script: found chmod
gen-install-script: found cat
gen-install-script:
gen-install-script: processing arguments
gen-install-script:
gen-install-script: CFG_PRODUCT_NAME := Rust
gen-install-script: CFG_REL_MANIFEST_DIR := rustlib
gen-install-script: CFG_SUCCESS_MESSAGE := Rust-is-ready-to-roll.
gen-install-script: CFG_OUTPUT_SCRIPT := tmp/dist/rustc-1.1.0-dev-x86_64-app ...
gen-install-script: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo
gen-install-script:
gen-install-script: validating arguments
gen-install-script:
build: dist/rust-docs-1.1.0-dev-x86_64-apple-darwin.tar.gz
gen-installer: looking for programs
gen-installer:
gen-installer: found tar
gen-installer: found cp
gen-installer: found rm
gen-installer: found mkdir
gen-installer: found echo
gen-installer: found tr
gen-installer: found awk
gen-installer:
gen-installer: processing arguments
gen-installer:
gen-installer: CFG_PRODUCT_NAME := Rust-Documentation
gen-installer: CFG_COMPONENT_NAME := rust-docs
gen-installer: CFG_PACKAGE_NAME := rust-docs-1.1.0-dev-x86_64-apple-da ...
gen-installer: CFG_REL_MANIFEST_DIR := rustlib
gen-installer: CFG_SUCCESS_MESSAGE := Rust-documentation-is-installed.
gen-installer: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo
gen-installer: CFG_NON_INSTALLED_OVERLAY :=
gen-installer: CFG_BULK_DIRS := share/doc/rust/html
gen-installer: CFG_IMAGE_DIR := tmp/dist/rust-docs-1.1.0-dev-x86_64 ...
gen-installer: CFG_WORK_DIR := tmp/dist
gen-installer: CFG_OUTPUT_DIR := dist
gen-installer:
gen-installer: validating arguments
gen-installer:
gen-install-script: looking for install programs
gen-install-script:
gen-install-script: found sed
gen-install-script: found chmod
gen-install-script: found cat
gen-install-script:
gen-install-script: processing arguments
gen-install-script:
gen-install-script: CFG_PRODUCT_NAME := Rust-Documentation
gen-install-script: CFG_REL_MANIFEST_DIR := rustlib
gen-install-script: CFG_SUCCESS_MESSAGE := Rust-documentation-is-installed.
gen-install-script: CFG_OUTPUT_SCRIPT := tmp/dist/rust-docs-1.1.0-dev-x86_64 ...
gen-install-script: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo
gen-install-script:
gen-install-script: validating arguments
gen-install-script:
mkdir -p tmp/empty_dir
install: creating uninstall script at /Users/user/.brew/Cellar/rust/HEAD/lib/rustlib/uninstall.sh
install: installing component 'rust-docs'
Rust documentation is installed.
install: creating uninstall script at /Users/user/.brew/Cellar/rust/HEAD/lib/rustlib/uninstall.sh
install: installing component 'rustc'
Rust is ready to roll.
==> Cloning https://github.com/rust-lang/cargo.git
git --git-dir /Library/Caches/Homebrew/rust--cargo--git/.git status -s
Updating /Library/Caches/Homebrew/rust--cargo--git
git config remote.origin.url https://github.com/rust-lang/cargo.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master --
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/master
HEAD is now at efb482d Auto merge of #1566 - alexcrichton:fix-transitive-update-dash-p, r=brson
git submodule foreach --recursive git submodule sync
Entering 'src/rust-installer'
Synchronizing submodule url for 'test/rust-installer-v1'
Synchronizing submodule url for 'test/rust-installer-v2'
Entering 'src/rust-installer/test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2'
Synchronizing submodule url for 'test/rust-installer-v1'
Entering 'src/rust-installer/test/rust-installer-v2/test/rust-installer-v1'
git submodule update --init --recursive
==> Checking out branch master
==> ./configure --prefix=/Users/user/.brew/Cellar/rust/HEAD --local-rust-root=/Users/user/.brew/Cellar/rust/HEAD
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: found cmake
configure: found pkg-config
configure: found curl
configure: recreating config.tmp
configure:
configure: processing ./configure args
configure:
configure: CFG_PREFIX := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_LOCAL_RUST_ROOT := /Users/user/.brew/Cellar/rust/HEA ...
configure:
configure: using rustc at: /Users/user/.brew/Cellar/rust/HEAD with version: rustc 1.1.0-dev (26933a638 2015-05-03) (built 2015-05-03)
configure:
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 := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_INFODIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_MANDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_LIBDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_LOCAL_CARGO :=
configure:
configure: validating ./configure args
configure:
configure:
configure: looking for build programs
configure:
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/python
configure: CFG_CC := /Users/user/.brew/Library/ENV/4.3 ...
configure:
configure: writing configuration
configure:
configure: CFG_SRC_DIR := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_BUILD_DIR := /private/var/folders/x3/hlncv8zj3j3 ...
configure: CFG_CONFIGURE_ARGS := --prefix=/Users/user/.brew/Cellar ...
configure: CFG_PREFIX := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_HOST := x86_64-apple-darwin
configure: CFG_TARGET := x86_64-apple-darwin
configure: CFG_LIBDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_MANDIR := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_RUSTC := /Users/user/.brew/Cellar/rust/HEA ...
configure: CFG_RUSTDOC := /Users/user/.brew/Cellar/rust/HEA ...
configure:
configure: cp /private/var/folders/x3/hlncv8zj3j36466zft_by5hw0000gn/T/rust--cargo20150503-5056-kotp3j/Makefile.in ./Makefile
configure: mv config.tmp config.mk
configure:
configure: complete
configure:
configure:
==> make
/usr/bin/python src/etc/dl-snapshot.py x86_64-apple-darwin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2378k 100 2378k 0 0 274k 0 0:00:08 0:00:08 --:--:-- 527k
extracting cargo-nightly-x86_64-apple-darwin
extracting cargo-nightly-x86_64-apple-darwin/cargo
extracting cargo-nightly-x86_64-apple-darwin/components
extracting cargo-nightly-x86_64-apple-darwin/install.sh
extracting cargo-nightly-x86_64-apple-darwin/LICENSE-APACHE
extracting cargo-nightly-x86_64-apple-darwin/LICENSE-MIT
extracting cargo-nightly-x86_64-apple-darwin/LICENSE-THIRD-PARTY
extracting cargo-nightly-x86_64-apple-darwin/README.md
extracting cargo-nightly-x86_64-apple-darwin/rust-installer-version
extracting cargo-nightly-x86_64-apple-darwin/version
extracting cargo-nightly-x86_64-apple-darwin/cargo/bin
extracting cargo-nightly-x86_64-apple-darwin/cargo/etc
extracting cargo-nightly-x86_64-apple-darwin/cargo/lib
extracting cargo-nightly-x86_64-apple-darwin/cargo/manifest.in
extracting cargo-nightly-x86_64-apple-darwin/cargo/share
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/man
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/zsh
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/zsh/site-functions
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/zsh/site-functions/_cargo
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/man/man1
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/man/man1/cargo.1
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-APACHE
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-MIT
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-THIRD-PARTY
extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/README.md
extracting cargo-nightly-x86_64-apple-darwin/cargo/lib/cargo
extracting cargo-nightly-x86_64-apple-darwin/cargo/etc/bash_completion.d
extracting cargo-nightly-x86_64-apple-darwin/cargo/etc/bash_completion.d/cargo
extracting cargo-nightly-x86_64-apple-darwin/cargo/bin/cargo
touch target/snapshot/cargo/bin/cargo
"/Users/user/.brew/Cellar/rust/HEAD/bin/rustc" -V
rustc 1.1.0-dev (26933a638 2015-05-03) (built 2015-05-03)
"target/snapshot/cargo/bin/cargo" --version
cargo 0.0.1-pre-nightly (84d6d2c 2015-03-31) (built 2015-04-01)
target/snapshot/cargo/bin/cargo build --target x86_64-apple-darwin
Compiling semver v0.1.19
Compiling regex v0.1.30
Compiling threadpool v0.1.4
Compiling libc v0.1.6
Compiling gcc v0.3.5
Compiling term v0.2.7
Compiling pkg-config v0.3.3
Compiling glob v0.2.10
Compiling rustc-serialize v0.3.14
Compiling tar v0.2.10
Compiling bitflags v0.1.1
/Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.2.10/src/lib.rs:186:27: 186:31 error: mismatched types:
expected `u16`,
found `i32`
(expected u16,
found i32) [E0308]
/Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.2.10/src/lib.rs:186 perm.set_mode(mode);
^~~~
Compiling matches v0.1.2
Compiling log v0.3.1
/Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.2.10/src/lib.rs:361:13: 361:38 error: mismatched types:
expected `i32`,
found `u16`
(expected i32,
found u16) [E0308]
/Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.2.10/src/lib.rs:361 meta.permissions().mode()
^~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
Compiling miniz-sys v0.1.4
Compiling num_cpus v0.1.0
Compiling time v0.1.25
Compiling openssl-sys v0.6.1
Compiling libgit2-sys v0.2.12
Compiling libssh2-sys v0.1.22
Compiling curl-sys v0.1.21
Compiling libz-sys v0.1.3
Build failed, waiting for other jobs to finish...
Could not compile `tar`.
To learn more, run the command again with --verbose.
make: *** [cargo-x86_64-apple-darwin] Error 101
==> Formula
Path: /Users/user/.brew/Library/Formula/rust.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 8d36ecfbfc1612283bcfa3fc29ec53b42fac6ae5
Last commit: 11 hours ago
HOMEBREW_PREFIX: /Users/user/.brew
HOMEBREW_CELLAR: /Users/user/.brew/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.9.5-x86_64
Xcode: 6.1.1
CLT: 6.2.0.0.1.1424975374
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /Users/user/.brew/bin/python => /Users/user/.brew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.7.0_45
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS:
CMAKE_PREFIX_PATH: /Users/user/.brew/opt/openssl:/Users/user/.brew
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /Users/user/.brew/opt/openssl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/Users/user/.brew/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /Users/user/.brew/share/aclocal
PATH: /Users/user/.brew/Library/ENV/4.3:/Users/user/.brew/opt/openssl/bin:/Users/user/.brew/opt/cmake/bin:/Users/user/.brew/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: rust HEAD did not build
Logs:
/Users/user/Library/Logs/Homebrew/rust/01.configure
/Users/user/Library/Logs/Homebrew/rust/01.configure.cc
/Users/user/Library/Logs/Homebrew/rust/02.make
/Users/user/Library/Logs/Homebrew/rust/02.make.cc
/Users/user/Library/Logs/Homebrew/rust/03.make
/Users/user/Library/Logs/Homebrew/rust/04.configure
/Users/user/Library/Logs/Homebrew/rust/04.configure.cc
/Users/user/Library/Logs/Homebrew/rust/05.make
/Users/user/Library/Logs/Homebrew/rust/05.make.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment