Skip to content

Instantly share code, notes, and snippets.

@kshyatt
Created December 9, 2016 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kshyatt/cccf56486c3acdd5041be90c3a399df6 to your computer and use it in GitHub Desktop.
Save kshyatt/cccf56486c3acdd5041be90c3a399df6 to your computer and use it in GitHub Desktop.
Travis failed build 182409406
Worker information
hostname: worker-jupiter-brain:ed4e380a-a868-4430-9879-04ed95ab5b52
version: v2.5.0-46-gd328585 https://github.com/travis-ci/worker/tree/d328585d2fd9953a4267c3a5303f763adf9f396e
instance: f9a75dd7-3062-4206-a60f-317ff23838fd:travis-ci-osx10.11-xcode8-1479248015
startup: 1m36.427424076s
Build system information
Build language: cpp
Build group: stable
Build dist: precise
Build id: 182409406
Job id: 182409409
travis-build version: 0501eac99
$ export DEBIAN_FRONTEND=noninteractive
Fix WWDRCA Certificate
Unable to delete certificate matching "0950B6CD3D2F37EA246A1AAA20DFAADBD6FE1F75"security: AppleWWDRCA.cer: already in /Library/Keychains/System.keychain
$ rvm use
Warning! PATH is not properly set up, '/Users/travis/.rvm/gems/ruby-2.0.0-p648/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p648'.
Using /Users/travis/.rvm/gems/ruby-2.0.0-p648
$ git clone --depth=50 https://github.com/JuliaLang/julia.git JuliaLang/julia
Cloning into 'JuliaLang/julia'...
remote: Counting objects: 14853, done.
remote: Compressing objects: 100% (6507/6507), done.
remote: Total 14853 (delta 10904), reused 11309 (delta 8130), pack-reused 0
Receiving objects: 100% (14853/14853), 8.85 MiB | 8.45 MiB/s, done.
Resolving deltas: 100% (10904/10904), done.
$ cd JuliaLang/julia
$ git fetch origin +refs/pull/19531/merge:
remote: Counting objects: 23, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 23 (delta 18), reused 14 (delta 9), pack-reused 0
Unpacking objects: 100% (23/23), done.
From https://github.com/JuliaLang/julia
* branch refs/pull/19531/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD
Setting environment variables from repository settings
$ export DOCUMENTER_KEY=[secure]
$ export DOCUMENTER_DEBUG=[secure]
Setting environment variables from .travis.yml
$ export ARCH="x86_64"
$ export CXX=g++
$ export CC=gcc
Setting up build cache
/Users/travis/build.sh: line 414: shell_session_update: command not found
$ export CASHER_DIR=$HOME/.casher
$ Installing caching utilities
attempting to download cache archive
fetching PR.19531/cache-osx-precise-xcode8-204369661c2fe2b29efca988c12486a399fc8d03e9a339e18a9839ce84065b06--compiler-gpp.tgz
found cache
adding /Users/travis/build/JuliaLang/julia/deps/srccache to cache
creating directory /Users/travis/build/JuliaLang/julia/deps/srccache
adding /Users/travis/build/JuliaLang/julia/deps/scratch to cache
creating directory /Users/travis/build/JuliaLang/julia/deps/scratch
adding /Users/travis/build/JuliaLang/julia/deps/usr-staging to cache
creating directory /Users/travis/build/JuliaLang/julia/deps/usr-staging
$ g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ make check-whitespace
$ if [ `uname` = "Linux" ]; then contrib/travis_fastfail.sh || exit 1; mkdir -p $HOME/bin; ln -s /usr/bin/gcc-5 $HOME/bin/gcc; ln -s /usr/bin/g++-5 $HOME/bin/g++; ln -s /usr/bin/gfortran-5 $HOME/bin/gfortran; ln -s /usr/bin/gcc-5 $HOME/bin/x86_64-linux-gnu-gcc; ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++; gcc --version; BAR="bar -i 30"; BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1"; echo "override ARCH=$ARCH" >> Make.user; TESTSTORUN="all"; elif [ `uname` = "Darwin" ]; then brew update; brew install -v jq pv; BAR="pv -i 30"; contrib/travis_fastfail.sh || exit 1; brew tap staticfloat/julia; brew rm --force $(brew deps --HEAD julia); brew install -v cmake staticfloat/juliadeps/libgfortran; brew install -v --only-dependencies --HEAD julia; BUILDOPTS="-j3 USECLANG=1 LLVM_CONFIG=$(brew --prefix llvm37-julia)/bin/llvm-config-3.7 LLVM_SIZE=$(brew --prefix llvm37-julia)/bin/llvm-size-3.7"; BUILDOPTS="$BUILDOPTS VERBOSE=1 USE_BLAS64=0 SUITESPARSE_INC=-I$(brew --prefix suite-sparse-julia)/include FORCE_ASSERTIONS=1"; BUILDOPTS="$BUILDOPTS LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas"; for lib in LLVM SUITESPARSE ARPACK BLAS FFTW LAPACK GMP MPFR PCRE LIBUNWIND; do export BUILDOPTS="$BUILDOPTS USE_SYSTEM_$lib=1"; done; export CXXFLAGS=-DUSE_ORCJIT; export LDFLAGS="-L$(brew --prefix openblas-julia)/lib -L$(brew --prefix suite-sparse-julia)/lib"; export DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:$(brew --prefix openblas-julia)/lib:$(brew --prefix suite-sparse-julia)/lib:$(brew --prefix arpack-julia)/lib"; export JULIA_MACOS_SPAWN="DYLD_FALLBACK_LIBRARY_PATH=\"$DYLD_FALLBACK_LIBRARY_PATH\" \$1"; export BUILDOPTS="$BUILDOPTS spawn=\$(JULIA_MACOS_SPAWN)"; make $BUILDOPTS -C contrib -f repackage_system_suitesparse4.make; TESTSTORUN="all --skip linalg/triangular subarray"; fi
Updated 3 taps (caskroom/cask, homebrew/core, homebrew/versions).
==> New Formulae
closure-stylesheets mysql@5.5
dnsviz mysql@5.6
eject nanomsgxx
elasticsearch@1.7 node@0.10
elasticsearch@2.4 node@0.12
github-keygen node@4
glfw node@5
goenv node@6
google-java-format packetbeat
gst-rtsp-server qwtpolar
homebrew/versions/android-ndk-r12b recon-ng
homebrew/versions/postgresql95 sbjson
homebrew/versions/scala211 sonarlint
ib stern
juju@2.0 swiftformat
kops tarsnapper
libgc tomcat@6
libgosu tomcat@7
lumo wu
==> Updated Formulae
advancecomp links
afflib llnode
agda loc
aha log4cxx
algernon logstash
android-platform-tools logtalk
ansifilter luaradio
antigen m-cli
arangodb mackup
archi-steam-farm macvim
argyll-cms mandoc
aria2 mawk
artifactory mdv
augeas media-info
aws-elasticbeanstalk mediaconch
aws-sdk-cpp megatools
awscli mercurial ✔
babl mesos
baresip metricbeat
bazel mg3a
bro micro
buku mikutter
bullet minio
bzrtools minio-mc
cabal-install minizinc
caf mkvtoolnix
camlp4 mlt
camlp5 moc
certigo mongodb
ceylon monkeysphere
cheat mono
check_postgres mpv
checkstyle mu
chromedriver mutt
chruby-fish mytop
citus neo4j
cli53 neofetch
clipper netpbm
clojurescript nexus
closure-compiler nghttp2
clutter-gst nifi
cmake ✔ nim
cmark ninja
cmus node ✔
coffeescript node-build
collectd nomad
commandbox noti
conan notmuch
convox nsd
coq nss
coreutils ✔ nuget
cpanminus ocaml
cromwell ocamlbuild
crystal-lang ocamlsdl
czmq offlineimap
datetime-fortran openvdb
davmail openvpn
dbhash orientdb
dbus osm2pgrouting
dcraw osm2pgsql
devd osquery
diff-pdf osrm-backend
digdag packer
dmd paket
docker-compose pandoc
docker-machine-driver-xhyve pandoc-citeproc
dovecot pandoc-crossref
dub parallel
efl parquet-tools
elasticsearch pdf2htmlex
elixirscript pdftoedn
elm percona-server
ephemeralpg percona-toolkit
etcd percona-xtrabackup
exploitdb pex
fabio pg_top
feedgnuplot pgcli
ffmpeg pgloader
filebeat pgpool-ii
flow pgroonga
fltk pgrouting
fluent-bit pigz
folly pldebugger
fontforge pngquant
fonttools poppler
freetds postgis ✔
fstar postgresql ✔
fwup postgrest
fzf pre-commit
galen prometheus
gecode psql2csv
gflags psqlodbc
ghc pugixml
gibo pushpin
gimme pyenv
git ✔ pypy3
git-annex qjackctl
git-cola qjson
git-ftp rakudo-star
git-lfs rancher-cli
git-octopus rancher-compose
git-series rancid
gitbucket rbenv
gitlab-ci-multi-runner readline ✔
gjstest redis
glbinding riemann
glog ripgrep
gmic rocksdb
gnome-builder roswell
go ✔ rtags
goaccess ruby
gofabric8 ruby-build
gphoto2 s-search
gradle saltstack
grafana sbcl
grib-api scala
groonga scale2x
gst-editing-services scamper
gst-libav scw
gst-plugins-bad sdl_image
gst-plugins-base sdl_mixer
gst-plugins-good sfk
gst-plugins-ugly sfml
gst-python shairport-sync
gst-validate shared-mime-info
gstreamer sjk
gtk+3 skinny
gtkdatabox slimerjs
gtksourceview3 snap-telemetry
gupnp-tools snappystream
gwt snapraid
gwyddion snzip
haproxy softhsm
harfbuzz sourcekitten
headphones speedtest_cli
heroku sqldiff
highlight sqlite ✔
homebrew/versions/apache-spark16 sqlite-analyzer
homebrew/versions/bazel02 sqlmap
homebrew/versions/gnupg21 srclib
homebrew/versions/jenkins-lts ssreflect
hunspell stunnel
hyper stuntman
imagejs subversion
imagemagick supersonic
imapfilter svgcleaner
infer swiftgen
influxdb swiftlint ✔
innotop sync_gateway
internetarchive syncthing
ios-sim synfig
ipmitool tag
iso-codes tasksh
jadx taylor
jasper tbb
javarepl tccutil
jboss-forge tcpreplay
jemalloc td
jenkins terraform
jmeter terragrunt
jpeg-turbo testssl
jruby texmath
jsonschema2pojo tgui
kapacitor the_silver_searcher
kibana tig
kobalt tile38
kotlin tippecanoe
lablgtk tomcat-native
lean-cli tor
ledit trafficserver
lesspipe treefrog
lfe ttfautohint
libarchive ttyd
libcouchbase twarc
libcue typescript
libgpg-error ✔ u-boot-tools
libgphoto2 ufraw
libgsf vala
libical vault
libical-glib vim
libicns vmtouch
libmicrohttpd vultr
libosmium wireshark
libphonenumber yarn
libpqxx yle-dl
libpst you-get
libraw youtube-dl
libre zabbix
librem zero-install
libtiff ✔ zeromq
libunistring zplug
libuv zstd
libwpd zurl
libzdb
==> Renamed Formulae
juju -> juju@1.25 mongo-c -> mongo-c-driver
libmongoclient -> mongo-cxx-driver
==> Deleted Formulae
homebrew/versions/android-ndk-r10e homebrew/versions/node6-lts
homebrew/versions/elasticsearch17 homebrew/versions/postgresql93
homebrew/versions/elasticsearch24 homebrew/versions/scala29
homebrew/versions/glfw3 homebrew/versions/tomcat6
homebrew/versions/iojs homebrew/versions/tomcat7
homebrew/versions/mysql55 libbson
homebrew/versions/mysql56 pdksh
homebrew/versions/node010 polygen
homebrew/versions/node012 pyqt
homebrew/versions/node4-lts ttylog
homebrew/versions/node5 yelp-xsl
==> Installing dependencies for jq: oniguruma
==> Installing jq dependency: oniguruma
==> Downloading https://homebrew.bintray.com/bottles/oniguruma-6.1.2.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/oniguruma-6.1.2.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/oniguruma-6.1.2.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying oniguruma-6.1.2.el_capitan.bottle.tar.gz checksum
==> Pouring oniguruma-6.1.2.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/oniguruma-6.1.2.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/oniguruma/6.1.2/bin/onig-config onig-config
ln -s ../Cellar/oniguruma/6.1.2/include/oniggnu.h oniggnu.h
ln -s ../Cellar/oniguruma/6.1.2/include/onigposix.h onigposix.h
ln -s ../Cellar/oniguruma/6.1.2/include/oniguruma.h oniguruma.h
ln -s ../Cellar/oniguruma/6.1.2/lib/libonig.4.dylib libonig.4.dylib
ln -s ../Cellar/oniguruma/6.1.2/lib/libonig.a libonig.a
ln -s ../Cellar/oniguruma/6.1.2/lib/libonig.dylib libonig.dylib
ln -s ../../Cellar/oniguruma/6.1.2/lib/pkgconfig/oniguruma.pc oniguruma.pc
==> Summary
🍺 /usr/local/Cellar/oniguruma/6.1.2: 17 files, 1.3M
==> Installing jq
==> Downloading https://homebrew.bintray.com/bottles/jq-1.5_2.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/jq-1.5_2.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/jq-1.5_2.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying jq-1.5_2.el_capitan.bottle.tar.gz checksum
==> Pouring jq-1.5_2.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/jq-1.5_2.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/jq/1.5_2/bin/jq jq
ln -s ../Cellar/jq/1.5_2/include/jq.h jq.h
ln -s ../Cellar/jq/1.5_2/include/jv.h jv.h
ln -s ../../Cellar/jq/1.5_2/share/doc/jq jq
ln -s ../../../Cellar/jq/1.5_2/share/man/man1/jq.1 jq.1
ln -s ../Cellar/jq/1.5_2/lib/libjq.1.dylib libjq.1.dylib
ln -s ../Cellar/jq/1.5_2/lib/libjq.a libjq.a
ln -s ../Cellar/jq/1.5_2/lib/libjq.dylib libjq.dylib
==> Summary
🍺 /usr/local/Cellar/jq/1.5_2: 18 files, 958K
==> Downloading https://homebrew.bintray.com/bottles/pv-1.6.0.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/pv-1.6.0.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/pv-1.6.0.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying pv-1.6.0.el_capitan.bottle.1.tar.gz checksum
==> Pouring pv-1.6.0.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/pv-1.6.0.el_capitan.bottle.1.tar.gz
==> Finishing up
ln -s ../Cellar/pv/1.6.0/bin/pv pv
ln -s ../../../Cellar/pv/1.6.0/share/man/man1/pv.1 pv.1
==> Summary
🍺 /usr/local/Cellar/pv/1.6.0: 4 files, 73.9K
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 135k 100 135k 0 0 109k 0 0:00:01 0:00:01 --:--:-- 109k
==> Tapping staticfloat/julia
Cloning into '/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia'...
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 10 (delta 0), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (10/10), done.
Tapped 5 formulae (40 files, 60.3K)
Error: Refusing to uninstall /usr/local/Cellar/gmp/6.1.1, /usr/local/Cellar/mpfr/3.1.4
because they are required by cgal, which is currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies gmp, mpfr
==> Tapping staticfloat/juliadeps
git clone https://github.com/staticfloat/homebrew-juliadeps /usr/local/Homebrew/Library/Taps/staticfloat/homebrew-juliadeps --depth=1
Cloning into '/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-juliadeps'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 22 (delta 1), reused 5 (delta 0), pack-reused 0
Unpacking objects: 100% (22/22), done.
Tapped 15 formulae (64 files, 63.0K)
git config --local --replace-all homebrew.private false
Error: cmake-3.6.1 already installed
To install this version, first `brew unlink cmake`
==> Installing libgfortran from staticfloat/juliadeps
==> Downloading https://juliabottles.s3.amazonaws.com/libgfortran-6.2.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://juliabottles.s3.amazonaws.com/libgfortran-6.2.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/libgfortran-6.2.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying libgfortran-6.2.el_capitan.bottle.tar.gz checksum
==> Pouring libgfortran-6.2.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/libgfortran-6.2.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/libgfortran/6.2/lib/libgcc_s.1.dylib libgcc_s.1.dylib
ln -s ../Cellar/libgfortran/6.2/lib/libgcc_s.dylib libgcc_s.dylib
ln -s ../Cellar/libgfortran/6.2/lib/libgfortran.3.dylib libgfortran.3.dylib
ln -s ../Cellar/libgfortran/6.2/lib/libgfortran.dylib libgfortran.dylib
ln -s ../Cellar/libgfortran/6.2/lib/libquadmath.0.dylib libquadmath.0.dylib
ln -s ../Cellar/libgfortran/6.2/lib/libquadmath.dylib libquadmath.dylib
==> Summary
🍺 /usr/local/Cellar/libgfortran/6.2: 9 files, 2M
==> Installing julia from staticfloat/julia
==> Installing dependencies for staticfloat/julia/julia: mpfr, libmpc, isl, gcc, libffi, staticfloat/julia/llvm37-julia, pcre2, fftw, openssl, libssh2, libgit2, mbedtls, cmake, staticfloat/julia/openblas-julia, staticfloat/julia/arpack-julia, staticfloat/julia/suite-sparse-julia
rm /usr/local/include/mpf2mpfr.h
rm /usr/local/include/mpfr.h
rm /usr/local/lib/libmpfr.4.dylib
rm /usr/local/lib/libmpfr.a
rm /usr/local/lib/libmpfr.dylib
rm /usr/local/share/doc/mpfr
uninfo /usr/local/share/info/mpfr.info
rm /usr/local/share/info/mpfr.info
==> Installing staticfloat/julia/julia dependency: mpfr
==> Downloading https://homebrew.bintray.com/bottles/mpfr-3.1.5.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/mpfr-3.1.5.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/mpfr-3.1.5.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying mpfr-3.1.5.el_capitan.bottle.tar.gz checksum
==> Pouring mpfr-3.1.5.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/mpfr-3.1.5.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/mpfr/3.1.5/include/mpf2mpfr.h mpf2mpfr.h
ln -s ../Cellar/mpfr/3.1.5/include/mpfr.h mpfr.h
ln -s ../../Cellar/mpfr/3.1.5/share/doc/mpfr mpfr
ln -s ../../Cellar/mpfr/3.1.5/share/info/mpfr.info mpfr.info
info /usr/local/share/info/mpfr.info
ln -s ../Cellar/mpfr/3.1.5/lib/libmpfr.4.dylib libmpfr.4.dylib
ln -s ../Cellar/mpfr/3.1.5/lib/libmpfr.a libmpfr.a
ln -s ../Cellar/mpfr/3.1.5/lib/libmpfr.dylib libmpfr.dylib
==> Summary
🍺 /usr/local/Cellar/mpfr/3.1.5: 25 files, 3.6M
==> Installing staticfloat/julia/julia dependency: libmpc
==> Downloading https://homebrew.bintray.com/bottles/libmpc-1.0.3.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/libmpc-1.0.3.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/libmpc-1.0.3.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying libmpc-1.0.3.el_capitan.bottle.tar.gz checksum
==> Pouring libmpc-1.0.3.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/libmpc-1.0.3.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/libmpc/1.0.3/include/mpc.h mpc.h
ln -s ../../Cellar/libmpc/1.0.3/share/info/mpc.info mpc.info
info /usr/local/share/info/mpc.info
ln -s ../Cellar/libmpc/1.0.3/lib/libmpc.3.dylib libmpc.3.dylib
ln -s ../Cellar/libmpc/1.0.3/lib/libmpc.a libmpc.a
ln -s ../Cellar/libmpc/1.0.3/lib/libmpc.dylib libmpc.dylib
==> Summary
🍺 /usr/local/Cellar/libmpc/1.0.3: 11 files, 350.2K
==> Installing staticfloat/julia/julia dependency: isl
==> Downloading https://homebrew.bintray.com/bottles/isl-0.17.1.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/isl-0.17.1.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/isl-0.17.1.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying isl-0.17.1.el_capitan.bottle.tar.gz checksum
==> Pouring isl-0.17.1.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/isl-0.17.1.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/isl/0.17.1/include/isl isl
ln -s ../Cellar/isl/0.17.1/share/gdb gdb
ln -s ../Cellar/isl/0.17.1/lib/libisl.15.dylib libisl.15.dylib
ln -s ../Cellar/isl/0.17.1/lib/libisl.a libisl.a
ln -s ../Cellar/isl/0.17.1/lib/libisl.dylib libisl.dylib
ln -s ../../Cellar/isl/0.17.1/lib/pkgconfig/isl.pc isl.pc
==> Summary
🍺 /usr/local/Cellar/isl/0.17.1: 79 files, 3.9M
==> Installing staticfloat/julia/julia dependency: gcc
==> Downloading https://homebrew.bintray.com/bottles/gcc-6.2.0.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/gcc-6.2.0.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/gcc-6.2.0.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying gcc-6.2.0.el_capitan.bottle.tar.gz checksum
==> Pouring gcc-6.2.0.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/gcc-6.2.0.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/gcc/6.2.0/bin/c++-6 c++-6
ln -s ../Cellar/gcc/6.2.0/bin/cpp-6 cpp-6
ln -s ../Cellar/gcc/6.2.0/bin/g++-6 g++-6
ln -s ../Cellar/gcc/6.2.0/bin/gcc-6 gcc-6
ln -s ../Cellar/gcc/6.2.0/bin/gcc-ar-6 gcc-ar-6
ln -s ../Cellar/gcc/6.2.0/bin/gcc-nm-6 gcc-nm-6
ln -s ../Cellar/gcc/6.2.0/bin/gcc-ranlib-6 gcc-ranlib-6
ln -s ../Cellar/gcc/6.2.0/bin/gcov-6 gcov-6
ln -s ../Cellar/gcc/6.2.0/bin/gcov-tool-6 gcov-tool-6
ln -s ../Cellar/gcc/6.2.0/bin/gfortran gfortran
ln -s ../Cellar/gcc/6.2.0/bin/gfortran-6 gfortran-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-c++-6 x86_64-apple-darwin15.6.0-c++-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-g++-6 x86_64-apple-darwin15.6.0-g++-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gcc-6 x86_64-apple-darwin15.6.0-gcc-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gcc-6.2.0 x86_64-apple-darwin15.6.0-gcc-6.2.0
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gcc-ar-6 x86_64-apple-darwin15.6.0-gcc-ar-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gcc-nm-6 x86_64-apple-darwin15.6.0-gcc-nm-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gcc-ranlib-6 x86_64-apple-darwin15.6.0-gcc-ranlib-6
ln -s ../Cellar/gcc/6.2.0/bin/x86_64-apple-darwin15.6.0-gfortran-6 x86_64-apple-darwin15.6.0-gfortran-6
rm /usr/local/include/c++
mkdir -p /usr/local/include/c++/4.9.3
ln -s ../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/algorithm algorithm
ln -s ../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/array array
ln -s ../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/atomic atomic
mkdir -p /usr/local/include/c++/4.9.3/backward
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/auto_ptr.h auto_ptr.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/backward_warning.h backward_warning.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/binders.h binders.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/hash_fun.h hash_fun.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/hash_map hash_map
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/hash_set hash_set
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/hashtable.h hashtable.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/backward/strstream strstream
mkdir -p /usr/local/include/c++/4.9.3/bits
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/algorithmfwd.h algorithmfwd.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/alloc_traits.h alloc_traits.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/allocator.h allocator.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/atomic_base.h atomic_base.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/atomic_lockfree_defines.h atomic_lockfree_defines.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/basic_ios.h basic_ios.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/basic_ios.tcc basic_ios.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/basic_string.h basic_string.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/basic_string.tcc basic_string.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/boost_concept_check.h boost_concept_check.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/c++0x_warning.h c++0x_warning.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/c++14_warning.h c++14_warning.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/char_traits.h char_traits.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/codecvt.h codecvt.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/concept_check.h concept_check.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/cpp_type_traits.h cpp_type_traits.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/cxxabi_forced.h cxxabi_forced.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/deque.tcc deque.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/enable_special_members.h enable_special_members.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/exception_defines.h exception_defines.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/exception_ptr.h exception_ptr.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/forward_list.h forward_list.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/forward_list.tcc forward_list.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/fstream.tcc fstream.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/functexcept.h functexcept.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/functional_hash.h functional_hash.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/gslice.h gslice.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/gslice_array.h gslice_array.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/hash_bytes.h hash_bytes.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/hashtable.h hashtable.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/hashtable_policy.h hashtable_policy.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/indirect_array.h indirect_array.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/ios_base.h ios_base.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/istream.tcc istream.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/list.tcc list.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_classes.h locale_classes.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_classes.tcc locale_classes.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_facets.h locale_facets.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_facets.tcc locale_facets.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_facets_nonio.h locale_facets_nonio.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/locale_facets_nonio.tcc locale_facets_nonio.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/localefwd.h localefwd.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/mask_array.h mask_array.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/memoryfwd.h memoryfwd.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/move.h move.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/nested_exception.h nested_exception.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/ostream.tcc ostream.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/ostream_insert.h ostream_insert.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/parse_numbers.h parse_numbers.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/postypes.h postypes.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/predefined_ops.h predefined_ops.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/ptr_traits.h ptr_traits.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/random.h random.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/random.tcc random.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/range_access.h range_access.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex.h regex.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex.tcc regex.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_automaton.h regex_automaton.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_automaton.tcc regex_automaton.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_compiler.h regex_compiler.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_compiler.tcc regex_compiler.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_constants.h regex_constants.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_error.h regex_error.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_executor.h regex_executor.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_executor.tcc regex_executor.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_scanner.h regex_scanner.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/regex_scanner.tcc regex_scanner.tcc
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/shared_ptr.h shared_ptr.h
ln -s ../../../../Cellar/gcc49/4.9.3/include/c++/4.9.3/bits/shared_ptr_base.h shared_ptr_base.h
Only the first 100 operations were output.
==> Caveats
GCC has been built with multilib support. Notably, OpenMP may not work:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670
If you need OpenMP support you may want to
brew reinstall gcc --without-multilib
==> Summary
🍺 /usr/local/Cellar/gcc/6.2.0: 1,435 files, 281.9M
==> Installing staticfloat/julia/julia dependency: libffi
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.0.13.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/libffi-3.0.13.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/libffi-3.0.13.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying libffi-3.0.13.el_capitan.bottle.tar.gz checksum
==> Pouring libffi-3.0.13.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/libffi-3.0.13.el_capitan.bottle.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Some formulae require a newer version of libffi.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/libffi/lib
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig
==> Summary
🍺 /usr/local/Cellar/libffi/3.0.13: 15 files, 374.7K
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/llvm37-julia
==> Downloading https://juliabottles.s3.amazonaws.com/llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://juliabottles.s3.amazonaws.com/llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz checksum
==> Pouring llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/llvm37-julia-3.7.1_3.el_capitan.bottle.1.tar.gz
==> Finishing up
==> Caveats
Extra tools are installed in /usr/local/opt/llvm37-julia/share/clang-3.7
To link to libc++, something like the following is required:
CXX="clang++-3.7 -stdlib=libc++"
CXXFLAGS="$CXXFLAGS -nostdinc++ -I/usr/local/opt/llvm37-julia/lib/llvm-3.7/include/c++/v1"
LDFLAGS="$LDFLAGS -L/usr/local/opt/llvm37-julia/lib/llvm-3.7/lib"
This formula is keg-only, which means it was not symlinked into /usr/local.
Conflicts with llvm37 in homebrew-versions.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/llvm37-julia/lib
If you need Python to find bindings for this keg-only formula, run:
echo /usr/local/opt/llvm37-julia/lib/python2.7/site-packages >> /usr/local/lib/python2.7/site-packages/llvm37-julia.pth
==> Summary
🍺 /usr/local/Cellar/llvm37-julia/3.7.1_3: 1,634 files, 200.2M
==> Installing staticfloat/julia/julia dependency: pcre2
==> Downloading https://homebrew.bintray.com/bottles/pcre2-10.22.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/pcre2-10.22.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/pcre2-10.22.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying pcre2-10.22.el_capitan.bottle.tar.gz checksum
==> Pouring pcre2-10.22.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/pcre2-10.22.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/pcre2/10.22/bin/pcre2-config pcre2-config
ln -s ../Cellar/pcre2/10.22/bin/pcre2grep pcre2grep
ln -s ../Cellar/pcre2/10.22/bin/pcre2test pcre2test
ln -s ../Cellar/pcre2/10.22/include/pcre2.h pcre2.h
ln -s ../Cellar/pcre2/10.22/include/pcre2posix.h pcre2posix.h
ln -s ../../Cellar/pcre2/10.22/share/doc/pcre2 pcre2
ln -s ../../../Cellar/pcre2/10.22/share/man/man1/pcre2-config.1 pcre2-config.1
ln -s ../../../Cellar/pcre2/10.22/share/man/man1/pcre2grep.1 pcre2grep.1
ln -s ../../../Cellar/pcre2/10.22/share/man/man1/pcre2test.1 pcre2test.1
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2.3 pcre2.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_callout_enumerate.3 pcre2_callout_enumerate.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_code_copy.3 pcre2_code_copy.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_code_free.3 pcre2_code_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_compile.3 pcre2_compile.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_compile_context_copy.3 pcre2_compile_context_copy.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_compile_context_create.3 pcre2_compile_context_create.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_compile_context_free.3 pcre2_compile_context_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_config.3 pcre2_config.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_dfa_match.3 pcre2_dfa_match.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_general_context_copy.3 pcre2_general_context_copy.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_general_context_create.3 pcre2_general_context_create.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_general_context_free.3 pcre2_general_context_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_get_error_message.3 pcre2_get_error_message.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_get_mark.3 pcre2_get_mark.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_get_ovector_count.3 pcre2_get_ovector_count.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_get_ovector_pointer.3 pcre2_get_ovector_pointer.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_get_startchar.3 pcre2_get_startchar.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_compile.3 pcre2_jit_compile.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_free_unused_memory.3 pcre2_jit_free_unused_memory.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_match.3 pcre2_jit_match.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_stack_assign.3 pcre2_jit_stack_assign.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_stack_create.3 pcre2_jit_stack_create.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_jit_stack_free.3 pcre2_jit_stack_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_maketables.3 pcre2_maketables.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match.3 pcre2_match.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_context_copy.3 pcre2_match_context_copy.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_context_create.3 pcre2_match_context_create.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_context_free.3 pcre2_match_context_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_data_create.3 pcre2_match_data_create.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_data_create_from_pattern.3 pcre2_match_data_create_from_pattern.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_match_data_free.3 pcre2_match_data_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_pattern_info.3 pcre2_pattern_info.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_serialize_decode.3 pcre2_serialize_decode.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_serialize_encode.3 pcre2_serialize_encode.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_serialize_free.3 pcre2_serialize_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_serialize_get_number_of_codes.3 pcre2_serialize_get_number_of_codes.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_bsr.3 pcre2_set_bsr.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_callout.3 pcre2_set_callout.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_character_tables.3 pcre2_set_character_tables.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_compile_recursion_guard.3 pcre2_set_compile_recursion_guard.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_match_limit.3 pcre2_set_match_limit.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_newline.3 pcre2_set_newline.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_offset_limit.3 pcre2_set_offset_limit.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_parens_nest_limit.3 pcre2_set_parens_nest_limit.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_recursion_limit.3 pcre2_set_recursion_limit.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_set_recursion_memory_management.3 pcre2_set_recursion_memory_management.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substitute.3 pcre2_substitute.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_copy_byname.3 pcre2_substring_copy_byname.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_copy_bynumber.3 pcre2_substring_copy_bynumber.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_free.3 pcre2_substring_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_get_byname.3 pcre2_substring_get_byname.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_get_bynumber.3 pcre2_substring_get_bynumber.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_length_byname.3 pcre2_substring_length_byname.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_length_bynumber.3 pcre2_substring_length_bynumber.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_list_free.3 pcre2_substring_list_free.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_list_get.3 pcre2_substring_list_get.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_nametable_scan.3 pcre2_substring_nametable_scan.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2_substring_number_from_name.3 pcre2_substring_number_from_name.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2api.3 pcre2api.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2build.3 pcre2build.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2callout.3 pcre2callout.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2compat.3 pcre2compat.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2demo.3 pcre2demo.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2jit.3 pcre2jit.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2limits.3 pcre2limits.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2matching.3 pcre2matching.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2partial.3 pcre2partial.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2pattern.3 pcre2pattern.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2perform.3 pcre2perform.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2posix.3 pcre2posix.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2sample.3 pcre2sample.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2serialize.3 pcre2serialize.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2stack.3 pcre2stack.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2syntax.3 pcre2syntax.3
ln -s ../../../Cellar/pcre2/10.22/share/man/man3/pcre2unicode.3 pcre2unicode.3
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-16.0.dylib libpcre2-16.0.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-16.a libpcre2-16.a
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-16.dylib libpcre2-16.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-32.0.dylib libpcre2-32.0.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-32.a libpcre2-32.a
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-32.dylib libpcre2-32.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-8.0.dylib libpcre2-8.0.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-8.a libpcre2-8.a
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-8.dylib libpcre2-8.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-posix.1.dylib libpcre2-posix.1.dylib
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-posix.a libpcre2-posix.a
ln -s ../Cellar/pcre2/10.22/lib/libpcre2-posix.dylib libpcre2-posix.dylib
ln -s ../../Cellar/pcre2/10.22/lib/pkgconfig/libpcre2-16.pc libpcre2-16.pc
ln -s ../../Cellar/pcre2/10.22/lib/pkgconfig/libpcre2-32.pc libpcre2-32.pc
ln -s ../../Cellar/pcre2/10.22/lib/pkgconfig/libpcre2-8.pc libpcre2-8.pc
Only the first 100 operations were output.
==> Summary
🍺 /usr/local/Cellar/pcre2/10.22: 199 files, 5.0M
==> Installing staticfloat/julia/julia dependency: fftw
==> Downloading https://homebrew.bintray.com/bottles/fftw-3.3.5.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/fftw-3.3.5.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/fftw-3.3.5.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying fftw-3.3.5.el_capitan.bottle.tar.gz checksum
==> Pouring fftw-3.3.5.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/fftw-3.3.5.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/fftw/3.3.5/bin/fftw-wisdom fftw-wisdom
ln -s ../Cellar/fftw/3.3.5/bin/fftw-wisdom-to-conf fftw-wisdom-to-conf
ln -s ../Cellar/fftw/3.3.5/bin/fftwf-wisdom fftwf-wisdom
ln -s ../Cellar/fftw/3.3.5/bin/fftwl-wisdom fftwl-wisdom
ln -s ../Cellar/fftw/3.3.5/include/fftw3.f fftw3.f
ln -s ../Cellar/fftw/3.3.5/include/fftw3.f03 fftw3.f03
ln -s ../Cellar/fftw/3.3.5/include/fftw3.h fftw3.h
ln -s ../Cellar/fftw/3.3.5/include/fftw3l.f03 fftw3l.f03
ln -s ../Cellar/fftw/3.3.5/include/fftw3q.f03 fftw3q.f03
ln -s ../../Cellar/fftw/3.3.5/share/info/fftw3.info fftw3.info
info /usr/local/share/info/fftw3.info
ln -s ../../Cellar/fftw/3.3.5/share/info/fftw3.info-1 fftw3.info-1
ln -s ../../Cellar/fftw/3.3.5/share/info/fftw3.info-2 fftw3.info-2
ln -s ../../../Cellar/fftw/3.3.5/share/man/man1/fftw-wisdom-to-conf.1 fftw-wisdom-to-conf.1
ln -s ../../../Cellar/fftw/3.3.5/share/man/man1/fftw-wisdom.1 fftw-wisdom.1
ln -s ../../../Cellar/fftw/3.3.5/share/man/man1/fftwf-wisdom.1 fftwf-wisdom.1
ln -s ../../../Cellar/fftw/3.3.5/share/man/man1/fftwl-wisdom.1 fftwl-wisdom.1
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3.3.dylib libfftw3.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3.a libfftw3.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3.dylib libfftw3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3_threads.3.dylib libfftw3_threads.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3_threads.a libfftw3_threads.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3_threads.dylib libfftw3_threads.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f.3.dylib libfftw3f.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f.a libfftw3f.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f.dylib libfftw3f.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f_threads.3.dylib libfftw3f_threads.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f_threads.a libfftw3f_threads.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3f_threads.dylib libfftw3f_threads.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l.3.dylib libfftw3l.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l.a libfftw3l.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l.dylib libfftw3l.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l_threads.3.dylib libfftw3l_threads.3.dylib
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l_threads.a libfftw3l_threads.a
ln -s ../Cellar/fftw/3.3.5/lib/libfftw3l_threads.dylib libfftw3l_threads.dylib
ln -s ../../Cellar/fftw/3.3.5/lib/pkgconfig/fftw3.pc fftw3.pc
ln -s ../../Cellar/fftw/3.3.5/lib/pkgconfig/fftw3f.pc fftw3f.pc
ln -s ../../Cellar/fftw/3.3.5/lib/pkgconfig/fftw3l.pc fftw3l.pc
==> Summary
🍺 /usr/local/Cellar/fftw/3.3.5: 45 files, 10.8M
==> Installing staticfloat/julia/julia dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2j.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/openssl-1.0.2j.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/openssl-1.0.2j.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying openssl-1.0.2j.el_capitan.bottle.tar.gz checksum
==> Pouring openssl-1.0.2j.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/openssl-1.0.2j.el_capitan.bottle.tar.gz
==> Finishing up
==> Using the sandbox
/usr/bin/sandbox-exec -f /tmp/homebrew20161208-5731-92ksgh.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/postinstall.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl.rb -v --only-dependencies --HEAD
==> Caveats
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
This formula is keg-only, which means it was not symlinked into /usr/local.
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
==> Summary
🍺 /usr/local/Cellar/openssl/1.0.2j: 1,695 files, 12M
==> Installing staticfloat/julia/julia dependency: libssh2
==> Downloading https://homebrew.bintray.com/bottles/libssh2-1.8.0.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/libssh2-1.8.0.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/libssh2-1.8.0.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying libssh2-1.8.0.el_capitan.bottle.1.tar.gz checksum
==> Pouring libssh2-1.8.0.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/libssh2-1.8.0.el_capitan.bottle.1.tar.gz
==> Finishing up
ln -s ../Cellar/libssh2/1.8.0/include/libssh2.h libssh2.h
ln -s ../Cellar/libssh2/1.8.0/include/libssh2_publickey.h libssh2_publickey.h
ln -s ../Cellar/libssh2/1.8.0/include/libssh2_sftp.h libssh2_sftp.h
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_connect.3 libssh2_agent_connect.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_disconnect.3 libssh2_agent_disconnect.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_free.3 libssh2_agent_free.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_get_identity.3 libssh2_agent_get_identity.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_init.3 libssh2_agent_init.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_list_identities.3 libssh2_agent_list_identities.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_agent_userauth.3 libssh2_agent_userauth.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_banner_set.3 libssh2_banner_set.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_base64_decode.3 libssh2_base64_decode.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_close.3 libssh2_channel_close.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_direct_tcpip.3 libssh2_channel_direct_tcpip.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_direct_tcpip_ex.3 libssh2_channel_direct_tcpip_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_eof.3 libssh2_channel_eof.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_exec.3 libssh2_channel_exec.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_flush.3 libssh2_channel_flush.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_flush_ex.3 libssh2_channel_flush_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_flush_stderr.3 libssh2_channel_flush_stderr.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_forward_accept.3 libssh2_channel_forward_accept.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_forward_cancel.3 libssh2_channel_forward_cancel.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_forward_listen.3 libssh2_channel_forward_listen.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_forward_listen_ex.3 libssh2_channel_forward_listen_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_free.3 libssh2_channel_free.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_get_exit_signal.3 libssh2_channel_get_exit_signal.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_get_exit_status.3 libssh2_channel_get_exit_status.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_handle_extended_data.3 libssh2_channel_handle_extended_data.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_handle_extended_data2.3 libssh2_channel_handle_extended_data2.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_ignore_extended_data.3 libssh2_channel_ignore_extended_data.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_open_ex.3 libssh2_channel_open_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_open_session.3 libssh2_channel_open_session.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_process_startup.3 libssh2_channel_process_startup.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_read.3 libssh2_channel_read.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_read_ex.3 libssh2_channel_read_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_read_stderr.3 libssh2_channel_read_stderr.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_receive_window_adjust.3 libssh2_channel_receive_window_adjust.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_receive_window_adjust2.3 libssh2_channel_receive_window_adjust2.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_request_pty.3 libssh2_channel_request_pty.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_request_pty_ex.3 libssh2_channel_request_pty_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_request_pty_size.3 libssh2_channel_request_pty_size.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_request_pty_size_ex.3 libssh2_channel_request_pty_size_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_send_eof.3 libssh2_channel_send_eof.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_set_blocking.3 libssh2_channel_set_blocking.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_setenv.3 libssh2_channel_setenv.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_setenv_ex.3 libssh2_channel_setenv_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_shell.3 libssh2_channel_shell.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_subsystem.3 libssh2_channel_subsystem.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_wait_closed.3 libssh2_channel_wait_closed.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_wait_eof.3 libssh2_channel_wait_eof.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_window_read.3 libssh2_channel_window_read.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_window_read_ex.3 libssh2_channel_window_read_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_window_write.3 libssh2_channel_window_write.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_window_write_ex.3 libssh2_channel_window_write_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_write.3 libssh2_channel_write.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_write_ex.3 libssh2_channel_write_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_write_stderr.3 libssh2_channel_write_stderr.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_x11_req.3 libssh2_channel_x11_req.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_channel_x11_req_ex.3 libssh2_channel_x11_req_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_exit.3 libssh2_exit.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_free.3 libssh2_free.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_hostkey_hash.3 libssh2_hostkey_hash.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_init.3 libssh2_init.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_keepalive_config.3 libssh2_keepalive_config.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_keepalive_send.3 libssh2_keepalive_send.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_add.3 libssh2_knownhost_add.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_addc.3 libssh2_knownhost_addc.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_check.3 libssh2_knownhost_check.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_checkp.3 libssh2_knownhost_checkp.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_del.3 libssh2_knownhost_del.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_free.3 libssh2_knownhost_free.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_get.3 libssh2_knownhost_get.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_init.3 libssh2_knownhost_init.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_readfile.3 libssh2_knownhost_readfile.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_readline.3 libssh2_knownhost_readline.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_writefile.3 libssh2_knownhost_writefile.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_knownhost_writeline.3 libssh2_knownhost_writeline.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_poll.3 libssh2_poll.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_poll_channel_read.3 libssh2_poll_channel_read.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_add.3 libssh2_publickey_add.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_add_ex.3 libssh2_publickey_add_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_init.3 libssh2_publickey_init.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_list_fetch.3 libssh2_publickey_list_fetch.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_list_free.3 libssh2_publickey_list_free.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_remove.3 libssh2_publickey_remove.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_remove_ex.3 libssh2_publickey_remove_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_publickey_shutdown.3 libssh2_publickey_shutdown.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_scp_recv.3 libssh2_scp_recv.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_scp_recv2.3 libssh2_scp_recv2.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_scp_send.3 libssh2_scp_send.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_scp_send64.3 libssh2_scp_send64.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_scp_send_ex.3 libssh2_scp_send_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_abstract.3 libssh2_session_abstract.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_banner_get.3 libssh2_session_banner_get.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_banner_set.3 libssh2_session_banner_set.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_block_directions.3 libssh2_session_block_directions.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_callback_set.3 libssh2_session_callback_set.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_disconnect.3 libssh2_session_disconnect.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_disconnect_ex.3 libssh2_session_disconnect_ex.3
ln -s ../../../Cellar/libssh2/1.8.0/share/man/man3/libssh2_session_flag.3 libssh2_session_flag.3
Only the first 100 operations were output.
==> Summary
🍺 /usr/local/Cellar/libssh2/1.8.0: 182 files, 799.0K
==> Installing staticfloat/julia/julia dependency: libgit2
==> Downloading https://homebrew.bintray.com/bottles/libgit2-0.24.3.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/libgit2-0.24.3.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/libgit2-0.24.3.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying libgit2-0.24.3.el_capitan.bottle.tar.gz checksum
==> Pouring libgit2-0.24.3.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/libgit2-0.24.3.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/libgit2/0.24.3/include/git2 git2
ln -s ../Cellar/libgit2/0.24.3/include/git2.h git2.h
ln -s ../Cellar/libgit2/0.24.3/share/libgit2 libgit2
ln -s ../Cellar/libgit2/0.24.3/lib/libgit2.0.24.3.dylib libgit2.0.24.3.dylib
ln -s ../Cellar/libgit2/0.24.3/lib/libgit2.24.dylib libgit2.24.dylib
ln -s ../Cellar/libgit2/0.24.3/lib/libgit2.dylib libgit2.dylib
ln -s ../../Cellar/libgit2/0.24.3/lib/pkgconfig/libgit2.pc libgit2.pc
==> Summary
🍺 /usr/local/Cellar/libgit2/0.24.3: 101 files, 1.7M
==> Installing staticfloat/julia/julia dependency: mbedtls
==> Downloading https://homebrew.bintray.com/bottles/mbedtls-2.4.0.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/mbedtls-2.4.0.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/mbedtls-2.4.0.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying mbedtls-2.4.0.el_capitan.bottle.tar.gz checksum
==> Pouring mbedtls-2.4.0.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/mbedtls-2.4.0.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/mbedtls/2.4.0/bin/aescrypt2 aescrypt2
ln -s ../Cellar/mbedtls/2.4.0/bin/cert_app cert_app
ln -s ../Cellar/mbedtls/2.4.0/bin/cert_req cert_req
ln -s ../Cellar/mbedtls/2.4.0/bin/cert_write cert_write
ln -s ../Cellar/mbedtls/2.4.0/bin/crl_app crl_app
ln -s ../Cellar/mbedtls/2.4.0/bin/crypt_and_hash crypt_and_hash
ln -s ../Cellar/mbedtls/2.4.0/bin/dh_client dh_client
ln -s ../Cellar/mbedtls/2.4.0/bin/dh_genprime dh_genprime
ln -s ../Cellar/mbedtls/2.4.0/bin/dh_server dh_server
ln -s ../Cellar/mbedtls/2.4.0/bin/dtls_client dtls_client
ln -s ../Cellar/mbedtls/2.4.0/bin/dtls_server dtls_server
ln -s ../Cellar/mbedtls/2.4.0/bin/gen_entropy gen_entropy
ln -s ../Cellar/mbedtls/2.4.0/bin/gen_key gen_key
ln -s ../Cellar/mbedtls/2.4.0/bin/gen_random_ctr_drbg gen_random_ctr_drbg
ln -s ../Cellar/mbedtls/2.4.0/bin/gen_random_havege gen_random_havege
ln -s ../Cellar/mbedtls/2.4.0/bin/generic_sum generic_sum
ln -s ../Cellar/mbedtls/2.4.0/bin/key_app key_app
ln -s ../Cellar/mbedtls/2.4.0/bin/mbedtls-benchmark mbedtls-benchmark
ln -s ../Cellar/mbedtls/2.4.0/bin/mbedtls-selftest mbedtls-selftest
ln -s ../Cellar/mbedtls/2.4.0/bin/mini_client mini_client
ln -s ../Cellar/mbedtls/2.4.0/bin/pem2der pem2der
ln -s ../Cellar/mbedtls/2.4.0/bin/pk_decrypt pk_decrypt
ln -s ../Cellar/mbedtls/2.4.0/bin/pk_encrypt pk_encrypt
ln -s ../Cellar/mbedtls/2.4.0/bin/pk_sign pk_sign
ln -s ../Cellar/mbedtls/2.4.0/bin/pk_verify pk_verify
ln -s ../Cellar/mbedtls/2.4.0/bin/req_app req_app
ln -s ../Cellar/mbedtls/2.4.0/bin/rsa_decrypt rsa_decrypt
ln -s ../Cellar/mbedtls/2.4.0/bin/rsa_encrypt rsa_encrypt
ln -s ../Cellar/mbedtls/2.4.0/bin/rsa_genkey rsa_genkey
ln -s ../Cellar/mbedtls/2.4.0/bin/rsa_sign rsa_sign
ln -s ../Cellar/mbedtls/2.4.0/bin/rsa_verify rsa_verify
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_cert_test ssl_cert_test
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_client1 ssl_client1
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_client2 ssl_client2
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_fork_server ssl_fork_server
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_mail_client ssl_mail_client
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_pthread_server ssl_pthread_server
ln -s ../Cellar/mbedtls/2.4.0/bin/ssl_server ssl_server
ln -s ../Cellar/mbedtls/2.4.0/bin/strerror strerror
ln -s ../Cellar/mbedtls/2.4.0/bin/udp_proxy udp_proxy
ln -s ../Cellar/mbedtls/2.4.0/include/mbedtls mbedtls
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedcrypto.0.dylib libmbedcrypto.0.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedcrypto.2.4.0.dylib libmbedcrypto.2.4.0.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedcrypto.a libmbedcrypto.a
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedcrypto.dylib libmbedcrypto.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedtls.10.dylib libmbedtls.10.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedtls.2.4.0.dylib libmbedtls.2.4.0.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedtls.a libmbedtls.a
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedtls.dylib libmbedtls.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedx509.0.dylib libmbedx509.0.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedx509.2.4.0.dylib libmbedx509.2.4.0.dylib
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedx509.a libmbedx509.a
ln -s ../Cellar/mbedtls/2.4.0/lib/libmbedx509.dylib libmbedx509.dylib
==> Summary
🍺 /usr/local/Cellar/mbedtls/2.4.0: 127 files, 2.8M
rm /usr/local/bin/ccmake
rm /usr/local/bin/cmake
rm /usr/local/bin/cmakexbuild
rm /usr/local/bin/cpack
rm /usr/local/bin/ctest
rm /usr/local/share/aclocal/cmake.m4
rm /usr/local/share/cmake
rm /usr/local/share/doc/cmake
rm /usr/local/share/emacs/site-lisp/cmake
rm /usr/local/share/man/man1/ccmake.1
rm /usr/local/share/man/man1/cmake.1
rm /usr/local/share/man/man1/cpack.1
rm /usr/local/share/man/man1/ctest.1
rm /usr/local/share/man/man7/cmake-buildsystem.7
rm /usr/local/share/man/man7/cmake-commands.7
rm /usr/local/share/man/man7/cmake-compile-features.7
rm /usr/local/share/man/man7/cmake-developer.7
rm /usr/local/share/man/man7/cmake-generator-expressions.7
rm /usr/local/share/man/man7/cmake-generators.7
rm /usr/local/share/man/man7/cmake-language.7
rm /usr/local/share/man/man7/cmake-modules.7
rm /usr/local/share/man/man7/cmake-packages.7
rm /usr/local/share/man/man7/cmake-policies.7
rm /usr/local/share/man/man7/cmake-properties.7
rm /usr/local/share/man/man7/cmake-qt.7
rm /usr/local/share/man/man7/cmake-toolchains.7
rm /usr/local/share/man/man7/cmake-variables.7
==> Installing staticfloat/julia/julia dependency: cmake
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.7.1.el_capitan.bottle.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://homebrew.bintray.com/bottles/cmake-3.7.1.el_capitan.bottle.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/cmake-3.7.1.el_capitan.bottle.tar.gz.incomplete --silent
==> Verifying cmake-3.7.1.el_capitan.bottle.tar.gz checksum
==> Pouring cmake-3.7.1.el_capitan.bottle.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/cmake-3.7.1.el_capitan.bottle.tar.gz
==> Finishing up
ln -s ../Cellar/cmake/3.7.1/bin/ccmake ccmake
ln -s ../Cellar/cmake/3.7.1/bin/cmake cmake
ln -s ../Cellar/cmake/3.7.1/bin/cmakexbuild cmakexbuild
ln -s ../Cellar/cmake/3.7.1/bin/cpack cpack
ln -s ../Cellar/cmake/3.7.1/bin/ctest ctest
ln -s ../../Cellar/cmake/3.7.1/share/aclocal/cmake.m4 cmake.m4
ln -s ../Cellar/cmake/3.7.1/share/cmake cmake
ln -s ../../Cellar/cmake/3.7.1/share/doc/cmake cmake
ln -s ../../../Cellar/cmake/3.7.1/share/emacs/site-lisp/cmake cmake
ln -s ../../../Cellar/cmake/3.7.1/share/man/man1/ccmake.1 ccmake.1
ln -s ../../../Cellar/cmake/3.7.1/share/man/man1/cmake.1 cmake.1
ln -s ../../../Cellar/cmake/3.7.1/share/man/man1/cpack.1 cpack.1
ln -s ../../../Cellar/cmake/3.7.1/share/man/man1/ctest.1 ctest.1
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-buildsystem.7 cmake-buildsystem.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-commands.7 cmake-commands.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-compile-features.7 cmake-compile-features.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-developer.7 cmake-developer.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-generator-expressions.7 cmake-generator-expressions.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-generators.7 cmake-generators.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-language.7 cmake-language.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-modules.7 cmake-modules.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-packages.7 cmake-packages.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-policies.7 cmake-policies.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-properties.7 cmake-properties.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-qt.7 cmake-qt.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-server.7 cmake-server.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-toolchains.7 cmake-toolchains.7
ln -s ../../../Cellar/cmake/3.7.1/share/man/man7/cmake-variables.7 cmake-variables.7
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.7.1: 2,143 files, 29M
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/openblas-julia
==> Downloading https://juliabottles.s3.amazonaws.com/openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://juliabottles.s3.amazonaws.com/openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz checksum
==> Pouring openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/openblas-julia-0.2.19.el_capitan.bottle.1.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Conflicts with openblas in homebrew-science.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openblas-julia/lib
CPPFLAGS: -I/usr/local/opt/openblas-julia/include
==> Summary
🍺 /usr/local/Cellar/openblas-julia/0.2.19: 18 files, 148.6M
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/arpack-julia
==> Downloading https://juliabottles.s3.amazonaws.com/arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://juliabottles.s3.amazonaws.com/arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz checksum
==> Pouring arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/arpack-julia-3.3.0_4.el_capitan.bottle.1.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Conflicts with arpack in homebrew-science.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/arpack-julia/lib
PKG_CONFIG_PATH: /usr/local/opt/arpack-julia/lib/pkgconfig
==> Summary
🍺 /usr/local/Cellar/arpack-julia/3.3.0_4: 10 files, 1.5M
==> Installing staticfloat/julia/julia dependency: staticfloat/julia/suite-sparse-julia
==> Downloading https://juliabottles.s3.amazonaws.com/suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz
/usr/bin/curl --fail --remote-time --location --user-agent Homebrew/1.1.2 (Macintosh; Intel macOS 10.11.6) curl/7.43.0 https://juliabottles.s3.amazonaws.com/suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz -C 0 -o /Users/travis/Library/Caches/Homebrew/suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz.incomplete --silent
==> Verifying suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz checksum
==> Pouring suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz
tar xzf /Users/travis/Library/Caches/Homebrew/suite-sparse-julia-4.4.6_2.el_capitan.bottle.1.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Conflicts with suite-sparse in homebrew-science.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/suite-sparse-julia/lib
CPPFLAGS: -I/usr/local/opt/suite-sparse-julia/include
==> Summary
🍺 /usr/local/Cellar/suite-sparse-julia/4.4.6_2: 94 files, 3.3M
mkdir -p /Users/travis/build/JuliaLang/julia/usr/lib
mkdir -p /Users/travis/build/JuliaLang/julia/deps/build/SuiteSparse-SYSTEM/lib
cd /Users/travis/build/JuliaLang/julia/deps/build/SuiteSparse-SYSTEM/lib && \
rm -f /Users/travis/build/JuliaLang/julia/usr/lib/lib{amd,cholmod,colamd,spqr,umfpack}.dylib
clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libsuitesparseconfig.dylib
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libsuitesparseconfig.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libsuitesparseconfig.dylib
clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libamd.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libamd.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -L/Users/travis/build/JuliaLang/julia/usr/lib -lsuitesparseconfig -Wl,-rpath,'@loader_path/'
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libamd.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libamd.dylib
clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libcolamd.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libcolamd.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -lopenblas -L/Users/travis/build/JuliaLang/julia/usr/lib -lsuitesparseconfig -Wl,-rpath,'@loader_path/'
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libcolamd.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libcolamd.dylib
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libcholmod.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libcholmod.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -lopenblas -L/Users/travis/build/JuliaLang/julia/usr/lib -lsuitesparseconfig -lcolamd -lccolamd -lcamd -lamd -Wl,-rpath,'@loader_path/'
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libcholmod.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libcholmod.dylib
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libumfpack.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libumfpack.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -lopenblas -L/Users/travis/build/JuliaLang/julia/usr/lib -lsuitesparseconfig -lcolamd -lccolamd -lcamd -lamd -lcholmod -Wl,-rpath,'@loader_path/'
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_apply_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_free.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_fsize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_is_permutation.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_malloc.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_realloc.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_singletons.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_i_cholmod.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_apply_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_free.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_fsize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_is_permutation.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_malloc.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_realloc.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_singletons.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_l_cholmod.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_gn_timer.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_gn_tictoc.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_lhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_uhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_triplet_map_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_triplet_nomap_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_triplet_nomap_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_triplet_map_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_assemble_fixq.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_store_lu_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_assemble.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_blas3_update.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_build_tuples.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_create_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_extend_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_garbage_collection.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_get_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_init_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_kernel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_kernel_init.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_kernel_wrapup.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_local_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_lsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_ltsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_mem_alloc_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_mem_alloc_head_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_mem_alloc_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_mem_free_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_mem_init_memoryspace.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_row_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_scale_column.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_set_stats.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_symbolic_usage.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_tuple_lengths.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_usolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_utsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_valid_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_valid_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_grow_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_start_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_store_lu.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_di_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_wsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_col_to_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_free_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_free_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_get_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_get_lunz.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_get_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_get_determinant.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_qsymbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_matrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_status.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_triplet_to_col.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_load_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_save_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_load_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_di_save_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_lhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_uhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_triplet_map_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_triplet_nomap_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_triplet_nomap_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_triplet_map_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_assemble_fixq.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_store_lu_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_assemble.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_blas3_update.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_build_tuples.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_create_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_extend_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_garbage_collection.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_get_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_init_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_kernel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_kernel_init.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_kernel_wrapup.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_local_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_lsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_ltsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_mem_alloc_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_mem_alloc_head_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_mem_alloc_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_mem_free_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_mem_init_memoryspace.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_row_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_scale_column.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_set_stats.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_symbolic_usage.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_tuple_lengths.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_usolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_utsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_valid_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_valid_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_grow_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_start_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_store_lu.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_dl_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_wsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_col_to_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_free_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_free_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_get_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_get_lunz.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_get_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_get_determinant.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_qsymbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_matrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_status.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_triplet_to_col.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_load_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_save_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_load_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_dl_save_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_lhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_uhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_triplet_map_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_triplet_nomap_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_triplet_nomap_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_triplet_map_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_assemble_fixq.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_store_lu_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_assemble.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_blas3_update.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_build_tuples.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_create_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_extend_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_garbage_collection.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_get_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_init_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_kernel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_kernel_init.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_kernel_wrapup.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_local_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_lsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_ltsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_mem_alloc_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_mem_alloc_head_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_mem_alloc_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_mem_free_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_mem_init_memoryspace.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_row_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_scale_column.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_set_stats.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_symbolic_usage.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_tuple_lengths.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_usolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_utsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_valid_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_valid_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_grow_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_start_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_store_lu.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zi_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_wsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_col_to_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_free_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_free_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_get_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_get_lunz.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_get_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_get_determinant.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_qsymbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_matrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_status.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_triplet_to_col.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_load_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_save_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_load_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zi_save_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_lhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_uhsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_triplet_map_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_triplet_nomap_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_triplet_nomap_nox.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_triplet_map_x.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_assemble_fixq.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_store_lu_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_assemble.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_blas3_update.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_build_tuples.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_create_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_extend_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_garbage_collection.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_get_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_init_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_kernel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_kernel_init.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_kernel_wrapup.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_local_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_lsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_ltsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_mem_alloc_element.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_mem_alloc_head_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_mem_alloc_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_mem_free_tail_block.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_mem_init_memoryspace.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_row_search.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_scale_column.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_set_stats.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_symbolic_usage.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_tuple_lengths.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_usolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_utsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_valid_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_valid_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_grow_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_start_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_store_lu.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umf_zl_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_wsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_col_to_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_free_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_free_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_get_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_get_lunz.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_get_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_get_determinant.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_qsymbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_matrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_perm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_status.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_report_vector.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_triplet_to_col.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_load_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_save_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_load_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libumfpack.a(umfpack_zl_save_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libumfpack.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libumfpack.dylib
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libspqr.a -o /Users/travis/build/JuliaLang/julia/usr/lib/libspqr.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -lopenblas -L/Users/travis/build/JuliaLang/julia/usr/lib -lsuitesparseconfig -lcolamd -lccolamd -lcamd -lamd -lcholmod -Wl,-rpath,'@loader_path/'
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_rmap.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(SuiteSparseQR_C.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(SuiteSparseQR_expert.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_parallel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_kernel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_assemble.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_cpack.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_csize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_fcsize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_debug.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_front.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_freenum.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_freesym.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_freefac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_fsize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_maxcolnorm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_rconvert.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_rcount.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_rhpack.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_rsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_stranspose1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_stranspose2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_hpinv.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_1fixed.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_1colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(SuiteSparseQR.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_1factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_cumsum.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_shift.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_happly.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_panel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_happly_work.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(SuiteSparseQR_qmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_trapezoidal.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_larftb.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_append.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_type.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libspqr.a(spqr_tol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a(SuiteSparse_config.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcolamd.a(colamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libccolamd.a(ccolamd_l.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcamd.a(camd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_i_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_1.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_2.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_dump.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_post_tree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_defaults.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_order.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_control.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_info.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_valid.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libamd.a(amd_l_preprocess.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_aat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_add.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_band.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_change_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_common.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_complex.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_copy.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_dense.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_error.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factor.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_memory.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sparse.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_transpose.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_triplet.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_version.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_check.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_read.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_write.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_amd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_analyze.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_colamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_etree.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_factorize.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_postorder.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rcond.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_resymbol.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowcolcounts.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowfac.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_spsolve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_drop.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_horzcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_norm.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_scale.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_sdmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ssmult.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_submatrix.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_vertcat.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_symmetry.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowadd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_rowdel.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_updown.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_numeric.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_solve.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_super_symbolic.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_ccolamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_csymamd.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_metis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_nesdis.o)) was built for newer OSX version (10.11) than being linked (10.7)
ld: warning: object file (/usr/local/opt/suite-sparse-julia/lib/libcholmod.a(cholmod_l_camd.o)) was built for newer OSX version (10.11) than being linked (10.7)
install_name_tool -id @rpath/libspqr.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libspqr.dylib
$ git clone -q git://git.kitenet.net/moreutils
$ echo $BUILDOPTS
-j3 USECLANG=1 LLVM_CONFIG=/usr/local/opt/llvm37-julia/bin/llvm-config-3.7 LLVM_SIZE=/usr/local/opt/llvm37-julia/bin/llvm-size-3.7 VERBOSE=1 USE_BLAS64=0 SUITESPARSE_INC=-I/usr/local/opt/suite-sparse-julia/include FORCE_ASSERTIONS=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_LLVM=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_MPFR=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIBUNWIND=1 spawn=$(JULIA_MACOS_SPAWN)
The command "echo $BUILDOPTS" exited with 0.
$ make -C moreutils mispipe
gcc -O2 -g -Wall -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib mispipe.c -o mispipe
The command "make -C moreutils mispipe" exited with 0.
$ make $BUILDOPTS -C base version_git.jl.phony
sh /Users/travis/build/JuliaLang/julia/base/version_git.sh /Users/travis/build/JuliaLang/julia/base > version_git.jl.phony
fatal: bad revision '^^a05852beb22670ec0c61a693eb06a3ac78c1ebe'
The command "make $BUILDOPTS -C base version_git.jl.phony" exited with 0.
$ moreutils/mispipe "make \$BUILDOPTS VERBOSE=0 -C deps 2> deps-err.log" "$BAR" > deps.log || { echo "-- deps build log stderr tail 100 --------------------------------------"; tail -n 100 deps-err.log; echo "-- deps build log stdout tail 100 --------------------------------------"; tail -n 100 deps.log; echo "-- deps build log stderr all -------------------------------------------"; cat deps-err.log; echo "-- deps build log stdout all -------------------------------------------"; cat deps.log; echo "-- end of deps build log -----------------------------------------------"; false; }
The command "moreutils/mispipe "make \$BUILDOPTS VERBOSE=0 -C deps 2> deps-err.log" "$BAR" > deps.log || { echo "-- deps build log stderr tail 100 --------------------------------------"; tail -n 100 deps-err.log; echo "-- deps build log stdout tail 100 --------------------------------------"; tail -n 100 deps.log; echo "-- deps build log stderr all -------------------------------------------"; cat deps-err.log; echo "-- deps build log stdout all -------------------------------------------"; cat deps.log; echo "-- end of deps build log -----------------------------------------------"; false; }" exited with 0.
$ make $BUILDOPTS NO_GIT=1 prefix=/tmp/julia install | moreutils/ts -s "%.s"
0.040679 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -o /Users/travis/build/JuliaLang/julia/usr/tools/stringreplace /Users/travis/build/JuliaLang/julia/contrib/stringreplace.c
0.411626 Creating usr/etc/julia/juliarc.jl
0.414529 Copying in usr/share/man/man1/julia.1
0.418957 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 /Users/travis/build/JuliaLang/julia/contrib/julia-config.jl /Users/travis/build/JuliaLang/julia/usr/share/julia/
0.442811 Copying in usr/share/doc/julia/examples
0.783007 make[2]: Nothing to be done for `default'.
1.229155 /Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/travis/build/JuliaLang/julia/src/support BUILDDIR='/Users/travis/build/JuliaLang/julia/src/support'
1.234366 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -O3 /Users/travis/build/JuliaLang/julia/src/ccalltest.c -fPIC -shared -o /Users/travis/build/JuliaLang/julia/usr/lib/libccalltest.dylib.tmp -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib
1.245384 clang -stdlib=libc++ -mmacosx-version-min=10.7 -E -D PCRE2_CODE_UNIT_WIDTH=8 -dM /usr/local/Cellar/pcre2/10.22/include/pcre2.h | perl -nle '/^\s*#define\s+PCRE2_(\w*)\s*\(?(0x[0-9a-fA-F]+|[0-9]+)\)?u?\s*$/ and print "const $1 = UInt32($2)"' | LC_ALL=C sort > pcre_h.jl
1.318923 echo '#include <errno.h>' | clang -stdlib=libc++ -mmacosx-version-min=10.7 -E -dM - | perl -nle 'print "const $1 = Int32($2)" if /^#define\s+(E\w+)\s+(\d+)\s*$/' | LC_ALL=C sort > errno_h.jl
1.439866
1.447693 clang -stdlib=libc++ -mmacosx-version-min=10.7 -E -P -DJULIA /Users/travis/build/JuliaLang/julia/base/../src/file_constants.h | perl -nle 'print "$1 0o$2" if /^(\s*const\s+[A-z_]+\s+=)\s+(0[0-9]*)\s*$/; print "$1" if /^\s*(const\s+[A-z_]+\s+=\s+([1-9]|0x)[0-9A-z]*)\s*$/' > file_constants.jl
1.525790 clang -stdlib=libc++ -mmacosx-version-min=10.7 -E -P "-I/Users/travis/build/JuliaLang/julia/usr/include" -DJULIA /Users/travis/build/JuliaLang/julia/base/../src/uv_constants.h | tail -n 16 > uv_constants.jl
1.594474 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c hashing.c -o /Users/travis/build/JuliaLang/julia/src/support/hashing.o
1.758731 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c timefuncs.c -o /Users/travis/build/JuliaLang/julia/src/support/timefuncs.o
1.829600 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ptrhash.c -o /Users/travis/build/JuliaLang/julia/src/support/ptrhash.o
1.951434 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c operators.c -o /Users/travis/build/JuliaLang/julia/src/support/operators.o
2.056916 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c utf8.c -o /Users/travis/build/JuliaLang/julia/src/support/utf8.o
2.202532 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ios.c -o /Users/travis/build/JuliaLang/julia/src/support/ios.o
2.204351 mv /Users/travis/build/JuliaLang/julia/usr/lib/libccalltest.dylib.tmp /Users/travis/build/JuliaLang/julia/usr/lib/libccalltest.dylib
2.222266 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c htable.c -o /Users/travis/build/JuliaLang/julia/src/support/htable.o
2.380903 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c bitvector.c -o /Users/travis/build/JuliaLang/julia/src/support/bitvector.o
2.551483 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c int2str.c -o /Users/travis/build/JuliaLang/julia/src/support/int2str.o
2.613505 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c libsupportinit.c -o /Users/travis/build/JuliaLang/julia/src/support/libsupportinit.o
2.717810 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c arraylist.c -o /Users/travis/build/JuliaLang/julia/src/support/arraylist.o
2.828266 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c strtod.c -o /Users/travis/build/JuliaLang/julia/src/support/strtod.o
2.830878 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c crc32c.c -o /Users/travis/build/JuliaLang/julia/src/support/crc32c.o
3.024613 rm -rf /Users/travis/build/JuliaLang/julia/src/support/libsupport.a
3.049342 ar -rcs /Users/travis/build/JuliaLang/julia/src/support/libsupport.a /Users/travis/build/JuliaLang/julia/src/support/hashing.o /Users/travis/build/JuliaLang/julia/src/support/timefuncs.o /Users/travis/build/JuliaLang/julia/src/support/ptrhash.o /Users/travis/build/JuliaLang/julia/src/support/operators.o /Users/travis/build/JuliaLang/julia/src/support/utf8.o /Users/travis/build/JuliaLang/julia/src/support/ios.o /Users/travis/build/JuliaLang/julia/src/support/htable.o /Users/travis/build/JuliaLang/julia/src/support/bitvector.o /Users/travis/build/JuliaLang/julia/src/support/int2str.o /Users/travis/build/JuliaLang/julia/src/support/libsupportinit.o /Users/travis/build/JuliaLang/julia/src/support/arraylist.o /Users/travis/build/JuliaLang/julia/src/support/strtod.o /Users/travis/build/JuliaLang/julia/src/support/crc32c.o
4.180301 /Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/travis/build/JuliaLang/julia/src/flisp BUILDDIR='/Users/travis/build/JuliaLang/julia/src/flisp'
4.398104 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flisp.c -o /Users/travis/build/JuliaLang/julia/src/flisp/flisp.o
4.398195 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c builtins.c -o /Users/travis/build/JuliaLang/julia/src/flisp/builtins.o
4.410528 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c string.c -o /Users/travis/build/JuliaLang/julia/src/flisp/string.o
4.751342 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c equalhash.c -o /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.o
4.791355 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c table.c -o /Users/travis/build/JuliaLang/julia/src/flisp/table.o
5.025911 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c iostream.c -o /Users/travis/build/JuliaLang/julia/src/flisp/iostream.o
5.089672 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c julia_extensions.c -o /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.o
5.397083 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flmain.c -o /Users/travis/build/JuliaLang/julia/src/flisp/flmain.o
7.704323 rm -rf /Users/travis/build/JuliaLang/julia/src/flisp/libflisp.a
7.711920 ar -rcs /Users/travis/build/JuliaLang/julia/src/flisp/libflisp.a /Users/travis/build/JuliaLang/julia/src/flisp/flisp.o /Users/travis/build/JuliaLang/julia/src/flisp/builtins.o /Users/travis/build/JuliaLang/julia/src/flisp/string.o /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.o /Users/travis/build/JuliaLang/julia/src/flisp/table.o /Users/travis/build/JuliaLang/julia/src/flisp/iostream.o /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.o
7.803386 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -O3 -g -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib /Users/travis/build/JuliaLang/julia/src/flisp/flisp.o /Users/travis/build/JuliaLang/julia/src/flisp/builtins.o /Users/travis/build/JuliaLang/julia/src/flisp/string.o /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.o /Users/travis/build/JuliaLang/julia/src/flisp/table.o /Users/travis/build/JuliaLang/julia/src/flisp/iostream.o /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.o /Users/travis/build/JuliaLang/julia/src/flisp/flmain.o -o /Users/travis/build/JuliaLang/julia/src/flisp/flisp /Users/travis/build/JuliaLang/julia/src/flisp/libflisp.a /Users/travis/build/JuliaLang/julia/src/flisp/../support/libsupport.a /Users/travis/build/JuliaLang/julia/usr/lib/libuv.a /Users/travis/build/JuliaLang/julia/usr/lib/libutf8proc.a -lpthread -ldl -Wl,-w -framework CoreFoundation -framework CoreServices
8.148929 DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" ./flisp/flisp /Users/travis/build/JuliaLang/julia/src/mk_julia_flisp_boot.scm /Users/travis/build/JuliaLang/julia/src/ jlfrontend.scm julia_flisp.boot
8.459208 DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" ./flisp/flisp /Users/travis/build/JuliaLang/julia/src/bin2hex.scm < julia_flisp.boot > julia_flisp.boot.inc
9.647630 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/END.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.661227 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ENTRY.amd64.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.672741 mv julia_version.h.release.tmp julia_version.h
9.674801 mv julia_version.h.debug.tmp julia_version.h
9.677459 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ENTRY.i387.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.680541 /Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/travis/build/JuliaLang/julia/src/support debug BUILDDIR='/Users/travis/build/JuliaLang/julia/src/support'
9.684767 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 julia_version.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.698914 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/MurmurHash3.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.704365 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/MurmurHash3.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.720807 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/arraylist.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.725193 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/arraylist.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.746378 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/bitvector.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.753589 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/bitvector.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.777688 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/crc32c.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.804499 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/crc32c.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.839034 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/dirpath.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.870263 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/dirpath.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.906440 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/dtypes.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.907494 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/dtypes.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.923940 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/hashing.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.930375 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/hashing.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.950520 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/htable.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
9.950756 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/htable.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.078615 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ios.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.078687 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ios.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.078709 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/libsupport.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.078728 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/libsupport.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.078748 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/platform.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.120369 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/platform.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.120446 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ptrhash.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.120469 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c hashing.c -o /Users/travis/build/JuliaLang/julia/src/support/hashing.dbg.obj
10.142856 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/ptrhash.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.142934 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/strtod.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.303611 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/strtod.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.303695 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/timefuncs.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.303724 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/timefuncs.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.303746 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/tzfile.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.303766 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/tzfile.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.308937 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/utf8.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.309015 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/utils.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.309038 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/support/utf8.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.309058 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/julia.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.329178 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/julia.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.329296 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/julia_threads.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.329331 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/src/julia_threads.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.329353 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/usr/include/uv-darwin.h /Users/travis/build/JuliaLang/julia/usr/include/uv-errno.h /Users/travis/build/JuliaLang/julia/usr/include/uv-threadpool.h /Users/travis/build/JuliaLang/julia/usr/include/uv-unix.h /Users/travis/build/JuliaLang/julia/usr/include/uv-version.h /Users/travis/build/JuliaLang/julia/usr/include/uv.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.413151 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/usr/include/uv-darwin.h /Users/travis/build/JuliaLang/julia/usr/include/uv-errno.h /Users/travis/build/JuliaLang/julia/usr/include/uv-threadpool.h /Users/travis/build/JuliaLang/julia/usr/include/uv-unix.h /Users/travis/build/JuliaLang/julia/usr/include/uv-version.h /Users/travis/build/JuliaLang/julia/usr/include/uv.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
10.426661 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jltypes.c -o jltypes.o
10.427216 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jltypes.c -o jltypes.dbg.obj
10.523580 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c timefuncs.c -o /Users/travis/build/JuliaLang/julia/src/support/timefuncs.dbg.obj
10.590986 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ptrhash.c -o /Users/travis/build/JuliaLang/julia/src/support/ptrhash.dbg.obj
10.669196 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c operators.c -o /Users/travis/build/JuliaLang/julia/src/support/operators.dbg.obj
10.724055 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c utf8.c -o /Users/travis/build/JuliaLang/julia/src/support/utf8.dbg.obj
10.807304 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ios.c -o /Users/travis/build/JuliaLang/julia/src/support/ios.dbg.obj
11.002169 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c htable.c -o /Users/travis/build/JuliaLang/julia/src/support/htable.dbg.obj
11.065745 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c bitvector.c -o /Users/travis/build/JuliaLang/julia/src/support/bitvector.dbg.obj
11.174730 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c int2str.c -o /Users/travis/build/JuliaLang/julia/src/support/int2str.dbg.obj
11.222397 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c libsupportinit.c -o /Users/travis/build/JuliaLang/julia/src/support/libsupportinit.dbg.obj
11.320012 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c arraylist.c -o /Users/travis/build/JuliaLang/julia/src/support/arraylist.dbg.obj
11.384195 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c strtod.c -o /Users/travis/build/JuliaLang/julia/src/support/strtod.dbg.obj
11.551812 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c crc32c.c -o /Users/travis/build/JuliaLang/julia/src/support/crc32c.dbg.obj
11.629763 rm -rf /Users/travis/build/JuliaLang/julia/src/support/libsupport-debug.a
11.645760 ar -rcs /Users/travis/build/JuliaLang/julia/src/support/libsupport-debug.a /Users/travis/build/JuliaLang/julia/src/support/hashing.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/timefuncs.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/ptrhash.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/operators.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/utf8.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/ios.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/htable.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/bitvector.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/int2str.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/libsupportinit.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/arraylist.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/strtod.dbg.obj /Users/travis/build/JuliaLang/julia/src/support/crc32c.dbg.obj
11.684952 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gf.c -o gf.o
12.024070 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gf.c -o gf.dbg.obj
12.745842 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/typemap.c -o typemap.dbg.obj
13.244104 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/ast.c -o ast.dbg.obj
14.088285 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/builtins.c -o builtins.dbg.obj
14.572125 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/module.c -o module.dbg.obj
14.673805 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/typemap.c -o typemap.o
15.028196 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/interpreter.c -o interpreter.dbg.obj
15.439116 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/alloc.c -o alloc.dbg.obj
15.505559 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/ast.c -o ast.o
16.087623 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/dlload.c -o dlload.dbg.obj
16.232363 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/sys.c -o sys.dbg.obj
16.542047 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/builtins.c -o builtins.o
16.826167 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/init.c -o init.dbg.obj
17.397266 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/task.c -o task.dbg.obj
17.640953 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/array.c -o array.dbg.obj
17.865174 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/dump.c -o dump.dbg.obj
18.175316 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/module.c -o module.o
18.544180 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/toplevel.c -o toplevel.dbg.obj
18.685618 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/interpreter.c -o interpreter.o
18.996272 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jl_uv.c -o jl_uv.dbg.obj
19.171156 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/alloc.c -o alloc.o
19.549141 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/simplevector.c -o simplevector.dbg.obj
19.800704 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/dlload.c -o dlload.o
19.904828 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/APInt-C.cpp -o APInt-C.dbg.obj
20.229685 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/runtime_intrinsics.c -o runtime_intrinsics.dbg.obj
20.879753 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/sys.c -o sys.o
20.958506 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/init.c -o init.o
21.407265 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/runtime_ccall.cpp -o runtime_ccall.dbg.obj
21.512320 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/task.c -o task.o
21.654992 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/array.c -o array.o
22.173500 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/threadgroup.c -o threadgroup.dbg.obj
22.461339 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/dump.c -o dump.o
22.481914 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/toplevel.c -o toplevel.o
22.801559 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/threading.c -o threading.dbg.obj
23.112773 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/stackwalk.c -o stackwalk.dbg.obj
23.365674 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc.c -o gc.dbg.obj
23.421146 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jl_uv.c -o jl_uv.o
23.923837 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc-debug.c -o gc-debug.dbg.obj
24.118546 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc-pages.c -o gc-pages.dbg.obj
24.307916 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/simplevector.c -o simplevector.o
24.533998 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jlapi.c -o jlapi.dbg.obj
24.848821 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/signal-handling.c -o signal-handling.dbg.obj
25.043787 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/APInt-C.cpp -o APInt-C.o
25.353993 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/safepoint.c -o safepoint.dbg.obj
25.638930 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/runtime_intrinsics.c -o runtime_intrinsics.o
25.647987 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jloptions.c -o jloptions.dbg.obj
25.983381 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/timing.c -o timing.dbg.obj
26.239739 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/codegen.cpp -o codegen.dbg.obj
26.891705 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jitlayers.cpp -o jitlayers.dbg.obj
27.449256 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/runtime_ccall.cpp -o runtime_ccall.o
28.650500 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/threadgroup.c -o threadgroup.o
28.983382 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/threading.c -o threading.o
29.435575 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/stackwalk.c -o stackwalk.o
29.929689 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc.c -o gc.o
31.804769 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc-debug.c -o gc-debug.o
32.257063 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/gc-pages.c -o gc-pages.o
32.789535 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jlapi.c -o jlapi.o
33.271067 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/signal-handling.c -o signal-handling.o
33.610936 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/disasm.cpp -o disasm.dbg.obj
33.866094 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/safepoint.c -o safepoint.o
34.289316 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jloptions.c -o jloptions.o
34.778813 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/timing.c -o timing.o
35.083682 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/codegen.cpp -o codegen.o
37.646020 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/debuginfo.cpp -o debuginfo.dbg.obj
39.022580 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/jitlayers.cpp -o jitlayers.o
42.648354 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-simdloop.cpp -o llvm-simdloop.dbg.obj
44.953028 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-ptls.cpp -o llvm-ptls.dbg.obj
47.625875 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-gcroot.cpp -o llvm-gcroot.dbg.obj
48.211266 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/cgmemmgr.cpp -o cgmemmgr.dbg.obj
51.612771 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/disasm.cpp -o disasm.o
53.673184 /Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/travis/build/JuliaLang/julia/src/flisp debug BUILDDIR='/Users/travis/build/JuliaLang/julia/src/flisp'
53.954958 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flisp.c -o /Users/travis/build/JuliaLang/julia/src/flisp/flisp.dbg.obj
54.639950 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c builtins.c -o /Users/travis/build/JuliaLang/julia/src/flisp/builtins.dbg.obj
54.763312 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c string.c -o /Users/travis/build/JuliaLang/julia/src/flisp/string.dbg.obj
54.882865 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c equalhash.c -o /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.dbg.obj
54.990949 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c table.c -o /Users/travis/build/JuliaLang/julia/src/flisp/table.dbg.obj
55.102466 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c iostream.c -o /Users/travis/build/JuliaLang/julia/src/flisp/iostream.dbg.obj
55.266691 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c julia_extensions.c -o /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.dbg.obj
55.380062 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flmain.c -o /Users/travis/build/JuliaLang/julia/src/flisp/flmain.dbg.obj
55.479348 rm -rf /Users/travis/build/JuliaLang/julia/src/flisp/libflisp-debug.a
55.495058 ar -rcs /Users/travis/build/JuliaLang/julia/src/flisp/libflisp-debug.a /Users/travis/build/JuliaLang/julia/src/flisp/flisp.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/builtins.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/string.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/table.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/iostream.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.dbg.obj
55.585449 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I../support -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib /Users/travis/build/JuliaLang/julia/src/flisp/flisp.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/builtins.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/string.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/equalhash.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/table.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/iostream.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/julia_extensions.dbg.obj /Users/travis/build/JuliaLang/julia/src/flisp/flmain.dbg.obj -o /Users/travis/build/JuliaLang/julia/src/flisp/flisp-debug /Users/travis/build/JuliaLang/julia/src/flisp/libflisp-debug.a /Users/travis/build/JuliaLang/julia/src/flisp/../support/libsupport-debug.a /Users/travis/build/JuliaLang/julia/usr/lib/libuv.a /Users/travis/build/JuliaLang/julia/usr/lib/libutf8proc.a -lpthread -ldl -Wl,-w -framework CoreFoundation -framework CoreServices
55.699934 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys-debug.dylib\"" ./jltypes.dbg.obj ./gf.dbg.obj ./typemap.dbg.obj ./ast.dbg.obj ./builtins.dbg.obj ./module.dbg.obj ./interpreter.dbg.obj ./alloc.dbg.obj ./dlload.dbg.obj ./sys.dbg.obj ./init.dbg.obj ./task.dbg.obj ./array.dbg.obj ./dump.dbg.obj ./toplevel.dbg.obj ./jl_uv.dbg.obj ./simplevector.dbg.obj ./APInt-C.dbg.obj ./runtime_intrinsics.dbg.obj ./runtime_ccall.dbg.obj ./threadgroup.dbg.obj ./threading.dbg.obj ./stackwalk.dbg.obj ./gc.dbg.obj ./gc-debug.dbg.obj ./gc-pages.dbg.obj ./jlapi.dbg.obj ./signal-handling.dbg.obj ./safepoint.dbg.obj ./jloptions.dbg.obj ./timing.dbg.obj ./codegen.dbg.obj ./jitlayers.dbg.obj ./disasm.dbg.obj ./debuginfo.dbg.obj ./llvm-simdloop.dbg.obj ./llvm-ptls.dbg.obj ./llvm-gcroot.dbg.obj ./cgmemmgr.dbg.obj -Wl,-rpath,'@loader_path/' -Wl,-rpath,'@loader_path/julia/' -o /Users/travis/build/JuliaLang/julia/usr/lib/libjulia-debug.0.6.0.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -Xlinker -all_load ./flisp/libflisp-debug.a -Xlinker -all_load ./support/libsupport-debug.a -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib /Users/travis/build/JuliaLang/julia/usr/lib/libuv.a /Users/travis/build/JuliaLang/julia/usr/lib/libutf8proc.a -L/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/lib -lLLVM-3.7.1 -ldl -Wl,-w -framework CoreFoundation -framework CoreServices
55.961869 install_name_tool -id @rpath/libjulia-debug.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libjulia-debug.0.6.0.dylib
56.151103 dsymutil /Users/travis/build/JuliaLang/julia/usr/lib/libjulia-debug.0.6.0.dylib
58.086173 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/debuginfo.cpp -o debuginfo.o
58.727202 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat -c /Users/travis/build/JuliaLang/julia/ui/repl.c -o repl.dbg.obj
58.994831 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat repl.dbg.obj -o /Users/travis/build/JuliaLang/julia/usr/bin/julia-debug -L/Users/travis/build/JuliaLang/julia/usr/lib/julia -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib -ljulia-debug -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -ldl -Wl,-w -framework CoreFoundation -framework CoreServices -Wl,-rpath,'@executable_path/../lib'
59.036879 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-simdloop.cpp -o llvm-simdloop.o
61.003102 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-ptls.cpp -o llvm-ptls.o
63.746680 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/llvm-gcroot.cpp -o llvm-gcroot.o
64.429130 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" -c /Users/travis/build/JuliaLang/julia/src/cgmemmgr.cpp -o cgmemmgr.o
64.666599 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 julia_version.h /Users/travis/build/JuliaLang/julia/usr/include/julia/
68.983662 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -D_GNU_SOURCE -I. -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/flisp -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -I/Users/travis/build/JuliaLang/julia/usr/include -DLIBRARY_EXPORTS -I/Users/travis/build/JuliaLang/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"Darwin"' -I/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dylib\"" ./jltypes.o ./gf.o ./typemap.o ./ast.o ./builtins.o ./module.o ./interpreter.o ./alloc.o ./dlload.o ./sys.o ./init.o ./task.o ./array.o ./dump.o ./toplevel.o ./jl_uv.o ./simplevector.o ./APInt-C.o ./runtime_intrinsics.o ./runtime_ccall.o ./threadgroup.o ./threading.o ./stackwalk.o ./gc.o ./gc-debug.o ./gc-pages.o ./jlapi.o ./signal-handling.o ./safepoint.o ./jloptions.o ./timing.o ./codegen.o ./jitlayers.o ./disasm.o ./debuginfo.o ./llvm-simdloop.o ./llvm-ptls.o ./llvm-gcroot.o ./cgmemmgr.o -Wl,-rpath,'@loader_path/' -Wl,-rpath,'@loader_path/julia/' -o /Users/travis/build/JuliaLang/julia/usr/lib/libjulia.0.6.0.dylib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -Xlinker -all_load ./flisp/libflisp.a -Xlinker -all_load ./support/libsupport.a -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib /Users/travis/build/JuliaLang/julia/usr/lib/libuv.a /Users/travis/build/JuliaLang/julia/usr/lib/libutf8proc.a -L/usr/local/Cellar/llvm37-julia/3.7.1_3/lib/llvm-3.7/lib -lLLVM-3.7.1 -ldl -Wl,-w -framework CoreFoundation -framework CoreServices
69.208888 install_name_tool -id @rpath/libjulia.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libjulia.0.6.0.dylib
69.282490 dsymutil /Users/travis/build/JuliaLang/julia/usr/lib/libjulia.0.6.0.dylib
70.715261 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -fasynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 -DSYSTEM_LLVM -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -O3 -g -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat -c /Users/travis/build/JuliaLang/julia/ui/repl.c -o repl.o
71.036097 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -DUSE_ORCJIT -pipe -fPIC -fno-rtti -pedantic -O3 -g -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src -I/Users/travis/build/JuliaLang/julia/src/support -I/Users/travis/build/JuliaLang/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat repl.o -o /Users/travis/build/JuliaLang/julia/usr/bin/julia -L/Users/travis/build/JuliaLang/julia/usr/lib/julia -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib -ljulia -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -ldl -Wl,-w -framework CoreFoundation -framework CoreServices -Wl,-rpath,'@executable_path/../lib'
71.306909 cd /Users/travis/build/JuliaLang/julia/base && DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" /Users/travis/build/JuliaLang/julia/usr/bin/julia -C native --output-ji /Users/travis/build/JuliaLang/julia/usr/lib/julia/inference.ji --startup-file=no -g0 -O0 coreimg.jl
87.067879 cd /Users/travis/build/JuliaLang/julia/base && DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" /Users/travis/build/JuliaLang/julia/usr/bin/julia -O3 -C native --output-o /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.o --startup-file=no --sysimage /Users/travis/build/JuliaLang/julia/usr/lib/julia/inference.ji sysimg.jl || { echo '*** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. ***' && false; }
87.071522 cd /Users/travis/build/JuliaLang/julia/base && DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" /Users/travis/build/JuliaLang/julia/usr/bin/julia-debug -O0 -C native --output-o /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys-debug.o --startup-file=no --sysimage /Users/travis/build/JuliaLang/julia/usr/lib/julia/inference.ji sysimg.jl || { echo '*** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. ***' && false; }
WARNING: Method definition (::Type{#T<:Any})(Any) in module Inference at coreimg.jl:38 overwritten in module Base at sysimg.jl:66.
WARNING: Method definition (::Type{#T<:Any})(Any) in module Inference at coreimg.jl:38 overwritten in module Base at sysimg.jl:66.
103.494399 WARNING: no build number found for pre-release version
WARNING: Method definition searchsortedfirst(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsortedlast(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsorted(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
113.691128 WARNING: no build number found for pre-release version
WARNING: Method definition searchsortedfirst(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsortedlast(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsorted(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
271.290733 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -shared -fPIC -L/Users/travis/build/JuliaLang/julia/usr/lib/julia -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib -o /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.dylib /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.o -ljulia $([ Darwin = WINNT ] && echo '' -lssp)
ld: warning: object file (/Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.o) was built for newer OSX version (15.6) than being linked (10.7)
313.044961 clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/suite-sparse-julia/lib -shared -fPIC -L/Users/travis/build/JuliaLang/julia/usr/lib/julia -L/Users/travis/build/JuliaLang/julia/usr/lib -L/Users/travis/build/JuliaLang/julia/usr/lib -o /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys-debug.dylib /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys-debug.o -ljulia-debug $([ Darwin = WINNT ] && echo '' -lssp)
ld: warning: object file (/Users/travis/build/JuliaLang/julia/usr/lib/julia/sys-debug.o) was built for newer OSX version (15.6) than being linked (10.7)
318.206130 make[2]: Nothing to be done for `default'.
318.547933 make[2]: Nothing to be done for `julia_flisp.boot.inc.phony'.
318.791899 make[2]: Nothing to be done for `libjulia-release'.
319.005791 make[2]: Nothing to be done for `julia-release'.
319.216157 make[2]: `/Users/travis/build/JuliaLang/julia/usr/lib/julia/inference.ji' is up to date.
319.449156 make[2]: `/Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.dylib' is up to date.
319.462085 Building HTML documentation.
319.462589 /Users/travis/build/JuliaLang/julia/usr/bin/julia make.jl -- deploy
WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas"
dlopen(libopenblas.dylib, 1): image not found")
INFO: Initializing package repository /Users/travis/build/JuliaLang/julia/doc/deps/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Cloning cache of Compat from https://github.com/JuliaLang/Compat.jl.git
INFO: Cloning cache of DocStringExtensions from https://github.com/JuliaDocs/DocStringExtensions.jl.git
INFO: Cloning cache of Documenter from https://github.com/JuliaDocs/Documenter.jl.git
INFO: Installing Compat v0.9.5
INFO: Installing DocStringExtensions v0.3.0
INFO: Installing Documenter v0.8.2
WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas"
dlopen(libopenblas.dylib, 1): image not found")
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas"
dlopen(libopenblas.dylib, 1): image not found")
WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas"
dlopen(libopenblas.dylib, 1): image not found")
WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas"
dlopen(libopenblas.dylib, 1): image not found")
407.292144 Documenter: setting up build directory.
408.726820 Documenter: expanding markdown templates.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1646k 100 1646k 0 0 4065k 0 --:--:-- --:--:-- --:--:-- 4076k
414.124568 Documenter: building cross-references.
415.773250 Documenter: running document checks.
415.773353 !! Skipped doctesting.
415.819660 > checking footnote links.
416.205148 Documenter: populating indices.
416.206106 Documenter: rendering document.
426.596505 Build finished. The HTML pages are in _build/html.
426.647578 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 /Users/travis/build/JuliaLang/julia/usr/bin/julia* /tmp/julia/bin/
426.747725 cp -a /Users/travis/build/JuliaLang/julia/usr/libexec /tmp/julia
426.751083 # Copy over .dSYM directories directly
426.754066 cp -a /Users/travis/build/JuliaLang/julia/usr/lib/*.dSYM /tmp/julia/lib
428.504336 cp -a /Users/travis/build/JuliaLang/julia/usr/lib/julia/*.dSYM /tmp/julia/lib/julia
429.518621 for suffix in julia julia-debug ; do \
429.518715 for lib in /Users/travis/build/JuliaLang/julia/usr/lib/lib${suffix}*.dylib*; do \
429.518738 if [ "${lib##*.}" != "dSYM" ]; then \
429.518758 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 $lib /tmp/julia/lib ; \
429.518777 fi \
429.518797 done \
429.518816 done
430.329583 for suffix in ccalltest suitesparse_wrapper openlibm openspecfun dSFMT mbedtls mbedcrypto mbedx509 ssh2 curl git2 ; do \
430.329694 for lib in /Users/travis/build/JuliaLang/julia/usr/lib/lib${suffix}*.dylib*; do \
430.329728 if [ "${lib##*.}" != "dSYM" ]; then \
430.329760 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 $lib /tmp/julia/lib/julia ; \
430.330436 fi \
430.330748 done \
430.330856 done
431.160815 # Copy public headers
431.163713 cp -L /Users/travis/build/JuliaLang/julia/usr/include/julia/* /tmp/julia/include/julia
431.853099 # Copy system image
431.856931 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.ji /tmp/julia/lib/julia
cp: /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.ji: No such file or directory
431.873668 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.dylib /tmp/julia/lib/julia
433.149529 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys-debug.dylib /tmp/julia/lib/julia
435.489438 # Copy in system image build script
435.494410 /Users/travis/build/JuliaLang/julia/contrib/install.sh 755 /Users/travis/build/JuliaLang/julia/contrib/build_sysimg.jl /tmp/julia/share/julia/
435.551453 # Copy in all .jl sources as well
435.556444 cp -R -L /Users/travis/build/JuliaLang/julia/usr/share/julia /tmp/julia/share/
439.093583 # Copy documentation
439.097134 cp -R -L /Users/travis/build/JuliaLang/julia/usr/share/doc/julia/* /tmp/julia/share/doc/julia/
439.192127 cp -R -L /Users/travis/build/JuliaLang/julia/doc/_build/html /tmp/julia/share/doc/julia/
439.234592 # Remove perf suite
439.240001 rm -rf /tmp/julia/share/julia/test/perf/
439.422141 # Remove various files which should not be installed
439.426080 rm -f /tmp/julia/share/julia/base/version_git.sh
439.429072 rm -f /tmp/julia/share/julia/test/Makefile
439.432465 # Copy in beautiful new man page
439.436149 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/usr/share/man/man1/julia.1 /tmp/julia/share/man/man1/
439.450915 # Copy icon and .desktop file
439.453464 mkdir -p /tmp/julia/share/icons/hicolor/scalable/apps/
439.456738 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/contrib/julia.svg /tmp/julia/share/icons/hicolor/scalable/apps/
439.474639 touch -c /tmp/julia/share/icons/hicolor/
439.496437 gtk-update-icon-cache /tmp/julia/share/icons/hicolor/
make: gtk-update-icon-cache: No such file or directory
make: [install] Error 1 (ignored)
439.506930 mkdir -p /tmp/julia/share/applications/
439.509921 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/contrib/julia.desktop /tmp/julia/share/applications/
439.526623 # Install appdata file
439.529844 mkdir -p /tmp/julia/share/appdata/
439.533084 /Users/travis/build/JuliaLang/julia/contrib/install.sh 644 /Users/travis/build/JuliaLang/julia/contrib/julia.appdata.xml /tmp/julia/share/appdata/
439.546608 # Update RPATH entries and JL_SYSTEM_IMAGE_PATH if ../lib/julia != ../lib/julia
439.551764 mkdir -p /tmp/julia/etc
439.555310 cp -R /Users/travis/build/JuliaLang/julia/usr/etc/julia /tmp/julia/etc/
The command "make $BUILDOPTS NO_GIT=1 prefix=/tmp/julia install | moreutils/ts -s "%.s"" exited with 0.
$ make $BUILDOPTS NO_GIT=1 build-stats
==> ./julia binary sizes
DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:/lib:/usr/lib:/usr/local/opt/openblas-julia/lib:/usr/local/opt/suite-sparse-julia/lib:/usr/local/opt/arpack-julia/lib" /usr/local/opt/llvm37-julia/bin/llvm-size-3.7 -A /Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.dylib /Users/travis/build/JuliaLang/julia/usr/lib/libjulia.dylib /Users/travis/build/JuliaLang/julia/usr/bin/julia
/Users/travis/build/JuliaLang/julia/usr/lib/julia/sys.dylib :
section size addr
__text 3677394 2224
__stubs 348 3679618
__stub_helper 596 3679968
__const 23474840 3680576
__cstring 13057 27155424
__unwind_info 66096 27168484
__eh_frame 1081056 27234584
__got 72 28315648
__nl_symbol_ptr 16 28315720
__la_symbol_ptr 464 28315736
__const 367544 28316208
__data 3144 28683752
__bss 165944 28686896
Total 28850571
/Users/travis/build/JuliaLang/julia/usr/lib/libjulia.dylib :
section size addr
__text 1120669 3520
__stubs 4296 1124190
__stub_helper 7076 1128488
__const 301786 1135568
__cstring 57071 1437360
__unwind_info 6820 1494432
__eh_frame 112568 1501256
__got 1080 1613824
__nl_symbol_ptr 16 1614904
__la_symbol_ptr 5728 1614920
__mod_init_func 64 1620648
__mod_term_func 16 1620712
__const 8520 1620736
__data 248760 1629264
__common 1346296 1878032
__bss 806072 3224336
Total 4026838
/Users/travis/build/JuliaLang/julia/usr/bin/julia :
section size addr
__text 3113 4294971072
__stubs 222 4294974186
__stub_helper 386 4294974408
__cstring 383 4294974794
__unwind_info 96 4294975180
__eh_frame 200 4294975280
__program_vars 40 4294975488
__nl_symbol_ptr 16 4294975528
__got 56 4294975544
__la_symbol_ptr 296 4294975600
__common 32 4294975896
Total 4840
==> ./julia launch speedtest
real 0m0.729s
user 0m0.350s
sys 0m0.287s
real 0m0.410s
user 0m0.291s
sys 0m0.108s
real 0m0.432s
user 0m0.301s
sys 0m0.121s
The command "make $BUILDOPTS NO_GIT=1 build-stats" exited with 0.
$ du -sk /tmp/julia/*
36 /tmp/julia/bin
4 /tmp/julia/etc
284 /tmp/julia/include
117488 /tmp/julia/lib
0 /tmp/julia/libexec
12852 /tmp/julia/share
The command "du -sk /tmp/julia/*" exited with 0.
$ if [ `uname` = "Darwin" ]; then for name in suitesparseconfig spqr umfpack colamd cholmod amd suitesparse_wrapper; do install -pm755 usr/lib/lib${name}*.dylib* /tmp/julia/lib/julia/; done; fi
The command "if [ `uname` = "Darwin" ]; then for name in suitesparseconfig spqr umfpack colamd cholmod amd suitesparse_wrapper; do install -pm755 usr/lib/lib${name}*.dylib* /tmp/julia/lib/julia/; done; fi" exited with 0.
$ cd .. && mv julia julia2
The command "cd .. && mv julia julia2" exited with 0.
$ /tmp/julia/bin/julia --precompiled=no -e 'true' && /tmp/julia/bin/julia-debug --precompiled=no -e 'true'
The command "/tmp/julia/bin/julia --precompiled=no -e 'true' && /tmp/julia/bin/julia-debug --precompiled=no -e 'true'" exited with 0.
$ /tmp/julia/bin/julia -e 'versioninfo()'
Julia Version 0.6.0-dev.unknown
Commit f7db232* (2016-12-08 21:17 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin15.6.0)
CPU: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, nehalem)
The command "/tmp/julia/bin/julia -e 'versioninfo()'" exited with 0.
$ export JULIA_CPU_CORES=2 && export JULIA_TEST_MAXRSS_MB=600 && ulimit -n 128 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl $TESTSTORUN && /tmp/julia/bin/julia --check-bounds=yes runtests.jl libgit2-online pkg
Test (Worker): | Time (s): | GC (s): | GC %: | Alloc (MB): | RSS (MB):
linalg/qr (2) | 117.63 | 2.50 | 2.13 | 3150.91 | 323.62
linalg/dense (3) | 150.00 | 1.60 | 1.07 | 2378.77 | 318.25
linalg/schur (3) | 8.32 | 0.34 | 4.03 | 180.80 | 329.86
linalg/special (3) | 29.31 | 0.39 | 1.33 | 486.91 | 349.83
linalg/eigen (3) | 22.37 | 0.22 | 0.96 | 314.10 | 381.00
linalg/bunchkaufman (3) | 8.32 | 0.11 | 1.27 | 104.85 | 381.34
linalg/svd (3) | 11.68 | 0.20 | 1.67 | 231.83 | 387.26
linalg/matmul (2) | 129.56 | 1.04 | 0.80 | 2013.68 | 386.41
linalg/lapack (3) | 36.07 | 0.85 | 2.34 | 698.55 | 415.19
linalg/tridiag (2) | 26.74 | 0.59 | 2.21 | 502.35 | 406.68
linalg/bidiag (3) | 40.55 | 0.54 | 1.34 | 531.11 | 464.67
linalg/pinv (3) | 10.70 | 0.29 | 2.67 | 608.61 | 536.26
linalg/givens (3) | 5.02 | 0.09 | 1.83 | 77.14 | 536.26
linalg/diagonal (2) | 55.28 | 0.62 | 1.12 | 784.90 | 433.33
linalg/lu (2) | 36.28 | 1.15 | 3.18 | 917.03 | 477.89
linalg/cholesky (3) | 44.15 | 0.59 | 1.33 | 656.66 | 536.26
linalg/generic (3) | 6.98 | 0.08 | 1.15 | 93.87 | 536.26
linalg/symmetric (2) | 12.60 | 0.18 | 1.42 | 205.03 | 486.21
linalg/uniformscaling (3) | 14.20 | 0.17 | 1.21 | 173.69 | 536.26
linalg/hessenberg (3) | 0.65 | 0.00 | 0.00 | 9.28 | 536.26
linalg/arnoldi (3) | 24.21 | 0.74 | 3.05 | 518.32 | 543.55
linalg/lq (2) | 53.69 | 1.06 | 1.97 | 1992.30 | 532.45
sparse/sparse (3) | 121.13 | 48.55 | 40.08 | 1282.92 | 614.99
sparse/umfpack (4) | 16.04 | 0.43 | 2.69 | 310.80 | 209.66
sparse/sparsevector (2) | 141.02 | 2.02 | 1.43 | 1843.60 | 595.39
sparse/spqr (2) | 6.90 | 0.14 | 2.01 | 143.28 | 600.83
sparse/cholmod (4) | 30.54 | 0.57 | 1.86 | 639.06 | 293.41
strings/search (4) | 1.44 | 0.00 | 0.00 | 17.26 | 293.41
strings/util (4) | 0.79 | 0.00 | 0.00 | 10.25 | 293.41
strings/io (4) | 1.34 | 0.02 | 1.69 | 40.18 | 293.41
strings/basic (5) | 5.36 | 0.28 | 5.17 | 112.92 | 203.48
unicode/UnicodeError (5) | 0.01 | 0.00 | 0.00 | 0.16 | 203.69
strings/types (4) | 1.96 | 0.01 | 0.58 | 24.91 | 293.41
unicode/utf8proc (5) | 2.08 | 0.01 | 0.45 | 35.47 | 211.51
unicode/utf8 (4) | 2.69 | 0.81 | 30.05 | 851.20 | 356.31
dates/adjusters (4) | 2.75 | 0.03 | 1.14 | 54.37 | 373.54
dates/query (4) | 0.97 | 0.01 | 1.37 | 24.99 | 374.35
dates/accessors (5) | 13.55 | 5.52 | 40.77 | 2566.00 | 1317.49
dates/periods (4) | 9.67 | 0.12 | 1.19 | 162.36 | 382.25
dates/rounding (6) | 1.16 | 0.18 | 15.27 | 13.27 | 188.35
dates/types (6) | 0.92 | 0.11 | 11.82 | 12.73 | 190.73
dates/io (6) | 2.96 | 0.10 | 3.51 | 53.64 | 197.96
dates/arithmetic (6) | 1.89 | 0.02 | 0.99 | 35.79 | 201.18
dates/conversions (6) | 0.96 | 0.01 | 0.92 | 14.42 | 204.17
dates/ranges (4) | 10.34 | 0.19 | 1.85 | 254.39 | 421.90
WARNING: Method definition f(Tuple{Vararg{Int64, #N<:Any}}, AbstractArray{#T<:Any, #N<:Any}) in module TestMain_core at /private/tmp/julia/share/julia/test/core.jl:741 overwritten at /private/tmp/julia/share/julia/test/core.jl:747.
inference (4) | 2.02 | 0.02 | 0.88 | 32.81 | 426.50
keywordargs (4) | 1.83 | 0.02 | 0.92 | 14.95 | 429.05
WARNING: Method definition f() in module JLCall14301 at /private/tmp/julia/share/julia/test/core.jl:3571 overwritten at /private/tmp/julia/share/julia/test/core.jl:3581.
WARNING: static parameter T does not occur in signature for bad_tvars at /private/tmp/julia/share/julia/test/core.jl:4696.
The method will not be callable.
core (6) | 37.55 | 5.96 | 15.86 | 1786.18 | 1431.27
printf (7) | 17.15 | 0.34 | 1.99 | 238.18 | 213.62
char (7) | 1.02 | 0.01 | 0.93 | 13.21 | 218.49
triplequote (7) | 0.04 | 0.00 | 0.00 | 0.21 | 218.54
dict (7) | 12.83 | 0.16 | 1.24 | 297.73 | 244.90
hashing (7) | 7.06 | 0.07 | 1.06 | 126.64 | 254.95
iobuffer (7) | 0.98 | 0.00 | 0.00 | 13.64 | 258.92
staged (7) | 1.20 | 0.01 | 0.88 | 22.10 | 260.02
numbers (4) | 110.02 | 4.74 | 4.31 | 2606.30 | 674.85
offsetarray (7) | 57.97 | 0.78 | 1.34 | 960.66 | 410.24
tuple (7) | 2.32 | 0.04 | 1.78 | 54.37 | 417.24
reduce (7) | 5.04 | 0.06 | 1.18 | 105.16 | 435.39
reducedim (7) | 17.88 | 0.41 | 2.32 | 332.50 | 443.89
random (7) | 12.57 | 0.16 | 1.31 | 256.58 | 446.66
arrayops (8) | 84.38 | 1.55 | 1.84 | 1789.50 | 459.55
intfuncs (8) | 1.06 | 0.02 | 2.00 | 16.72 | 459.75
simdloop (8) | 1.39 | 0.02 | 1.31 | 26.42 | 460.33
vecelement (8) | 1.76 | 0.01 | 0.79 | 24.81 | 465.46
abstractarray (7) | 52.47 | 0.75 | 1.43 | 1000.33 | 493.28
blas (8) | 24.92 | 0.41 | 1.66 | 511.29 | 505.10
copy (8) | 1.82 | 0.03 | 1.77 | 31.79 | 505.10
math (8) | 48.17 | 1.71 | 3.55 | 1560.99 | 542.06
fastmath (8) | 3.79 | 0.05 | 1.38 | 53.36 | 543.36
functional (8) | 4.79 | 0.08 | 1.70 | 92.05 | 545.38
bitarray (7) | 87.77 | 2.11 | 2.40 | 1732.42 | 609.28
iterators (8) | 27.43 | 0.42 | 1.53 | 432.14 | 560.04
operators (8) | 1.98 | 0.24 | 12.19 | 40.40 | 563.35
path (8) | 1.15 | 0.00 | 0.00 | 11.94 | 563.35
parse (8) | 2.68 | 0.04 | 1.41 | 51.28 | 563.35
loading (8) | 0.12 | 0.02 | 14.50 | 0.88 | 563.35
ccall (9) | 5.04 | 0.24 | 4.78 | 75.64 | 202.41
bigfloat (9) | 0.42 | 0.01 | 2.15 | 10.93 | 203.75
bigint (8) | 1.94 | 0.02 | 0.97 | 38.54 | 563.35
statistics (8) | 7.78 | 0.14 | 1.85 | 160.52 | 563.35
From worker 8: [stdio passthrough ok]
spawn (8) | 21.61 | 0.21 | 0.97 | 113.79 | 563.35
backtrace (8) | 0.60 | 0.00 | 0.00 | 10.13 | 563.35
priorityqueue (8) | 1.71 | 0.13 | 7.35 | 91.89 | 563.35
sorting (9) | 44.03 | 0.22 | 0.50 | 584.14 | 256.38
read (9) | 24.33 | 0.11 | 0.46 | 305.91 | 323.25
file (8) | 38.84 | 2.98 | 7.67 | 38.46 | 563.35
version (8) | 1.06 | 0.00 | 0.00 | 13.98 | 563.35
mmap (9) | 8.32 | 4.61 | 55.40 | 62.25 | 323.25
resolve (8) | 5.06 | 0.10 | 1.88 | 83.88 | 563.35
mpfr (8) | 2.63 | 0.02 | 0.69 | 28.66 | 563.35
pollfd (9) | 3.56 | 0.00 | 0.00 | 12.04 | 323.25
complex (9) | 15.67 | 0.13 | 0.83 | 183.52 | 323.25
socket (9) | 3.01 | 0.03 | 0.90 | 35.00 | 323.41
floatapprox (9) | 0.91 | 0.01 | 1.36 | 16.59 | 324.54
datafmt (9) | 5.56 | 0.05 | 0.95 | 101.18 | 329.00
broadcast (8) | 30.74 | 0.51 | 1.64 | 520.92 | 577.11
regex (8) | 0.55 | 0.02 | 3.75 | 8.42 | 578.15
reflection (9) | 6.29 | 0.08 | 1.32 | 122.26 | 343.96
float16 (8) | 1.02 | 0.00 | 0.00 | 17.35 | 579.37
sysinfo (8) | 0.54 | 0.02 | 4.11 | 11.03 | 580.66
combinatorics (9) | 0.90 | 0.01 | 1.56 | 12.93 | 344.85
env (8) | 0.42 | 0.00 | 0.00 | 6.20 | 580.88
rounding (9) | 0.75 | 0.00 | 0.00 | 13.26 | 345.02
mod2pi (9) | 0.21 | 0.00 | 0.00 | 2.97 | 345.11
euler (9) | 1.18 | 0.04 | 3.74 | 32.40 | 354.78
show (9) | 19.66 | 0.34 | 1.75 | 277.34 | 371.84
lineedit (9) | 3.45 | 0.04 | 1.20 | 78.80 | 371.84
replcompletions (9) | 3.23 | 0.04 | 1.26 | 53.43 | 372.63
repl (9) | 6.89 | 0.18 | 2.61 | 81.83 | 373.63
ranges (8) | 38.28 | 14.29 | 37.34 | 4863.91 | 1239.61
replutil (9) | sets (10) | 3.53 | 0.25 | 7.06 | 70.42 | 194.26
test (10) | 7.29 | 0.03 | 0.45 | 70.34 | 227.07
goto (10) | 0.04 | 0.00 | 0.00 | 0.26 | 227.10
llvmcall (10) | 0.25 | 0.00 | 0.00 | 4.18 | 227.38
grisu (10) | 2.28 | 0.02 | 0.88 | 43.66 | 231.11
nullable (10) | 19.54 | 0.16 | 0.80 | 316.08 | 268.39
meta (10) | 0.42 | 0.00 | 0.00 | 6.13 | 275.28
stacktraces (10) | 1.42 | 0.01 | 0.86 | 24.50 | 279.23
profile (10) | 3.92 | 0.03 | 0.68 | 48.89 | 289.34
libgit2 (10) | 9.29 | 0.08 | 0.82 | 104.92 | 349.66
docs (10) | 3.53 | 0.23 | 6.45 | 128.11 | 368.18
markdown (10) | 3.53 | 0.04 | 1.27 | 73.69 | 370.26
base64 (10) | 0.24 | 0.00 | 0.00 | 3.10 | 370.60
serialize (10) | 3.54 | 0.05 | 1.53 | 89.45 | 373.52
misc (10) | 11.47 | 1.22 | 10.60 | 1082.87 | 501.63
Warning: threaded loop executed in order
threads (10) | 12.22 | 0.42 | 3.45 | 81.20 | 521.44
enums (10) | 1.00 | 0.01 | 1.31 | 19.23 | 522.25
cmdlineargs (10) | 122.87 | 0.05 | 0.04 | 49.66 | 527.00
i18n (10) | 0.08 | 0.00 | 0.00 | 0.07 | 527.00
workspace (10) | 0.89 | 0.00 | 0.00 | 0.04 | 527.00
libdl (10) | 1.57 | 0.00 | 0.00 | 3.82 | 527.00
int (10) | 3.49 | 0.04 | 1.26 | 35.04 | 527.00
checked (10) | 4.18 | 0.02 | 0.37 | 32.35 | 527.00
intset (10) | 0.53 | 0.01 | 2.85 | 6.68 | 527.00
floatfuncs (10) | 3.01 | 0.03 | 0.90 | 61.83 | 527.00
inline (10) | 0.21 | 0.01 | 6.28 | 2.14 | 527.00
boundscheck (10) | 3.05 | 0.00 | 0.00 | 2.85 | 527.00
error (10) | 0.66 | 0.00 | 0.00 | 2.15 | 527.00
WARNING: Method definition ambig(Any, Integer) in module TestMain_ambiguous at /private/tmp/julia/share/julia/test/ambiguous.jl:7 overwritten at /private/tmp/julia/share/julia/test/ambiguous.jl:84.
From worker 10: Skipping Base.<|
From worker 10: Skipping Base.>:
From worker 10: Skipping Base.active_repl
From worker 10: Skipping Base.active_repl_backend
ambiguous (10) | 1.31 | 0.02 | 1.71 | 30.44 | 527.00
cartesian (10) | 0.01 | 0.00 | 0.00 | 0.04 | 527.00
asmvariant (10) | 0.03 | 0.00 | 0.00 | 0.06 | 527.00
channels (10) | 9.31 | 0.87 | 9.39 | 419.66 | 635.88
fft (11) | 24.15 | 0.66 | 2.72 | 848.69 | 286.51
dsp (11) | 9.00 | 0.18 | 1.98 | 278.44 | 299.87
examples (11) | 18.83 | 0.59 | 3.14 | 643.16 | 323.82
ERROR: LoadError: BoundsError: attempt to access 1-element Array{RemoteException,1} at index [2]
in getindex(::Array{RemoteException,1}, ::Int64) at ./array.jl:445
in macro expansion at /private/tmp/julia/share/julia/test/runtests.jl:71 [inlined]
in (::##38#45{Array{Any,1},Cmd,Cmd,Int64})() at ./task.jl:404
in sync_end() at ./task.jl:355
in macro expansion at ./task.jl:371 [inlined]
in (::##33#40)() at /private/tmp/julia/share/julia/test/runtests.jl:57
in cd(::##33#40, ::String) at ./file.jl:69
in include_from_node1(::String) at ./loading.jl:532
in include_from_node1(::String) at /private/tmp/julia/lib/julia/sys.dylib:?
in include(::String) at ./sysimg.jl:14
in include(::String) at /private/tmp/julia/lib/julia/sys.dylib:?
in process_options(::Base.JLOptions) at ./client.jl:271
in _start() at ./client.jl:335
in _start() at /private/tmp/julia/lib/julia/sys.dylib:?
while loading /private/tmp/julia/share/julia/test/runtests.jl, in expression starting on line 38
The command "export JULIA_CPU_CORES=2 && export JULIA_TEST_MAXRSS_MB=600 && ulimit -n 128 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl $TESTSTORUN && /tmp/julia/bin/julia --check-bounds=yes runtests.jl libgit2-online pkg" exited with 1.
$ cd `dirname $TRAVIS_BUILD_DIR` && mv julia2 julia && rm -rf julia/deps/scratch/julia-env && rm -f julia/deps/scratch/libgit2-*/CMakeFiles/CMakeOutput.log
The command "cd `dirname $TRAVIS_BUILD_DIR` && mv julia2 julia && rm -rf julia/deps/scratch/julia-env && rm -f julia/deps/scratch/libgit2-*/CMakeFiles/CMakeOutput.log" exited with 0.
store build cache
changes detected, packing new archive
.
.
.
.
.
.
.
.
.
.
.
.
.
.
uploading archive
Done. Your build exited with 1.
/Users/travis/build.sh: line 148: shell_session_update: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment