Skip to content

Instantly share code, notes, and snippets.

@pepijnblom
Created August 11, 2015 08:45
Show Gist options
  • Save pepijnblom/2175f135ee3c9bc96aab to your computer and use it in GitHub Desktop.
Save pepijnblom/2175f135ee3c9bc96aab to your computer and use it in GitHub Desktop.
Output brew install hhvm --HEAD --verbose
pepijn:~ graciousstudios$ brew install hhvm --HEAD --verbose
==> Installing hhvm from mcuadros/homebrew-hhvm
==> Cloning https://github.com/facebook/hhvm.git
git --git-dir /Library/Caches/Homebrew/hhvm--git/.git status -s
Updating /Library/Caches/Homebrew/hhvm--git
git config remote.origin.url https://github.com/facebook/hhvm.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master --
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/master
HEAD is now at 6c33dee Make IPBlockMap ini-aware
git submodule foreach --recursive git submodule sync
Entering 'third-party'
Synchronizing submodule url for 'folly/src'
Synchronizing submodule url for 'mcrouter/src'
Synchronizing submodule url for 'proxygen/src'
Synchronizing submodule url for 're2/src'
Synchronizing submodule url for 'squangle/src'
Synchronizing submodule url for 'thrift/src'
Synchronizing submodule url for 'wangle/src'
Synchronizing submodule url for 'webscalesqlclient/webscalesql-5.6'
Entering 'third-party/folly/src'
Entering 'third-party/mcrouter/src'
Entering 'third-party/proxygen/src'
Entering 'third-party/re2/src'
Entering 'third-party/squangle/src'
Entering 'third-party/thrift/src'
Entering 'third-party/wangle/src'
Entering 'third-party/webscalesqlclient/webscalesql-5.6'
git submodule update --init --recursive
==> 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 1362 (offset 17 lines).
==> Cloning https://github.com/hhvm/hhvm-third-party.git
git --git-dir /Library/Caches/Homebrew/hhvm--third-party--git/.git status -s
Updating /Library/Caches/Homebrew/hhvm--third-party--git
git config remote.origin.url https://github.com/hhvm/hhvm-third-party.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master --
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/master
HEAD is now at 00da1ce Merge pull request #75 from Orvid/double-conversion-move
git submodule foreach --recursive git submodule sync
Entering 'folly/src'
Entering 'mcrouter/src'
Entering 'proxygen/src'
Entering 're2/src'
Entering 'squangle/src'
Entering 'thrift/src'
Entering 'wangle/src'
Entering 'webscalesqlclient/webscalesql-5.6'
git submodule update --init --recursive
==> 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.43.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/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=
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=
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 afdt
Scanning dependencies of target double-conversion
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/libafdt/CMakeFiles/afdt.dir/build.make third-party/libafdt/CMakeFiles/afdt.dir/build
/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
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.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/lowlevel.c.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/libafdt/src/lowlevel.c
[ 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/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
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
[ 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
[ 1%] 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
[ 1%] 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
[ 1%] 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
[ 1%] 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
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/re2/CMakeFiles/re2.dir/build.make third-party/re2/CMakeFiles/re2.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/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=
[ 1%] 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
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
[ 1%] 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
[ 1%] 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
[ 1%] 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
[ 1%] 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
[ 1%] 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
/usr/bin/ranlib libafdt.a
[ 1%] Built target afdt
[ 1%] 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
[ 1%] 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
[ 1%] 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
/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.
[ 1%] 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
[ 1%] 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
[ 1%] 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
[ 1%] 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
[ 2%] 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
[ 2%] 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
[ 2%] 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
[ 2%] 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
[ 2%] Built target double-conversion
[ 2%] 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
[ 2%] 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
[ 2%] 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
/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
[ 2%] 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
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
[ 2%] 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
[ 2%] 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
[ 2%] 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
[ 2%] 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
[ 2%] 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
-- Found Git: /usr/local/bin/git (found version "2.5.0")
-- The C compiler identification is Clang 3.6.2
/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
[ 2%] 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
[ 2%] 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
-- 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
[ 2%] 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
[ 2%] Built target fastlz
[ 2%] 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
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
[ 2%] 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
-- 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
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.6.24
-- Packaging as: mysql-5.6.24-osx10.10-x86_64
-- Performing Test HAVE_LLVM_LIBCPP
/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
-- Performing Test HAVE_LLVM_LIBCPP - Success
Dynamic plugins are disabled.
-- Looking for floor
[ 2%] 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
[ 2%] 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
[ 2%] Built target version
[ 2%] 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 floor - found
-- Looking for __infinity
-- Looking for __infinity - not found
-- Looking for __infinity in m
-- Looking for __infinity in m - not found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
-- 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
/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 setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sched_yield
-- 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
[ 2%] 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
-- 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
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for include file alloca.h
[ 2%] 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 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
[ 2%] 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 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
[ 2%] 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 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
-- 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
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
-- Looking for include file inttypes.h - found
-- Looking for include file langinfo.h
[ 3%] 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 langinfo.h - found
-- Looking for include file limits.h
[ 3%] 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 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
[ 3%] 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
-- Looking for include file port.h - not found
-- Looking for include file poll.h
/usr/bin/ranlib libtimelib.a
[ 3%] Built target timelib
[ 3%] 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 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
[ 4%] 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 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
-- 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
[ 4%] 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 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
In file included from hphp.y:11:
In file included from /usr/local/Cellar/hhvm/HEAD/src/hphp/compiler/parser/parser.h:30:
In file included from /usr/local/Cellar/hhvm/HEAD/src/hphp/compiler/expression/scalar_expression.h:21:
In file included from /usr/local/Cellar/hhvm/HEAD/src/hphp/runtime/base/type-variant.h:22:
In file included from /usr/local/Cellar/hhvm/HEAD/src/hphp/runtime/base/tv-helpers.h:22:
/usr/local/Cellar/hhvm/HEAD/src/hphp/runtime/base/resource-data.h:22:10: fatal error: 'hphp/scan-methods/all-scan-decl.h' file not found
#include "hphp/scan-methods/all-scan-decl.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
[ 4%] 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 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
-- Looking for include files time.h, sys/timeb.h - found
-- Looking for include files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for include file asm/termbits.h
-- 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
1 error generated.
make[2]: *** [hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/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"
-- Looking for include file termcap.h - found
-- Looking for include file unistd.h
mkdir -p ../bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../hhi
tar czf ../bin/hhi.tar.gz .
-- 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
# 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
-- Looking for include file sys/time.h - found
-- Looking for include file sys/utime.h
REV="const char* const BuildInfo_kRevision = \"$(git rev-parse HEAD)\";"; \
if [ "$REV" != "$(cat scripts/get_build_id.gen.c)" ]; then echo "$REV" > utils/get_build_id.gen.c; fi
-- Looking for include file sys/utime.h - not found
-- Looking for include file sys/wait.h
cat: scripts/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 include file sys/wait.h - found
-- Looking for include file sys/param.h
make[1]: *** [hphp/parser/CMakeFiles/hphp_parser.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 4%] 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 heap/hh_shared.c
-- 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
[ 4%] 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
-- Looking for include file stdarg.h
-- 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
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 include file wchar.h - found
-- Looking for include file wctype.h
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
[ 4%] 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
/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 include file wctype.h - found
-- Looking for include file sasl/sasl.h
mv get_build_id.o utils/get_build_id.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/nproc.c
mv nproc.o utils/nproc.o
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
/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 include file sys/devpoll.h - not found
-- Looking for include file signal.h
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 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
[ 4%] 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
-- 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
mv fsevents_stubs.o fsevents/fsevents_stubs.o
mkdir -p ../bin
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for _aligned_malloc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../hhi
tar czf ../bin/hhi.tar.gz .
[ 4%] 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
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 _aligned_malloc - not found
-- Looking for _aligned_free
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends
-- Looking for _aligned_free - not found
-- Looking for aio_read
/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
/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
-- Looking for aio_read - found
-- Looking for alarm
/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 alarm - found
-- Looking for backtrace
[ 4%] 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/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 backtrace - found
-- Looking for backtrace_symbols
/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 backtrace_symbols - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Looking for printstack
/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
/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 printstack - not found
-- Looking for bmove
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends
-- Looking for bmove - not found
-- Looking for bsearch
/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
-- Looking for bsearch - found
-- Looking for index
/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 index - found
-- Looking for clock_gettime
[ 4%] 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
-- Looking for clock_gettime - not found
-- Looking for cuserid
/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 cuserid - not found
-- Looking for directio
/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
[ 4%] 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/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 directio - not found
-- Looking for _doprnt
/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 _doprnt - not found
-- Looking for flockfile
/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
-- Looking for flockfile - found
-- Looking for ftruncate
/usr/local/bin/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends
/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
/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
-- Looking for ftruncate - found
-- Looking for getline
/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 getline - found
-- Looking for compress
/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
/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
-- Looking for compress - not found
-- Looking for crypt
/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 crypt - found
-- Looking for dlerror
/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/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/fork.cmx utils/fork.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/option.cmx third-party/core/option.ml
-- Looking for dlerror - found
-- Looking for dlopen
/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
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_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/unicode_groups.cc.o -c /usr/local/Cellar/hhvm/HEAD/src/third-party/re2/src/re2/unicode_groups.cc
-- Looking for dlopen - found
-- Looking for fchmod
/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
/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
-- Looking for fchmod - found
-- Looking for fcntl
/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
/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
/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
-- Looking for fcntl - found
-- Looking for fconvert
/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
/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
-- Looking for fconvert - not found
-- Looking for fdatasync
/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
/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
-- Looking for fdatasync - found
-- Looking for fdatasync
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends
/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
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
/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 fedisableexcept - not found
-- Looking for fpsetmask
/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
/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
-- Looking for fpsetmask - not found
-- Looking for fseeko
/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 fseeko - found
-- Looking for fsync
/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
[ 4%] 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
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends
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/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends
/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/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/bin/ranlib libre2.a
/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
[ 4%] Built target re2
/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
-- Looking for fsync - found
-- Looking for getcwd
/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
/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
-- Looking for getcwd - found
-- Looking for gethostbyaddr_r
/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 gethostbyaddr_r - not found
-- Looking for gethrtime
/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
/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
-- Looking for gethrtime - not found
-- Looking for getnameinfo
/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
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends
-- Looking for getnameinfo - found
-- Looking for getpass
/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
/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
/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
-- Looking for getpass - found
-- Looking for getpassphrase
/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
/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
/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
-- Looking for getpassphrase - not found
-- Looking for getpwnam
/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
/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
-- Looking for getpwnam - found
-- Looking for getpwuid
/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
/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 getpwuid - found
-- Looking for getrlimit
/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
-- Looking for getrlimit - found
-- Looking for getrusage
/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
/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
-- Looking for getrusage - found
-- Looking for getwd
/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
/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 getwd - found
-- Looking for gmtime_r
/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 gmtime_r - found
-- Looking for initgroups
/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
-- Looking for initgroups - found
-- Looking for issetugid
/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
/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 issetugid - found
-- Looking for getuid
/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
-- Looking for getuid - found
-- Looking for geteuid
/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
/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
-- Looking for geteuid - found
-- Looking for getgid
/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 getgid - found
-- Looking for getegid
/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 getegid - found
-- Looking for ldiv
/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
/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
/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
-- Looking for ldiv - found
-- Looking for localtime_r
/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
/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
/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
-- Looking for localtime_r - found
-- Looking for longjmp
/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
/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
-- Looking for longjmp - found
-- Looking for lstat
/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
/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
-- Looking for lstat - found
-- Looking for madvise
/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
/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
-- Looking for madvise - found
-- Looking for malloc_info
/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
/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
-- Looking for malloc_info - not found
-- Looking for memcpy
/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
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends
-- Looking for memcpy - found
-- Looking for memmove
/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
/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
-- Looking for memmove - found
-- Looking for mkstemp
/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
/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
/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 mkstemp - found
-- Looking for mlock
/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
/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
-- Looking for mlock - found
-- Looking for mlockall
/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
/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 mlockall - found
-- Looking for mmap
/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
/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
-- Looking for mmap - found
-- Looking for mmap64
/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
/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
/usr/local/bin/ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends
-- Looking for mmap64 - not found
-- Looking for perror
/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
/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
/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
-- Looking for perror - found
-- Looking for poll
/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
/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
-- Looking for poll - found
-- Looking for port_create
/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
/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/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/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
-- Looking for port_create - not found
-- Looking for posix_fallocate
/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
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.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/errors.cmx utils/errors.ml
-- Looking for posix_fallocate - not found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pread
/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
/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
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends
-- Looking for pread - found
/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 pthread_attr_create
/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
/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
-- 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 -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 pthread_attr_getguardsize - found
-- Looking for pthread_attr_getstacksize
/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 pthread_attr_getstacksize - found
-- Looking for pthread_attr_setscope
/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/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 pthread_attr_setscope - found
-- Looking for pthread_attr_setstacksize
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends
/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
-- Looking for pthread_condattr_create - not found
-- Looking for pthread_condattr_setclock
/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
/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 pthread_condattr_setclock - not found
-- Looking for pthread_key_delete
/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
/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 pthread_key_delete - found
-- Looking for pthread_rwlock_rdlock
/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 pthread_rwlock_rdlock - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for pthread_threadmask
-- Looking for pthread_threadmask - not found
-- Looking for pthread_yield_np
/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
/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
-- Looking for pthread_yield_np - found
-- Looking for putenv
/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
/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
-- Looking for putenv - found
-- Looking for readdir_r
/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
/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
-- Looking for readdir_r - found
-- Looking for readlink
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends
-- Looking for readlink - found
-- Looking for re_comp
/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
/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
-- Looking for re_comp - not found
-- Looking for regcomp
/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
/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 regcomp - found
-- Looking for realpath
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.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/nastCheck.cmo typing/nastCheck.ml
-- Looking for realpath - found
-- Looking for rename
/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 rename - found
-- Looking for rwlock_init
/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 rwlock_init - not found
-- Looking for sched_yield
/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_instantiate.mli > typing/typing_instantiate.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.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_instantiate.cmi typing/typing_instantiate.mli
/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_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 sched_yield - found
-- Looking for setenv
/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 setenv - found
-- Looking for setlocale
/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 setlocale - found
-- Looking for setfd
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends
-- Looking for setfd - not found
-- Looking for sigaction
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.ml > typing/typing_instantiate.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.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/typeVisitor.cmx typing/typeVisitor.ml
-- Looking for sigaction - found
-- Looking for sigthreadmask
/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
-- Looking for sigthreadmask - not found
-- Looking for sigwait
/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 sigwait - found
-- Looking for sigaddset
/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
-- Looking for sigaddset - found
-- Looking for sigemptyset
/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
/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
-- Looking for sigemptyset - found
-- Looking for sighold
/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 sighold - found
-- Looking for sigset
/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 sigset - found
-- Looking for sleep
/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 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 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 snprintf - found
-- Looking for stpcpy
/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 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 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
/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 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 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 strerror - found
-- Looking for strlcpy
/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 strlcpy - found
-- Looking for strnlen
/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
-- Looking for strnlen - found
-- Looking for strlcat
/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 strlcat - found
-- Looking for strsignal
/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 strsignal - found
-- Looking for fgetln
/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
/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
-- Looking for fgetln - found
-- Looking for strpbrk
/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
/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
-- Looking for strpbrk - found
-- Looking for strsep
/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
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.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_hint.cmo typing/typing_hint.ml
-- Looking for strsep - found
-- Looking for strstr
/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
-- Looking for strstr - found
-- Looking for strtok_r
/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
/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
-- Looking for strtok_r - found
-- Looking for strtol
/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
/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
-- Looking for strtol - found
-- Looking for strtoll
/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
-- Looking for strtoll - found
-- Looking for strtoul
/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
-- Looking for strtoul - found
-- Looking for strtoull
/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
-- Looking for strtoull - found
-- Looking for strcasecmp
/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
-- Looking for strcasecmp - found
-- Looking for strncasecmp
/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
/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
-- Looking for strncasecmp - found
-- Looking for strdup
/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
-- Looking for strdup - found
-- Looking for shmat
/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
/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
-- Looking for shmat - found
-- Looking for shmctl
/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
-- Looking for shmctl - found
-- Looking for shmdt
/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
-- Looking for shmdt - found
-- Looking for shmget
/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
-- Looking for shmget - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for tempnam
-- Looking for tempnam - found
-- Looking for thr_setconcurrency
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends
-- Looking for thr_yield - not found
-- Looking for vasprintf
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends
/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
-- Looking for vasprintf - found
-- Looking for vsnprintf
/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
-- Looking for vsnprintf - found
-- Looking for vprintf
/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
-- Looking for vprintf - found
-- Looking for valloc
-- Looking for valloc - found
-- Looking for memalign
-- Looking for memalign - not found
-- Looking for chown
-- Looking for chown - found
-- Looking for nl_langinfo
/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
/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
-- Looking for nl_langinfo - found
-- Looking for ntohll
/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
/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
-- Looking for ntohll - not found
-- Looking for clock_gettime
/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
-- Looking for clock_gettime - not found
-- Looking for epoll_create
/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
/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
-- Looking for epoll_create - not found
-- Looking for epoll_ctl
/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
/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
-- Looking for epoll_ctl - not found
-- Looking for inet_ntop
/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
-- Looking for inet_ntop - found
-- Looking for kqueue
-- Looking for kqueue - found
-- Looking for kqueue
/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 kqueue - found
-- Looking for signal
/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
-- Looking for signal - found
-- Looking for timeradd
/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
-- Looking for timeradd - found
-- Looking for timerclear
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends
-- Looking for timerclear - found
/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
-- Looking for timercmp
/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
-- Looking for timercmp - found
-- Looking for timerisset
/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 timerisset - found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_settime
/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
-- Looking for timer_settime - not found
-- Looking for include file time.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/autocompleteService.cmx server/autocompleteService.ml
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
/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
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
/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
-- Looking for include file asm/msr.h - not found
-- Looking for include file ia64intrin.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/findUtils.cmx server/findUtils.ml
-- Looking for include file ia64intrin.h - not found
-- Looking for times
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends
-- Looking for times - found
-- Looking for gettimeofday
/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
-- Looking for gettimeofday - found
-- Looking for read_real_time
/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
-- Looking for read_real_time - not found
-- Looking for ftime
/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
-- Looking for ftime - found
-- Looking for time
/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 time - found
-- Looking for rdtscll
/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
-- Looking for rdtscll - not found
-- Looking for madvise
/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 madvise - found
-- Looking for tzname
/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
/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 tzname - found
-- Looking for lrand48
/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
-- Looking for lrand48 - found
/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 getpagesize
/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
-- Looking for getpagesize - found
/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 TIOCGWINSZ
/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 TIOCGWINSZ - found
-- Looking for FIONREAD
/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
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
/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
/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 TIOCSTAT - found
-- Looking for FIONREAD
/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 FIONREAD - found
-- Looking for SIGEV_THREAD_ID
/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
-- Looking for SIGEV_THREAD_ID - not found
-- Looking for SIGEV_PORT
/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 SIGEV_PORT - not found
-- Looking for EVFILT_TIMER
/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 EVFILT_TIMER - found
-- Looking for finite
/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
-- Looking for finite - found
-- Looking for log2
/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
/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 log2 - found
-- Looking for isnan
/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
-- Looking for isnan - found
-- Looking for rint
/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
-- Looking for rint - found
-- Performing Test HAVE_ISINF
/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
-- Performing Test HAVE_ISINF - Success
-- Performing Test HAVE_FESETROUND
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends
-- Performing Test HAVE_FESETROUND - Success
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends
-- 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_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
/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
-- Check size of sigset_t - done
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of char
/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
/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
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.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/ai.cmo stubs/ai.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/ai.cmx stubs/ai.ml
-- Check size of char - done
-- Check size of short
/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
-- Check size of short - done
-- Check size of int
/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
-- Check size of int - done
-- Check size of long long
/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
-- Check size of long long - done
-- Check size of off_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/serverConvert.cmx server/serverConvert.ml
-- Check size of off_t - done
-- Check size of uchar
/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
-- Check size of uchar - failed
-- Check size of uint
/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
-- Check size of uint - done
-- Check size of ulong
/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
-- Check size of ulong - failed
-- Check size of int8
-- Check size of int8 - failed
-- Check size of uint8
-- Check size of uint8 - failed
-- Check size of int16
/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
-- 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
/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/tmp.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 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 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/nastCheck.cmx typing/nast_terminality.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_instantiate.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_hint.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 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
-- Check size of u_int32_t - done
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of time_t
-- Check size of time_t - done
-- Check size of bool
-- Check size of bool - failed
-- Check size of socklen_t
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends
-- Check size of socklen_t - done
-- Performing Test TIME_T_UNSIGNED
/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
/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
-- Performing Test TIME_T_UNSIGNED - Failed
-- Performing Test HAVE_GETADDRINFO
/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
-- Performing Test HAVE_GETADDRINFO - Success
-- Performing Test HAVE_SELECT
/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
-- Performing Test HAVE_SELECT - Success
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends
-- Performing Test HAVE_TIMESPEC_TS_SEC
/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
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
-- Performing Test QSORT_TYPE_IS_VOID
/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
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
/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
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
/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
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed
/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
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
/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
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success
-- Looking for include files time.h, sys/time.h
/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
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
/usr/local/bin/ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
/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
-- Performing Test C_HAS_inline - Success
-- Performing Test HAVE_PAUSE_INSTRUCTION
/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
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for tcgetattr
/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
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
/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
-- 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 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
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_WEAK_SYMBOL
/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
-- 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 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
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
/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
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
-- 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 -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
-- 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 -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
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test STRUCT_DIRENT_HAS_D_INO
/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
-- 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 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
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success
/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
-- 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 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
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
/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
-- 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 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
-- Looking for mbrlen - found
-- Looking for mbscmp
-- 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 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
-- 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 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
-- 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 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
-- 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 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
-- Looking for wcscoll - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcwidth
/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/tmp.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 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 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/nastCheck.cmx typing/nast_terminality.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_instantiate.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_hint.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
-- Looking for wcwidth - found
-- Looking for wctype
-- Looking for wctype - found
-- Looking for iswlower
-- Looking for iswlower - found
-- Looking for iswupper
/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
-- Looking for iswupper - found
-- Looking for towlower
/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
-- Looking for towlower - found
-- Looking for towupper
-- Looking for towupper - found
-- Looking for iswctype
/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/tmp.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/nastCheck.cmx typing/nast_terminality.cmx typing/typing_dependent_type.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_instantiate.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_hint.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 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 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
-- Looking for iswctype - found
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wctype_t
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends
-- Check size of wctype_t - done
-- Check size of wint_t
/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_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
-- Check size of wint_t - done
/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_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
-- Found Curses: /usr/lib/libcurses.dylib
/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
-- Looking for 3 include files stdio.h, ..., readline/history.h
/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
-- 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 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_expr.cmx emitter/emitter_expr.ml
-- Performing Test edit_HAVE_HIST_ENTRY - Success
-- Performing Test edit_USE_LIBEDIT_INTERFACE
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed
-- Performing Test edit_USE_NEW_READLINE_INTERFACE
/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
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Failed
CMake Error at cmake/readline.cmake:183 (MESSAGE):
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
/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_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.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 emitter/emitter_core.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/typecheckerOptions.cmx third-party/core/option.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typeVisitor.cmx typing/typing_heap.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx emitter/emitter_types.cmx globals/autocomplete.cmx globals/ide.cmx parsing/namespaces.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.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 parsing/parser_hack.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_dependent_type.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_instantiate.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_hint.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/tmp.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/tmp.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 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 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/nastCheck.cmx typing/nast_terminality.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_instantiate.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_hint.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 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 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
[ 4%] 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: ce57a5f97ddadf11af777ee03c43a12647da6b87
Last commit: 25 hours 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