Skip to content

Instantly share code, notes, and snippets.

@my2ter
Created January 5, 2016 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save my2ter/fc4f8a1340fcad404850 to your computer and use it in GitHub Desktop.
Save my2ter/fc4f8a1340fcad404850 to your computer and use it in GitHub Desktop.
hhvm (hhvm/hhvm/hhvm) on OS X 10.11.2 - Full install output
==> Reinstalling hhvm/hhvm/hhvm
rm /usr/local/bin/h2tp
rm /usr/local/bin/hh_client
rm /usr/local/bin/hh_format
rm /usr/local/bin/hh_server
rm /usr/local/bin/hhvm
rm /usr/local/bin/hhvm-gdb
rm /usr/local/bin/hhvm-repo-mode
rm /usr/local/bin/hphpize
rm /usr/local/include/hphp
rm /usr/local/lib/hhvm
rm /usr/local/share/hhvm
==> Cloning https://github.com/facebook/hhvm.git
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
==> Checking out branch master
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 17df309 Have inconsistencies point to user docs
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/mysql-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/mysql-5.6'
Synchronizing submodule url for 'rocksdb'
Entering 'third-party/webscalesqlclient/mysql-5.6/rocksdb'
git submodule update --init --recursive
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/HEAD -DDEFAULT_CONFIG_DIR=/usr/local/etc/hhvm -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_ASM_COMPILER=/usr/local/opt/llvm/bin/clang -DENABLE_MCROUTER=OFF -DENABLE_EXTENSION_MCROUTER=OFF -DENABLE_EXTENSION_IMAP=OFF -DMYSQL_UNIX_SOCK_ADDR=/tmp/mysql.sock -DCMAKE_C_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -DBOOST_INCLUDEDIR=/usr/local/opt/boost/include -DBOOST_LIBRARYDIR=/usr/local/opt/boost/lib -DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 -DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib -DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include -DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib -DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib -DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib -DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc/include -DJEMALLOC_LIB=/usr/local/opt/jemalloc/lib/libjemalloc.dylib -DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/dwarfutils/include -DLIBDWARF_LIBRARIES=/usr/local/opt/dwarfutils/lib/libdwarf.a -DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf -DLIBELF_LIBRARIES=/usr/local/opt/libelf/lib/libelf.a -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 -DLIBGLOG_LIBRARY=/usr/local/opt/glog/lib/libglog.dylib -DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include -DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib -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 -DLIBMEMCACHED_LIBRARY=/usr/local/opt/libmemcached/lib/libmemcached.dylib -DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include -DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.dylib -DPC_SQLITE3_FOUND=1 -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 -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib -DCRYPT_LIB=/usr/local/opt/openssl/lib/libcrypto.dylib -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib -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 -DTBB_INSTALL_DIR=/usr/local/opt/tbb -DSYSTEM_PCRE_HAS_JIT=1
-- 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
-- Build type not specified: cmake build type Release.
-- Found LibDL: /usr/lib/libdl.dylib
-- Performing Test LIBDL_NEEDS_UNDERSCORE
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed
-- Boost version: 1.59.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
-- Looking for evhttp_bind_socket_with_fd
-- Looking for evhttp_bind_socket_with_fd - not found
-- Found CURL: /usr/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/lib/libxml2.dylib (found version "2.9.2")
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29")
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.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 1.0.1
-- 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/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.2e")
-- Performing Test OPENSSL_HAVE_RAND_EGD
-- Performing Test OPENSSL_HAVE_RAND_EGD - Failed
-- 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
-- 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 - Success
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses const 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
-- Performing Test FOLLY_HAVE_VLA
-- Performing Test FOLLY_HAVE_VLA - Success
-- 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.59.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- regex
-- context
-- Boost version: 1.59.0
-- Found the following Boost libraries:
-- system
-- thread
-- Boost version: 1.59.0
-- Found the following Boost libraries:
-- thread
-- system
CMake Warning (dev) at CMake/HPHPFunctions.cmake:21 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "lib" will no longer be dereferenced when the policy
is set to NEW. Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
third-party/thrift/CMakeLists.txt:5 (auto_sources)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Boost version: 1.59.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
-- Build type not specified: cmake build type Release.
-- Boost version: 1.59.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.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 1.0.1
-- 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/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 - Success
-- Looking for dwarf_producer_init_c
-- Looking for dwarf_producer_init_c - not found
-- libdwarf uses const 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/bin/ocamlc
-- Found ocamlc.opt: /usr/local/bin/ocamlc.opt
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Looking for memfd_create
-- Looking for memfd_create - not found
-- Performing Test HAVE_DECL___NR_MEMFD_CREATE
-- Performing Test HAVE_DECL___NR_MEMFD_CREATE - Failed
-- 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
-- Looking for BZ2_bzCompressInit - found
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.1.0")
-- Building the bz2 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.
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib
-- Found LIBICONV: /usr/lib/libiconv.dylib
-- Performing Test LIBICONV_CONST
-- Performing Test LIBICONV_CONST - Failed
-- Found LibPng: /usr/local/lib/libpng.dylib
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
-- Building the gd extension.
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS)
-- Building the generator extension.
-- Found LIBINTL: /usr/local/opt/gettext/include
-- Building the gettext 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.
Not building the imap extension.
-- Building the intervaltimer extension.
-- Building the ipc extension.
-- Building the json extension.
-- Found ldap: /usr/lib/libldap.dylib;/usr/lib/liblber.dylib
-- 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 password 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 random 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/lib/libxslt.dylib (found version "1.1.28")
-- Building the xsl extension.
-- Building the zip extension.
-- Building the zlib extension.
-- Could NOT find LibNuma (missing: LIBNUMA_LIBRARIES LIBNUMA_INCLUDE_DIRS)
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success
CMake Warning (dev) at CMake/HPHPFunctions.cmake:182 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "hhvm". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
hphp/hhvm/CMakeLists.txt:62 (HHVM_INSTALL)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/hhvm20160105-41488-1n16dos
==> make
Scanning dependencies of target webscalesqlclient
Scanning dependencies of target eaw_table
Scanning dependencies of target fastlz
Scanning dependencies of target version
Scanning dependencies of target afdt
Scanning dependencies of target double-conversion
[ 0%] Creating directories for 'webscalesqlclient'
[ 0%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o
[ 0%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o
Scanning dependencies of target re2
[ 0%] Built target eaw_table
Scanning dependencies of target timelib
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/hash.cc.o
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o
[ 0%] Linking CXX executable version
[ 0%] No download step for 'webscalesqlclient'
[ 0%] No patch step for 'webscalesqlclient'
[ 0%] No update step for 'webscalesqlclient'
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o
[ 0%] Built target version
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o
[ 0%] Performing configure step for 'webscalesqlclient'
-- Running cmake version 3.4.1
-- Found Git: /usr/local/bin/git (found version "2.6.3")
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
[ 0%] Linking C static library libfastlz.a
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o
-- The C compiler identification is Clang 3.6.2
Scanning dependencies of target hack
[ 1%] Built target fastlz
Scanning dependencies of target neo
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o
[ 2%] Linking C static library libafdt.a
-- The CXX compiler identification is Clang 3.6.2
[ 2%] Built target afdt
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang
[ 2%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o
/tmp/hhvm20160105-41488-1n16dos/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.
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
-- Detecting C compiler ABI info
Scanning dependencies of target hphp_parser
[ 2%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o
[ 2%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o
[ 2%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works
^[[B-- Detecting CXX compiler ABI info
[ 3%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o
-- Detecting CXX compiler ABI info - done
-- Looking for sys/types.h
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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
Scanning dependencies of target ppc64-asm
[ 3%] Building CXX object hphp/ppc64-asm/CMakeFiles/ppc64-asm.dir/asm-ppc64.cpp.o
-- Looking for sys/types.h - found
-- Looking for stdint.h
[ 3%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o
-- Looking for stdint.h - found
-- Looking for stddef.h
[ 3%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o
[ 4%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o
-- Looking for stddef.h - found
-- Check size of void *
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o
[ 4%] Linking CXX static library libdouble-conversion.a
mv hh_shared.o heap/hh_shared.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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
[ 4%] Built target double-conversion
-- Check size of void * - done
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.6.24
-- Packaging as: mysql-5.6.24-osx10.11-x86_64
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o
-- Performing Test HAVE_LLVM_LIBCPP
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o
mv hhi_elf.o hhi/hhi_elf.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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_win32res_stubs.c
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o
[ 5%] Linking C static library libneo.a
mv hhi_win32res_stubs.o hhi/hhi_win32res_stubs.o
-- Performing Test HAVE_LLVM_LIBCPP - Success
Dynamic plugins are disabled.
-- Looking for floor
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c libancillary/libancillary-stubs.c
[ 5%] Built target neo
[ 5%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o
mv libancillary-stubs.o libancillary/libancillary-stubs.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c third-party/libancillary/fd_recv.c
-- Looking for floor - found
-- Looking for __infinity
mv fd_recv.o third-party/libancillary/fd_recv.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c third-party/libancillary/fd_send.c
mv fd_send.o third-party/libancillary/fd_send.o
-- Looking for __infinity - not found
-- Looking for __infinity in m
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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/files.c
mv files.o utils/files.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c
mv get_build_id.gen.o utils/get_build_id.gen.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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 __infinity in m - not found
-- Looking for gethostbyname_r
mv get_build_id.o utils/get_build_id.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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/handle_stubs.c
mv handle_stubs.o utils/handle_stubs.o
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o
mv nproc.o utils/nproc.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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/priorities.c
-- Looking for gethostbyname_r in nsl_r - not found
-- Looking for gethostbyname_r in nsl
mv priorities.o utils/priorities.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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
mv realpath.o utils/realpath.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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/sysinfo.c
-- Looking for gethostbyname_r in nsl - not found
-- Looking for bind
mv sysinfo.o utils/sysinfo.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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/win32_support.c
mv win32_support.o utils/win32_support.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/tmp/hhvm20160105-41488-1n16dos -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 bind - found
-- Looking for crypt
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o
-- Looking for crypt - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
mv fsevents_stubs.o fsevents/fsevents_stubs.o
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o
-- Looking for dlopen - found
-- Looking for sched_yield
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends
/usr/local/bin/ocamldep.opt -modules server/hhServerMonitor.mli > server/hhServerMonitor.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/hhServerMonitor.cmi server/hhServerMonitor.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml
-- Looking for sched_yield - found
-- Looking for clock_gettime
/usr/local/bin/ocamldep.opt -modules server/hhServerMonitor.ml > server/hhServerMonitor.ml.depends
/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/ocamldep.opt -modules utils/timeout.mli > utils/timeout.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/timeout.cmi utils/timeout.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli
/usr/local/bin/ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends
-- Looking for clock_gettime - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for timer_create
/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
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.cpp:17:
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1849:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1867:27: warning: suggest braces around initialization of subobject [-Wmissing-braces]
static_cast<uint32_t>(imm),
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1882:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
lk,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1898:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
lk,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1912:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
1,
^~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1928:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1946:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
xop,
^~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1962:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
0x0, //Reserved
^~~~~~~~~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:1981:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
lk,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2001:28: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2022:28: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2043:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2065:32: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rc,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2083:7: warning: suggest braces around initialization of subobject [-Wmissing-braces]
rsv,
^~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2101:7: warning: suggest braces around initialization of subobject [-Wmissing-braces]
tx,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2121:7: warning: suggest braces around initialization of subobject [-Wmissing-braces]
tx,
^~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.h:2140:7: warning: suggest braces around initialization of subobject [-Wmissing-braces]
tx,
^~~
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.cpp:777:23: warning: adding 'uint32_t' (aka 'unsigned int') to a string does not append to the string [-Wstring-plus-int]
return ".long " + ip_;
~~~~~~~~~^~~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/ppc64-asm/asm-ppc64.cpp:777:23: note: use array indexing to silence this warning
return ".long " + ip_;
^
& [ ]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 timer_create - not found
-- Looking for timer_create in rt
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml
-- Looking for timer_create in rt - not found
-- Looking for pthread.h
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml
-- Looking for pthread.h - found
-- Looking for pthread_create
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 pthread_create - found
-- Found Threads: TRUE
-- Looking for 4 include files stdlib.h, ..., float.h
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 4 include files stdlib.h, ..., float.h - found
-- Looking for include file alloca.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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
-- Looking for include file alloca.h - found
-- Looking for include file aio.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml
-- Looking for include file aio.h - found
-- Looking for include file arpa/inet.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml
-- 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
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmx utils/ident.ml
-- Looking for include file cxxabi.h - not found
-- Looking for include file dirent.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 include file dirent.h - found
-- Looking for include file dlfcn.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml
/usr/local/bin/ocamldep.opt -modules utils/handle.ml > utils/handle.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/handle.cmo utils/handle.ml
/usr/local/bin/ocamldep.opt -modules utils/path.ml > utils/path.ml.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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli
-- Looking for include file execinfo.h - found
-- Looking for include file fcntl.h
/usr/local/bin/ocamldep.opt -modules utils/timeout.ml > utils/timeout.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/handle.cmx utils/handle.ml
-- Looking for include file fcntl.h - found
-- Looking for include file fenv.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/timeout.cmx utils/timeout.ml
-- Looking for include file fenv.h - found
-- Looking for include file float.h
/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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/exit_status.ml > utils/exit_status.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 server/hhServerMonitorConfig.ml > server/hhServerMonitorConfig.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/hhServerMonitorConfig.cmo server/hhServerMonitorConfig.ml
-- Looking for include file float.h - found
-- Looking for include file floatingpoint.h
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 utils/lock.ml > utils/lock.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml
-- Looking for include file floatingpoint.h - not found
-- Looking for include file fpu_control.h
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends
18 warnings generated.
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends
/usr/local/bin/ocamldep.opt -modules stubs/ai_options.ml > stubs/ai_options.ml.depends
[ 5%] Linking CXX static library libppc64-asm.a
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmo stubs/ai_options.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli
-- Looking for include file fpu_control.h - not found
-- Looking for include file grp.h
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml
[ 5%] Built target ppc64-asm
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml
[ 5%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmx stubs/ai_options.ml
-- Looking for include file grp.h - found
-- Looking for include file ieeefp.h
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml
-- Looking for include file ieeefp.h - not found
-- Looking for include file inttypes.h
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml
/usr/local/bin/ocamldep.opt -modules server/serverFiles.ml > server/serverFiles.ml.depends
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends
-- Looking for include file inttypes.h - found
-- Looking for include file langinfo.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmo server/serverFiles.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends
-- Looking for include file langinfo.h - found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli
-- Looking for include file limits.h
/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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 utils/errors.ml > utils/errors.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends
-- Looking for include file limits.h - found
-- Looking for include file locale.h
/usr/local/bin/ocamldep.opt -modules utils/hh_json.mli > utils/hh_json.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/pos.mli > utils/pos.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/file_pos.mli > utils/file_pos.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmi utils/hh_json.mli
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/file_pos.cmi utils/file_pos.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmi utils/pos.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends
-- Looking for include file locale.h - found
-- Looking for include file malloc.h
/usr/local/bin/ocamldep.opt -modules utils/file_pos.ml > utils/file_pos.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmx utils/hh_json.ml
-- Looking for include file malloc.h - not found
-- Looking for include file memory.h
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/file_pos.cmx utils/file_pos.ml
-- Looking for include file memory.h - found
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file netinet/in.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml
-- Looking for include file netinet/in.h - found
-- Looking for include file paths.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends
-- Looking for include file paths.h - found
-- Looking for include file port.h
/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 -3-4-6-29-35-44-48-50 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml
-- Looking for include file port.h - not found
-- Looking for include file poll.h
/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
/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 -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
/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 -3-4-6-29-35-44-48-50 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml
-- Looking for include file sched.h - found
-- Looking for include file select.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml
-- Looking for include file select.h - not found
-- Looking for include file semaphore.h
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml
-- Looking for include file semaphore.h - found
-- Looking for include files sys/types.h, sys/dir.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 utils/stats.ml > utils/stats.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/stats.cmo utils/stats.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 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/stats.cmx utils/stats.ml
-- Looking for include files sys/types.h, sys/dir.h - found
-- Looking for include file sys/ndir.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/pte.h
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml
-- Looking for include file sys/pte.h - not found
-- Looking for include file stdlib.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml
-- Looking for include file strings.h - found
-- Looking for include file string.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml
-- Looking for include file string.h - found
-- Looking for include file synch.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml
-- 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
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml
/usr/local/bin/ocamldep.opt -modules 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 -3-4-6-29-35-44-48-50 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli
-- Looking for include file sys/cdefs.h - found
-- Looking for include file sys/file.h
/usr/local/bin/ocamldep.opt -modules find/find.ml > find/find.ml.depends
/usr/local/bin/ocamldep.opt -modules find/find.mli > find/find.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I find -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o find/find.cmi find/find.mli
/usr/local/bin/ocamldep.opt -modules hhi/hhi_win32res.ml > hhi/hhi_win32res.ml.depends
/usr/local/bin/ocamldep.opt -modules hhi/hhi_win32res.mli > hhi/hhi_win32res.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmi hhi/hhi_win32res.mli
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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-4-6-29-35-44-48-50 -I find -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o find/find.cmx find/find.ml
-- Looking for include file sys/file.h - found
-- Looking for include file sys/fpu.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmx hhi/hhi_win32res.ml
-- Looking for include file sys/fpu.h - not found
-- Looking for include file sys/ioctl.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/ipc.h
/usr/local/bin/ocamldep.opt -modules libancillary/libancillary.ml > libancillary/libancillary.ml.depends
/usr/local/bin/ocamldep.opt -modules libancillary/libancillary.mli > libancillary/libancillary.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I libancillary -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o libancillary/libancillary.cmi libancillary/libancillary.mli
/usr/local/bin/ocamldep.opt -modules utils/random_id.ml > utils/random_id.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/random_id.cmo utils/random_id.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/serverCommand.ml > server/serverCommand.ml.depends
-- Looking for include file sys/ipc.h - found
-- Looking for include file sys/malloc.h
[ 5%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o
/usr/local/bin/ocamldep.opt -modules naming/namingGlobal.mli > naming/namingGlobal.mli.depends
/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/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/findUtils.mli > utils/findUtils.mli.depends
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/serverConfig.mli > server/serverConfig.mli.depends
/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 -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o
/usr/local/bin/ocamldep.opt -modules server/serverLocalConfig.ml > server/serverLocalConfig.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends
-- Looking for include file sys/malloc.h - found
-- Looking for include file sys/mman.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmi utils/findUtils.mli
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLocalConfig.cmo server/serverLocalConfig.ml
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.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 naming/nast.ml > naming/nast.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends
-- Looking for include file sys/prctl.h - not found
-- Looking for include file sys/resource.h
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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_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 third-party/core/result.mli > third-party/core/result.mli.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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml
-- Looking for include file sys/select.h - found
-- Looking for include file sys/shm.h
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmo typing/typing_subst.ml
-- Looking for include file sys/shm.h - found
-- Looking for include file sys/socket.h
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_arrays.ml > typing/typing_arrays.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/type_mapper.ml > typing/type_mapper.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/type_mapper.cmo typing/type_mapper.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
-- Looking for include file sys/socket.h - found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_arrays.cmo typing/typing_arrays.ml
-- Looking for include file sys/stat.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_visibility.mli > typing/typing_visibility.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/stream.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_visibility.cmi typing/typing_visibility.mli
-- Looking for include file sys/stream.h - not found
-- Looking for include file sys/termcap.h
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends
-- Looking for include file sys/termcap.h - not found
-- Looking for include files time.h, sys/timeb.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 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/ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends
-- Looking for include files time.h, sys/timeb.h - found
-- Looking for include files curses.h, term.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/namingGlobal.cmi naming/namingGlobal.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/ocamldep.opt -modules monitor/monitorConnection.mli > monitor/monitorConnection.mli.depends
/usr/local/bin/ocamldep.opt -modules monitor/serverMonitorUtils.ml > monitor/serverMonitorUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverMonitorUtils.cmo monitor/serverMonitorUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/monitorConnection.cmi monitor/monitorConnection.mli
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends
/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
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli
-- Looking for include files curses.h, term.h - found
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends
-- Looking for include file asm/termbits.h
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o
/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 -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml
-- Looking for include file asm/termbits.h - not found
-- Looking for include file termbits.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli
-- Looking for include file termbits.h - not found
-- Looking for include file termios.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml
-- Looking for include file termios.h - found
-- Looking for include file termio.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml
/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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml
-- Looking for include file termio.h - not found
-- Looking for include file termcap.h
/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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmo parsing/parser_heap.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml
-- Looking for include file termcap.h - found
-- Looking for include file unistd.h
/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/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml
/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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
/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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/symbolTypeService.ml > server/symbolTypeService.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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml
-- Looking for include file utime.h - found
-- Looking for include file varargs.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml
-- Looking for include file varargs.h - not found
-- Looking for include file sys/time.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml
-- Looking for include file sys/time.h - found
-- Looking for include file sys/utime.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml
-- Looking for include file sys/utime.h - not found
-- Looking for include file sys/wait.h
/usr/local/bin/ocamldep.opt -modules naming/namingGlobal.ml > naming/namingGlobal.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/vadvise.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml
Scanning dependencies of target vixl
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml
[ 5%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o
-- Looking for include file sys/vadvise.h - found
-- Looking for include file fnmatch.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml
-- Looking for include file fnmatch.h - found
-- Looking for include file stdarg.h
/usr/local/bin/ocamldep.opt -modules utils/findUtils.ml > utils/findUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends
/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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml
-- Looking for include file stdarg.h - found
-- Looking for include files stdlib.h, sys/un.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends
-- Looking for include files stdlib.h, sys/un.h - found
-- Looking for include file vis.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml
-- Looking for include file vis.h - found
-- Looking for include file wchar.h
[ 5%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml
-- Looking for include file wchar.h - found
-- Looking for include file wctype.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmx utils/findUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml
-- Looking for include file wctype.h - found
-- Looking for include file sasl/sasl.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLocalConfig.cmx server/serverLocalConfig.ml
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file signal.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml
-- Looking for include file signal.h - found
-- Looking for include file sys/devpoll.h
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file sys/epoll.h
Scanning dependencies of target hphp_zend
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.cpp.o
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/event.h
/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 -w -3-4-6-29-35-44-48-50 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml
-- Looking for include file sys/event.h - found
-- Looking for include file sys/queue.h
[ 5%] Linking C static library libtimelib.a
[ 5%] Built target timelib
Scanning dependencies of target systemlib
[ 5%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/assembler-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml
[ 5%] Generating systemlib.php
-- Looking for include file sys/queue.h - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Looking for include file sys/ptem.h
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml
-- Looking for include file sys/ptem.h - not found
-- Performing Test HAVE_WERROR_FLAG
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-freesec.cpp.o
/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 -32 -w -3-4-6-29-35-44-48-50 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml
-- Performing Test HAVE_WERROR_FLAG - Success
-- Performing Test HAVE_PTHREAD_ONCE_INIT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmx typing/typeVisitor.ml
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-sha256.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for _aligned_free
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-sha512.cpp.o
-- Looking for _aligned_free - not found
-- Looking for aio_read
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmx typing/typing_subst.ml
-- Looking for aio_read - found
-- Looking for alarm
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/type_mapper.cmx typing/type_mapper.ml
-- Looking for alarm - found
-- Looking for backtrace
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml
-- Looking for backtrace - found
-- Looking for backtrace_symbols
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_arrays.cmx typing/typing_arrays.ml
-- Looking for backtrace_symbols - found
-- Looking for backtrace_symbols_fd
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 backtrace_symbols_fd - found
-- Looking for printstack
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml
-- Looking for printstack - not found
-- Looking for bmove
/usr/local/bin/ocamldep.opt -modules typing/typing_visibility.ml > typing/typing_visibility.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml
-- Looking for bmove - not found
-- Looking for bsearch
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o
-- Looking for bsearch - found
-- Looking for index
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_visibility.cmx typing/typing_visibility.ml
-- Looking for index - found
-- Looking for clock_gettime
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends
/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 -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml
-- Looking for clock_gettime - not found
-- Looking for cuserid
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends
/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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 utils/php_escaping.ml > utils/php_escaping.ml.depends
-- Looking for cuserid - not found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmo utils/php_escaping.ml
-- Looking for directio
/usr/local/bin/ocamldep.opt -modules utils/regexp_utils.ml > utils/regexp_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmo utils/regexp_utils.ml
[ 5%] Built target systemlib
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml
[ 6%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml
-- Looking for directio - not found
-- Looking for _doprnt
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml
-- Looking for _doprnt - not found
-- Looking for flockfile
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml
-- Looking for flockfile - found
-- Looking for ftruncate
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmx utils/php_escaping.ml
-- Looking for ftruncate - found
-- Looking for getline
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmx utils/regexp_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml
-- Looking for getline - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for dlerror
-- Looking for dlerror - found
-- Looking for dlopen
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/namingGlobal.cmx naming/namingGlobal.ml
-- Looking for dlopen - found
-- Looking for fchmod
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 fchmod - found
-- Looking for fcntl
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml
-- Looking for fcntl - found
-- Looking for fconvert
/usr/local/bin/ocamldep.opt -modules monitor/monitorConnection.ml > monitor/monitorConnection.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml
/usr/local/bin/ocamldep.opt -modules utils/marshal_tools.ml > utils/marshal_tools.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/marshal_tools.mli > utils/marshal_tools.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/marshal_tools.cmi utils/marshal_tools.mli
/usr/local/bin/ocamldep.opt -modules monitor/prehandoff.ml > monitor/prehandoff.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/prehandoff.cmo monitor/prehandoff.ml
-- Looking for fconvert - not found
-- Looking for fdatasync
/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 -3-4-6-29-35-44-48-50 -I socket -I watchman -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/marshal_tools.cmx utils/marshal_tools.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/prehandoff.cmx monitor/prehandoff.ml
-- Looking for fdatasync - found
-- Looking for fdatasync
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverMonitorUtils.cmx monitor/serverMonitorUtils.ml
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I socket -I watchman -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmx server/serverFiles.ml
-- Looking for fedisableexcept - not found
-- Looking for fpsetmask
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/monitorConnection.cmx monitor/monitorConnection.ml
-- Looking for fpsetmask - not found
-- Looking for fseeko
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends
[ 6%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o
/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/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends
-- Looking for fseeko - found
-- Looking for fsync
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml
-- Looking for fsync - found
-- Looking for getcwd
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/php-crypt_r.cpp.o
-- Looking for getcwd - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for gethrtime
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmo typing/typing_hint.ml
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmi typing/typing_instantiate.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml
-- Looking for gethrtime - not found
-- Looking for getnameinfo
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.ml > typing/typing_instantiate.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmx typing/typing_hint.ml
-- Looking for getnameinfo - found
-- Looking for getpass
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmx typing/typing_instantiate.ml
-- Looking for getpass - found
-- Looking for getpassphrase
/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 -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmo naming/nastVisitor.ml
-- Looking for getpassphrase - not found
-- Looking for getpwnam
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml
[ 6%] Linking CXX static library libhphp_parser.a
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml
-- Looking for getpwnam - found
-- Looking for getpwuid
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml
[ 6%] Built target hphp_parser
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml
[ 7%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o
Scanning dependencies of target folly
-- Looking for getpwuid - found
-- Looking for getrlimit
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmx naming/nastVisitor.ml
-- Looking for getrlimit - found
-- Looking for getrusage
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends
-- Looking for getrusage - found
-- Looking for getwd
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o
-- Looking for getwd - found
-- Looking for gmtime_r
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml
-- Looking for gmtime_r - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml
-- Looking for issetugid - found
-- Looking for getuid
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml
-- Looking for getuid - found
-- Looking for geteuid
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o
-- Looking for geteuid - found
-- Looking for getgid
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
-- Looking for getgid - found
-- Looking for getegid
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml
-- Looking for getegid - found
-- Looking for ldiv
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli
-- Looking for ldiv - found
-- Looking for localtime_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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml
-- Looking for localtime_r - found
-- Looking for longjmp
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml
-- Looking for longjmp - found
-- Looking for lstat
/usr/local/bin/ocamldep.opt -modules typing/typing_structure.ml > typing/typing_structure.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmo typing/typing_structure.ml
-- Looking for lstat - found
-- Looking for madvise
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml
-- Looking for madvise - found
-- Looking for malloc_info
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml
-- Looking for malloc_info - not found
-- Looking for memcpy
[ 8%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml
-- Looking for memcpy - found
-- Looking for memmove
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml
-- Looking for memmove - found
-- Looking for mkstemp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Conv.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml
-- Looking for mkstemp - found
-- Looking for mlock
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml
Scanning dependencies of target mbfl
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o
-- Looking for mlock - found
-- Looking for mlockall
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml
-- Looking for mlockall - found
-- Looking for mmap
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml
-- Looking for mmap - found
-- Looking for mmap64
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmx typing/typing_structure.ml
-- Looking for mmap64 - not found
-- Looking for perror
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml
[ 8%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o
-- Looking for perror - found
-- Looking for poll
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o
-- Looking for poll - found
-- Looking for port_create
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o
-- Looking for port_create - not found
-- Looking for posix_fallocate
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o
-- Looking for posix_fallocate - not found
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o
-- Looking for posix_memalign
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o
-- Looking for posix_memalign - found
-- Looking for pread
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Demangle.cpp.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o
-- Looking for pread - found
-- Looking for pthread_attr_create
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o
/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 -3-4-6-29-35-44-48-50 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml
-- Looking for pthread_attr_create - not found
-- Looking for pthread_attr_getguardsize
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_deps.ml > typing/typing_decl_deps.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_deps.cmo typing/typing_decl_deps.ml
[ 10%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml
-- Looking for pthread_attr_getguardsize - found
-- Looking for pthread_attr_getstacksize
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmi typing/typing_inherit.mli
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_deps.cmx typing/typing_decl_deps.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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml
-- Looking for pthread_attr_setscope - found
-- Looking for pthread_attr_setstacksize
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmx typing/typing_inherit.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
[ 10%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmx typing/typing_decl.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o
-- Looking for pthread_condattr_create - not found
-- Looking for pthread_condattr_setclock
[ 10%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o
[ 10%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o
-- Looking for pthread_condattr_setclock - not found
-- Looking for pthread_key_delete
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmx typing/typing_decl_service.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/dynamic.cpp.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o
-- Looking for pthread_key_delete - found
-- Looking for pthread_rwlock_rdlock
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o
-- Looking for pthread_rwlock_rdlock - found
-- Looking for pthread_sigmask
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 pthread_sigmask - found
-- Looking for pthread_threadmask
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o
-- Looking for pthread_threadmask - not found
-- Looking for pthread_yield_np
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o
[ 11%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o
-- Looking for pthread_yield_np - found
-- Looking for putenv
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmx typing/typing_compare.ml
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o
-- Looking for putenv - found
-- Looking for readdir_r
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml
-- Looking for readdir_r - found
-- Looking for readlink
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o
-- Looking for readlink - found
-- Looking for re_comp
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml
-- Looking for re_comp - not found
-- Looking for regcomp
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o
[ 12%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml
-- Looking for regcomp - found
-- Looking for realpath
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o
-- Looking for realpath - found
-- Looking for rename
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml
-- Looking for rename - found
-- Looking for rwlock_init
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o
-- Looking for rwlock_init - not found
-- Looking for sched_yield
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o
-- Looking for sched_yield - found
-- Looking for setenv
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/File.cpp.o
-- Looking for setenv - found
-- Looking for setlocale
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o
[ 13%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o
[ 13%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o
-- Looking for setlocale - found
-- Looking for setfd
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o
-- Looking for setfd - not found
-- Looking for sigaction
[ 13%] Linking CXX static library libhphp_zend.a
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o
[ 13%] Built target hphp_zend
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/FileUtil.cpp.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o
-- Looking for sigaction - found
-- Looking for sigthreadmask
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml
-- Looking for sigthreadmask - not found
-- Looking for sigwait
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml
-- Looking for sigwait - found
-- Looking for sigaddset
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o
-- Looking for sigaddset - found
-- Looking for sigemptyset
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o
-- Looking for sigemptyset - found
-- Looking for sighold
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp5022x.c.o
-- Looking for sighold - found
-- Looking for sigset
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml
-- Looking for sigset - found
-- Looking for sleep
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml
[ 14%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_2004.c.o
-- Looking for sleep - found
-- Looking for snprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_gb18030.c.o
[ 14%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o
-- Looking for snprintf - found
-- Looking for stpcpy
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_2004.c.o
[ 14%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml
-- Looking for stpcpy - found
-- Looking for strcoll
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_mobile.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_2004.c.o
-- Looking for strcoll - found
-- Looking for strerror
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml
-- Looking for strerror - found
-- Looking for strlcpy
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mac.c.o
-- Looking for strlcpy - found
-- Looking for strnlen
[ 14%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Format.cpp.o
-- Looking for strnlen - found
-- Looking for strlcat
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends
/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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mobile.c.o
/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 -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml
-- Looking for strlcat - found
-- Looking for strsignal
/usr/local/bin/ocamldep.opt -modules server/serverCheckUtils.ml > server/serverCheckUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckUtils.cmo server/serverCheckUtils.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends
[ 14%] Linking CXX static library libre2.a
/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 -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmi typing/typing_redecl_service.mli
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_open.c.o
[ 14%] Built target re2
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/GroupVarint.cpp.o
-- Looking for strsignal - found
-- Looking for fgetln
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_tl_jisx0201_jisx0208.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckUtils.cmx server/serverCheckUtils.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8_mobile.c.o
-- Looking for fgetln - found
-- Looking for strpbrk
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmx typing/typing_redecl_service.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o
-- Looking for strpbrk - found
-- Looking for strsep
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o
-- Looking for strsep - found
-- Looking for strstr
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddress.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o
-- Looking for strstr - found
-- Looking for strtok_r
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o
[ 15%] Linking C static library libmbfl.a
[ 15%] Built target mbfl
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV4.cpp.o
-- Looking for strtok_r - found
-- Looking for strtol
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml
-- Looking for strtol - found
-- Looking for strtoll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml
-- Looking for strtoll - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for strtoull
/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 -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 dfind/dfindLib.ml > dfind/dfindLib.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV6.cpp.o
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends
-- Looking for strtoull - found
-- Looking for strcasecmp
/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 -3-4-6-29-35-44-48-50 -I fsnotify_darwin -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I third-party/avl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.ml > dfind/dfindEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.ml > fsnotify_darwin/fsnotify.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.ml > fsevents/fsevents.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.mli > fsevents/fsevents.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I fsevents -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I fsevents -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml
-- Looking for strcasecmp - found
-- Looking for strncasecmp
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I fsnotify_darwin -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml
-- Looking for strncasecmp - found
-- Looking for strdup
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I third-party/avl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends
-- Looking for strdup - found
-- Looking for shmat
/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 -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml
-- Looking for shmat - found
-- Looking for shmctl
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml
-- Looking for shmctl - found
-- Looking for shmdt
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/json.cpp.o
-- Looking for shmdt - found
-- Looking for shmget
/usr/local/bin/ocamldep.opt -modules watchman/watchman.ml > watchman/watchman.ml.depends
/usr/local/bin/ocamldep.opt -modules watchman/watchman.mli > watchman/watchman.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o watchman/watchman.cmi watchman/watchman.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o watchman/watchman.cmx watchman/watchman.ml
-- Looking for shmget - found
-- Looking for tell
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/LifoSem.cpp.o
/usr/local/bin/ocamldep.opt -modules server/serverIdle.ml > server/serverIdle.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdle.mli > server/serverIdle.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmi server/serverIdle.mli
-- Looking for tell - not found
-- Looking for tempnam
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml
-- Looking for tempnam - found
-- Looking for thr_setconcurrency
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
/usr/local/bin/ocamldep.opt -modules server/serverStamp.ml > server/serverStamp.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverStamp.cmo server/serverStamp.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I libancillary -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o libancillary/libancillary.cmx libancillary/libancillary.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/random_id.cmx utils/random_id.ml
-- Looking for thr_yield - not found
-- Looking for vasprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml
-- Looking for vasprintf - found
-- Looking for vsnprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmx server/serverIdle.ml
-- Looking for vsnprintf - found
-- Looking for vprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml
-- Looking for vprintf - found
-- Looking for valloc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverStamp.cmx server/serverStamp.ml
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MacAddress.cpp.o
-- Looking for valloc - found
-- Looking for memalign
/usr/local/bin/ocamldep.opt -modules monitor/serverMonitor.ml > monitor/serverMonitor.ml.depends
/usr/local/bin/ocamldep.opt -modules monitor/serverMonitor.mli > monitor/serverMonitor.mli.depends
/usr/local/bin/ocamldep.opt -modules monitor/serverProcess.ml > monitor/serverProcess.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverProcess.cmo monitor/serverProcess.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverMonitor.cmi monitor/serverMonitor.mli
/usr/local/bin/ocamldep.opt -modules monitor/serverProcessTools.ml > monitor/serverProcessTools.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverProcessTools.cmo monitor/serverProcessTools.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverProcess.cmx monitor/serverProcess.ml
-- Looking for memalign - not found
-- Looking for chown
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverProcessTools.cmx monitor/serverProcessTools.ml
-- Looking for chown - found
-- Looking for nl_langinfo
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/hhServerMonitorConfig.cmx server/hhServerMonitorConfig.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml
-- Looking for nl_langinfo - found
-- Looking for ntohll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o monitor/serverMonitor.cmx monitor/serverMonitor.ml
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MemoryMapping.cpp.o
-- Looking for ntohll - not found
-- Looking for clock_gettime
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Random.cpp.o
-- Looking for clock_gettime - not found
-- Looking for epoll_create
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/hhServerMonitor.cmx server/hhServerMonitor.ml
-- Looking for epoll_create - not found
-- Looking for epoll_ctl
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml
-- Looking for epoll_ctl - not found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for kqueue
-- Looking for kqueue - found
-- Looking for kqueue
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 stubs/eventLogger.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/timeout.cmx utils/daemon.cmx utils/hh_logger.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx find/find.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx utils/stats.cmx heap/sharedMem.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx libancillary/libancillary.cmx monitor/prehandoff.cmx monitor/serverMonitorUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx monitor/monitorConnection.cmx monitor/serverProcess.cmx stubs/hackEventLogger.cmx monitor/serverProcessTools.cmx monitor/serverMonitor.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx naming/namingGlobal.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/type_mapper.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverFiles.cmx server/serverUtils.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_decl_deps.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 server/hhServerMonitorConfig.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx stubs/ai_options.cmx utils/wwwroot.cmx server/serverArgs.cmx stubs/ai.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.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/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx watchman/watchman.cmx server/serverEnvBuild.cmx server/serverIdle.cmx server/serverInit.cmx server/serverStamp.cmx utils/random_id.cmx server/serverMain.cmx server/hhServerMonitor.cmx hh_server.cmx -o hh_server.native
-- Looking for kqueue - found
-- Looking for signal
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SafeAssert.cpp.o
-- Looking for signal - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/clientMessages.ml > stubs/clientMessages.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmo stubs/clientMessages.ml
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SharedMutex.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli
-- Looking for timercmp - found
-- Looking for timerisset
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml
/usr/local/bin/ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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/clientAiInfo.ml > client/clientAiInfo.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
-- Looking for timerisset - found
-- Looking for timer_create
/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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmo client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends
-- Looking for timer_create - not found
-- Looking for timer_settime
/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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAiInfo.cmo client/clientAiInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml
-- Looking for timer_settime - not found
-- Looking for include file time.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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/clientRestart.ml > client/clientRestart.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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/clientStart.ml > client/clientStart.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Singleton.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml
-- Looking for include file asm/msr.h - not found
-- Looking for include file ia64intrin.h
-- Looking for include file ia64intrin.h - not found
-- Looking for times
[ 16%] Linking CXX static library libvixl.a
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SingletonVault_c.cpp.o
[ 16%] Built target vixl
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SocketAddress.cpp.o
-- Looking for times - found
-- Looking for gettimeofday
/usr/local/bin/ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmx stubs/clientMessages.ml
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV1.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.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 -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tail.cmx utils/tail.ml
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV2.cpp.o
-- Looking for read_real_time - not found
-- Looking for ftime
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml
-- Looking for ftime - found
-- Looking for time
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/String.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/StringBase.cpp.o
-- Looking for time - found
-- Looking for rdtscll
-- Looking for rdtscll - not found
-- Looking for madvise
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml
-- Looking for madvise - found
-- Looking for tzname
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml
-- Looking for tzname - found
-- Looking for lrand48
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Subprocess.cpp.o
-- Looking for lrand48 - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for TIOCGWINSZ
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
-- Looking for TIOCSTAT - found
-- Looking for FIONREAD
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/ThreadCachedArena.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/TimeoutQueue.cpp.o
-- Looking for FIONREAD - found
-- Looking for SIGEV_THREAD_ID
-- Looking for SIGEV_THREAD_ID - not found
-- Looking for SIGEV_PORT
-- Looking for SIGEV_PORT - not found
-- Looking for EVFILT_TIMER
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAiInfo.cmx client/clientAiInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml
-- Looking for EVFILT_TIMER - found
-- Looking for finite
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml
-- Looking for finite - found
-- Looking for log2
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml
-- Looking for log2 - found
-- Looking for isnan
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml
-- Looking for isnan - found
-- Looking for rint
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml
-- Looking for rint - found
-- Performing Test HAVE_ISINF
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml
-- Performing Test HAVE_ISINF - Success
-- Performing Test HAVE_FESETROUND
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Unicode.cpp.o
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Uri.cpp.o
-- Performing Test HAVE_FESETROUND - Success
-- Check size of sigset_t
-- Check size of sigset_t - done
-- Check size of mode_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml
-- Check size of mode_t - done
-- Check size of char
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Version.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml
-- Check size of char - done
-- Check size of short
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml
-- Check size of short - done
-- Check size of int
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/CacheLocality.cpp.o
-- Check size of int - done
-- Check size of long long
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx monitor/prehandoff.cmx monitor/serverMonitorUtils.cmx utils/exit_status.cmx socket/socket.cmx third-party/core/option.cmx third-party/core/result.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx naming/namingGlobal.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/type_mapper.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_decl_deps.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 server/identifySymbolService.cmx server/inferAtPosService.cmx stubs/ai_options.cmx utils/handle.cmx utils/wwwroot.cmx server/serverArgs.cmx stubs/ai.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.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/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientAiInfo.cmx server/hhServerMonitorConfig.cmx client/clientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx utils/random_id.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/clientRestart.cmx hh_client.cmx -o hh_client.native
-- Check size of long long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of uchar
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/FunctionalExcept.cpp.o
-- Check size of uchar - failed
-- Check size of uint
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Futex.cpp.o
/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 -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - failed
-- Check size of int8
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml
-- Check size of int8 - failed
-- Check size of uint8
-- Check size of uint8 - failed
-- Check size of int16
-- Check size of int16 - failed
-- Check size of uint16
-- Check size of uint16 - failed
-- Check size of int32
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 globals/globalConfig.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx monitor/prehandoff.cmx monitor/serverMonitorUtils.cmx utils/exit_status.cmx socket/socket.cmx third-party/core/option.cmx third-party/core/result.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/typecheckerOptions.cmx utils/errors.cmx parsing/parser_heap.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.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 typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx globals/autocomplete.cmx globals/ide.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx parsing/namespaces.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/naming.cmx naming/nastVisitor.cmx procs/bucket.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx stubs/ai_options.cmx utils/handle.cmx utils/wwwroot.cmx server/serverArgs.cmx stubs/ai.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx utils/findUtils.cmx server/serverEnv.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/type_mapper.cmx typing/typing_arrays.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing_visibility.cmx typing/typing.cmx typing/typing_decl_deps.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/serverCoverageMetric.cmx client/clientCoverageMetric.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.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/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx find/find.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx utils/daemon.cmx hh_single_type_check.cmx -o hh_single_type_check.native
-- Check size of int32 - failed
-- Check size of uint32
-- Check size of uint32 - failed
-- Check size of u_int32_t
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MallocImpl.cpp.o
-- Check size of u_int32_t - done
-- Check size of int64
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MemoryIdler.cpp.o
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of time_t
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml
/usr/local/bin/ocamldep.opt -modules emitter/emitter_xhp.ml > emitter/emitter_xhp.ml.depends
-- Check size of time_t - done
-- Check size of bool
/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 -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmo emitter/emitter_types.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmo emitter/emitter_xhp.ml
-- Check size of bool - failed
/usr/local/bin/ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends
-- Check size of socklen_t
/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 -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml
-- Check size of socklen_t - done
-- Performing Test TIME_T_UNSIGNED
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml
-- Performing Test TIME_T_UNSIGNED - Failed
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml
-- Performing Test HAVE_GETADDRINFO
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml
-- Performing Test HAVE_GETADDRINFO - Success
-- Performing Test HAVE_SELECT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmx emitter/emitter_types.ml
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_TIMESPEC_TS_SEC
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/RangeCommon.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmx emitter/emitter_xhp.ml
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
-- Performing Test QSORT_TYPE_IS_VOID
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/RangeSse42.cpp.o
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/ThreadLocalDetail.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Baton.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Fiber.cpp.o
-- 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 -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx emitter/emitter_consts.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/php_escaping.cmx emitter/emitter_core.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx emitter/emitter_types.cmx emitter/emitter_xhp.cmx third-party/core/option.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx globals/autocomplete.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_heap.cmx naming/namingGlobal.cmx parsing/namespaces.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/type_mapper.cmx typing/typing_arrays.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing_visibility.cmx typing/typing.cmx typing/typing_decl_deps.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/timeout.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- Performing Test HAVE_PAUSE_INSTRUCTION
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManager.cpp.o
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManagerMap.cpp.o
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for tcgetattr
/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 -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/GuardPageAllocator.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
/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 -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml
-- Performing Test HAVE_POSIX_SIGNALS - Success
-- Performing Test HAVE_BSS_START
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/TimeoutController.cpp.o
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_WEAK_SYMBOL
-- 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 -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml
-- 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 -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml
-- 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
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx monitor/prehandoff.cmx monitor/serverMonitorUtils.cmx utils/exit_status.cmx socket/socket.cmx third-party/core/option.cmx third-party/core/result.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx naming/namingGlobal.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/type_mapper.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_decl_deps.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 server/hhServerMonitorConfig.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx stubs/ai_options.cmx utils/handle.cmx utils/wwwroot.cmx server/serverArgs.cmx stubs/ai.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.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/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx find/find.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test STRUCT_DIRENT_HAS_D_INO
/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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/FunctionScheduler.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success
/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
-- OPENSSL_INCLUDE_DIR = /usr/local/opt/openssl/include
-- OPENSSL_LIBRARY = /usr/local/opt/openssl/lib/libssl.dylib
-- CRYPTO_LIBRARY = /usr/local/opt/openssl/lib/libcrypto.dylib
-- OPENSSL_MAJOR_VERSION = 1
-- Looking for SHA512_DIGEST_LENGTH
/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 -3-4-6-29-35-44-48-50 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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
-- Looking for SHA512_DIGEST_LENGTH - found
-- SSL_LIBRARIES = /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib
-- Check size of mbstate_t
/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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/FsUtil.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/HugePages.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/JSONSchema.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for mbrlen
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml
-- Looking for mbrlen - found
-- Looking for mbscmp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml
-- Looking for mbscmp - not found
-- Looking for mbsrtowcs
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml
-- Looking for mbsrtowcs - found
-- Looking for wcrtomb
/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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml
-- Looking for wcrtomb - found
-- Looking for mbrtowc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml
-- Looking for mbrtowc - found
-- Looking for wcscoll
-- Looking for wcscoll - found
-- Looking for wcsdup
/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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml
-- Looking for wcsdup - found
-- Looking for wcwidth
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/NestedCommandLineApp.cpp.o
-- Looking for wcwidth - found
-- Looking for wctype
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml
-- Looking for wctype - found
-- Looking for iswlower
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml
-- Looking for iswlower - found
-- Looking for iswupper
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/Select64.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml
-- Looking for iswupper - found
-- Looking for towlower
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml
-- Looking for towlower - found
-- Looking for towupper
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml
-- Looking for towupper - found
-- Looking for iswctype
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml
-- Looking for iswctype - found
-- Check size of wchar_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/symbolizer/LineReader.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Barrier.cpp.o
-- Check size of wchar_t - done
-- Check size of wctype_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml
-- Check size of wctype_t - done
-- Check size of wint_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml
-- Check size of wint_t - done
-- Found Curses: /usr/lib/libcurses.dylib
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml
-- Looking for 3 include files stdio.h, ..., readline/history.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.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 -3-4-6-29-35-44-48-50 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml
-- Performing Test edit_HAVE_HIST_ENTRY - Success
-- Performing Test edit_USE_LIBEDIT_INTERFACE
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Future.cpp.o
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed
-- Performing Test edit_USE_NEW_READLINE_INTERFACE
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/autocomplete.cmx h2tp/Prepend_require.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/ast_ext.cmx h2tp/common/common_exns.cmx h2tp/common/converter_options.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/detect_collections.cmx h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/enum.cmx h2tp/mapper/erase_types.cmx h2tp/mapper/hack_variadic.cmx h2tp/mapper/initializer_expressions.cmx naming/naming_special_names.cmx naming/nast.cmx naming/naming_heap.cmx naming/namingGlobal.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
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Success
-- Using cmake version 3.4.1
-- Not building NDB
-- Library webscalesqlclient depends on OSLIBS /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib
/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
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/InlineExecutor.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmo h2tp/test/test_unparser.ml
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ManualExecutor.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -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 -3-4-6-29-35-44-48-50 -I h2tp/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmx h2tp/test/test_unparser.ml
-- CMAKE_BUILD_TYPE: RelWithDebInfo
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H
-- CMAKE_C_FLAGS: -Wno-maybe-uninitialized -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99
-- CMAKE_CXX_FLAGS: -Wall -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -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 -msse4.2 -Wall -Wextra -Wformat-security -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -std=c++11
-- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- Configuring done
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/common_exns.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/erase_types.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx stubs/debug.cmx h2tp/test/test_unparser.cmx -o h2tp/test/test_unparser.native
-- Generating done
-- Build files have been written to: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6
[ 19%] Performing build step for 'webscalesqlclient'
/usr/local/bin/ocamldep.opt -modules hh_match.ml > hh_match.ml.depends
/usr/local/bin/ocamldep.opt -modules hh_matcher/matcher.mli > hh_matcher/matcher.mli.depends
/usr/local/bin/ocamldep.opt -modules hh_matcher/hh_match_utils.ml > hh_matcher/hh_match_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/astVisitor.ml > parsing/astVisitor.ml.depends
/usr/local/bin/ocamldep.opt -modules hh_matcher/ast_code_extent.mli > hh_matcher/ast_code_extent.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/astVisitor.cmo parsing/astVisitor.ml
Scanning dependencies of target strings
[ 0%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/ast_code_extent.cmi hh_matcher/ast_code_extent.mli
[ 0%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_utils.cmo hh_matcher/hh_match_utils.ml
/usr/local/bin/ocamldep.opt -modules hh_matcher/patcher.mli > hh_matcher/patcher.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/matcher.cmi hh_matcher/matcher.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/patcher.cmi hh_matcher/patcher.mli
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_match.cmo hh_match.ml
/usr/local/bin/ocamldep.opt -modules hh_matcher/matcher.ml > hh_matcher/matcher.ml.depends
/usr/local/bin/ocamldep.opt -modules hh_matcher/astConstructor.ml > hh_matcher/astConstructor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/astConstructor.cmo hh_matcher/astConstructor.ml
/usr/local/bin/ocamldep.opt -modules hh_matcher/ast_code_extent.ml > hh_matcher/ast_code_extent.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/astVisitor.cmx parsing/astVisitor.ml
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/ast_code_extent.cmx hh_matcher/ast_code_extent.ml
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o
/usr/local/bin/ocamldep.opt -modules hh_matcher/patcher.ml > hh_matcher/patcher.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_utils.cmx hh_matcher/hh_match_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/astConstructor.cmx hh_matcher/astConstructor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/patcher.cmx hh_matcher/patcher.ml
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o
Scanning dependencies of target gen_dtrace_header
[ 4%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/matcher.cmx hh_matcher/matcher.ml
[ 4%] Built target gen_dtrace_header
[ 4%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/QueuedImmediateExecutor.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_match.cmx hh_match.ml
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx hh_matcher/astConstructor.cmx parsing/astVisitor.cmx hh_matcher/ast_code_extent.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx hh_match.cmx -o hh_match.native
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/code_extent_tests.ml > hh_matcher/test/code_extent_tests.ml.depends
/usr/local/bin/ocamldep.opt -modules hh_matcher/hh_match_test_utils.mli > hh_matcher/hh_match_test_utils.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_test_utils.cmi hh_matcher/hh_match_test_utils.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/code_extent_tests.cmo hh_matcher/test/code_extent_tests.ml
/usr/local/bin/ocamldep.opt -modules hh_matcher/hh_match_test_utils.ml > hh_matcher/hh_match_test_utils.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_test_utils.cmx hh_matcher/hh_match_test_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/code_extent_tests.cmx hh_matcher/test/code_extent_tests.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx parsing/astVisitor.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/code_extent_tests.cmx -o hh_matcher/test/code_extent_tests.native
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o
Scanning dependencies of target zlib
[ 5%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/matcher_test.ml > hh_matcher/test/matcher_test.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/matcher_test.cmo hh_matcher/test/matcher_test.ml
[ 5%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/matcher_test.cmx hh_matcher/test/matcher_test.ml
[ 7%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o
Scanning dependencies of target vio
[ 7%] Building C object vio/CMakeFiles/vio.dir/vio.c.o
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx hh_matcher/astConstructor.cmx parsing/astVisitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/matcher_test.cmx -o hh_matcher/test/matcher_test.native
[ 9%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o
[ 9%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadedExecutor.cpp.o
[ 9%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/patcher_api_test.ml > hh_matcher/test/patcher_api_test.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_api_test.cmo hh_matcher/test/patcher_api_test.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_api_test.cmx hh_matcher/test/patcher_api_test.ml
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o
[ 11%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o
[ 12%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o
[ 12%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadWheelTimekeeper.cpp.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx parsing/astVisitor.cmx hh_matcher/ast_code_extent.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_api_test.cmx -o hh_matcher/test/patcher_api_test.native
[ 12%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o
[ 12%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o
[ 12%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/patcher_module_test.ml > hh_matcher/test/patcher_module_test.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_module_test.cmo hh_matcher/test/patcher_module_test.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_module_test.cmx hh_matcher/test/patcher_module_test.ml
[ 14%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o
[ 15%] Linking C static library libvio.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols
[ 15%] Built target vio
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncPipe.cpp.o
[ 15%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx parsing/astVisitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_module_test.cmx -o hh_matcher/test/patcher_module_test.native
[ 15%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o
[ 16%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/patcher_test.ml > hh_matcher/test/patcher_test.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_test.cmo hh_matcher/test/patcher_test.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I 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_matcher/test/patcher_test.cmx hh_matcher/test/patcher_test.ml
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncServerSocket.cpp.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/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 /tmp/hhvm20160105-41488-1n16dos/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.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/file_pos.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 find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx hh_matcher/astConstructor.cmx parsing/astVisitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_test.cmx -o hh_matcher/test/patcher_test.native
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o
[ 18%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o
[ 18%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o
[ 18%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o
[ 20%] Built target hack
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSignalHandler.cpp.o
[ 19%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o
[ 19%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o
[ 21%] Linking C static library libzlib.a
[ 21%] Built target zlib
[ 21%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSocket.cpp.o
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o
[ 23%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSSLSocket.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncTimeout.cpp.o
[ 23%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncUDPSocket.cpp.o
[ 23%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o
[ 25%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o
[ 25%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o
[ 25%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o
[ 26%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o
[ 26%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBase.cpp.o
[ 28%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o
[ 28%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o
[ 28%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o
[ 29%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseLocal.cpp.o
[ 29%] Building C object strings/CMakeFiles/strings.dir/strend.c.o
[ 29%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o
[ 30%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o
[ 30%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o
[ 30%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o
[ 32%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o
[ 32%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o
[ 33%] Building C object strings/CMakeFiles/strings.dir/xml.c.o
[ 33%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseManager.cpp.o
[ 33%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o
[ 35%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventHandler.cpp.o
[ 35%] Linking C static library libstrings.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
[ 35%] Built target strings
Scanning dependencies of target mysys
[ 35%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o
[ 36%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/HHWheelTimer.cpp.o
[ 36%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o
[ 36%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o
[ 38%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o
[ 38%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/ScopedEventBaseThread.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/folly/src/folly/io/async/EventBase.cpp:60:11: warning: unused variable 'kNoFD' [-Wunused-const-variable]
const int kNoFD = -1;
^
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/SSLContext.cpp.o
[ 43%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBuf.cpp.o
[ 43%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBufQueue.cpp.o
1 warning generated.
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/RecordIO.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/ShutdownSocketSet.cpp.o
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/stats/Instantiations.cpp.o
[ 49%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o
[ 49%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o
[ 76%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o
[ 76%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o
[ 84%] Building C object mysys/CMakeFiles/mysys.dir/kqueue_timers.c.o
[ 84%] Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o
[ 84%] Linking C static library libmysys.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols
[ 84%] Built target mysys
Scanning dependencies of target dbug
[ 85%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o
[ 85%] Linking C static library libdbug.a
[ 85%] Built target dbug
Scanning dependencies of target mysys_ssl
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o
[ 88%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o
[ 88%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha2.cc.o
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_md5.cc.o
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_rnd.cc.o
[ 91%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_murmur3.cc.o
[ 91%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes_openssl.cc.o
[ 91%] Linking CXX static library libmysys_ssl.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys_ssl.a(my_sha2.cc.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libmysys_ssl.a(my_sha2.cc.o) has no symbols
[ 91%] Built target mysys_ssl
Scanning dependencies of target comp_err
[ 92%] Building C object extra/CMakeFiles/comp_err.dir/comp_err.c.o
[ 92%] Linking CXX executable comp_err
[ 92%] Built target comp_err
Scanning dependencies of target GenError
[ 92%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys
[ 92%] Built target GenError
Scanning dependencies of target clientlib
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/errmsg.c.o
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/libmysql.c.o
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/get_password.c.o
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/my_time.c.o
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client.c.o
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o
[ 97%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_authentication.cc.o
[ 97%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql/net_serv.cc.o
[ 98%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/pack.c.o
[ 98%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql/password.c.o
[ 98%] Linking CXX static library libclientlib.a
[ 98%] Built target clientlib
[ 98%] Generating webscalesqlclient_depends.c
Scanning dependencies of target webscalesqlclient
[ 98%] Building C object libmysql/CMakeFiles/webscalesqlclient.dir/webscalesqlclient_depends.c.o
[100%] Linking C static library libwebscalesqlclient.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols
warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: warning for library: libwebscalesqlclient.a the table of contents is empty (no object file members in the library define global symbols)
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/strings/libstrings.a(longlong2str.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/vio/libvio.a(viopipe.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/vio/libvio.a(vioshm.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(thr_mutex.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(my_getpagesize.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(my_lockmem.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20160105-41488-1n16dos/third-party/webscalesqlclient/mysql-5.6/mysys_ssl/libmysys_ssl.a(my_sha2.cc.o) has no symbols
[100%] Built target webscalesqlclient
Scanning dependencies of target symlink_libwebscalesqlclient_r.a
[100%] Generating libwebscalesqlclient_r.a
[100%] Built target symlink_libwebscalesqlclient_r.a
[ 21%] No install step for 'webscalesqlclient'
[ 21%] Completed 'webscalesqlclient'
[ 21%] Built target webscalesqlclient
[ 21%] Generating Repo Schema ID and Compiler ID
Scanning dependencies of target hphp_util
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/afdt-util.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/arena.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/asm-x64.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/boot_timer.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/bstring.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/code-cache.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/data-block.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hardware-counter.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/network.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/repo-schema.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-saver.cpp.o
[ 26%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/hash-crc.S.o
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memcpy-x64.S.o
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memset-x64-avx2.S.o
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/strcmp-sse42.S.o
[ 26%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/__/hphp-build-info.cpp.o
[ 26%] Linking CXX static library libhphp_util.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(strcmp-sse42.S.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_util.a(strcmp-sse42.S.o) has no symbols
[ 26%] Built target hphp_util
[ 26%] Linking CXX static library libfolly.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
[ 26%] Built target folly
Scanning dependencies of target hfsort
Scanning dependencies of target gen-infotabs
Scanning dependencies of target gen-class-map
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.cpp.o
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/idl.cpp.o
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfutil.cpp.o
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfsort.cpp.o
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o
Scanning dependencies of target gen-ext-hhvm
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/gen-ext-hhvm.cpp.o
Scanning dependencies of target squangle
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventCounter.cpp.o
Scanning dependencies of target wangle
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/Acceptor.cpp.o
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventLogger.cpp.o
/tmp/hhvm20160105-41488-1n16dos/hphp/tools/hfsort/hfsort.cpp:51:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(line, "%lx %x %c %s", &addr, &size, &kind, name) == 4) {
~~~ ^~~~~
%llx
/tmp/hhvm20160105-41488-1n16dos/hphp/tools/hfsort/hfsort.cpp:120:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) {
~~~ ^~~~
%llx
/tmp/hhvm20160105-41488-1n16dos/hphp/tools/hfsort/hfsort.cpp:120:49: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) {
~~~ ^~~~
%llx
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncConnectionPool.cpp.o
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o
3 warnings generated.
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o
[ 27%] Linking CXX executable hfsort
[ 27%] Built target hfsort
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/AcceptorHandshakeHelper.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncHelpers.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ConnectionManager.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:710:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_open,
^~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:711:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_opening,
^~~~~~~~~~~
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncMysqlClient.cpp.o
[ 28%] Linking CXX executable gen-class-map
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Connection.cpp.o
[ 28%] Built target gen-class-map
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/LoadShedConfiguration.cpp.o
[ 28%] Generating class_map.cpp and constants.h
Scanning dependencies of target hphp_system
[ 28%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/class_map.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/DbResult.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:222:5: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef]
LOG_EVERY_N(ERROR, 1000) << "Closing connection during a transaction "
^
/usr/local/opt/glog/include/glog/logging.h:917:30: note: expanded from macro 'LOG_EVERY_N'
INVALID_REQUESTED_LOG_SEVERITY); \
^
/usr/local/opt/glog/include/glog/logging.h:912:73: note: expanded from macro 'GOOGLE_GLOG_COMPILE_ASSERT'
typedef google::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
^
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ManagedConnection.cpp.o
[ 28%] Linking CXX executable gen-infotabs
[ 28%] Built target gen-infotabs
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/FutureAdapter.cpp.o
[ 28%] Linking CXX executable gen-ext-hhvm
[ 28%] Built target gen-ext-hhvm
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SocketOptions.cpp.o
[ 28%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o
3 warnings generated.
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/TransportInfo.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Operation.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/OperationBatch.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/channel/Pipeline.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/SSLSessionCacheData.cpp.o
[ 29%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Query.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/squangle/squangle/mysql_client/Operation.cpp:789:9: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
num_rows_seen_,
^~~~~~~~~~~~~~
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/SSLSessionCacheUtils.cpp.o
[ 29%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Row.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/SSLSessionPersistentCache.cpp.o
[ 29%] Linking CXX static library libhphp_system.a
[ 29%] Built target hphp_system
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/ThreadSafeSSLSessionCache.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldBasedFrameDecoder.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldPrepender.cpp.o
Scanning dependencies of target hphp_hhbbc
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/analyze.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LineBasedFrameDecoder.cpp.o
Scanning dependencies of target hphp_analysis
1 warning generated.
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o
[ 30%] Linking CXX static library libsquangle.a
[ 30%] Built target squangle
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/class-util.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/compiler.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/Codel.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/GlobalExecutor.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/json.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/dce.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/IOThreadPoolExecutor.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/ThreadPoolExecutor.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/deprecated/rx/Dummy.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/emit.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/type_annotation.cpp.o
[ 31%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/PasswordInFile.cpp.o
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o
[ 31%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLContextManager.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/func-util.cpp.o
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.cpp.o
[ 31%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLSessionCacheManager.cpp.o
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_expression.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/index.cpp.o
[ 31%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLUtil.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-builtin.cpp.o
[ 31%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/TLSTicketKeyManager.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-minstr.cpp.o
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-state.cpp.o
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o
[ 31%] Linking CXX static library libwangle.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols
[ 31%] Built target wangle
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/binary_op_expression.cpp.o
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/main.cpp.o
[ 32%] Generating lib/http/HTTPCommonHeaders.h
[ 32%] Generating lib/http/HTTPCommonHeaders.cpp
Scanning dependencies of target hphp_proxygen
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/CodecProtocol.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKCodec.cpp.o
/tmp/hhvm20160105-41488-1n16dos/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef]
using F = borrowed_ptr<const php::Func>;
^
/tmp/hhvm20160105-41488-1n16dos/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef]
Scanning dependencies of target hphp_thrift
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_expression.cpp.o
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp.o
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/optimize.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp.o
Scanning dependencies of target jit_sort
[ 33%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/jitsort.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKEncoder.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/Huffman.cpp.o
[ 34%] Generating HHIR opcode table
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/StaticHeaderTable.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o
[ 34%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/hfutil.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/GzipHeaderCodec.cpp.o
2 warnings generated.
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/options-util.cpp.o
[ 35%] Linking CXX static library libjit_sort.a
[ 35%] Built target jit_sort
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventConnection.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HeaderTable.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKCodec.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventServer.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parallel.cpp.o
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKContext.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventTask.cpp.o
Scanning dependencies of target hphp_runtime_ext
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecodeBuffer.cpp.o
[ 36%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension-registry.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecoder.cpp.o
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_variable.cpp.o
Scanning dependencies of target hphp_runtime_static
[ 36%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension.cpp.o
[ 36%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/peephole.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncodeBuffer.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventWorker.cpp.o
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/actrec-args.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncoder.cpp.o
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/encaps_list_expression.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKHeader.cpp.o
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/annot-type.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Huffman.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Logging.cpp.o
[ 36%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apache/ext_apache.cpp.o
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/StaticHeaderTable.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp.o
[ 36%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/ext_apc.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/ErrorCode.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Codec.cpp.o
[ 36%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.cpp.o
[ 36%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THeaderAsyncChannel.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Constants.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp.o
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-collection.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression_list.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Framer.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TZlibAsyncChannel.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/FlowControlFilter.cpp.o
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/stats.cpp.o
[ 37%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/array/ext_array.cpp.o
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-builtins.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Monitor.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Mutex.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTP1xCodec.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/base/apc-file-storage.cpp:201:58: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'off_t' (aka 'long long') in initializer list [-Wc++11-narrowing]
fstore_t store = { F_ALLOCATECONTIG, F_PEOFPOSMODE, 0, m_chunkSize };
^~~~~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/base/apc-file-storage.cpp:201:58: note: insert an explicit cast to silence this issue
fstore_t store = { F_ALLOCATECONTIG, F_PEOFPOSMODE, 0, m_chunkSize };
^~~~~~~~~~~
static_cast<off_t>( )
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/base/apc-file-storage.cpp:215:65: warning: format specifies type 'long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Logger::Error("Failed to posix_fallocate of size %" PRId64, m_chunkSize);
~~~ ^~~~~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/base/apc-file-storage.cpp:227:63: warning: format specifies type 'long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Logger::Error("Failed to mmap %s of size %" PRId64, name, m_chunkSize);
~~~ ^~~~~~~~~~~
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ProfiledMutex.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ThreadManager.cpp.o
2 warnings and 1 error generated.
make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 38%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-blockable.cpp.o
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/list_assignment.cpp.o
make[1]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPChecks.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/TimerManager.cpp.o
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-ops.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Util.cpp.o
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/thrift/src/thrift/lib/cpp/concurrency/Util.cpp:46:7: warning: unused variable 'ret' [-Wunused-variable]
int ret = gettimeofday(&now, nullptr);
^
1 warning generated.
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/EventHandlerBase.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecFilter.cpp.o
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o
[ 38%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/processor/PeekProcessor.cpp.o
[ 38%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context-enter.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecPrinter.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TRpcTransportContext.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o
[ 39%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TServer.cpp.o
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPParallelCodec.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/null_coalesce_expression.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/Thrift.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.cpp.o
[ 39%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TBufferTransports.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPSettings.cpp.o
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event-queue.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TCallbackTransport.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFDTransport.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFileTransport.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SettingsId.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYCodec.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/parameter_expression.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpClient.cpp.o
/tmp/hhvm20160105-41488-1n16dos/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:747:44: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
readState_.event_->eventSize_, offset_ + readState_.bufferPtr_ + 4);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/hhvm20160105-41488-1n16dos/third-party/thrift/src/thrift/lib/cpp/TLogging.h:118:15: note: expanded from macro 'T_ERROR'
##__VA_ARGS__); \
^
/tmp/hhvm20160105-41488-1n16dos/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:787:15: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat]
offset_ + readState_.lastDispatchPtr_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYConstants.cpp.o
2 warnings generated.
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-session.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/qop_expression.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYUtil.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpServer.cpp.o
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/TransportDirection.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpTransport.cpp.o
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-function-wait-handle.cpp.o
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TServerSocket.cpp.o
[ 40%] Linking CXX static library libhphp_hhbbc.a
[ 40%] Built target hphp_hhbbc
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/scalar_expression.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConnector.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator-wait-handle.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSimpleFileTransport.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConstants.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocket.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_await-all-wait-handle.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketOverHttpTunnel.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_function_call.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketPool.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPException.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_condition-wait-handle.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLServerSocket.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPHeaders.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLSocket.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_asio.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMessage.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_member_expression.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportException.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMethod.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportUtils.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_external-thread-event-wait-handle.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TZlibTransport.cpp.o
[ 42%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-array-wait-handle.cpp.o
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/FdUtils.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/ProxygenErrorEnum.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o
[ 43%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/PausableTimer.cpp.o
[ 43%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ScopedServerThread.cpp.o
[ 43%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-map-wait-handle.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/RFC2616.cpp.o
[ 43%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ServerCreatorBase.cpp.o
[ 43%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-vector-wait-handle.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEvents.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_from_expression.cpp.o
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_reschedule-wait-handle.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_resumable-wait-handle.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SocketRetriever.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEventTracker.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SyncServerCreator.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/CodecErrorResponseHandler.cpp.o
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_sleep-wait-handle.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/TEventServerCreator.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/THttpParser.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/VarintUtils.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/socket-event.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_require_statement.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTP2PriorityQueue.cpp.o
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_static-wait-handle.cpp.o
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/VirtualProfiling.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDirectResponseHandler.cpp.o
[ 44%] Linking CXX static library libhphp_thrift.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols
[ 44%] Built target hphp_thrift
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_waitable-wait-handle.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDownstreamSession.cpp.o
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_wait-handle.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPErrorPage.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPEvent.cpp.o
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/async_mysql/ext_async_mysql.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/declare_statement.cpp.o
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/ext_bcmath.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSession.cpp.o
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/bz2-file.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/ext_bz2.cpp.o
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:206:30: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions]
op->setCallback([ event, clientPtr = getDefaultClient() ](
^
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:350:18: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions]
[ event, clientPtr = data->m_async_pool->getMysqlClient() ](
^
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections.cpp.o
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSessionAcceptor.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransaction.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionEgressSM.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-idl.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-map.cpp.o
2 warnings generated.
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionIngressSM.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-pair.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPUpstreamSession.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-set.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/SimpleController.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/TransportFilter.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-vector.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/Window.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ctype/ext_ctype.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/ext_curl.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/RequestWorker.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/Service.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o
[ 48%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/WorkerThread.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/datetime/ext_datetime.cpp.o
[ 48%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/AsyncTimeoutSet.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/debugger/ext_debugger.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/domdocument/ext_domdocument.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ChromeUtils.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/CryptUtil.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Exception.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/enum/ext_enum.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/HTTPTime.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Logging.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ParseURL.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/RendezvousHash.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamCompressor.cpp.o
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamDecompressor.cpp.o
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/external/http_parser/http_parser_cpp.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/ext_fileinfo.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/static_statement.cpp.o
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPCommonHeaders.cpp.o
[ 50%] Linking CXX static library libhphp_proxygen.a
[ 50%] Built target hphp_proxygen
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apprentice.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apptype.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/ascmagic.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/switch_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/throw_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf_time.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_alias_statement.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_prec_statement.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/try_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/compress.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/encoding.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/fsmagic.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/typedef_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/funcs.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/unset_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/is_tar.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/use_trait_statement.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/while_statement.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/analysis_result.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/magic.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/block_scope.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/class_scope.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/print.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/code_error.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readcdf.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readelf.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/constant_table.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/emitter.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/softmagic.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/file_scope.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/strlcpy.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_container.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_scope.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/ext_filter.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/logical_filters.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/sanitizing_filters.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/lambda_names.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/ext_gd.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/symbol_table.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/variable_table.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/parser.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc_f_buggy.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdcache.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_color.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/ext_gd.cpp:36:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/ext_gd.cpp:36:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/ext_gd.cpp:3521:36: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
"element %li", type);
~~~ ^~~~
%lli
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/ext_gd.cpp:6689:21: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
byte_count_signed);
^~~~~~~~~~~~~~~~~
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_arc.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_arc.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdcache.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdcache.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_color.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_color.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_crop.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_filter.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontg.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontl.cpp.o
4 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontmb.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_crop.cpp:22:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_crop.cpp:22:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_filter.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_filter.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontg.cpp:14:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontg.h:16:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontg.cpp:14:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontg.h:16:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontl.cpp:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontl.h:17:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontl.cpp:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontl.h:17:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfonts.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontt.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdft.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd2.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontmb.cpp:13:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontmb.h:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontmb.cpp:13:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontmb.h:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_in.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfonts.cpp:13:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfonts.h:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfonts.cpp:13:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfonts.h:15:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontt.cpp:14:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontt.h:16:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontt.cpp:14:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdfontt.h:16:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdft.cpp:12:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdft.cpp:12:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gd2.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gd2.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gd.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gd.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_out.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdhelpers.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_interpolation.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_dp.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gif_in.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gif_in.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_file.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gif_out.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_gif_out.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdhelpers.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdhelpers.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_interpolation.cpp:59:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_interpolation.cpp:59:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_dp.cpp:22:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_dp.cpp:22:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_ss.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_jpeg.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdkanji.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_matrix.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_pixelate.cpp.o
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_png.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_file.cpp:26:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_file.cpp:26:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_rotate.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_ss.cpp:27:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_io_ss.cpp:27:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_jpeg.cpp:30:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_jpeg.cpp:30:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdkanji.cpp:8:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdkanji.cpp:8:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 54%] Linking CXX static library libhphp_analysis.a
[ 54%] Built target hphp_analysis
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_matrix.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: [ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_security.cpp.o
'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_matrix.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_pixelate.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_pixelate.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_ss.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_png.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_png.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdtables.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_topal.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_transform.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_wbmp.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_webp.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_rotate.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_rotate.cpp:4:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/wbmp.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_security.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_security.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_ss.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_ss.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdtables.cpp:7:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gdtables.cpp:7:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_topal.cpp:53:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_topal.cpp:53:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/webpimg.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_transform.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_transform.cpp:1:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_wbmp.cpp:54:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_wbmp.cpp:54:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/xbm.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/generator/ext_generator.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_webp.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd_webp.cpp:5:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gettext/ext_gettext.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gmp/ext_gmp.cpp.o
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/ext_hash.cpp.o
2 warnings generated.
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_adler32.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_crc32.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/wbmp.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/wbmp.h:20:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/wbmp.cpp:18:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/wbmp.h:20:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_fnv1.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_furc.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_gost.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_haval.cpp.o
2 warnings generated.
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_joaat.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/webpimg.cpp:33:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/webpimg.cpp:33:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_keccak.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_md.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_murmur.cpp.o
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/xbm.cpp:25:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:105:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/xbm.cpp:25:
In file included from /tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20160105-41488-1n16dos/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:110:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_ripemd.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_salsa.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_sha.cpp.o
2 warnings generated.
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_snefru.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_tiger.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_whirlpool.cpp.o
2 warnings generated.
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh/ext_hh.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh_client/ext_hh_client.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hotprofiler/ext_hotprofiler.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/iconv/ext_iconv.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/CodePointBreakIterator.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_break_iterator.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_calendar.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_collator.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_fmt.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_pattern_gen.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_grapheme.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_iterator.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_locale.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_misc.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_msg_fmt.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_normalizer.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_num_fmt.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_rsrc_bundle.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_timezone.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_transliterator.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uchar.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uconverter.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_ucsdet.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uspoof.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/icu.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUMatcher.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUTransliterator.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/LifeEventTokenizer.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/constants.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/ext_imagick.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagick.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickdraw.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixel.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixeliterator.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/intervaltimer/ext_intervaltimer.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ipc/ext_ipc.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/ext_json.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/JSON_parser.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ldap/ext_ldap.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/libxml/ext_libxml.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mail/ext_mail.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/ext_mailparse.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/mime.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/rfc822.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mbstring/ext_mbstring.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mcrypt/ext_mcrypt.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcache/ext_memcache.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcached/ext_memcached.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysql.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_common.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_stats.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysqli.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/objprof/ext_objprof.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/odbc/ext_odbc.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/openssl/ext_openssl.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/password/ext_password.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pcre/ext_pcre.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/ext_pdo.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_driver.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo_mysql/pdo_mysql.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo_sqlite/pdo_sqlite.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/phar/ext_phar.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/posix/ext_posix.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/process/ext_process.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/random/ext_random.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/readline/ext_readline.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/reflection/ext_reflection.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/server/ext_server.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/session/ext_session.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/simplexml/ext_simplexml.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/encoding.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/ext_soap.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/packet.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/schema.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/sdl.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/soap.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/xml.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sockets/ext_sockets.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/spl/ext_spl.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sqlite3/ext_sqlite3.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_classobj.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_closure.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_errorfunc.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_file.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_function.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_gc.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_intrinsics.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_math.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_misc.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network-posix.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network-win.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_options.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_output.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_process.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_string.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_variable.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream-user-filters.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/string/ext_string.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thread/ext_thread.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/binary.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/compact.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/ext_thrift.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/spec-holder.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/url/ext_url.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/wddx/ext_wddx.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/ext_xdebug.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/hook.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/status.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_command.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_profiler.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_server.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_utils.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_str.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_var.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_xml.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xenon/ext_xenon.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xhprof/ext_xhprof.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xml/ext_xml.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlreader/ext_xmlreader.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlwriter/ext_xmlwriter.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xsl/ext_xsl.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zip/ext_zip.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/ext_zlib.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/zip-file.cpp.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/add.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/compare.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/debug.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/div.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/divmod.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/doaddsub.c.o
[ 66%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/init.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/int2num.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/nearzero.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/neg.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2long.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2str.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/outofmem.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/output.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raise.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raisemod.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/recmul.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rmzero.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rt.c.o
[ 67%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sqrt.c.o
[ 68%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/str2num.c.o
[ 68%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sub.c.o
[ 68%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/zero.c.o
[ 68%] Linking CXX static library libhphp_runtime_ext.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_runtime_ext.a(gd_arc_f_buggy.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_runtime_ext.a(ext_std_network-win.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_runtime_ext.a(gd_arc_f_buggy.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libhphp_runtime_ext.a(ext_std_network-win.cpp.o) has no symbols
[ 68%] Built target hphp_runtime_ext
make: *** [all] Error 2
ln -s ../Cellar/hhvm/3.10.1/bin/h2tp h2tp
ln -s ../Cellar/hhvm/3.10.1/bin/hh_client hh_client
ln -s ../Cellar/hhvm/3.10.1/bin/hh_format hh_format
ln -s ../Cellar/hhvm/3.10.1/bin/hh_server hh_server
ln -s ../Cellar/hhvm/3.10.1/bin/hhvm hhvm
ln -s ../Cellar/hhvm/3.10.1/bin/hhvm-gdb hhvm-gdb
ln -s ../Cellar/hhvm/3.10.1/bin/hhvm-repo-mode hhvm-repo-mode
ln -s ../Cellar/hhvm/3.10.1/bin/hphpize hphpize
ln -s ../Cellar/hhvm/3.10.1/include/hphp hphp
ln -s ../Cellar/hhvm/3.10.1/share/hhvm hhvm
ln -s ../Cellar/hhvm/3.10.1/lib/hhvm hhvm
==> Formula
Tap: hhvm/hhvm
Path: /usr/local/Library/Taps/hhvm/homebrew-hhvm/hhvm.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 6f7f407410cd6028295b936bb3b847d7ce567cdc
Last commit: 9 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.2-x86_64
Xcode: N/A
CLT: 7.2.0.0.1.1447826929
Clang: 7.0 build 700
X11: N/A
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/romain/.rbenv/shims/ruby => /Users/romain/.rbenv/versions/2.2.3/bin/ruby
Java: 1.8.0_66
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/llvm:/usr/local/opt/gettext:/usr/local/opt/icu4c:/usr/local/opt/openssl:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libelf/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/jemalloc/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libevent/lib/pkgconfig:/usr/local/opt/libmemcached/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.11
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/llvm/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/cmake/bin:/usr/local/opt/dwarfutils/bin:/usr/local/opt/gawk/bin:/usr/local/opt/libtool/bin:/usr/local/opt/md5sha1sum/bin:/usr/local/opt/ocaml/bin:/usr/local/opt/pkg-config/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/jemalloc/bin:/usr/local/opt/openssl/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/local/opt/libmemcached/bin:/usr/local/opt/libzip/bin:/usr/local/opt/lz4/bin:/usr/local/opt/mcrypt/bin:/usr/local/opt/oniguruma/bin:/usr/local/opt/pcre/bin:/usr/local/opt/sqlite/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: hhvm/hhvm/hhvm HEAD did not build
Logs:
/Users/romain/Library/Logs/Homebrew/hhvm/01.cmake
/Users/romain/Library/Logs/Homebrew/hhvm/01.cmake.cc
/Users/romain/Library/Logs/Homebrew/hhvm/02.make
/Users/romain/Library/Logs/Homebrew/hhvm/02.make.cc
/Users/romain/Library/Logs/Homebrew/hhvm/CMakeCache.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment