Skip to content

Instantly share code, notes, and snippets.

@pepijnblom
Created August 17, 2015 12:30
Show Gist options
  • Save pepijnblom/543356b1663e4c20fdfe to your computer and use it in GitHub Desktop.
Save pepijnblom/543356b1663e4c20fdfe to your computer and use it in GitHub Desktop.
HHVM attempt 2015-08-17
pepijn:~ graciousstudios$ brew install hhvm --HEAD --verbose
==> Installing hhvm from mcuadros/homebrew-hhvm
==> Installing dependencies for mcuadros/hhvm/hhvm: curl, sqlite
==> Installing mcuadros/hhvm/hhvm dependency: curl
==> Downloading https://homebrew.bintray.com/bottles/curl-7.44.0.yosemite.bottle.tar.gz
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-481; OS X 10.10.4) https://homebrew.bintray.com/bottles/curl-7.44.0.yosemite.bottle.tar.gz -C 0 -o /Library/Caches/Homebrew/curl-7.44.0.yosemite.bottle.tar.gz.incomplete
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 797k 100 797k 0 0 1204k 0 --:--:-- --:--:-- --:--:-- 1710k
==> Verifying curl-7.44.0.yosemite.bottle.tar.gz checksum
==> Pouring curl-7.44.0.yosemite.bottle.tar.gz
tar xf /Library/Caches/Homebrew/curl-7.44.0.yosemite.bottle.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
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/curl/lib
CPPFLAGS: -I/usr/local/opt/curl/include
==> Summary
🍺 /usr/local/Cellar/curl/7.44.0: 310 files, 2.9M
==> Installing mcuadros/hhvm/hhvm dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.8.11.1.yosemite.bottle.tar.gz
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-481; OS X 10.10.4) https://homebrew.bintray.com/bottles/sqlite-3.8.11.1.yosemite.bottle.tar.gz -C 0 -o /Library/Caches/Homebrew/sqlite-3.8.11.1.yosemite.bottle.tar.gz.incomplete
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1325k 100 1325k 0 0 1985k 0 --:--:-- --:--:-- --:--:-- 1985k
==> Verifying sqlite-3.8.11.1.yosemite.bottle.tar.gz checksum
==> Pouring sqlite-3.8.11.1.yosemite.bottle.tar.gz
tar xf /Library/Caches/Homebrew/sqlite-3.8.11.1.yosemite.bottle.tar.gz
==> Finishing up
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
OS X provides an older sqlite3.
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/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
==> Summary
🍺 /usr/local/Cellar/sqlite/3.8.11.1: 9 files, 2.8M
==> Installing mcuadros/hhvm/hhvm
==> Cloning https://github.com/facebook/hhvm.git
git clone --depth 1 --branch master https://github.com/facebook/hhvm.git /Library/Caches/Homebrew/hhvm--git
Cloning into '/Library/Caches/Homebrew/hhvm--git'...
remote: Counting objects: 44620, done.
remote: Compressing objects: 100% (34502/34502), done.
remote: Total 44620 (delta 6729), reused 31429 (delta 5574), pack-reused 0
Receiving objects: 100% (44620/44620), 22.08 MiB | 4.97 MiB/s, done.
Resolving deltas: 100% (6729/6729), done.
Checking connectivity... done.
Checking out files: 100% (57573/57573), done.
git config homebrew.cacheversion 0
git submodule foreach --recursive git submodule sync
git submodule update --init --recursive
Submodule 'third-party' (https://github.com/hhvm/hhvm-third-party.git) registered for path 'third-party'
Cloning into 'third-party'...
remote: Counting objects: 3079, done.
remote: Total 3079 (delta 0), reused 0 (delta 0), pack-reused 3079
Receiving objects: 100% (3079/3079), 7.72 MiB | 4.65 MiB/s, done.
Resolving deltas: 100% (1687/1687), done.
Checking connectivity... done.
Submodule path 'third-party': checked out '5cfbd0ea334de25115546a08a9dbd2954c6f5ed5'
Submodule 'folly' (https://github.com/facebook/folly.git) registered for path 'folly/src'
Submodule 'mcrouter/src' (https://github.com/facebook/mcrouter) registered for path 'mcrouter/src'
Submodule 'proxygen/src' (https://github.com/facebook/proxygen) registered for path 'proxygen/src'
Submodule 're2/src' (https://github.com/google/re2.git) registered for path 're2/src'
Submodule 'squangle/squangle' (https://github.com/facebook/squangle.git) registered for path 'squangle/src'
Submodule 'thrift/src' (https://github.com/facebook/fbthrift.git) registered for path 'thrift/src'
Submodule 'wangle/src' (https://github.com/facebook/wangle) registered for path 'wangle/src'
Submodule 'webscalesqlclient/webscalesql-5.6' (https://github.com/webscalesql/webscalesql-5.6.git) registered for path 'webscalesqlclient/webscalesql-5.6'
Cloning into 'folly/src'...
remote: Counting objects: 15349, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 15349 (delta 17), reused 0 (delta 0), pack-reused 15310
Receiving objects: 100% (15349/15349), 6.50 MiB | 4.78 MiB/s, done.
Resolving deltas: 100% (11991/11991), done.
Checking connectivity... done.
Submodule path 'third-party/folly/src': checked out '879db739d6bb0cd6a7035d4606c34c877077c88e'
Cloning into 'mcrouter/src'...
remote: Counting objects: 7523, done.
remote: Total 7523 (delta 0), reused 0 (delta 0), pack-reused 7523
Receiving objects: 100% (7523/7523), 2.35 MiB | 1.51 MiB/s, done.
Resolving deltas: 100% (6070/6070), done.
Checking connectivity... done.
Submodule path 'third-party/mcrouter/src': checked out '8303e732b94469d213266dc512cece4860875305'
Cloning into 'proxygen/src'...
remote: Counting objects: 4068, done.
remote: Total 4068 (delta 0), reused 0 (delta 0), pack-reused 4068
Receiving objects: 100% (4068/4068), 1.34 MiB | 1.60 MiB/s, done.
Resolving deltas: 100% (3155/3155), done.
Checking connectivity... done.
Submodule path 'third-party/proxygen/src': checked out '885e8444298343ddddbc6948f6bdb7f1d9edc540'
Cloning into 're2/src'...
remote: Counting objects: 1255, done.
remote: Total 1255 (delta 0), reused 0 (delta 0), pack-reused 1255
Receiving objects: 100% (1255/1255), 1.04 MiB | 1.81 MiB/s, done.
Resolving deltas: 100% (906/906), done.
Checking connectivity... done.
Submodule path 'third-party/re2/src': checked out 'e236c93f0bb0cae690c44534537b4c019eb8d214'
Cloning into 'squangle/src'...
remote: Counting objects: 204, done.
remote: Total 204 (delta 0), reused 0 (delta 0), pack-reused 204
Receiving objects: 100% (204/204), 102.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (130/130), done.
Checking connectivity... done.
Submodule path 'third-party/squangle/src': checked out '2661b7b4ffd2533f1cead7c45d369177d44315ff'
Cloning into 'thrift/src'...
remote: Counting objects: 15953, done.
remote: Total 15953 (delta 0), reused 0 (delta 0), pack-reused 15953
Receiving objects: 100% (15953/15953), 7.63 MiB | 4.16 MiB/s, done.
Resolving deltas: 100% (12212/12212), done.
Checking connectivity... done.
Submodule path 'third-party/thrift/src': checked out 'b5635e3675023979c87d8b16182402c1ffba32a4'
Cloning into 'wangle/src'...
remote: Counting objects: 730, done.
remote: Total 730 (delta 0), reused 0 (delta 0), pack-reused 730
Receiving objects: 100% (730/730), 263.80 KiB | 0 bytes/s, done.
Resolving deltas: 100% (420/420), done.
Checking connectivity... done.
Submodule path 'third-party/wangle/src': checked out '6ce19ed9d2a8dd2b68d2b23a180ceb107cb53091'
Cloning into 'webscalesqlclient/webscalesql-5.6'...
remote: Counting objects: 875537, done.
remote: Total 875537 (delta 0), reused 0 (delta 0), pack-reused 875537
Receiving objects: 100% (875537/875537), 288.27 MiB | 7.42 MiB/s, done.
Resolving deltas: 100% (710572/710572), done.
Checking connectivity... done.
Submodule path 'third-party/webscalesqlclient/webscalesql-5.6': checked out '04456ee8cb3f537537873504b33cdea17e346b12'
==> Checking out branch master
==> Patching
patching file hphp/runtime/base/emulate-zend.cpp
patching file hphp/runtime/base/program-functions.cpp
Hunk #1 succeeded at 1370 (offset 25 lines).
==> Cloning https://github.com/hhvm/hhvm-third-party.git
git clone --depth 1 --branch master https://github.com/hhvm/hhvm-third-party.git /Library/Caches/Homebrew/hhvm--third-party--git
Cloning into '/Library/Caches/Homebrew/hhvm--third-party--git'...
remote: Counting objects: 910, done.
remote: Compressing objects: 100% (566/566), done.
remote: Total 910 (delta 355), reused 613 (delta 320), pack-reused 0
Receiving objects: 100% (910/910), 4.81 MiB | 2.65 MiB/s, done.
Resolving deltas: 100% (355/355), done.
Checking connectivity... done.
git config homebrew.cacheversion 0
git submodule foreach --recursive git submodule sync
git submodule update --init --recursive
Submodule 'folly' (https://github.com/facebook/folly.git) registered for path 'folly/src'
Submodule 'mcrouter/src' (https://github.com/facebook/mcrouter) registered for path 'mcrouter/src'
Submodule 'proxygen/src' (https://github.com/facebook/proxygen) registered for path 'proxygen/src'
Submodule 're2/src' (https://github.com/google/re2.git) registered for path 're2/src'
Submodule 'squangle/squangle' (https://github.com/facebook/squangle.git) registered for path 'squangle/src'
Submodule 'thrift/src' (https://github.com/facebook/fbthrift.git) registered for path 'thrift/src'
Submodule 'wangle/src' (https://github.com/facebook/wangle) registered for path 'wangle/src'
Submodule 'webscalesqlclient/webscalesql-5.6' (https://github.com/webscalesql/webscalesql-5.6.git) registered for path 'webscalesqlclient/webscalesql-5.6'
Cloning into 'folly/src'...
remote: Counting objects: 15349, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 15349 (delta 17), reused 0 (delta 0), pack-reused 15310
Receiving objects: 100% (15349/15349), 6.50 MiB | 5.45 MiB/s, done.
Resolving deltas: 100% (11991/11991), done.
Checking connectivity... done.
Submodule path 'folly/src': checked out '879db739d6bb0cd6a7035d4606c34c877077c88e'
Cloning into 'mcrouter/src'...
remote: Counting objects: 7523, done.
remote: Total 7523 (delta 0), reused 0 (delta 0), pack-reused 7523
Receiving objects: 100% (7523/7523), 2.35 MiB | 1.36 MiB/s, done.
Resolving deltas: 100% (6070/6070), done.
Checking connectivity... done.
Submodule path 'mcrouter/src': checked out '8303e732b94469d213266dc512cece4860875305'
Cloning into 'proxygen/src'...
remote: Counting objects: 4068, done.
remote: Total 4068 (delta 0), reused 0 (delta 0), pack-reused 4068
Receiving objects: 100% (4068/4068), 1.34 MiB | 1.46 MiB/s, done.
Resolving deltas: 100% (3155/3155), done.
Checking connectivity... done.
Submodule path 'proxygen/src': checked out '885e8444298343ddddbc6948f6bdb7f1d9edc540'
Cloning into 're2/src'...
remote: Counting objects: 1255, done.
remote: Total 1255 (delta 0), reused 0 (delta 0), pack-reused 1255
Receiving objects: 100% (1255/1255), 1.04 MiB | 1.23 MiB/s, done.
Resolving deltas: 100% (906/906), done.
Checking connectivity... done.
Submodule path 're2/src': checked out 'e236c93f0bb0cae690c44534537b4c019eb8d214'
Cloning into 'squangle/src'...
remote: Counting objects: 204, done.
remote: Total 204 (delta 0), reused 0 (delta 0), pack-reused 204
Receiving objects: 100% (204/204), 102.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (130/130), done.
Checking connectivity... done.
Submodule path 'squangle/src': checked out '2661b7b4ffd2533f1cead7c45d369177d44315ff'
Cloning into 'thrift/src'...
remote: Counting objects: 15953, done.
remote: Total 15953 (delta 0), reused 0 (delta 0), pack-reused 15953
Receiving objects: 100% (15953/15953), 7.63 MiB | 4.80 MiB/s, done.
Resolving deltas: 100% (12212/12212), done.
Checking connectivity... done.
Submodule path 'thrift/src': checked out 'b5635e3675023979c87d8b16182402c1ffba32a4'
Cloning into 'wangle/src'...
remote: Counting objects: 730, done.
remote: Total 730 (delta 0), reused 0 (delta 0), pack-reused 730
Receiving objects: 100% (730/730), 263.80 KiB | 0 bytes/s, done.
Resolving deltas: 100% (420/420), done.
Checking connectivity... done.
Submodule path 'wangle/src': checked out '6ce19ed9d2a8dd2b68d2b23a180ceb107cb53091'
Cloning into 'webscalesqlclient/webscalesql-5.6'...
remote: Counting objects: 875537, done.
remote: Total 875537 (delta 0), reused 0 (delta 0), pack-reused 875537
Receiving objects: 100% (875537/875537), 288.27 MiB | 5.29 MiB/s, done.
Resolving deltas: 100% (710572/710572), done.
Checking connectivity... done.
Submodule path 'webscalesqlclient/webscalesql-5.6': checked out '04456ee8cb3f537537873504b33cdea17e346b12'
==> Checking out branch master
==> cmake . -DBOOST_INCLUDEDIR=/usr/local/opt/boost/include -DBOOST_LIBRARYDIR=/usr/local/opt/boost/lib -DCCLIENT_INCLUDE_PATH=/usr/local/opt/imap-uw/include/imap -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/HEAD -DCURL_INCLUDE_DIR=/usr/local/opt/curl/include -DCURL_LIBRARY=/usr/local/opt/curl/lib/libcurl.dylib -DENABLE_EXTENSION_MCROUTER=OFF -DENABLE_MCROUTER=OFF -DENABLE_PROXYGEN_SERVER=OFF -DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 -DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib -DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib -DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib -DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include -DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib -DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc-fb/include -DJEMALLOC_LIB=/usr/local/opt/jemalloc-fb/lib/libjemalloc.dylib -DLBER_LIBRARIES=/usr/lib/liblber.dylib -DLDAP_INCLUDE_DIR=/usr/include -DLDAP_LIBRARIES=/usr/lib/libldap.dylib -DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/libdwarf-fb/include -DLIBDWARF_LIBRARIES=/usr/local/opt/libdwarf-fb/lib/libdwarf.3.dylib -DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf -DLIBEVENT_INCLUDE_DIR=/usr/local/opt/libevent/include -DLIBEVENT_LIB=/usr/local/opt/libevent/lib/libevent.dylib -DLIBGLOG_INCLUDE_DIR=/usr/local/opt/glog/include -DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include -DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib -DLIBJPEG_INCLUDE_DIRS=/usr/local/opt/jpeg/include -DLIBMAGICKWAND_INCLUDE_DIRS=/usr/local/opt/imagemagick/include/ImageMagick-6 -DLIBMAGICKWAND_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.dylib -DLIBMEMCACHED_INCLUDE_DIR=/usr/local/opt/libmemcached/include -DLIBODBC_INCLUDE_DIRS=/usr/local/opt/unixodbc/include -DLIBPNG_INCLUDE_DIRS=/usr/local/opt/libpng/include -DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include -DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.0.dylib -DLIBVPX_INCLUDE_DIRS=/usr/local/opt/libvpx/include -DLIBVPX_LIBRARIES=/usr/local/opt/libvpx/lib/libvpx.a -DLIBZIP_INCLUDE_DIR_ZIP=/usr/local/opt/libzip/include -DLIBZIP_INCLUDE_DIR_ZIPCONF=/usr/local/opt/libzip/lib/libzip/include -DLIBZIP_LIBRARY=/usr/local/opt/libzip/lib/libzip.dylib -DLZ4_INCLUDE_DIR=/usr/local/opt/lz4/include -DLZ4_LIBRARY=/usr/local/opt/lz4/lib/liblz4.dylib -DMcrypt_INCLUDE_DIR=/usr/local/opt/mcrypt/include -DMYSQL_UNIX_SOCK_ADDR=/dev/null -DOCAMLC_EXECUTABLE=/usr/local/opt/objective-caml/bin/ocamlc -DOCAMLC_OPT_EXECUTABLE=/usr/local/opt/objective-caml/bin/ocamlc.opt -DONIGURUMA_INCLUDE_DIR=/usr/local/opt/oniguruma/include -DPCRE_INCLUDE_DIR=/usr/local/opt/pcre/include -DPCRE_LIBRARY=/usr/local/opt/pcre/lib/libpcre.dylib -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib -DSYSTEM_PCRE_INCLUDE_DIR=/usr/local/opt/pcre/include -DSYSTEM_PCRE_LIBRARY=/usr/local/opt/pcre/lib/libpcre.dylib -DTBB_INCLUDE_DIRS=/usr/local/opt/tbb/include -DTEST_TBB_INCLUDE_DIR=/usr/local/opt/tbb/include -DCMAKE_C_FLAGS_RELEASE= -DCMAKE_CXX_FLAGS_RELEASE= -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/HEAD -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_ASM_COMPILER=/usr/local/opt/llvm/bin/clang -DBFD_LIB=/usr/local/opt/binutils-fb/lib/libbfd.a -DCMAKE_INCLUDE_PATH=/usr/local/opt/binutils-fb/include -DLIBIBERTY_LIB=/usr/local/opt/binutils-fb/lib/libiberty.a -DMYSQL_INCLUDE_DIR=/usr/local/opt/mysql/include/mysql -DMYSQL_LIB_DIR=/usr/local/opt/mysql/lib -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib
-- The C compiler identification is Clang 3.6.2
-- The CXX compiler identification is Clang 3.6.2
-- The ASM compiler identification is unknown
-- Found assembler: /usr/local/opt/llvm/bin/clang
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Warning: Did not find file Compiler/-ASM
-- Performing Test IS_X64
-- Performing Test IS_X64 - Success
-- Performing Test IS_AARCH64
-- Performing Test IS_AARCH64 - Failed
-- Performing Test IS_PPC64
-- Performing Test IS_PPC64 - Failed
-- Performing Test PTHREAD_TIMEDLOCK
-- Performing Test PTHREAD_TIMEDLOCK - Failed
-- Found LibDL: /usr/lib/libdl.dylib
-- Performing Test LIBDL_NEEDS_UNDERSCORE
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- context
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- Found LIBICONV: /usr/lib/libiconv.dylib
-- Performing Test LIBICONV_CONST
-- Performing Test LIBICONV_CONST - Failed
-- Performing Test SYSTEM_PCRE_HAS_JIT
-- Performing Test SYSTEM_PCRE_HAS_JIT - Success
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Looking for evhttp_bind_socket_with_fd
-- Looking for evhttp_bind_socket_with_fd - not found
-- Found CURL: /usr/local/opt/curl/lib/libcurl.dylib (found version "7.44.0")
-- Looking for curl_multi_select
-- Looking for curl_multi_select - not found
-- Looking for curl_multi_wait
-- Looking for curl_multi_wait - found
-- Found LibXml2: /usr/local/opt/libxml2/lib/libxml2.dylib (found version "2.9.2")
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
-- Using third-party bundled fastlz
-- Found LIBZIP: /usr/local/opt/libzip/lib/libzip.dylib
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Performing Test JEMALLOC_VERSION_MINIMUM
-- Performing Test JEMALLOC_VERSION_MINIMUM - Success
-- Found jemalloc: /usr/local/opt/jemalloc-fb/lib/libjemalloc.dylib
-- Found Intel TBB
-- Found OpenSSL: /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2d")
-- Performing Test OPENSSL_HAVE_RAND_EGD
-- Performing Test OPENSSL_HAVE_RAND_EGD - Success
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Found ONIGURUMA: /usr/local/lib/libonig.dylib
-- Found LIBPTHREAD: /usr/lib/libpthread.dylib
-- Found Editline: /usr/lib/libedit.dylib
-- Found LibElf: /usr/local/lib/libelf.a
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Failed
-- Looking for dwarf_producer_init
-- Looking for dwarf_producer_init - found
-- Performing Test DW_CONST
-- Performing Test DW_CONST - Failed
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses char* type
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
Generating Release build
-- Performing Test FOLLY_IFUNC
-- Performing Test FOLLY_IFUNC - Failed
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for pthread_atfork
-- Looking for pthread_atfork - found
-- Looking for pthread_spin_lock
-- Looking for pthread_spin_lock - not found
-- Did not find system RE2
-- Building RE2 from third-party
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Performing Test FOLLY_MALLOC
-- Performing Test FOLLY_MALLOC - Failed
-- Performing Test FOLLY_FUNCTEXCEPT
-- Performing Test FOLLY_FUNCTEXCEPT - Failed
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- regex
-- context
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- thread
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- thread
-- system
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- thread
-- system
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Looking for AF_LOCAL
-- Looking for AF_LOCAL - found
-- Looking for PF_LOCAL
-- Looking for PF_LOCAL - found
-- Looking for memset
-- Looking for memset - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strerror
-- Looking for strerror - found
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Looking for event_get_version_number
-- Looking for event_get_version_number - found
-- Performing Test HAVE_LIBEVENT_209
-- Performing Test HAVE_LIBEVENT_209 - Success
-- Found libevent 2.0.9+
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- context
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
-- Using third-party bundled fastlz
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Found jemalloc: /usr/local/opt/jemalloc-fb/lib/libjemalloc.dylib
-- Found Intel TBB
-- Looking for dwarf_producer_init
-- Looking for dwarf_producer_init - found
-- Performing Test DW_CONST
-- Performing Test DW_CONST - Failed
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses char* type
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init
Generating Release build
-- Warning: Did not find file Compiler/-ASM
-- Found ocamlc: /usr/local/opt/objective-caml/bin/ocamlc
-- Found ocamlc.opt: /usr/local/opt/objective-caml/bin/ocamlc.opt
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib
-- Found LibPng: /usr/local/lib/libpng.dylib
-- Found LibVPX: /usr/local/opt/libvpx/lib/libvpx.a
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib
-- Using built-in JSON parser
-- Building the apache extension.
-- Building the apc extension.
-- Building the array extension.
-- Building the asio extension.
-- Building the Async MySQL extension.
-- Building the bcmath extension.
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1")
-- Building the bz2 extension.
-- Building the closure extension.
-- Building the collections extension.
-- Building the ctype extension.
-- Building the curl extension.
-- Building the datetime extension.
-- Building the debugger extension.
-- Building the DOMDocument extension.
-- Building the enum extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fb extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fileinfo extension.
-- Building the filter extension.
-- GNU FriBidi not found
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed.
Not building the fribidi extension.
-- Building the generator extension.
-- Found GMP: /usr/local/lib/libgmp.dylib
-- Building the gmp extension.
-- Building the hash extension.
-- Building the hh extension.
-- Building the hh_client extension.
-- Building the Hot Profiler extension.
-- Building the iconv extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the icu extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the imagick extension.
-- Building the intervaltimer extension.
-- Building the ipc extension.
-- Building the json extension.
-- Building the ldap extension.
-- Building the libxml extension.
-- Building the mail extension.
-- Building the mailparse extension.
-- Building the mbstring extension.
Not building the mcrouter extension.
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Building the mcrypt extension.
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Building the memcache extension.
-- Building the memcached extension.
-- Building the MySQL extension.
-- Building the MySQLi extension.
-- Building the objprof extension.
-- Found LibUODBC: /usr/local/lib/libodbc.dylib
-- Building the odbc extension.
-- Building the openssl extension.
-- Building the pcre extension.
-- Building the pdo extension.
-- Building the pdo_mysql extension.
-- Building the pdo_sqlite extension.
-- Building the phar extension.
-- Building the posix extension.
-- Building the process extension.
-- Building the readline extension.
-- Building the reflection extension.
-- Building the server extension.
-- Building the session extension.
-- Building the simplexml extension.
-- Building the soap extension.
-- Building the sockets extension.
-- Building the spl extension.
-- Building the sqlite3 extension.
-- Building the std extension.
-- Building the stream extension.
-- Building the string extension.
-- Building the thread extension.
-- Building the thrift extension.
-- Building the url extension.
-- Building the wddx extension.
-- Building the xdebug extension.
-- Building the xenon extension.
-- Building the xhprof extension.
-- Building the xml extension.
-- Building the xmlreader extension.
-- Building the xmlwriter extension.
-- Found LibXslt: /usr/local/opt/libxslt/lib/libxslt.dylib (found version "1.1.28")
-- Building the xsl extension.
-- Building the zip extension.
-- Building the zlib extension.
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BFD_LIB
LIBIBERTY_LIB
LIBODBC_INCLUDE_DIRS
MYSQL_LIB_DIR
-- Build files have been written to: /usr/local/Cellar/hhvm/HEAD/src
==> make install
/usr/local/Cellar/cmake/3.3.0/bin/cmake -H/usr/local/Cellar/hhvm/HEAD/src -B/usr/local/Cellar/hhvm/HEAD/src --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_progress_start /usr/local/Cellar/hhvm/HEAD/src/CMakeFiles /usr/local/Cellar/hhvm/HEAD/src/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/timelib/CMakeFiles/timelib.dir/build.make third-party/timelib/CMakeFiles/timelib.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/double-conversion/CMakeFiles/double-conversion.dir/build.make third-party/double-conversion/CMakeFiles/double-conversion.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/libafdt/CMakeFiles/afdt.dir/build.make third-party/libafdt/CMakeFiles/afdt.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/CMakeFiles/timelib.dir/DependInfo.cmake --color=
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/DependInfo.cmake --color=
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/CMakeFiles/afdt.dir/DependInfo.cmake --color=
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/CMakeFiles/double-conversion.dir/DependInfo.cmake --color=
Scanning dependencies of target eaw_table
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl && sh /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl/generate-eaw-table.sh /usr/local/bin/gawk /usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl
Scanning dependencies of target double-conversion
Scanning dependencies of target afdt
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/double-conversion/CMakeFiles/double-conversion.dir/build.make third-party/double-conversion/CMakeFiles/double-conversion.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/libafdt/CMakeFiles/afdt.dir/build.make third-party/libafdt/CMakeFiles/afdt.dir/build
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/afdt.dir/src/lowlevel.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/lowlevel.c
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/bignum-dtoa.cc
[ 0%] Built target eaw_table
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/re2/CMakeFiles/re2.dir/build.make third-party/re2/CMakeFiles/re2.dir/depend
Scanning dependencies of target timelib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/timelib/CMakeFiles/timelib.dir/build.make third-party/timelib/CMakeFiles/timelib.dir/build
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/CMakeFiles/re2.dir/DependInfo.cmake --color=
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/astro.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/astro.c
Scanning dependencies of target re2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/re2/CMakeFiles/re2.dir/build.make third-party/re2/CMakeFiles/re2.dir/build
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/hash.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/hash.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/util/hash.cc
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/dow.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/dow.c
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/afdt.dir/src/strlcpy.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/strlcpy.c
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/bignum.cc
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/afdt.dir/src/sync.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/sync.c
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/interval.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/interval.c
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/afdt.dir/src/util.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/util.c
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/afdt.dir/src/async.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/async.c
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/parse_date.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/parse_date.c
[ 0%] Linking C static library libafdt.a
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/afdt.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/afdt.dir/link.txt --verbose=1
/usr/bin/ar cq libafdt.a CMakeFiles/afdt.dir/src/lowlevel.c.o CMakeFiles/afdt.dir/src/strlcpy.c.o CMakeFiles/afdt.dir/src/sync.c.o CMakeFiles/afdt.dir/src/util.c.o CMakeFiles/afdt.dir/src/async.c.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/cached-powers.cc
/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable]
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
^
1 warning generated.
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/diy-fp.cc
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/double-conversion.cc
/usr/bin/ranlib libafdt.a
[ 0%] Built target afdt
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/rune.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/util/rune.cc
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/fast-dtoa.cc
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/parse_iso_intervals.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/parse_iso_intervals.c
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/fixed-dtoa.cc
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/stringprintf.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/util/stringprintf.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build.make third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/DependInfo.cmake --color=
Scanning dependencies of target webscalesqlclient
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build.make third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build
[ 0%] Creating directories for 'webscalesqlclient'
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src/double-conversion/strtod.cc
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/tmp
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E make_directory /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E touch /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-mkdir
[ 1%] No download step for 'webscalesqlclient'
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E echo_append
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E touch /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-download
[ 1%] No patch step for 'webscalesqlclient'
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E echo_append
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E touch /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-patch
[ 1%] No update step for 'webscalesqlclient'
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E echo_append
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E touch /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-update
[ 1%] Performing configure step for 'webscalesqlclient'
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.0/bin/cmake -DWITHOUT_SERVER=TRUE -DDISABLE_SHARED=TRUE -DCMAKE_C_FLAGS=-Wno-maybe-uninitialized " -march=native -w" "-DCMAKE_CXX_FLAGS= -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native" -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ "-GUnix Makefiles" /usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6
-- Running cmake version 3.3.0
-- Found Git: /usr/local/bin/git (found version "2.5.0")
[ 1%] Linking CXX static library libdouble-conversion.a
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/double-conversion.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/double-conversion.dir/link.txt --verbose=1
/usr/bin/ar cq libdouble-conversion.a CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o
/usr/bin/ranlib libdouble-conversion.a
[ 1%] Built target double-conversion
-- The C compiler identification is Clang 3.6.2
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/strutil.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/util/strutil.cc
-- The CXX compiler identification is Clang 3.6.2
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/parse_tz.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/parse_tz.c
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/valgrind.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/util/valgrind.cc
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/fastlz/CMakeFiles/fastlz.dir/build.make third-party/fastlz/CMakeFiles/fastlz.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz/CMakeFiles/fastlz.dir/DependInfo.cmake --color=
Scanning dependencies of target fastlz
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/fastlz/CMakeFiles/fastlz.dir/build.make third-party/fastlz/CMakeFiles/fastlz.dir/build
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.6.24
-- Packaging as: mysql-5.6.24-osx10.10-x86_64
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/fastlz.dir/fastlz.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz/fastlz.c
-- Performing Test HAVE_LLVM_LIBCPP
-- Performing Test HAVE_LLVM_LIBCPP - Success
Dynamic plugins are disabled.
-- Looking for floor
[ 1%] Linking C static library libfastlz.a
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/fastlz.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/fastlz.dir/link.txt --verbose=1
/usr/bin/ar cq libfastlz.a CMakeFiles/fastlz.dir/fastlz.c.o
/usr/bin/ranlib libfastlz.a
[ 1%] Built target fastlz
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/timelib.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/timelib.c
-- Looking for floor - found
-- Looking for __infinity
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/bitstate.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/bitstate.cc
-- Looking for __infinity - not found
-- Looking for __infinity in m
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/tm2unixtime.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/tm2unixtime.c
-- Looking for __infinity in m - not found
-- Looking for gethostbyname_r
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/tools/version/CMakeFiles/version.dir/build.make hphp/tools/version/CMakeFiles/version.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version/CMakeFiles/version.dir/DependInfo.cmake --color=
Scanning dependencies of target version
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/tools/version/CMakeFiles/version.dir/build.make hphp/tools/version/CMakeFiles/version.dir/build
[ 1%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/version.dir/version.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version/version.cpp
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
[ 1%] Linking CXX executable version
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/tools/version && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/version.dir/link.txt --verbose=1
/usr/local/opt/llvm/bin/clang++ -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -o version
[ 1%] Built target version
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/parser/CMakeFiles/hphp_parser.dir/build.make hphp/parser/CMakeFiles/hphp_parser.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/parser /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/parser /usr/local/Cellar/hhvm/HEAD/src/hphp/parser/CMakeFiles/hphp_parser.dir/DependInfo.cmake --color=
-- Looking for gethostbyname_r in nsl_r - not found
-- Looking for gethostbyname_r in nsl
-- Looking for gethostbyname_r in nsl - not found
-- Looking for bind
-- Looking for bind - found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sched_yield
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/compile.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/compile.cc
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_create in rt
-- Looking for timer_create in rt - not found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Looking for 4 include files stdlib.h, ..., float.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/dfa.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/dfa.cc
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file aio.h
-- Looking for include file aio.h - found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file crypt.h
-- Looking for include file crypt.h - not found
-- Looking for include file cxxabi.h
-- Looking for include file cxxabi.h - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file fenv.h
-- Looking for include file fenv.h - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file floatingpoint.h
-- Looking for include file floatingpoint.h - not found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - not found
-- Looking for include file grp.h
Scanning dependencies of target hphp_parser
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/parser/CMakeFiles/hphp_parser.dir/build.make hphp/parser/CMakeFiles/hphp_parser.dir/build
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/filtered_re2.cc
[ 1%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/parser/hphp.tab.cpp
-- Looking for include file grp.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file paths.h
-- Looking for include file paths.h - found
-- Looking for include file port.h
-- Looking for include file port.h - not found
-- Looking for include file poll.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/mimics_pcre.cc
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
-- Looking for include file sched.h - found
-- Looking for include file select.h
-- Looking for include file select.h - not found
-- Looking for include file semaphore.h
-- Looking for include file semaphore.h - found
-- Looking for include files sys/types.h, sys/dir.h
-- Looking for include files sys/types.h, sys/dir.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/pte.h
-- Looking for include file sys/pte.h - not found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file synch.h
-- Looking for include file synch.h - not found
-- Looking for include file sysent.h
-- Looking for include file sysent.h - not found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for include file sys/fpu.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/nfa.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/nfa.cc
-- Looking for include file sys/fpu.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/ipc.h
-- Looking for include file sys/ipc.h - found
-- Looking for include file sys/malloc.h
-- Looking for include file sys/malloc.h - found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - not found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/shm.h
-- Looking for include file sys/shm.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/stream.h
-- Looking for include file sys/stream.h - not found
-- Looking for include file sys/termcap.h
-- Looking for include file sys/termcap.h - not found
-- Looking for include files time.h, sys/timeb.h
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/timelib.dir/unixtime2tm.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib/unixtime2tm.c
-- Looking for include files time.h, sys/timeb.h - found
-- Looking for include files curses.h, term.h
[ 1%] Linking C static library libtimelib.a
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/timelib.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/timelib && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/timelib.dir/link.txt --verbose=1
/usr/bin/ar cq libtimelib.a CMakeFiles/timelib.dir/astro.c.o CMakeFiles/timelib.dir/dow.c.o CMakeFiles/timelib.dir/interval.c.o CMakeFiles/timelib.dir/parse_date.c.o CMakeFiles/timelib.dir/parse_iso_intervals.c.o CMakeFiles/timelib.dir/parse_tz.c.o CMakeFiles/timelib.dir/timelib.c.o CMakeFiles/timelib.dir/tm2unixtime.c.o CMakeFiles/timelib.dir/unixtime2tm.c.o
/usr/bin/ranlib libtimelib.a
[ 1%] Built target timelib
-- Looking for include files curses.h, term.h - found
[ 1%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_parser.dir/lex.yy.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/parser/lex.yy.cpp
-- Looking for include file asm/termbits.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/onepass.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/onepass.cc
-- Looking for include file asm/termbits.h - not found
-- Looking for include file termbits.h
-- Looking for include file termbits.h - not found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - not found
-- Looking for include file termcap.h
-- Looking for include file termcap.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file varargs.h
-- Looking for include file varargs.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/utime.h
-- Looking for include file sys/utime.h - not found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/vadvise.h
-- Looking for include file sys/vadvise.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file stdarg.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/parse.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/parse.cc
-- Looking for include file stdarg.h - found
-- Looking for include files stdlib.h, sys/un.h
-- Looking for include files stdlib.h, sys/un.h - found
-- Looking for include file vis.h
-- Looking for include file vis.h - found
-- Looking for include file wchar.h
-- Looking for include file wchar.h - found
-- Looking for include file wctype.h
-- Looking for include file wctype.h - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/event.h
-- Looking for include file sys/event.h - found
-- Looking for include file sys/queue.h
-- Looking for include file sys/queue.h - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Looking for include file sys/ptem.h
-- Looking for include file sys/ptem.h - not found
-- Performing Test HAVE_WERROR_FLAG
-- Performing Test HAVE_WERROR_FLAG - Failed
-- Performing Test HAVE_PTHREAD_ONCE_INIT
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for _aligned_free
-- Looking for _aligned_free - not found
-- Looking for aio_read
-- Looking for aio_read - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Looking for printstack
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/perl_groups.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/perl_groups.cc
-- Looking for printstack - not found
-- Looking for bmove
-- Looking for bmove - not found
-- Looking for bsearch
-- Looking for bsearch - found
-- Looking for index
-- Looking for index - found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for cuserid
-- Looking for cuserid - not found
-- Looking for directio
-- Looking for directio - not found
-- Looking for _doprnt
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prefilter.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/prefilter.cc
-- Looking for _doprnt - not found
-- Looking for flockfile
-- Looking for flockfile - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for getline
-- Looking for getline - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for dlerror
-- Looking for dlerror - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fconvert
-- Looking for fconvert - not found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
-- Looking for fedisableexcept - not found
-- Looking for fpsetmask
-- Looking for fpsetmask - not found
-- Looking for fseeko
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/hack/CMakeFiles/hack.dir/build.make hphp/hack/CMakeFiles/hack.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/hack /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/hack /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/CMakeFiles/hack.dir/DependInfo.cmake --color=
Scanning dependencies of target hack
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/hack/CMakeFiles/hack.dir/build.make hphp/hack/CMakeFiles/hack.dir/build
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src && env OPTBIN=".opt" /Applications/Xcode.app/Contents/Developer/usr/bin/make EXTRA_INCLUDE_PATHS="/usr/local/opt/libelf/include/libelf /usr/local/opt/lz4/include" EXTRA_LIB_PATHS="/usr/local/lib /usr/local/opt/lz4/lib" EXTRA_CC_FLAGS="-DOSS_SMALL_HH_TABLE_POWS -pthread" EXTRA_NATIVE_LIBRARIES="lz4"
mkdir -p ../bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../hhi
tar czf ../bin/hhi.tar.gz .
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getcwd
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/prefilter_tree.cc
-- Looking for getcwd - found
-- Looking for gethostbyaddr_r
# build-hack-native-deps is a dependency of _build/hh_server.native _build/hh_client.native _build/hh_single_type_check.native _build/hh_emitter.native _build/hh_format.native _build/h2tp.native _build/test_unparser.native but as it is phony
# we place it here to avoid unnecessary rebuilds
/Applications/Xcode.app/Contents/Developer/usr/bin/make build-hack-native-deps build-hhi-archive
REV="const char* const BuildInfo_kRevision = \"$(git rev-parse HEAD)\";"; \
if [ "$REV" != "$(cat utils/get_build_id.gen.c)" ]; then echo "$REV" > utils/get_build_id.gen.c; fi
-- Looking for gethostbyaddr_r - not found
-- Looking for gethrtime
cat: utils/get_build_id.gen.c: No such file or directory
ocamlbuild -cflags "-g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread" heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o
-- Looking for gethrtime - not found
-- Looking for getnameinfo
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c heap/hh_shared.c
-- Looking for getnameinfo - found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for getwd
-- Looking for getwd - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
mv hh_shared.o heap/hh_shared.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_elf.c
-- Looking for issetugid - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for geteuid
mv hhi_elf.o hhi/hhi_elf.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c
mv get_build_id.gen.o utils/get_build_id.gen.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.c
-- Looking for geteuid - found
-- Looking for getgid
mv get_build_id.o utils/get_build_id.o
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prog.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/prog.cc
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/nproc.c
mv nproc.o utils/nproc.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/realpath.c
-- Looking for getgid - found
-- Looking for getegid
mv realpath.o utils/realpath.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c
-- Looking for getegid - found
-- Looking for ldiv
-- Looking for ldiv - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for longjmp
-- Looking for longjmp - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for malloc_info
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/re2.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/re2.cc
mv fsevents_stubs.o fsevents/fsevents_stubs.o
mkdir -p ../bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../hhi
tar czf ../bin/hhi.tar.gz .
ocamlbuild -no-links -cflag -g -I client -I deps -I dfind -I emitter -I format -I globals -I h2tp/common -I h2tp/mapper -I h2tp/test -I h2tp/unparser -I h2tp -I heap -I hhi -I naming -I parsing -I procs -I search -I server -I socket -I stubs -I third-party/avl -I third-party/core -I typing -I utils -I fsnotify_darwin -I fsevents -lib str -lib unix \
-lflags "-g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz" \
hh_server.native hh_client.native hh_single_type_check.native hh_emitter.native hh_format.native h2tp.native test_unparser.native
-- Looking for malloc_info - not found
-- Looking for memcpy
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends
-- Looking for memcpy - found
-- Looking for memmove
/usr/local/bin/ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml
-- Looking for memmove - found
-- Looking for mkstemp
/usr/local/bin/ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends
-- Looking for mkstemp - found
-- Looking for mlock
/usr/local/bin/ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmo third-party/core/commutative_group.ml
/usr/local/bin/ocamldep.opt -modules third-party/core/core_printf.ml > third-party/core/core_printf.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/monad.ml > third-party/core/monad.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/poly.ml > third-party/core/poly.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.mli > third-party/core/polymorphic_compare.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmi third-party/core/polymorphic_compare.mli
-- Looking for mlock - found
-- Looking for mlockall
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmo third-party/core/caml.ml
-- Looking for mlockall - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for mmap64
-- Looking for mmap64 - not found
-- Looking for perror
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/regexp.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/regexp.cc
-- Looking for perror - found
-- Looking for poll
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmo third-party/core/container.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmo third-party/core/core_printf.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmo third-party/core/monad.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmo third-party/core/poly.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmo third-party/core/core_list.ml
-- Looking for poll - found
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o
-- Looking for port_create
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_parser.dir/parser.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/parser/parser.cpp
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmx third-party/core/commutative_group.ml
-- Looking for port_create - not found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for posix_memalign
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmx third-party/core/polymorphic_compare.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmx third-party/core/caml.ml
-- Looking for posix_memalign - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pthread_attr_create
-- Looking for pthread_attr_create - not found
-- Looking for pthread_attr_getguardsize
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml
-- Looking for pthread_attr_getguardsize - found
-- Looking for pthread_attr_getstacksize
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmx third-party/core/core_printf.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml
-- Looking for pthread_attr_getstacksize - found
-- Looking for pthread_attr_setscope
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmx third-party/core/core_list.ml
-- Looking for pthread_attr_setscope - found
-- Looking for pthread_attr_setstacksize
/usr/local/bin/ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli
/usr/local/bin/ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
/usr/local/bin/ocamldep.opt -modules utils/sys_utils.ml > utils/sys_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/ident.ml > utils/ident.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmo utils/ident.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmo utils/utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml
-- Looking for pthread_condattr_create - not found
-- Looking for pthread_condattr_setclock
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmo utils/fork.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmx utils/ident.ml
-- Looking for pthread_condattr_setclock - not found
-- Looking for pthread_key_delete
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmx utils/utils.ml
-- Looking for pthread_key_delete - found
-- Looking for pthread_rwlock_rdlock
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml
-- Looking for pthread_rwlock_rdlock - found
-- Looking for pthread_sigmask
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmo third-party/core/option.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmx utils/fork.ml
-- Looking for pthread_sigmask - found
-- Looking for pthread_threadmask
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmx third-party/core/option.ml
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.ml > dfind/dfindLib.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/path.mli > utils/path.mli.depends
-- Looking for pthread_threadmask - not found
-- Looking for pthread_yield_np
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmx utils/daemon.ml
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends
-- Looking for pthread_yield_np - found
-- Looking for putenv
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/set.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/set.cc
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmi fsnotify_darwin/fsnotify.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmi third-party/avl/monoidAvl.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmi dfind/dfindEnv.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.ml > dfind/dfindEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.ml > fsnotify_darwin/fsnotify.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.ml > fsevents/fsevents.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.mli > fsevents/fsevents.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmi fsevents/fsevents.mli
-- Looking for putenv - found
-- Looking for readdir_r
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml
-- Looking for readdir_r - found
-- Looking for readlink
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends
-- Looking for readlink - found
-- Looking for re_comp
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmx dfind/dfindEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml
-- Looking for re_comp - not found
-- Looking for regcomp
/usr/local/bin/ocamldep.opt -modules utils/path.ml > utils/path.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml
-- Looking for regcomp - found
-- Looking for realpath
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml
-- Looking for realpath - found
-- Looking for rename
/usr/local/bin/ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmo utils/hh_json.ml
/usr/local/bin/ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmi utils/relative_path.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmo utils/pos.ml
-- Looking for rename - found
-- Looking for rwlock_init
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmx utils/hh_json.ml
/usr/local/bin/ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends
-- Looking for rwlock_init - not found
-- Looking for sched_yield
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml
-- Looking for sched_yield - found
-- Looking for setenv
/usr/local/bin/ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmo stubs/eventLogger.ml
/usr/local/bin/ocamldep.opt -modules utils/find.ml > utils/find.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/find.mli > utils/find.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmi utils/find.mli
/usr/local/bin/ocamldep.opt -modules server/findUtils.ml > server/findUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findUtils.mli > server/findUtils.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmi server/findUtils.mli
/usr/local/bin/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml
-- Looking for setenv - found
-- Looking for setlocale
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml
/usr/local/bin/ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmo stubs/hackEventLogger.ml
-- Looking for setlocale - found
-- Looking for setfd
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/simplify.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/simplify.cc
/usr/local/bin/ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmi deps/fileInfo.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmo parsing/namespace_env.ml
/usr/local/bin/ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml
/usr/local/bin/ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends
/usr/local/bin/ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends
-- Looking for setfd - not found
-- Looking for sigaction
/usr/local/bin/ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends
/usr/local/bin/ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends
/usr/local/bin/ocamldep.opt -modules heap/value.mli > heap/value.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmi heap/prefix.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmi heap/value.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmo search/searchUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmi heap/sharedMem.mli
/usr/local/bin/ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends
-- Looking for sigaction - found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml
-- Looking for sigthreadmask
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmo search/trieSearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmo parsing/parsing_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmo search/searchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml
-- Looking for sigthreadmask - not found
-- Looking for sigwait
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml
-- Looking for sigwait - found
-- Looking for sigaddset
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml
-- Looking for sigaddset - found
-- Looking for sigemptyset
/usr/local/bin/ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmx heap/prefix.ml
-- Looking for sigemptyset - found
-- Looking for sighold
/usr/local/bin/ocamldep.opt -modules heap/value.ml > heap/value.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml
-- Looking for sighold - found
-- Looking for sigset
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml
-- Looking for sigset - found
-- Looking for sleep
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml
-- Looking for sleep - found
-- Looking for snprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml
-- Looking for snprintf - found
-- Looking for stpcpy
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml
-- Looking for stpcpy - found
-- Looking for strcoll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml
/usr/local/bin/ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmo utils/hh_logger.ml
/usr/local/bin/ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends
/usr/local/bin/ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli
-- Looking for strcoll - found
-- Looking for strerror
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml
/usr/local/bin/ocamldep.opt -modules utils/tmp.ml > utils/tmp.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmo utils/tmp.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml
-- Looking for strerror - found
-- Looking for strlcpy
/usr/local/bin/ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml
-- Looking for strlcpy - found
-- Looking for strnlen
/usr/local/bin/ocamldep.opt -modules utils/wwwroot.ml > utils/wwwroot.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmo utils/wwwroot.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml
-- Looking for strnlen - found
-- Looking for strlcat
/usr/local/bin/ocamldep.opt -modules server/serverCommand.ml > server/serverCommand.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends
/usr/local/bin/ocamldep.opt -modules naming/nast.ml > naming/nast.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_parser.dir/scanner.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/parser/scanner.cpp
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmo naming/naming_special_names.ml
/usr/local/bin/ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml
-- Looking for strlcat - found
-- Looking for strsignal
/usr/local/bin/ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli
/usr/local/bin/ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmi server/serverConfig.mli
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/stringpiece.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/stringpiece.cc
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmi procs/worker.mli
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends
/usr/local/bin/ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends
/usr/local/bin/ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends
-- Looking for strsignal - found
-- Looking for fgetln
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmo typing/typing_reason.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmo typing/typing_defs.ml
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.mli > deps/typing_deps.mli.depends
-- Looking for fgetln - found
-- Looking for strpbrk
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.mli > typing/typing_heap.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmi deps/typing_deps.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmi typing/typing_env.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_subst.ml > typing/typing_subst.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends
-- Looking for strpbrk - found
-- Looking for strsep
/usr/local/bin/ocamldep.opt -modules typing/typeVisitor.ml > typing/typeVisitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmo typing/typeVisitor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmi typing/typing_print.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmo typing/typing_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmo typing/typing_dependent_type.ml
-- Looking for strsep - found
-- Looking for strstr
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmo typing/typing_subst.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmo typing/typing_phase.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmo typing/typing_unification_env.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml
-- Looking for strstr - found
-- Looking for strtok_r
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmo globals/autocomplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml
-- Looking for strtok_r - found
-- Looking for strtol
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmo parsing/lexer_hack.ml
-- Looking for strtol - found
-- Looking for strtoll
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmo procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends
-- Looking for strtoll - found
-- Looking for strtoul
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmo naming/naming_heap.ml
/usr/local/bin/ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/tostring.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/tostring.cc
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_check_utils.ml > typing/typing_check_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_check_service.ml > typing/typing_check_service.ml.depends
-- Looking for strtoul - found
-- Looking for strtoull
/usr/local/bin/ocamldep.opt -modules heap/globalStorage.ml > heap/globalStorage.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmo heap/globalStorage.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmi typing/typing_decl_service.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml
-- Looking for strtoull - found
-- Looking for strcasecmp
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmo server/serverUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmo typing/typing_check_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmi typing/typing_decl.mli
-- Looking for strcasecmp - found
-- Looking for strncasecmp
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.mli > typing/typing_compare.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmo server/serverIdeUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmi typing/typing_compare.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml
-- Looking for strncasecmp - found
-- Looking for strdup
/usr/local/bin/ocamldep.opt -modules server/serverArgumentInfo.ml > server/serverArgumentInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules server/argumentInfoService.ml > server/argumentInfoService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml
/usr/local/bin/ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmo server/autocompleteService.ml
-- Looking for strdup - found
-- Looking for shmat
/usr/local/bin/ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/coverage_level.ml > typing/coverage_level.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_heap.ml > parsing/parser_heap.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmo parsing/parser_heap.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml
/usr/local/bin/ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends
-- Looking for shmat - found
-- Looking for shmctl
/usr/local/bin/ocamldep.opt -modules server/serverError.ml > server/serverError.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.mli > server/serverFindRefs.mli.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends
/usr/local/bin/ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmo server/identifySymbolService.ml
/usr/local/bin/ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends
/usr/local/bin/ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmo server/inferAtPosService.ml
/usr/local/bin/ocamldep.opt -modules server/serverLint.ml > server/serverLint.ml.depends
-- Looking for shmctl - found
-- Looking for shmdt
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/unicode_casefold.cc
/usr/local/bin/ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends
/usr/local/bin/ocamldep.opt -modules stubs/linting_service.ml > stubs/linting_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmi utils/lint.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml
/usr/local/bin/ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmi server/serverFindRefs.mli
/usr/local/bin/ocamldep.opt -modules server/serverSearch.ml > server/serverSearch.ml.depends
/usr/local/bin/ocamldep.opt -modules server/symbolInfoService.ml > server/symbolInfoService.ml.depends
-- Looking for shmdt - found
-- Looking for shmget
/usr/local/bin/ocamldep.opt -modules server/symbolFunCallService.ml > server/symbolFunCallService.ml.depends
/usr/local/bin/ocamldep.opt -modules server/symbolUtils.ml > server/symbolUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml
/usr/local/bin/ocamldep.opt -modules server/symbolTypeService.ml > server/symbolTypeService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmo server/symbolFunCallService.ml
-- Looking for shmget - found
-- Looking for tell
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmo server/fileOutline.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmo server/serverArgumentInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmo server/serverAutoComplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmo server/serverCheckpoint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmo server/serverCoverageMetric.ml
-- Looking for tell - not found
-- Looking for tempnam
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmo server/serverError.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml
[ 3%] Linking CXX static library libhphp_parser.a
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/hphp_parser.dir/cmake_clean_target.cmake
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmo server/serverInferType.ml
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/parser && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/hphp_parser.dir/link.txt --verbose=1
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmo server/serverLint.ml
/usr/bin/ar cq libhphp_parser.a CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o CMakeFiles/hphp_parser.dir/lex.yy.cpp.o CMakeFiles/hphp_parser.dir/parser.cpp.o CMakeFiles/hphp_parser.dir/scanner.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmo server/serverRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmo server/serverSearch.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmo server/symbolInfoService.ml
/usr/bin/ranlib libhphp_parser.a
-- Looking for tempnam - found
-- Looking for thr_setconcurrency
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmo server/serverRpc.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmi server/serverTypeCheck.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o
[ 3%] Built target hphp_parser
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/unicode_groups.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/neo/CMakeFiles/neo.dir/build.make hphp/neo/CMakeFiles/neo.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/neo /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/neo /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/CMakeFiles/neo.dir/DependInfo.cmake --color=
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml
Scanning dependencies of target neo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/neo/CMakeFiles/neo.dir/build.make hphp/neo/CMakeFiles/neo.dir/build
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_err.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_err.c
-- Looking for thr_yield - not found
-- Looking for vasprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml
-- Looking for vasprintf - found
-- Looking for vsnprintf
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_files.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_files.c
/usr/local/bin/ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml
-- Looking for vsnprintf - found
-- Looking for vprintf
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_hash.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_hash.c
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmi parsing/namespaces.mli
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_hdf.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_hdf.c
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml
-- Looking for vprintf - found
-- Looking for valloc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends
-- Looking for valloc - found
-- Looking for memalign
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml
-- Looking for memalign - not found
-- Looking for chown
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml
-- Looking for chown - found
-- Looking for nl_langinfo
[ 3%] Linking CXX static library libre2.a
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/re2.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/third-party/re2 && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/re2.dir/link.txt --verbose=1
/usr/bin/ar cq libre2.a CMakeFiles/re2.dir/src/util/hash.cc.o CMakeFiles/re2.dir/src/util/rune.cc.o CMakeFiles/re2.dir/src/util/stringprintf.cc.o CMakeFiles/re2.dir/src/util/strutil.cc.o CMakeFiles/re2.dir/src/util/valgrind.cc.o CMakeFiles/re2.dir/src/re2/bitstate.cc.o CMakeFiles/re2.dir/src/re2/compile.cc.o CMakeFiles/re2.dir/src/re2/dfa.cc.o CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o CMakeFiles/re2.dir/src/re2/nfa.cc.o CMakeFiles/re2.dir/src/re2/onepass.cc.o CMakeFiles/re2.dir/src/re2/parse.cc.o CMakeFiles/re2.dir/src/re2/perl_groups.cc.o CMakeFiles/re2.dir/src/re2/prefilter.cc.o CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o CMakeFiles/re2.dir/src/re2/prog.cc.o CMakeFiles/re2.dir/src/re2/re2.cc.o CMakeFiles/re2.dir/src/re2/regexp.cc.o CMakeFiles/re2.dir/src/re2/set.cc.o CMakeFiles/re2.dir/src/re2/simplify.cc.o CMakeFiles/re2.dir/src/re2/stringpiece.cc.o CMakeFiles/re2.dir/src/re2/tostring.cc.o CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml
/usr/bin/ranlib libre2.a
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml
-- Looking for nl_langinfo - found
-- Looking for ntohll
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_misc.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_misc.c
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_rand.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_rand.c
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/neo_str.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/neo_str.c
-- Looking for ntohll - not found
-- Looking for clock_gettime
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/ulist.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/ulist.c
-- Looking for clock_gettime - not found
-- Looking for epoll_create
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml
[ 3%] Built target re2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/vixl/CMakeFiles/vixl.dir/build.make hphp/vixl/CMakeFiles/vixl.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/CMakeFiles/vixl.dir/DependInfo.cmake --color=
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/ulocks.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/ulocks.c
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/neo.dir/wildmat.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/neo/wildmat.c
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml
-- Looking for epoll_create - not found
-- Looking for epoll_ctl
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml
[ 4%] Linking C static library libneo.a
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/neo.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/neo && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/neo.dir/link.txt --verbose=1
/usr/bin/ar cq libneo.a CMakeFiles/neo.dir/neo_err.c.o CMakeFiles/neo.dir/neo_files.c.o CMakeFiles/neo.dir/neo_hash.c.o CMakeFiles/neo.dir/neo_hdf.c.o CMakeFiles/neo.dir/neo_misc.c.o CMakeFiles/neo.dir/neo_rand.c.o CMakeFiles/neo.dir/neo_str.c.o CMakeFiles/neo.dir/ulist.c.o CMakeFiles/neo.dir/ulocks.c.o CMakeFiles/neo.dir/wildmat.c.o
/usr/bin/ranlib libneo.a
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml
-- Looking for epoll_ctl - not found
-- Looking for inet_ntop
[ 4%] Built target neo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/zend/CMakeFiles/hphp_zend.dir/build.make hphp/zend/CMakeFiles/hphp_zend.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/zend /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/zend /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/CMakeFiles/hphp_zend.dir/DependInfo.cmake --color=
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmx dfind/dfindLib.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml
-- Looking for inet_ntop - found
-- Looking for kqueue
Scanning dependencies of target vixl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/vixl/CMakeFiles/vixl.dir/build.make hphp/vixl/CMakeFiles/vixl.dir/build
-- Looking for kqueue - found
-- Looking for kqueue
Scanning dependencies of target hphp_zend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/zend/CMakeFiles/hphp_zend.dir/build.make hphp/zend/CMakeFiles/hphp_zend.dir/build
[ 4%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/utils.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/utils.cc
[ 5%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -march=native -w -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/crypt-blowfish.c
-- Looking for kqueue - found
-- Looking for signal
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmx server/serverArgs.ml
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends
-- Looking for signal - found
-- Looking for timeradd
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml
/usr/local/bin/ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends
-- Looking for timeradd - found
-- Looking for timerclear
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmo utils/printSignal.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmx server/serverConfig.ml
-- Looking for timerclear - found
-- Looking for timercmp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/html-table.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/html-table.cpp
-- Looking for timercmp - found
-- Looking for timerisset
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmi third-party/core/result.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmi naming/nast_eval.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends
-- Looking for timerisset - found
-- Looking for timer_create
/usr/local/bin/ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml
-- Looking for timer_create - not found
-- Looking for timer_settime
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml
-- Looking for timer_settime - not found
-- Looking for include file time.h
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmo typing/typing_hint.ml
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmi typing/typing_instantiate.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
-- Looking for include file asm/msr.h - not found
-- Looking for include file ia64intrin.h
-- Looking for include file ia64intrin.h - not found
-- Looking for times
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends
-- Looking for times - found
-- Looking for gettimeofday
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmx typing/typeVisitor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml
-- Looking for gettimeofday - found
-- Looking for read_real_time
-- Looking for read_real_time - not found
-- Looking for ftime
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/assembler-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/assembler-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/assembler-a64.cc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmx typing/typing_dependent_type.ml
-- Looking for ftime - found
-- Looking for time
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmx typing/typing_subst.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml
-- Looking for time - found
-- Looking for rdtscll
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.ml > typing/typing_instantiate.ml.depends
-- Looking for rdtscll - not found
-- Looking for madvise
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmx typing/typing_hint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmx typing/typing_instantiate.ml
-- Looking for madvise - found
-- Looking for tzname
/usr/local/bin/ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nastVisitor.ml > naming/nastVisitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmo naming/nastVisitor.ml
-- Looking for tzname - found
-- Looking for lrand48
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_structure.ml > typing/typing_structure.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmo typing/typing_structure.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmi typing/typing_taccess.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml
-- Looking for lrand48 - found
-- Looking for getpagesize
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmi typing/typing_expand.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmo typing/nast_terminality.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml
-- Looking for getpagesize - found
-- Looking for TIOCGWINSZ
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmx naming/nastVisitor.ml
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmx typing/typing_unification_env.ml
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml
-- Looking for TIOCSTAT - found
-- Looking for FIONREAD
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmo typing/typing_generic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml
-- Looking for FIONREAD - found
-- Looking for SIGEV_THREAD_ID
-- Looking for SIGEV_THREAD_ID - not found
-- Looking for SIGEV_PORT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmx typing/typing_generic.ml
-- Looking for SIGEV_PORT - not found
-- Looking for EVFILT_TIMER
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmx typing/typing_structure.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml
-- Looking for EVFILT_TIMER - found
-- Looking for finite
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml
-- Looking for finite - found
-- Looking for log2
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml
-- Looking for log2 - found
-- Looking for isnan
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml
-- Looking for isnan - found
-- Looking for rint
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml
-- Looking for rint - found
-- Performing Test HAVE_ISINF
/usr/local/bin/ocamldep.opt -modules typing/typingEqualityCheck.ml > typing/typingEqualityCheck.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmo typing/typingEqualityCheck.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends
-- Performing Test HAVE_ISINF - Success
-- Performing Test HAVE_FESETROUND
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends
-- Performing Test HAVE_FESETROUND - Success
-- Check size of sigset_t
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli
-- Check size of sigset_t - done
-- Check size of mode_t
/usr/local/bin/ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmo typing/typing_exts.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends
-- Check size of mode_t - done
-- Check size of char
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmo typing/typing_sequencing.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml
-- Check size of char - done
-- Check size of short
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/cpu-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/cpu-a64.cc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/zend-html.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/zend-html.cpp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml
-- Check size of short - done
-- Check size of int
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml
-- Check size of int - done
-- Check size of long long
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/debugger-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/debugger-a64.cc
-- Check size of long long - done
-- Check size of off_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml
-- Check size of off_t - done
-- Check size of uchar
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml
-- Check size of uchar - failed
-- Check size of uint
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/zend-md5.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/zend-md5.cpp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml
-- Check size of uint - done
-- Check size of ulong
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml
-- Check size of ulong - failed
-- Check size of int8
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml
-- Check size of int8 - failed
-- Check size of uint8
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/zend-sha1.cpp
-- Check size of uint8 - failed
-- Check size of int16
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml
-- Check size of int16 - failed
-- Check size of uint16
-- Check size of uint16 - failed
-- Check size of int32
-- Check size of int32 - failed
-- Check size of uint32
-- Check size of uint32 - failed
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/hphp_zend.dir/zend-string.cpp.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/zend/zend-string.cpp
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends
-- Check size of uint64 - failed
-- Check size of time_t
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/php_escaping.ml > utils/php_escaping.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmo utils/php_escaping.ml
/usr/local/bin/ocamldep.opt -modules utils/regexp_utils.ml > utils/regexp_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmo utils/regexp_utils.ml
-- Check size of time_t - done
-- Check size of bool
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml
-- Check size of bool - failed
-- Check size of socklen_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml
-- Check size of socklen_t - done
-- Performing Test TIME_T_UNSIGNED
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmx utils/php_escaping.ml
-- Performing Test TIME_T_UNSIGNED - Failed
-- Performing Test HAVE_GETADDRINFO
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmx utils/regexp_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml
-- Performing Test HAVE_GETADDRINFO - Success
-- Performing Test HAVE_SELECT
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_TIMESPEC_TS_SEC
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
-- Performing Test QSORT_TYPE_IS_VOID
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success
-- Looking for include files time.h, sys/time.h
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.ml > typing/typing_decl_service.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_dynamic_yield.ml > typing/typing_dynamic_yield.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.ml > typing/typing_inherit.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.mli > typing/typing_inherit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmi typing/typing_inherit.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmx typing/typing_inherit.ml
-- Performing Test C_HAS_inline - Success
-- Performing Test HAVE_PAUSE_INSTRUCTION
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmx typing/typing_decl.ml
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for tcgetattr
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmx typing/typing_decl_service.ml
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml
-- Performing Test HAVE_POSIX_SIGNALS - Success
-- Performing Test HAVE_BSS_START
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmx typing/typing_check_utils.ml
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_WEAK_SYMBOL
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends
-- Performing Test HAVE_WEAK_SYMBOL - Success
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmx typing/typing_compare.ml
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/decoder-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/decoder-a64.cc
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Looking for netinet/in6.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
[ 6%] Linking CXX static library libhphp_zend.a
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/hphp_zend.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/zend && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/hphp_zend.dir/link.txt --verbose=1
/usr/bin/ar cq libhphp_zend.a CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o CMakeFiles/hphp_zend.dir/html-table.cpp.o CMakeFiles/hphp_zend.dir/zend-html.cpp.o CMakeFiles/hphp_zend.dir/zend-md5.cpp.o CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o CMakeFiles/hphp_zend.dir/zend-string.cpp.o
/usr/bin/ranlib libhphp_zend.a
[ 6%] Built target hphp_zend
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/disasm-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/disasm-a64.cc
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml
-- Check size of struct in6_addr - done
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmx utils/find.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmx server/findUtils.ml
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test STRUCT_DIRENT_HAS_D_INO
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success
-- Check size of mbstate_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for mbrlen
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml
-- Looking for mbrlen - found
-- Looking for mbscmp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml
-- Looking for mbscmp - not found
-- Looking for mbsrtowcs
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml
-- Looking for mbsrtowcs - found
-- Looking for wcrtomb
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml
-- Looking for wcrtomb - found
-- Looking for mbrtowc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml
-- Looking for mbrtowc - found
-- Looking for wcscoll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml
-- Looking for wcscoll - found
-- Looking for wcsdup
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmx server/serverCheckpoint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml
-- Looking for wcsdup - found
-- Looking for wcwidth
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml
-- Looking for wcwidth - found
-- Looking for wctype
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml
-- Looking for wctype - found
-- Looking for iswlower
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmx server/serverLint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml
-- Looking for iswlower - found
-- Looking for iswupper
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml
-- Looking for iswupper - found
-- Looking for towlower
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/system/CMakeFiles/systemlib.dir/build.make hphp/system/CMakeFiles/systemlib.dir/depend
cd /usr/local/Cellar/hhvm/HEAD/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/system /usr/local/Cellar/hhvm/HEAD/src /usr/local/Cellar/hhvm/HEAD/src/hphp/system /usr/local/Cellar/hhvm/HEAD/src/hphp/system/CMakeFiles/systemlib.dir/DependInfo.cmake --color=
Scanning dependencies of target systemlib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f hphp/system/CMakeFiles/systemlib.dir/build.make hphp/system/CMakeFiles/systemlib.dir/build
[ 7%] Generating systemlib.php
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/system && INSTALL_DIR=/usr/local/Cellar/hhvm/HEAD/src/hphp/system FBCODE_DIR=/usr/local/Cellar/hhvm/HEAD/src/hphp/system/../.. /usr/local/Cellar/hhvm/HEAD/src/hphp/system/../runtime/ext_hhvm/make_systemlib.sh --install_dir=/usr/local/Cellar/hhvm/HEAD/src/hphp/system --fbcode_dir=/usr/local/Cellar/hhvm/HEAD/src/hphp/system/.. \ hphp/system/php/lang/stdClass.php\ hphp/system/php/lang/pinitSentinel.php\ hphp/system/php/lang/string.php\ hphp/system/php/lang/resource.php\ hphp/system/php/lang/AsyncIterator.ns.php\ hphp/system/php/lang/AsyncKeyedIterator.ns.php\ hphp/system/php/lang/Traversable.ns.php\ hphp/system/php/lang/Iterator.ns.php\ hphp/system/php/lang/IteratorAggregate.ns.php\ hphp/system/php/lang/KeyedIterator.ns.php\ hphp/system/php/lang/KeyedIterable.ns.php\ hphp/system/php/lang/Exception.php\ hphp/system/php/spl/exceptions/exceptions.php\ hphp/system/php/spl/interfaces/Countable.php\ hphp/system/php/spl/interfaces/RecursiveIterator.php\ hphp/system/php/spl/datastructures/SplHeap.php\ hphp/system/php/spl/file_handling/SplFileInfo.php\ hphp/system/php/spl/interfaces/SeekableIterator.php\ hphp/system/php/spl/iterators/DirectoryIterator.php\ hphp/system/php/spl/iterators/FilesystemIterator.php\ hphp/system/php/spl/iterators/GlobIterator.php\ hphp/system/php/spl/iterators/RecursiveDirectoryIterator.php\ hphp/system/php/spl/file_handling/SplFileObject.php\ hphp/system/php/spl/file_handling/SplTempFileObject.php\ hphp/system/php/lang/ArrayAccess.php\ hphp/system/php/lang/Serializeable.php\ hphp/system/php/spl/datastructures/SplDoublyLinkedList.php\ hphp/system/php/spl/datastructures/SplQueue.php\ hphp/system/php/spl/datastructures/SplStack.php\ hphp/system/php/spl/interfaces/OuterIterator.php\ hphp/system/php/spl/iterators/IteratorIterator.php\ hphp/system/php/spl/iterators/AppendIterator.php\ hphp/system/php/spl/iterators/FilterIterator.php\ hphp/system/php/spl/iterators/CallbackFilterIterator.php\ hphp/system/php/spl/iterators/MultipleIterator.php\ hphp/system/php/spl/iterators/RecursiveFilterIterator.php\ hphp/system/php/spl/iterators/RegexIterator.php\ hphp/system/php/spl/iterators/RecursiveRegexIterator.php\ hphp/system/php/spl/iterators/ParentIterator.php\ hphp/system/php/spl/iterators/RecursiveCallbackFilterIterator.php\ hphp/system/php/spl/iterators/ArrayIterator.php\ hphp/system/php/spl/iterators/RecursiveArrayIterator.php\ hphp/system/php/spl/iterators/CachingIterator.php\ hphp/system/php/spl/iterators/RecursiveCachingIterator.php\ hphp/system/php/stream/user-filters.php\ hphp/system/php/stream/default-filters.php\ hphp/system/php/filter/filter_has_var.php\ hphp/system/php/filter/filter_input.php\ hphp/system/php/filter/filter_var_array.php\ hphp/system/php/filter/filter_input_array.php\ hphp/system/php/sessions/SessionHandlerInterface.php\ hphp/system/php/redis/RedisException.php\ hphp/system/php/archive_handler/ArchiveHandler.ns.php\ hphp/system/php/archive_handler/TarArchiveHandler.ns.php\ hphp/system/php/archive_handler/ZipArchiveHandler.ns.php\ hphp/system/php/phar/PharException.php\ hphp/system/php/phar/Phar.php\ hphp/system/php/phar/PharFileInfo.php\ hphp/system/php/phar/PharData.php\ hphp/system/php/date/datetimeinterface.php\ hphp/system/php/date/datetimeimmutable.php\ hphp/system/php/collections/collections.ns.php\ hphp/system/php/async/util.ns.php\ hphp/system/php/XhprofFrame.php\ hphp/system/php/array_filter.hhas\ hphp/system/php/array_map.hhas\ hphp/system/php/array_reduce.hhas\ hphp/system/php/apc/APCIterator.php\ hphp/system/php/asio/Awaitable.php\ hphp/system/php/asio/InvalidOperationException.php\ hphp/system/php/curl/CURLFile.php\ hphp/system/php/date/dateperiod.php\ hphp/system/php/date/datetime_funcs.php\ hphp/system/php/dom/DOMException.php\ hphp/system/php/file_system/Directory.php\ hphp/system/php/hash/furchash.php\ hphp/system/php/hash/hash.php\ hphp/system/php/hash/hphp_murmurhash.php\ hphp/system/php/lang/ErrorException.php\ hphp/system/php/lang/fun.ns.php\ hphp/system/php/lang/invariant.ns.php\ hphp/system/php/misc/fb_autoload_map.php\ hphp/system/php/misc/highlight.php\ hphp/system/php/misc/idx.php\ hphp/system/php/misc/php_strip_whitespace.php\ hphp/system/php/password/password.php\ hphp/system/php/pdo/PDOException.php\ hphp/system/php/redis/Redis.php\ hphp/system/php/redis/RedisSessionModule.php\ hphp/system/php/shapes/Shapes.php\ hphp/system/php/soap/SoapFault.php\ hphp/system/php/spl/datastructures/SplFixedArray.php\ hphp/system/php/spl/datastructures/SplObjectStorage.php\ hphp/system/php/spl/datastructures/SplPriorityQueue.php\ hphp/system/php/spl/interfaces/SplObserver.php\ hphp/system/php/spl/interfaces/SplSubject.php\ hphp/system/php/spl/iterators/EmptyIterator.php\ hphp/system/php/spl/iterators/InfiniteIterator.php\ hphp/system/php/spl/iterators/LimitIterator.php\ hphp/system/php/spl/iterators/NoRewindIterator.php\ hphp/system/php/spl/iterators/RecursiveIteratorIterator.php\ hphp/system/php/spl/iterators/RecursiveTreeIterator.php\ hphp/system/php/spl/miscellaneous/ArrayObject.php\ hphp/system/php/spl/miscellaneous/autoload.php\ hphp/system/php/zlib/ext_zlib.php
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml
-- Looking for towlower - found
-- Looking for towupper
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.ml > parsing/parsing_service.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.mli > parsing/parsing_service.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli
/usr/local/bin/ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml
-- Looking for towupper - found
-- Looking for iswctype
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.mli > typing/typing_redecl_service.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmi typing/typing_redecl_service.mli
-- Looking for iswctype - found
-- Check size of wchar_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmx typing/typing_redecl_service.ml
-- Check size of wchar_t - done
-- Check size of wctype_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml
-- Check size of wctype_t - done
-- Check size of wint_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml
-- Check size of wint_t - done
-- Found Curses: /usr/lib/libcurses.dylib
-- Looking for 3 include files stdio.h, ..., readline/history.h
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmo typing/typing_suggest_service.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml
-- Looking for 3 include files stdio.h, ..., readline/history.h - found
-- Performing Test edit_HAVE_HIST_ENTRY
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml
-- Performing Test edit_HAVE_HIST_ENTRY - Success
-- Performing Test edit_USE_LIBEDIT_INTERFACE
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmi server/serverEnvBuild.mli
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed
-- Performing Test edit_USE_NEW_READLINE_INTERFACE
/usr/local/bin/ocamldep.opt -modules server/serverFiles.ml > server/serverFiles.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmo server/serverFiles.ml
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Failed
CMake Error at cmake/readline.cmake:183 (MESSAGE/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends
):
Cannot use libreadline!
Call Stack (most recent call first):
cmake/readline.cmake:194 (FIND_SYSTEM_LIBEDIT)
CMakeLists.txt:397 (MYSQL_CHECK_READLINE)
-- Configuring incomplete, errors occurred!
See also "/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/CMakeOutput.log".
See also "/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/CMakeError.log".
make[2]: *** [third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-configure] Error 1
make[1]: *** [third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/instructions-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/instructions-a64.cc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.ml > server/serverPeriodical.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.mli > server/serverPeriodical.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmi server/serverPeriodical.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmx server/serverFiles.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/instrument-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/instrument-a64.cc
/usr/local/bin/ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmo socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmx server/serverPeriodical.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml
[ 7%] Built target systemlib
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/macro-assembler-a64.cc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx server/serverEnvBuild.cmx server/serverFiles.cmx stubs/ai.cmx server/serverInit.cmx socket/socket.cmx server/serverPeriodical.cmx utils/lock.cmx server/serverMain.cmx hh_server.cmx -o hh_server.native
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.mli > client/clientConnectSimple.mli.depends
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/dev/null\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -march=native -O3 -DNDEBUG -I/usr/local/include -I/usr/local/opt/glog/include -I/usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/squangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/webscalesqlclient/src/include -I/usr/local/opt/pcre/include -I/usr/local/opt/libevent/include -I/usr/local/opt/curl/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc-fb/include -I/usr/local/opt/tbb/include -I/usr/local/opt/openssl/include -I/usr/local/opt/oniguruma/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/usr/local/Cellar/hhvm/HEAD/src/hphp -I/usr/local/Cellar/hhvm/HEAD/src/third-party/double-conversion/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/fastlz -I/usr/local/Cellar/hhvm/HEAD/src/third-party/timelib -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/mbfl -I/usr/local/Cellar/hhvm/HEAD/src/third-party/libmbfl/filters -I/usr/local/Cellar/hhvm/HEAD/src/third-party/proxygen/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly -I/usr/local/Cellar/hhvm/HEAD/src/third-party/folly/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/thrift/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party/wangle/src -I/usr/local/Cellar/hhvm/HEAD/src/third-party -I/usr/local/Cellar/hhvm/HEAD/src -fpermissive -o CMakeFiles/vixl.dir/a64/simulator-a64.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl/a64/simulator-a64.cc
/usr/local/bin/ocamldep.opt -modules stubs/clientMessages.ml > stubs/clientMessages.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/exit_status.ml > utils/exit_status.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmo utils/exit_status.ml
/usr/local/bin/ocamldep.opt -modules utils/tail.mli > utils/tail.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/tty.mli > utils/tty.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmi client/clientConnectSimple.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmo stubs/clientMessages.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmi client/clientStart.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tail.cmi utils/tail.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli
/usr/local/bin/ocamldep.opt -modules client/clientLogCommand.ml > client/clientLogCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmo client/clientLogCommand.ml
/usr/local/bin/ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml
/usr/local/bin/ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmo client/clientEnv.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmi client/clientStop.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmo client/clientCommand.ml
/usr/local/bin/ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules client/colorFile.ml > client/colorFile.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmo client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmo client/clientArgumentInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmo client/clientAutocomplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmo client/clientCheckStatus.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmo client/clientColorFile.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmi client/clientCoverageMetric.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmo client/clientFindRefs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmo client/clientLint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmo client/clientMethodJumps.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmo client/clientOutline.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmo client/clientSymbolInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmo client/clientTypeAtPos.ml
/usr/local/bin/ocamldep.opt -modules client/clientLogCommandUtils.ml > client/clientLogCommandUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientRestart.ml > client/clientRestart.ml.depends
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.mli > client/hackClientStop.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmi client/hackClientStop.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmo client/clientArgs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmo client/clientLogCommandUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmo client/clientRestart.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmo hh_client.ml
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.ml > client/clientConnectSimple.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml
/usr/local/bin/ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmx client/clientConnectSimple.ml
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.ml > client/hackClientStop.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmx client/hackClientStop.ml
/usr/local/bin/ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmx stubs/clientMessages.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tail.cmx utils/tail.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmx client/clientLogCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmx client/clientAutocomplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmx client/clientOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmx client/clientSearch.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmx client/clientLogCommandUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx client/clientArgumentInfo.cmx client/clientAutocomplete.cmx client/clientCheckStatus.cmx client/colorFile.cmx client/clientColorFile.cmx client/clientCoverageMetric.cmx client/clientFindRefs.cmx client/clientLint.cmx client/clientMethodJumps.cmx client/clientOutline.cmx client/clientRefactor.cmx client/clientSearch.cmx client/clientSymbolInfo.cmx client/clientTypeAtPos.cmx client/clientCheck.cmx client/clientLogCommandUtils.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native
/usr/local/bin/ocamldep.opt -modules hh_single_type_check.ml > hh_single_type_check.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml
[ 7%] Linking CXX static library libvixl.a
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/vixl.dir/cmake_clean_target.cmake
cd /usr/local/Cellar/hhvm/HEAD/src/hphp/vixl && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/vixl.dir/link.txt --verbose=1
/usr/bin/ar cq libvixl.a CMakeFiles/vixl.dir/utils.cc.o CMakeFiles/vixl.dir/a64/assembler-a64.cc.o CMakeFiles/vixl.dir/a64/cpu-a64.cc.o CMakeFiles/vixl.dir/a64/debugger-a64.cc.o CMakeFiles/vixl.dir/a64/decoder-a64.cc.o CMakeFiles/vixl.dir/a64/disasm-a64.cc.o CMakeFiles/vixl.dir/a64/instructions-a64.cc.o CMakeFiles/vixl.dir/a64/instrument-a64.cc.o CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o CMakeFiles/vixl.dir/a64/simulator-a64.cc.o
/usr/bin/ranlib libvixl.a
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/ident.cmx utils/utils.cmx client/colorFile.cmx utils/hh_json.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx parsing/parser_heap.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx heap/globalStorage.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx procs/bucket.cmx procs/multiWorker.cmx stubs/filesToIgnore.cmx server/findUtils.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx utils/find.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx server/serverColorFile.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx utils/tmp.cmx hhi/hhi.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx stubs/ai.cmx hh_single_type_check.cmx -o hh_single_type_check.native
[ 7%] Built target vixl
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmo emitter/emitter_consts.ml
/usr/local/bin/ocamldep.opt -modules emitter/emitter_expr.ml > emitter/emitter_expr.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml
/usr/local/bin/ocamldep.opt -modules emitter/emitter_xhp.ml > emitter/emitter_xhp.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_types.ml > emitter/emitter_types.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmo emitter/emitter_types.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmo emitter/emitter_xhp.ml
/usr/local/bin/ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_stmt.ml > emitter/emitter_stmt.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmx emitter/emitter_types.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmx emitter/emitter_xhp.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx emitter/emitter_consts.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/php_escaping.cmx emitter/emitter_core.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx emitter/emitter_types.cmx emitter/emitter_xhp.cmx third-party/core/option.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx globals/autocomplete.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespaces.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/naming_heap.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx utils/pidLog.cmx utils/fork.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native
/usr/local/bin/ocamldep.opt -modules hh_format.ml > hh_format.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends
/usr/local/bin/ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends
/usr/local/bin/ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmo format/format_mode.ml
/usr/local/bin/ocamldep.opt -modules format/format_hack.mli > format/format_hack.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmo stubs/formatEventLogger.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmi format/format_diff.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml
/usr/local/bin/ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmx stubs/formatEventLogger.ml
/usr/local/bin/ocamldep.opt -modules format/format_hack.ml > format/format_hack.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/Deleted_constructs.ml > h2tp/mapper/Deleted_constructs.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/detect_collections.ml > h2tp/mapper/detect_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmi h2tp/common/ast_ext.mli
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/empty_collection_as_bool.ml > h2tp/mapper/empty_collection_as_bool.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/enum.ml > h2tp/mapper/enum.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/erase_types.ml > h2tp/mapper/erase_types.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/hack_variadic.ml > h2tp/mapper/hack_variadic.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/initializer_expressions.ml > h2tp/mapper/initializer_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/lambda_expressions.ml > h2tp/mapper/lambda_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/misc.ml > h2tp/mapper/misc.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmi h2tp/common/fun.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmo h2tp/mapper/initializer_expressions.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmo h2tp/Prepend_require.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.ml > h2tp/common/Str_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.mli > h2tp/common/Str_ext.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmx h2tp/mapper/erase_types.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmx h2tp/mapper/initializer_expressions.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmx h2tp/mapper/misc.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmx h2tp/Prepend_require.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/unsupported_constructs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/autocomplete.cmx h2tp/Prepend_require.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/ast_ext.cmx h2tp/common/common_exns.cmx h2tp/common/converter_options.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/detect_collections.cmx h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/enum.cmx h2tp/mapper/erase_types.cmx h2tp/mapper/hack_variadic.cmx h2tp/mapper/initializer_expressions.cmx naming/naming_special_names.cmx naming/nast.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx h2tp/mapper/lambda_expressions.cmx h2tp/mapper/misc.cmx h2tp/mapper/ref_collections.cmx h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/value_collections.cmx h2tp/mapper/yield_break.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx h2tp/engine.cmx h2tp/h2tp.cmx -o h2tp/h2tp.native
/usr/local/bin/ocamldep.opt -modules h2tp/test/test_unparser.ml > h2tp/test/test_unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/debug.ml > stubs/debug.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmo stubs/debug.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmo h2tp/test/test_unparser.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmx stubs/debug.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmx h2tp/test/test_unparser.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /usr/local/Cellar/hhvm/HEAD/src/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/common_exns.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/erase_types.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx stubs/debug.cmx h2tp/test/test_unparser.cmx -o h2tp/test/test_unparser.native
# Touching the targets is necessary because the ocaml build
# doesn't change the modification dates of the targets if
# the new binaries are exactly the same as the old ones
touch _build/hh_server.native _build/hh_client.native _build/hh_single_type_check.native _build/hh_emitter.native _build/hh_format.native _build/h2tp.native _build/test_unparser.native
mkdir -p ../bin
cp _build/hh_server.native ../bin/hh_server
cp _build/hh_client.native ../bin/hh_client
cp _build/hh_single_type_check.native ../bin/hh_single_type_check
cp _build/hh_emitter.native ../bin/hh_emitter
cp _build/hh_format.native ../bin/hh_format
cp _build/h2tp/h2tp.native ../bin/h2tp
[ 7%] Built target hack
make: *** [all] Error 2
==> Formula
Tap: mcuadros/homebrew-hhvm
Path: /usr/local/Library/Taps/mcuadros/homebrew-hhvm/hhvm.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 6a22bf58b3c1b02ff3ceda0c34039179bb43cd38
Last commit: 4 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit sandybridge
OS X: 10.10.4-x86_64
Xcode: 6.4
CLT: 6.4.0.0.1.1435007323
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /opt/chef/embedded/bin/ruby
Java: 1.6.0_65
==> ENV
CC: /usr/local/opt/llvm/bin/clang => /usr/local/Cellar/llvm/3.6.2/bin/clang-3.6
CXX: /usr/local/opt/llvm/bin/clang++ => /usr/local/Cellar/llvm/3.6.2/bin/clang-3.6
LD: /usr/local/opt/llvm/bin/lld
OBJC: clang
OBJCXX: clang++
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/llvm:/usr/local/opt/openssl:/usr/local/opt/binutils-fb:/usr/local/opt/curl:/usr/local/opt/gettext:/usr/local/opt/icu4c:/usr/local/opt/jemalloc-fb:/usr/local/opt/libarchive:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/gd/lib/pkgconfig:/usr/local/opt/glog/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/libelf/lib/pkgconfig:/usr/local/opt/libevent/lib/pkgconfig:/usr/local/opt/libmemcached/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig:/usr/local/opt/libvpx/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxslt/lib/pkgconfig:/usr/local/opt/libzip/lib/pkgconfig:/usr/local/opt/lz4/lib/pkgconfig:/usr/local/opt/oniguruma/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/opt/curl/share/aclocal:/usr/local/opt/gettext/share/aclocal:/usr/local/opt/libxml2/share/aclocal:/usr/local/opt/libxslt/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/llvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/openssl/bin:/usr/local/opt/binutils-fb/bin:/usr/local/opt/curl/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/gd/bin:/usr/local/opt/gettext/bin:/usr/local/opt/gflags/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/xz/bin:/usr/local/opt/imagemagick/bin:/usr/local/opt/imap-uw/bin:/usr/local/opt/jemalloc-fb/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/local/opt/libmemcached/bin:/usr/local/opt/libxml2/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/libzip/bin:/usr/local/opt/lz4/bin:/usr/local/opt/mcrypt/bin:/usr/local/opt/objective-caml/bin:/usr/local/opt/oniguruma/bin:/usr/local/opt/pcre/bin:/usr/local/opt/re2c/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/unixodbc/bin:/usr/local/opt/mysql/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Error: mcuadros/hhvm/hhvm HEAD did not build
Logs:
/Users/graciousstudios/Library/Logs/Homebrew/hhvm/01.cmake
/Users/graciousstudios/Library/Logs/Homebrew/hhvm/01.cmake.cc
/Users/graciousstudios/Library/Logs/Homebrew/hhvm/02.make
/Users/graciousstudios/Library/Logs/Homebrew/hhvm/02.make.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment