Skip to content

Instantly share code, notes, and snippets.

@Hywan
Created September 16, 2015 05:36
Show Gist options
  • Save Hywan/b410166855f5b3e37615 to your computer and use it in GitHub Desktop.
Save Hywan/b410166855f5b3e37615 to your computer and use it in GitHub Desktop.
==> Installing hhvm from hhvm/homebrew-hhvm
Building from source because Library/Taps/hhvm/homebrew-hhvm/hhvm.rb has local changes
To install from a bottle instead, run with --force-bottle
==> Cloning https://github.com/facebook/hhvm.git
git --git-dir /Library/Caches/Homebrew/hhvm--git/.git status -s
Updating /Library/Caches/Homebrew/hhvm--git
git config remote.origin.url https://github.com/facebook/hhvm.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master --
Your branch is behind 'origin/master' by 87 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
git reset --hard origin/master
HEAD is now at afec95c PHP compatibility fix: imagedestroy should not return true if run twice
git submodule foreach --recursive git submodule sync
Entering 'third-party'
Synchronizing submodule url for 'folly/src'
Synchronizing submodule url for 'mcrouter/src'
Synchronizing submodule url for 'proxygen/src'
Synchronizing submodule url for 're2/src'
Synchronizing submodule url for 'squangle/src'
Synchronizing submodule url for 'thrift/src'
Synchronizing submodule url for 'wangle/src'
Synchronizing submodule url for 'webscalesqlclient/webscalesql-5.6'
Entering 'third-party/folly/src'
Entering 'third-party/mcrouter/src'
Entering 'third-party/proxygen/src'
Entering 'third-party/re2/src'
Entering 'third-party/squangle/src'
Entering 'third-party/thrift/src'
Entering 'third-party/wangle/src'
Entering 'third-party/webscalesqlclient/webscalesql-5.6'
git submodule update --init --recursive
==> Checking out branch master
==> cmake -DENABLE_MCROUTER=OFF -DENABLE_EXTENSION_MCROUTER=OFF -DENABLE_EXTENSION_IMAP=OFF -DCCLIENT_INCLUDE_PATH=0 -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 -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/HEAD -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 -DLIBEVENT_INCLUDE_DIR=/usr/local/opt/libevent/include -DLIBEVENT_LIB=/usr/local/opt/libevent/lib/libevent.dylib -DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include -DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib -DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib -DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib -DBOOST_INCLUDEDIR=/usr/local/opt/boost/include -DBOOST_LIBRARYDIR=/usr/local/opt/boost/lib -DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc/include -DJEMALLOC_LIB=/usr/local/opt/jemalloc/lib/libjemalloc.dylib -DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include -DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib -DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/dwarfutils/include -DLIBDWARF_LIBRARIES=/usr/local/opt/dwarfutils/lib/libdwarf.a -DLIBMAGICKWAND_INCLUDE_DIRS=/usr/local/opt/imagemagick/include/ImageMagick-6 -DLIBMAGICKWAND_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.dylib -DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 -DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib -DLIBMEMCACHED_INCLUDE_DIR=/usr/local/opt/libmemcached/include -DLIBMEMCACHED_LIBRARY=/usr/local/opt/libmemcached/lib/libmemcached.dylib -DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf -DLIBELF_LIBRARIES=/usr/local/opt/libelf/lib/libelf.a -DLIBGLOG_INCLUDE_DIR=/usr/local/opt/glog/include -DLIBGLOG_LIBRARY=/usr/local/opt/glog/lib/libglog.dylib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib -DTBB_INSTALL_DIR=/usr/local/opt/tbb -DPC_SQLITE3=1 -DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include -DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.dylib -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
-- 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.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- context
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- Found LIBICONV: /usr/lib/libiconv.dylib
-- Performing Test LIBICONV_CONST
-- Performing Test LIBICONV_CONST - Failed
-- Found PCRE: /usr/local/lib/libpcre.dylib
-- Performing Test SYSTEM_PCRE_HAS_JIT
-- Performing Test SYSTEM_PCRE_HAS_JIT - Failed
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
-- 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.37.1")
-- 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.0")
-- Found PkgConfig: /opt/local/bin/pkg-config
-- Using third-party bundled libsqlite3
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
-- Using third-party bundled fastlz
-- Found LIBZIP: /usr/local/opt/libzip/lib/libzip.dylib
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Performing Test JEMALLOC_VERSION_MINIMUM
-- Performing Test JEMALLOC_VERSION_MINIMUM - Success
-- Found jemalloc: /usr/local/opt/jemalloc/lib/libjemalloc.dylib
-- Found Intel TBB
-- Found OpenSSL: /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2d")
-- Performing Test OPENSSL_HAVE_RAND_EGD
-- Performing Test OPENSSL_HAVE_RAND_EGD - Success
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Found ONIGURUMA: /usr/local/lib/libonig.dylib
-- Found LIBPTHREAD: /usr/lib/libpthread.dylib
-- Found Editline: /usr/lib/libedit.dylib
-- 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
-- Did not find system RE2
-- Building RE2 from third-party
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Performing Test FOLLY_MALLOC
-- Performing Test FOLLY_MALLOC - Failed
-- Performing Test FOLLY_FUNCTEXCEPT
-- Performing Test FOLLY_FUNCTEXCEPT - Failed
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- regex
-- context
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- thread
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- thread
-- system
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.58.0
-- Found the following Boost libraries:
-- thread
-- system
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Looking for AF_LOCAL
-- Looking for AF_LOCAL - found
-- Looking for PF_LOCAL
-- Looking for PF_LOCAL - found
-- Looking for memset
-- Looking for memset - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strerror
-- Looking for strerror - found
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Looking for event_get_version_number
-- Looking for event_get_version_number - found
-- Performing Test HAVE_LIBEVENT_209
-- Performing Test HAVE_LIBEVENT_209 - Success
-- Found libevent 2.0.9+
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
-- Found Readline: /usr/local/opt/readline/include
-- Found Editline: /usr/include/editline
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for C++ include type_traits.h
-- Looking for C++ include type_traits.h - not found
-- Looking for C++ include bits/type_traits.h
-- Looking for C++ include bits/type_traits.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for strtoq
-- Looking for strtoq - found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Check size of long long
-- Check size of long long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:770 (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 "pcregrep". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:773 (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 "pcretest". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
--
--
-- PCRE configuration summary:
--
-- C compiler ...................... : /usr/local/opt/llvm/bin/clang
-- C++ compiler .................... : /usr/local/opt/llvm/bin/clang++
-- C compiler flags ................ : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG
-- C++ compiler flags .............. : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG
--
-- Build 8 bit PCRE library ........ : ON
-- Build 16 bit PCRE library ....... : OFF
-- Build 32 bit PCRE library ....... : OFF
-- Build C++ library ............... : ON
-- Enable JIT compiling support .... : ON
-- Enable UTF support .............. : ON
-- Unicode properties .............. : ON
-- Newline char/sequence ........... : LF
-- \R matches only ANYCRLF ......... : OFF
-- EBCDIC coding ................... : OFF
-- EBCDIC coding with NL=0x25 ...... : OFF
-- Rebuild char tables ............. : OFF
-- No stack recursion .............. : OFF
-- POSIX mem threshold ............. : 10
-- Internal link size .............. : 2
-- Parentheses nest limit .......... : 250
-- Match limit ..................... : 10000000
-- Match limit recursion ........... : MATCH_LIMIT
-- Build shared libs ............... : OFF
-- Build static libs ............... : ON
-- Build pcregrep .................. : ON
-- Enable JIT in pcregrep .......... : ON
-- Buffer size for pcregrep ........ : 20480
-- Build tests (implies pcretest .. : ON
-- and pcregrep)
-- Link pcregrep with libz ......... : ON
-- Link pcregrep with libbz2 ....... : ON
-- Link pcretest with libeditline .. : OFF
-- Link pcretest with libreadline .. : ON
-- Support Valgrind .................: OFF
-- Support coverage .................:
--
-- Build type not specified: cmake build type Release.
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- program_options
-- filesystem
-- context
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib
-- Using third-party bundled libsqlite3
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR)
-- Using third-party bundled fastlz
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Found jemalloc: /usr/local/opt/jemalloc/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
-- 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 EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1")
-- Building the bz2 extension.
-- Building the closure extension.
-- Building the collections extension.
-- Building the ctype extension.
-- Building the curl extension.
-- Building the datetime extension.
-- Building the debugger extension.
-- Building the DOMDocument extension.
-- Building the enum extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fb extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fileinfo extension.
-- Building the filter extension.
-- GNU FriBidi not found
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed.
Not building the fribidi extension.
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib
-- 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 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.
-- Could NOT find LibUODBC (missing: LIBUODBC_LIBRARIES LIBUODBC_INCLUDE_DIRS)
-- The odbc extension was disabled because resolving the dependency 'libUODBC' failed.
Not building the odbc extension.
-- Building the openssl extension.
-- Building the pcre extension.
-- Building the pdo extension.
-- Building the pdo_mysql extension.
-- Building the pdo_sqlite extension.
-- Building the phar extension.
-- Building the posix extension.
-- Building the process extension.
-- Building the readline extension.
-- Building the reflection extension.
-- Building the server extension.
-- Building the session extension.
-- Building the simplexml extension.
-- Building the soap extension.
-- Building the sockets extension.
-- Building the spl extension.
-- Building the sqlite3 extension.
-- Building the std extension.
-- Building the stream extension.
-- Building the string extension.
-- Building the thread extension.
-- Building the thrift extension.
-- Building the url extension.
-- Building the wddx extension.
-- Building the xdebug extension.
-- Building the xenon extension.
-- Building the xhprof extension.
-- Building the xml extension.
-- Building the xmlreader extension.
-- Building the xmlwriter extension.
-- Found LibXslt: /usr/lib/libxslt.dylib (found version "1.1.28")
-- Building the xsl extension.
-- Building the zip extension.
-- Building the zlib extension.
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success
CMake Warning (dev) at CMake/HPHPFunctions.cmake:177 (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
CMake Warning:
Manually-specified variables were not used by the project:
CCLIENT_INCLUDE_PATH
PC_SQLITE3
-- Build files have been written to: /tmp/hhvm20150915-24200-16dxdhe
==> make
Scanning dependencies of target eaw_table
Scanning dependencies of target afdt
Scanning dependencies of target double-conversion
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o
[ 0%] Built target eaw_table
Scanning dependencies of target timelib
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o
Scanning dependencies of target re2
[ 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/dow.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o
[ 0%] Linking C static library libafdt.a
[ 0%] Built target afdt
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable]
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
^
1 warning generated.
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o
[ 1%] Linking CXX static library libdouble-conversion.a
[ 1%] Built target double-conversion
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o
Scanning dependencies of target webscalesqlclient
[ 1%] Creating directories for 'webscalesqlclient'
[ 1%] No download step for 'webscalesqlclient'
[ 1%] No patch step for 'webscalesqlclient'
[ 1%] No update step for 'webscalesqlclient'
[ 1%] Performing configure step for 'webscalesqlclient'
-- Running cmake version 3.3.1
-- Found Git: /usr/local/bin/git (found version "2.5.1")
-- The C compiler identification is Clang 3.6.2
-- The CXX compiler identification is Clang 3.6.2
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
-- Detecting C compiler ABI info
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o
Scanning dependencies of target fastlz
-- Detecting C compiler ABI info - done
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o
-- 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
[ 1%] Linking C static library libfastlz.a
[ 1%] Built target fastlz
-- Detecting CXX compiler ABI info - done
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.6.24
-- Packaging as: mysql-5.6.24-osx10.10-x86_64
-- Performing Test HAVE_LLVM_LIBCPP
-- Performing Test HAVE_LLVM_LIBCPP - Success
Dynamic plugins are disabled.
-- Looking for floor
Scanning dependencies of target pcre
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o
-- Looking for floor - found
-- Looking for __infinity
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_compile.c.o
-- Looking for __infinity - not found
-- Looking for __infinity in m
-- Looking for __infinity in m - not found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
-- Looking for gethostbyname_r in nsl_r - not found
-- Looking for gethostbyname_r in nsl
-- Looking for gethostbyname_r in nsl - not found
-- Looking for bind
-- Looking for bind - found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for setsockopt
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_create in rt
-- Looking for timer_create in rt - not found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file aio.h
-- Looking for include file aio.h - found
-- Looking for include file arpa/inet.h
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_config.c.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_dfa_exec.c.o
-- Looking for include file arpa/inet.h - found
-- Looking for include file crypt.h
-- Looking for include file crypt.h - not found
-- Looking for include file cxxabi.h
-- Looking for include file cxxabi.h - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file fenv.h
-- Looking for include file fenv.h - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file floatingpoint.h
-- Looking for include file floatingpoint.h - not found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - not found
-- Looking for include file grp.h
-- Looking for include file grp.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file limits.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file ndir.h
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_exec.c.o
-- Looking for include file ndir.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file paths.h
-- Looking for include file paths.h - found
-- Looking for include file port.h
-- Looking for include file port.h - not found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
-- Looking for include file sched.h - found
-- Looking for include file select.h
-- Looking for include file select.h - not found
-- Looking for include file semaphore.h
-- Looking for include file semaphore.h - found
-- Looking for include files sys/types.h, sys/dir.h
-- Looking for include files sys/types.h, sys/dir.h - found
-- Looking for include file sys/ndir.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/pte.h
-- Looking for include file sys/pte.h - not found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file synch.h
-- Looking for include file synch.h - not found
-- Looking for include file sysent.h
-- Looking for include file sysent.h - not found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for include file sys/fpu.h
-- Looking for include file sys/fpu.h - not found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/ipc.h
-- Looking for include file sys/ipc.h - found
-- Looking for include file sys/malloc.h
-- Looking for include file sys/malloc.h - found
-- Looking for include file sys/mman.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - not found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/shm.h
-- Looking for include file sys/shm.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/stream.h
-- Looking for include file sys/stream.h - not found
-- Looking for include file sys/termcap.h
-- Looking for include file sys/termcap.h - not found
-- Looking for include files time.h, sys/timeb.h
-- Looking for include files time.h, sys/timeb.h - found
-- Looking for include files curses.h, term.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o
-- Looking for include files curses.h, term.h - found
-- Looking for include file asm/termbits.h
-- Looking for include file asm/termbits.h - not found
-- Looking for include file termbits.h
-- Looking for include file termbits.h - not found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - not found
-- Looking for include file termcap.h
-- Looking for include file termcap.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file varargs.h
-- Looking for include file varargs.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/utime.h
-- Looking for include file sys/utime.h - not found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/vadvise.h
-- Looking for include file sys/vadvise.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file stdarg.h
-- Looking for include file stdarg.h - found
-- Looking for include files stdlib.h, sys/un.h
-- Looking for include files stdlib.h, sys/un.h - found
-- Looking for include file vis.h
-- Looking for include file vis.h - found
-- Looking for include file wchar.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o
-- Looking for include file wchar.h - found
-- Looking for include file wctype.h
-- Looking for include file wctype.h - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/event.h
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o
-- Looking for include file sys/event.h - found
-- Looking for include file sys/queue.h
-- Looking for include file sys/queue.h - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Looking for include file sys/ptem.h
-- Looking for include file sys/ptem.h - not found
-- Performing Test HAVE_WERROR_FLAG
-- Performing Test HAVE_WERROR_FLAG - Failed
-- Performing Test HAVE_PTHREAD_ONCE_INIT
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for _aligned_free
-- Looking for _aligned_free - not found
-- Looking for aio_read
[ 2%] Linking C static library libtimelib.a
[ 2%] Built target timelib
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_fullinfo.c.o
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o
-- Looking for aio_read - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Looking for printstack
-- Looking for printstack - not found
-- Looking for bmove
-- Looking for bmove - not found
-- Looking for bsearch
-- Looking for bsearch - found
-- Looking for index
-- Looking for index - found
-- Looking for clock_gettime
Scanning dependencies of target version
[ 2%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o
[ 3%] Linking CXX executable version
-- Looking for clock_gettime - not found
-- Looking for cuserid
[ 3%] Built target version
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o
-- Looking for cuserid - not found
-- Looking for directio
-- Looking for directio - not found
-- Looking for _doprnt
-- Looking for _doprnt - not found
-- Looking for flockfile
-- Looking for flockfile - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for getline
-- Looking for getline - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_get.c.o
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_globals.c.o
-- Looking for crypt - found
-- Looking for dlerror
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o
-- Looking for dlerror - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fchmod
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fconvert
-- Looking for fconvert - not found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
Scanning dependencies of target hphp_parser
[ 4%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o
-- Looking for fedisableexcept - not found
-- Looking for fpsetmask
-- Looking for fpsetmask - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for getwd
-- Looking for getwd - found
-- Looking for gmtime_r
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o
-- Looking for gmtime_r - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
-- Looking for issetugid - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for getgid
-- Looking for getgid - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for ldiv
-- Looking for ldiv - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for longjmp
-- Looking for longjmp - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for malloc_info
-- Looking for malloc_info - not found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for mlockall
-- Looking for mlockall - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for mmap64
-- Looking for mmap64 - not found
-- Looking for perror
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o
-- Looking for perror - found
-- Looking for poll
-- Looking for poll - found
-- Looking for port_create
-- Looking for port_create - not found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pthread_attr_create
-- Looking for pthread_attr_create - not found
-- Looking for pthread_attr_getguardsize
-- Looking for pthread_attr_getguardsize - found
-- Looking for pthread_attr_getstacksize
-- Looking for pthread_attr_getstacksize - found
-- Looking for pthread_attr_setscope
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o
-- Looking for pthread_attr_setscope - found
-- Looking for pthread_attr_setstacksize
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
-- Looking for pthread_condattr_create - not found
-- Looking for pthread_condattr_setclock
-- Looking for pthread_condattr_setclock - not found
-- Looking for pthread_key_delete
-- Looking for pthread_key_delete - found
-- Looking for pthread_rwlock_rdlock
-- Looking for pthread_rwlock_rdlock - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for pthread_threadmask
-- Looking for pthread_threadmask - not found
-- Looking for pthread_yield_np
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o
-- Looking for pthread_yield_np - found
-- Looking for putenv
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_newline.c.o
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o
-- Looking for putenv - found
-- Looking for readdir_r
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o
-- Looking for readdir_r - found
-- Looking for readlink
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_study.c.o
-- Looking for readlink - found
-- Looking for re_comp
-- Looking for re_comp - not found
-- Looking for regcomp
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_tables.c.o
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o
-- Looking for regcomp - found
-- Looking for realpath
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o
-- Looking for realpath - found
-- Looking for rename
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o
-- Looking for rename - found
-- Looking for rwlock_init
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_version.c.o
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o
-- Looking for rwlock_init - not found
-- Looking for sched_yield
[ 4%] Linking C static library libpcre.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
[ 4%] Built target pcre
[ 4%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o
-- Looking for sched_yield - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for setfd
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o
-- Looking for setfd - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigthreadmask
-- Looking for sigthreadmask - not found
-- Looking for sigwait
-- Looking for sigwait - found
-- Looking for sigaddset
-- Looking for sigaddset - found
-- Looking for sigemptyset
-- Looking for sigemptyset - found
-- Looking for sighold
-- Looking for sighold - found
-- Looking for sigset
-- Looking for sigset - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for strcoll
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o
-- Looking for strcoll - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for strsignal
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o
-- Looking for strsignal - found
-- Looking for fgetln
-- Looking for fgetln - found
-- Looking for strpbrk
-- Looking for strpbrk - found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strtol
[ 5%] Linking CXX static library libre2.a
-- Looking for strtol - found
-- Looking for strtoll
[ 5%] Built target re2
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o
-- Looking for strtoll - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for shmctl
-- Looking for shmctl - found
-- Looking for shmdt
-- Looking for shmdt - found
-- Looking for shmget
-- Looking for shmget - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for tempnam
-- Looking for tempnam - found
-- Looking for thr_setconcurrency
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
-- Looking for thr_yield - not found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for vprintf
-- Looking for vprintf - found
-- Looking for valloc
-- Looking for valloc - found
-- Looking for memalign
-- Looking for memalign - not found
-- Looking for chown
-- Looking for chown - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for ntohll
-- Looking for ntohll - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for epoll_create
-- Looking for epoll_create - not found
-- Looking for epoll_ctl
-- 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
-- Looking for kqueue - found
-- Looking for signal
-- Looking for signal - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
-- Looking for timercmp - found
-- Looking for timerisset
-- Looking for timerisset - found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_settime
-- Looking for timer_settime - not found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
-- Looking for include file asm/msr.h - not found
-- Looking for include file ia64intrin.h
-- Looking for include file ia64intrin.h - not found
-- Looking for times
-- Looking for times - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for read_real_time
-- Looking for read_real_time - not found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for time
-- Looking for time - found
-- Looking for rdtscll
-- Looking for rdtscll - not found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for tzname
-- Looking for tzname - found
-- Looking for lrand48
-- Looking for lrand48 - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
Scanning dependencies of target hack
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
-- Looking for TIOCSTAT - found
-- Looking for FIONREAD
-- 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/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c heap/hh_shared.c
-- Looking for EVFILT_TIMER - found
-- Looking for finite
-- Looking for finite - found
-- Looking for log2
-- Looking for log2 - found
-- Looking for isnan
mv hh_shared.o heap/hh_shared.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_elf.c
mv hhi_elf.o hhi/hhi_elf.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_win32res_stubs.c
-- Looking for isnan - found
-- Looking for rint
mv hhi_win32res_stubs.o hhi/hhi_win32res_stubs.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/files.c
-- Looking for rint - found
-- Performing Test HAVE_ISINF
mv files.o utils/files.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c
mv get_build_id.gen.o utils/get_build_id.gen.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.c
mv get_build_id.o utils/get_build_id.o
-- Performing Test HAVE_ISINF - Success
-- Performing Test HAVE_FESETROUND
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/handle_stubs.c
mv handle_stubs.o utils/handle_stubs.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/nproc.c
-- Performing Test HAVE_FESETROUND - Success
-- Check size of sigset_t
mv nproc.o utils/nproc.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/realpath.c
mv realpath.o utils/realpath.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/sysinfo.c
-- Check size of sigset_t - done
-- Check size of mode_t
mv sysinfo.o utils/sysinfo.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c
-- Check size of mode_t - done
-- Check size of char
-- Check size of char - done
-- Check size of short
mv fsevents_stubs.o fsevents/fsevents_stubs.o
-- Check size of short - done
-- Check size of int
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends
-- Check size of int - done
-- Check size of long long
/usr/local/bin/ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverMain.cmi server/serverMain.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_server.cmo hh_server.ml
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/buildMain.cmo stubs/buildMain.ml
/usr/local/bin/ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/build_id.cmo utils/build_id.ml
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends
-- Check size of long long - done
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends
-- Check size of off_t
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends
-- Check size of off_t - done
-- Check size of uchar
/usr/local/bin/ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o
/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
-- Check size of uchar - failed
-- Check size of uint
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of uint - done
-- Check size of ulong
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/core.cmo utils/core.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of ulong - failed
-- Check size of int8
-- Check size of int8 - failed
-- Check size of uint8
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of uint8 - failed
-- Check size of int16
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of int16 - failed
-- Check size of uint16
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of uint16 - failed
-- Check size of int32
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of int32 - failed
-- Check size of uint32
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of uint32 - failed
-- Check size of u_int32_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
-- Check size of u_int32_t - done
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
/usr/local/bin/ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/daemon.cmi utils/daemon.mli
/usr/local/bin/ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends
-- Check size of uint64 - failed
-- Check size of time_t
/usr/local/bin/ocamldep.opt -modules utils/sys_utils.ml > utils/sys_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/ident.ml > utils/ident.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/ident.cmo utils/ident.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/utils.cmo utils/utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/sys_utils.cmo utils/sys_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/pidLog.cmo utils/pidLog.ml
-- Check size of time_t - done
-- Check size of bool
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/fork.cmo utils/fork.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/core.cmx utils/core.ml
-- Check size of bool - failed
-- Check size of socklen_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/ident.cmx utils/ident.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/utils.cmx utils/utils.ml
-- Check size of socklen_t - done
-- Performing Test TIME_T_UNSIGNED
-- Performing Test TIME_T_UNSIGNED - Failed
-- Performing Test HAVE_GETADDRINFO
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/sys_utils.cmx utils/sys_utils.ml
-- Performing Test HAVE_GETADDRINFO - Success
-- Performing Test HAVE_SELECT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/pidLog.cmx utils/pidLog.ml
/usr/local/bin/ocamldep.opt -modules utils/handle.ml > utils/handle.ml.depends
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_TIMESPEC_TS_SEC
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/path.cmi utils/path.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/fork.cmx utils/fork.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-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/handle.cmx utils/handle.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/path.cmx utils/path.ml
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
/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 -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/daemon.cmx utils/daemon.ml
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 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 -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success
-- Looking for include files time.h, sys/time.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml
-- Performing Test C_HAS_inline - Success
-- Performing Test HAVE_PAUSE_INSTRUCTION
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml
/usr/local/bin/ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for tcgetattr
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pos.mli > utils/pos.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/hh_json.cmo utils/hh_json.ml
/usr/local/bin/ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/relative_path.cmi utils/relative_path.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/pos.cmi utils/pos.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/errors.cmi utils/errors.mli
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/hh_json.cmx utils/hh_json.ml
/usr/local/bin/ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/relative_path.cmx utils/relative_path.ml
-- Performing Test HAVE_POSIX_SIGNALS - Success
-- Performing Test HAVE_BSS_START
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/pos.cmx utils/pos.ml
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_WEAK_SYMBOL
/usr/local/bin/ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/exit_status.cmo utils/exit_status.ml
/usr/local/bin/ocamldep.opt -modules utils/find.ml > utils/find.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/find.mli > utils/find.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/find.cmi utils/find.mli
/usr/local/bin/ocamldep.opt -modules server/findUtils.ml > server/findUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findUtils.mli > server/findUtils.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/findUtils.cmi server/findUtils.mli
-- Performing Test HAVE_WEAK_SYMBOL - Success
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST
/usr/local/bin/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/filesToIgnore.cmo stubs/filesToIgnore.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/filesToIgnore.cmx stubs/filesToIgnore.ml
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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/ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/hackEventLogger.cmo 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
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends
/usr/local/bin/ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/namespace_env.cmo parsing/namespace_env.ml
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Looking for netinet/in6.h
/usr/local/bin/ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/ast.cmo parsing/ast.ml
/usr/local/bin/ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends
/usr/local/bin/ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
/usr/local/bin/ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends
/usr/local/bin/ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends
/usr/local/bin/ocamldep.opt -modules heap/value.mli > heap/value.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/prefix.cmi heap/prefix.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/value.cmi heap/value.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/searchUtils.cmo search/searchUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/sharedMem.cmi heap/sharedMem.mli
/usr/local/bin/ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/trie.cmo utils/trie.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/fuzzySearchService.cmo search/fuzzySearchService.ml
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/trieSearchService.cmo search/trieSearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parsing_hooks.cmo parsing/parsing_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/searchService.cmo search/searchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/hackSearchService.cmo search/hackSearchService.ml
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends
-- Check size of struct in6_addr - done
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/namespace_env.cmx parsing/namespace_env.ml
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -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 parsing/ast.cmx parsing/ast.ml
/usr/local/bin/ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/eventLogger.cmx stubs/eventLogger.ml
/usr/local/bin/ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/hh_logger.cmo utils/hh_logger.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/prefix.cmx heap/prefix.ml
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test STRUCT_DIRENT_HAS_D_INO
/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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/hh_logger.cmx utils/hh_logger.ml
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/stats.cmx utils/stats.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/value.cmx heap/value.ml
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success
-- Check size of mbstate_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/searchUtils.cmx search/searchUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/sharedMem.cmx heap/sharedMem.ml
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/trie.cmx utils/trie.ml
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for mbrlen
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/fuzzySearchService.cmx search/fuzzySearchService.ml
-- Looking for mbrlen - found
-- Looking for mbscmp
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/trieSearchService.cmx search/trieSearchService.ml
-- Looking for mbscmp - not found
-- Looking for mbsrtowcs
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -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 parsing/parsing_hooks.cmx parsing/parsing_hooks.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/searchService.cmx search/searchService.ml
-- Looking for mbsrtowcs - found
-- Looking for wcrtomb
/usr/local/bin/ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends
/usr/local/bin/ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I 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 hhi/hhi.cmi hhi/hhi.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/exit_status.cmx utils/exit_status.ml
-- Looking for wcrtomb - found
-- Looking for mbrtowc
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 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 -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I 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 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tmp.cmo utils/tmp.ml
-- Looking for mbrtowc - found
-- Looking for wcscoll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3 -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I 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 hhi/hhi_win32res.cmx hhi/hhi_win32res.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tmp.cmx utils/tmp.ml
-- Looking for wcscoll - found
-- Looking for wcsdup
/usr/local/bin/ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/lock.cmo utils/lock.ml
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverArgs.cmi server/serverArgs.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/build_id.cmx utils/build_id.ml
-- Looking for wcsdup - found
-- Looking for wcwidth
Scanning dependencies of target neo
/usr/local/bin/ocamldep.opt -modules utils/wwwroot.ml > utils/wwwroot.ml.depends
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/wwwroot.cmo utils/wwwroot.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/wwwroot.cmx utils/wwwroot.ml
-- Looking for wcwidth - found
-- Looking for wctype
/usr/local/bin/ocamldep.opt -modules server/serverCommand.ml > server/serverCommand.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends
/usr/local/bin/ocamldep.opt -modules naming/nast.ml > naming/nast.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_special_names.cmo naming/naming_special_names.ml
/usr/local/bin/ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nast.cmo naming/nast.ml
-- Looking for wctype - found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/typecheckerOptions.cmo naming/typecheckerOptions.ml
-- Looking for iswlower
/usr/local/bin/ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming.cmi naming/naming.mli
/usr/local/bin/ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverConfig.cmi server/serverConfig.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/worker.cmi procs/worker.mli
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o
/usr/local/bin/ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends
/usr/local/bin/ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends
-- Looking for iswlower - found
-- Looking for iswupper
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_reason.cmo typing/typing_reason.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_defs.cmo typing/typing_defs.ml
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o
/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
-- Looking for iswupper - found
-- Looking for towlower
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_heap.cmi typing/typing_heap.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_env.cmi typing/typing_env.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_subst.ml > typing/typing_subst.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typeVisitor.ml > typing/typeVisitor.ml.depends
-- Looking for towlower - found
-- Looking for towupper
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_hooks.cmo typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typeVisitor.cmo typing/typeVisitor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_print.cmi typing/typing_print.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_utils.cmo typing/typing_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_dependent_type.cmo typing/typing_dependent_type.ml
-- Looking for towupper - found
-- Looking for iswctype
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_subst.cmo typing/typing_subst.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_phase.cmo typing/typing_phase.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_unification_env.cmo typing/typing_unification_env.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_unify.cmo typing/typing_unify.ml
-- Looking for iswctype - found
-- Check size of wchar_t
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_hooks.cmo naming/naming_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing.cmi typing/typing.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_subtype.cmo typing/typing_subtype.ml
-- Check size of wchar_t - done
-- Check size of wctype_t
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/lexer_hack.cmo parsing/lexer_hack.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parser_hack.cmi parsing/parser_hack.mli
-- Check size of wctype_t - done
-- Check size of wint_t
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/bucket.cmo procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_heap.cmo naming/naming_heap.ml
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o
/usr/local/bin/ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverEnv.cmo server/serverEnv.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_check_utils.ml > typing/typing_check_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_check_service.ml > typing/typing_check_service.ml.depends
-- Check size of wint_t - done
/usr/local/bin/ocamldep.opt -modules heap/globalStorage.ml > heap/globalStorage.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/multiWorker.cmi procs/multiWorker.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends
-- Found Curses: /usr/lib/libcurses.dylib
/usr/local/bin/ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/globalStorage.cmo heap/globalStorage.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_decl_service.cmi typing/typing_decl_service.mli
-- Looking for 3 include files stdio.h, ..., readline/history.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 typing/typing_variance.cmo typing/typing_variance.ml
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_check_service.cmo typing/typing_check_service.ml
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverUtils.cmo server/serverUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_check_utils.cmo typing/typing_check_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_decl.cmi typing/typing_decl.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.mli > typing/typing_compare.mli.depends
-- Looking for 3 include files stdio.h, ..., readline/history.h - found
-- Performing Test edit_HAVE_HIST_ENTRY
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdeUtils.cmo server/serverIdeUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_compare.cmi typing/typing_compare.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 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 -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/argumentInfoService.cmo server/argumentInfoService.ml
/usr/local/bin/ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/autocompleteService.cmo server/autocompleteService.ml
-- Performing Test edit_HAVE_HIST_ENTRY - Success
-- Performing Test edit_USE_LIBEDIT_INTERFACE
/usr/local/bin/ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/coverage_level.ml > typing/coverage_level.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_heap.ml > parsing/parser_heap.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parser_heap.cmo parsing/parser_heap.ml
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed
-- Performing Test edit_USE_NEW_READLINE_INTERFACE
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/coverage_level.cmo typing/coverage_level.ml
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o
/usr/local/bin/ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverError.ml > server/serverError.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.mli > server/serverFindRefs.mli.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends
/usr/local/bin/ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends
[ 6%] 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 -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/identifySymbolService.cmo server/identifySymbolService.ml
/usr/local/bin/ocamldep.opt -modules server/serverIdle.mli > server/serverIdle.mli.depends
/usr/local/bin/ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends
/usr/local/bin/ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 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
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Success
-- Using cmake version 3.3.1
/usr/local/bin/ocamldep.opt -modules stubs/linting_service.ml > stubs/linting_service.ml.depends
-- Not building NDB
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/lint.cmi utils/lint.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/linting_service.cmo stubs/linting_service.ml
/usr/local/bin/ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 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 -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolUtils.cmo server/symbolUtils.ml
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolFunCallService.cmo server/symbolFunCallService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolTypeService.cmo server/symbolTypeService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/fileOutline.cmo server/fileOutline.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/methodJumps.cmo server/methodJumps.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverArgumentInfo.cmo server/serverArgumentInfo.ml
[ 6%] Linking C static library libneo.a
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverAutoComplete.cmo server/serverAutoComplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCheckpoint.cmo server/serverCheckpoint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverColorFile.cmo server/serverColorFile.ml
[ 6%] Built target neo
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCoverageMetric.cmo server/serverCoverageMetric.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverError.cmo server/serverError.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdle.cmi server/serverIdle.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverInferType.cmo server/serverInferType.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverLint.cmo server/serverLint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverRefactor.cmo server/serverRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverSearch.cmo server/serverSearch.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolInfoService.cmo server/symbolInfoService.ml
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverBuild.cmo server/serverBuild.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverRpc.cmo server/serverRpc.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverTypeCheck.cmi server/serverTypeCheck.mli
-- CMAKE_BUILD_TYPE: RelWithDebInfo
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H
-- CMAKE_C_FLAGS: -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99
-- CMAKE_CXX_FLAGS: -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -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/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCommand.cmo server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/buildMain.cmx stubs/buildMain.ml
Scanning dependencies of target vixl
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/errors.cmx utils/errors.ml
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o
-- Generating done
-- Build files have been written to: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6
[ 7%] Performing build step for 'webscalesqlclient'
/usr/local/bin/ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/namespaces.cmi parsing/namespaces.mli
Scanning dependencies of target yassl
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends
[ 0%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/buffer.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/namespaces.cmx parsing/namespaces.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_special_names.cmx naming/naming_special_names.ml
[ 0%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nast.cmx naming/nast.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_reason.cmx typing/typing_reason.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_defs.cmx typing/typing_defs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_heap.cmx typing/typing_heap.ml
[ 1%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_hooks.cmx naming/naming_hooks.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/typecheckerOptions.cmx naming/typecheckerOptions.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I 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 -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I 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 -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming.cmx naming/naming.ml
[ 7%] 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 -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverArgs.cmx server/serverArgs.ml
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/config_file.cmo utils/config_file.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/config_file.cmx utils/config_file.ml
/usr/local/bin/ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/printSignal.cmo utils/printSignal.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/printSignal.cmx utils/printSignal.ml
[ 1%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/handshake.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverConfig.cmx server/serverConfig.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/worker.cmx procs/worker.ml
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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 -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nast_eval.cmi naming/nast_eval.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/attributes.cmo naming/attributes.ml
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/naming_heap.cmx naming/naming_heap.ml
[ 7%] Linking CXX static library libhphp_parser.a
[ 7%] Built target hphp_parser
Scanning dependencies of target gen_dtrace_header
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/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
[ 2%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h
[ 2%] Built target gen_dtrace_header
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nast_eval.cmx naming/nast_eval.ml
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_hint.cmo typing/typing_hint.ml
Scanning dependencies of target hphp_zend
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_instantiate.cmi typing/typing_instantiate.mli
[ 7%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o
[ 2%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/lock.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nastCheck.cmo typing/nastCheck.ml
[ 4%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/log.cpp.o
/usr/local/bin/ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_env.cmx typing/typing_env.ml
[ 4%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/socket_wrapper.cpp:49:15: warning: unused variable 'SOCKET_EINVAL' [-Wunused-const-variable]
const int SOCKET_EINVAL = EINVAL;
^
1 warning generated.
[ 4%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/ssl.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_hooks.cmx typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typeVisitor.cmx typing/typeVisitor.ml
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_print.cmx typing/typing_print.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_utils.cmx typing/typing_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_dependent_type.cmx typing/typing_dependent_type.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_subst.cmx typing/typing_subst.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_phase.cmx typing/typing_phase.ml
[ 5%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/timer.cpp.o
[ 5%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_error.cpp.o
/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 -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_hint.cmx typing/typing_hint.ml
[ 5%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_imp.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_instantiate.cmx typing/typing_instantiate.ml
/usr/local/bin/ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nastVisitor.ml > naming/nastVisitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nastVisitor.cmo naming/nastVisitor.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_structure.ml > typing/typing_structure.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_structure.cmo typing/typing_structure.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_taccess.cmi typing/typing_taccess.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_tdef.cmo typing/typing_tdef.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_expand.cmi typing/typing_expand.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_ops.cmo typing/typing_ops.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nast_terminality.cmo typing/nast_terminality.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_suggest.cmo typing/typing_suggest.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nastInitCheck.cmo typing/nastInitCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/nastVisitor.cmx naming/nastVisitor.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_unification_env.cmx typing/typing_unification_env.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_unify.cmx typing/typing_unify.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_generic.cmo typing/typing_generic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_expand.cmx typing/typing_expand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_generic.cmx typing/typing_generic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_structure.cmx typing/typing_structure.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_taccess.cmx typing/typing_taccess.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_subtype.cmx typing/typing_subtype.ml
[ 7%] 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 -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_tdef.cmx typing/typing_tdef.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_ops.cmx typing/typing_ops.ml
[ 6%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_int.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nast_terminality.cmx typing/nast_terminality.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_suggest.cmx typing/typing_suggest.ml
/tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/yassl_int.cpp:964:12: warning: unused variable 'handshake_order' [-Wunused-const-variable]
const char handshake_order[] = "Out of order HandShake Message!";
^
/usr/local/bin/ocamldep.opt -modules typing/typingEqualityCheck.ml > typing/typingEqualityCheck.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typingEqualityCheck.cmo typing/typingEqualityCheck.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_alias.cmi typing/typing_alias.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_async.cmo typing/typing_async.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_enum.cmo typing/typing_enum.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_extends.cmi typing/typing_extends.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_exts.cmo typing/typing_exts.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_lenv.cmo typing/typing_lenv.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_sequencing.cmo typing/typing_sequencing.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_shapes.cmo typing/typing_shapes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I 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 naming/attributes.cmx naming/attributes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nastCheck.cmx typing/nastCheck.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/nastInitCheck.cmx typing/nastInitCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_alias.cmx typing/typing_alias.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_async.cmx typing/typing_async.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_enum.cmx typing/typing_enum.ml
1 warning generated.
[ 6%] Building C object extra/yassl/CMakeFiles/yassl.dir/__/__/client/get_password.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_extends.cmx typing/typing_extends.ml
1 warning generated.
[ 6%] Linking CXX static library libyassl.a
[ 6%] Built target yassl
Scanning dependencies of target zlib
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_exts.cmx typing/typing_exts.ml
[ 8%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_lenv.cmx typing/typing_lenv.ml
1 warning generated.
[ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 8%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_sequencing.cmx typing/typing_sequencing.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_shapes.cmx typing/typing_shapes.ml
1 warning generated.
[ 9%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_variance.cmx typing/typing_variance.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing.cmx typing/typing.ml
1 warning generated.
[ 9%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 9%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends
1 warning generated.
/usr/local/bin/ocamldep.opt -modules utils/php_escaping.ml > utils/php_escaping.ml.depends
[ 10%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/php_escaping.cmo utils/php_escaping.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules utils/regexp_utils.ml > utils/regexp_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/regexp_utils.cmo utils/regexp_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/lexer_hack.cmx parsing/lexer_hack.ml
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/lint.cmx utils/lint.ml
[ 10%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parser_heap.cmx parsing/parser_heap.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/php_escaping.cmx utils/php_escaping.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/regexp_utils.cmx utils/regexp_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parser_hack.cmx parsing/parser_hack.ml
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o
1 warning generated.
[ 10%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 12%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/hackEventLogger.cmx stubs/hackEventLogger.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/bucket.cmx procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverEnv.cmx server/serverEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I 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 procs/multiWorker.cmx procs/multiWorker.ml
1 warning generated.
[ 12%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 12%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.ml > typing/typing_decl_service.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -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 heap/globalStorage.cmx heap/globalStorage.ml
1 warning generated.
[ 13%] Linking C static library libzlib.a
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_dynamic_yield.ml > typing/typing_dynamic_yield.ml.depends
[ 13%] Built target zlib
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.ml > typing/typing_inherit.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.mli > typing/typing_inherit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_inherit.cmi typing/typing_inherit.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml
Scanning dependencies of target strings
[ 13%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_inherit.cmx typing/typing_inherit.ml
[ 13%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 14%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_decl.cmx typing/typing_decl.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_decl_service.cmx typing/typing_decl_service.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o
1 warning generated.
[ 14%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_check_service.cmx typing/typing_check_service.ml
1 warning generated.
[ 14%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverUtils.cmx server/serverUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_check_utils.cmx typing/typing_check_utils.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdeUtils.cmx server/serverIdeUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_compare.cmx typing/typing_compare.ml
1 warning generated.
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/findRefsService.cmx server/findRefsService.ml
1 warning generated.
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/argumentInfoService.cmx server/argumentInfoService.ml
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/autocompleteService.cmx server/autocompleteService.ml
1 warning generated.
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/coverage_level.cmx typing/coverage_level.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/find.cmx utils/find.ml
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/findUtils.cmx server/findUtils.ml
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/identifySymbolService.cmx server/identifySymbolService.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o
/usr/local/bin/ocamldep.opt -modules server/serverIdle.ml > server/serverIdle.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I 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 hhi/hhi.cmx hhi/hhi.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/inferAtPosService.cmx server/inferAtPosService.ml
1 warning generated.
[ 17%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/linting_service.cmx stubs/linting_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverFindRefs.cmx server/serverFindRefs.ml
1 warning generated.
[ 17%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I 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 search/hackSearchService.cmx search/hackSearchService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolUtils.cmx server/symbolUtils.ml
1 warning generated.
[ 17%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolFunCallService.cmx server/symbolFunCallService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolTypeService.cmx server/symbolTypeService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/fileOutline.cmx server/fileOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/methodJumps.cmx server/methodJumps.ml
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverArgumentInfo.cmx server/serverArgumentInfo.ml
[ 18%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverAutoComplete.cmx server/serverAutoComplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCheckpoint.cmx server/serverCheckpoint.ml
1 warning generated.
[ 18%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverColorFile.cmx server/serverColorFile.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCoverageMetric.cmx server/serverCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverError.cmx server/serverError.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverIdle.cmx server/serverIdle.ml
1 warning generated.
[ 18%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverInferType.cmx server/serverInferType.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverLint.cmx server/serverLint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverRefactor.cmx server/serverRefactor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverSearch.cmx server/serverSearch.ml
[ 8%] Linking CXX static library libhphp_zend.a
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/symbolInfoService.cmx server/symbolInfoService.ml
[ 8%] Built target hphp_zend
Scanning dependencies of target taocrypt
[ 18%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aes.cpp.o
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/ai.cmo stubs/ai.ml
1 warning generated.
[ 20%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o
/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
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parsing_service.cmi parsing/parsing_service.mli
/usr/local/bin/ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/ast_utils.cmo parsing/ast_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/ast_utils.cmx parsing/ast_utils.ml
[ 20%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aestables.cpp.o
[ 20%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/algebra.cpp.o
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.mli > typing/typing_redecl_service.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_redecl_service.cmi typing/typing_redecl_service.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/ai.cmx stubs/ai.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I 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 parsing/parsing_service.cmx parsing/parsing_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_redecl_service.cmx typing/typing_redecl_service.ml
1 warning generated.
[ 20%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverBuild.cmx server/serverBuild.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverRpc.cmx server/serverRpc.ml
[ 21%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/arc4.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverTypeCheck.cmx server/serverTypeCheck.ml
[ 21%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/asn.cpp.o
1 warning generated.
[ 21%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_suggest_service.cmo typing/typing_suggest_service.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverConvert.cmo server/serverConvert.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 typing/typing_suggest_service.cmx typing/typing_suggest_service.ml
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverEnvBuild.cmi server/serverEnvBuild.mli
/usr/local/bin/ocamldep.opt -modules server/serverFiles.ml > server/serverFiles.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverFiles.cmo server/serverFiles.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverFiles.cmx server/serverFiles.ml
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverInit.cmi server/serverInit.mli
/usr/local/bin/ocamldep.opt -modules server/serverMonitor.ml > server/serverMonitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverMonitor.cmo server/serverMonitor.ml
/usr/local/bin/ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I 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 socket/socket.cmo socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/lock.cmx utils/lock.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverCommand.cmx server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverConvert.cmx server/serverConvert.ml
[ 21%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/coding.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverEnvBuild.cmx server/serverEnvBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverInit.cmx server/serverInit.ml
1 warning generated.
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o
[ 22%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/des.cpp.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverMonitor.cmx server/serverMonitor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I 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 socket/socket.cmx socket/socket.ml
[ 22%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dh.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I 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 server/serverMain.cmx server/serverMain.ml
[ 22%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dsa.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_server.cmx hh_server.ml
[ 24%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/file.cpp.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.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 stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx server/serverFiles.cmx server/serverEnvBuild.cmx server/serverInit.cmx server/serverMonitor.cmx socket/socket.cmx utils/lock.cmx server/serverMain.cmx hh_server.cmx -o hh_server.native
1 warning generated.
[ 24%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hash.cpp.o
[ 25%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 25%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/integer.cpp.o
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.mli > client/clientConnectSimple.mli.depends
/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 -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmi client/clientConnectSimple.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/clientMessages.cmo stubs/clientMessages.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tail.cmi utils/tail.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tty.cmi utils/tty.mli
/usr/local/bin/ocamldep.opt -modules client/clientLogCommand.ml > client/clientLogCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmo client/clientLogCommand.ml
/usr/local/bin/ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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/ocamldep.opt -modules utils/random_id.ml > utils/random_id.ml.depends
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/random_id.cmo utils/random_id.ml
/usr/local/bin/ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules client/colorFile.ml > client/colorFile.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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
/usr/local/bin/ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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/clientLogCommandUtils.ml > client/clientLogCommandUtils.ml.depends
/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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmo client/clientLogCommandUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_client.cmo hh_client.ml
1 warning generated.
[ 25%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.ml > client/clientConnectSimple.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmx client/clientConnectSimple.ml
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml
/usr/local/bin/ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/clientMessages.cmx stubs/clientMessages.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tail.cmx utils/tail.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/tty.cmx utils/tty.ml
1 warning generated.
[ 25%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmx client/clientLogCommand.ml
[ 27%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml
1 warning generated.
[ 27%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 utils/random_id.cmx utils/random_id.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends
1 warning generated.
[ 27%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 28%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md2.cpp.o
[ 28%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md4.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml
[ 28%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md5.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml
[ 29%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/misc.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml
[ 29%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/random.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml
[ 29%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/ripemd.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml
1 warning generated.
[ 31%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rsa.cpp.o
1 warning generated.
[ 32%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 32%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 33%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 33%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/sha.cpp.o
[ 33%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmx client/clientLogCommandUtils.ml
1 warning generated.
[ 35%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml
1 warning generated.
[ 35%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 35%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 36%] Building C object strings/CMakeFiles/strings.dir/strend.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_client.cmx hh_client.ml
1 warning generated.
[ 36%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 36%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 37%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 37%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/lock.cmx client/clientConnectSimple.cmx heap/globalStorage.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.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 stubs/ai.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/clientLogCommand.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/clientLogCommandUtils.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native
1 warning generated.
[ 37%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 39%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 39%] Building C object strings/CMakeFiles/strings.dir/xml.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o
[ 39%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rabbit.cpp.o
[ 40%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hc128.cpp.o
/usr/local/bin/ocamldep.opt -modules hh_single_type_check.ml > hh_single_type_check.ml.depends
1 warning generated.
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_single_type_check.cmo hh_single_type_check.ml
[ 40%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 41%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 41%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_single_type_check.cmx hh_single_type_check.ml
1 warning generated.
[ 41%] 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
[ 41%] Built target strings
Scanning dependencies of target systemlib
[ 8%] Generating systemlib.php
[ 41%] Linking CXX static library libtaocrypt.a
[ 41%] Built target taocrypt
Scanning dependencies of target vio
[ 41%] Building C object vio/CMakeFiles/vio.dir/vio.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx parsing/parser_heap.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx heap/globalStorage.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx procs/bucket.cmx procs/multiWorker.cmx stubs/filesToIgnore.cmx server/findUtils.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx utils/find.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx server/serverColorFile.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.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 stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx hh_single_type_check.cmx -o hh_single_type_check.native
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 41%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 43%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml
1 warning generated.
[ 43%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o
/usr/local/bin/ocamldep.opt -modules emitter/emitter_xhp.ml > emitter/emitter_xhp.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_types.ml > emitter/emitter_types.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmo emitter/emitter_xhp.ml
1 warning generated.
/usr/local/bin/ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends
[ 43%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o
/usr/local/bin/ocamldep.opt -modules emitter/emitter_stmt.ml > emitter/emitter_stmt.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml
1 warning generated.
[ 44%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_emitter.cmo hh_emitter.ml
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml
[ 44%] 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
[ 44%] Built target vio
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml
Scanning dependencies of target mysys
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmx emitter/emitter_types.ml
1 warning generated.
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmx emitter/emitter_xhp.ml
1 warning generated.
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml
1 warning generated.
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml
1 warning generated.
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_emitter.cmx hh_emitter.ml
1 warning generated.
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Built target systemlib
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/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 parsing/namespaces.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/naming_heap.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
1 warning generated.
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules hh_format.ml > hh_format.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends
/usr/local/bin/ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends
/usr/local/bin/ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/formatEventLogger.cmo stubs/formatEventLogger.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_format.cmo hh_format.ml
/usr/local/bin/ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/formatEventLogger.cmx stubs/formatEventLogger.ml
1 warning generated.
/usr/local/bin/ocamldep.opt -modules format/format_hack.ml > format/format_hack.ml.depends
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml
1 warning generated.
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_format.cmx hh_format.ml
1 warning generated.
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/lock.cmx client/clientConnectSimple.cmx heap/globalStorage.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.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 stubs/ai.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/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli
1 warning generated.
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/Deleted_constructs.ml > h2tp/mapper/Deleted_constructs.ml.depends
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/detect_collections.ml > h2tp/mapper/detect_collections.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -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
Scanning dependencies of target folly
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/hack_variadic.ml > h2tp/mapper/hack_variadic.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/initializer_expressions.ml > h2tp/mapper/initializer_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/lambda_expressions.ml > h2tp/mapper/lambda_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/misc.ml > h2tp/mapper/misc.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/fun.cmi h2tp/common/fun.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/initializer_expressions.cmo h2tp/mapper/initializer_expressions.ml
1 warning generated.
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml
1 warning generated.
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml
1 warning generated.
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml
1 warning generated.
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml
1 warning generated.
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.ml > h2tp/common/Str_ext.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.mli > h2tp/common/Str_ext.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/fun.cmx h2tp/common/fun.ml
1 warning generated.
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml
1 warning generated.
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml
1 warning generated.
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml
1 warning generated.
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml
1 warning generated.
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/erase_types.cmx h2tp/mapper/erase_types.ml
[ 8%] Linking CXX static library libvixl.a
1 warning generated.
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Built target vixl
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml
1 warning generated.
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/initializer_expressions.cmx h2tp/mapper/initializer_expressions.ml
Scanning dependencies of target mbfl
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o
1 warning generated.
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml
1 warning generated.
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/misc.cmx h2tp/mapper/misc.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml
1 warning generated.
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Conv.cpp.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I 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 -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml
1 warning generated.
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml
1 warning generated.
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/unsupported_constructs.ml
1 warning generated.
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml
1 warning generated.
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 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
1 warning generated.
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml
1 warning generated.
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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 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
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o
1 warning generated.
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o
1 warning generated.
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o
/usr/local/bin/ocamldep.opt -modules h2tp/test/test_unparser.ml > h2tp/test/test_unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/debug.ml > stubs/debug.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/debug.cmo stubs/debug.ml
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/mapper -I h2tp/common -o h2tp/test/test_unparser.cmo h2tp/test/test_unparser.ml
1 warning generated.
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 stubs/debug.cmx stubs/debug.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o
[ 9%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Demangle.cpp.o
1 warning generated.
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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/mapper -I h2tp/common -o h2tp/test/test_unparser.cmx h2tp/test/test_unparser.ml
1 warning generated.
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o
/usr/local/bin/ocamldep.opt -modules hh_match.ml > hh_match.ml.depends
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/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 hh_matcher/astVisitor.ml > hh_matcher/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/astVisitor.cmo hh_matcher/astVisitor.ml
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/ast_code_extent.cmi hh_matcher/ast_code_extent.mli
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/hh_match_utils.cmo hh_matcher/hh_match_utils.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o
/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/matcher.cmi hh_matcher/matcher.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/patcher.cmi hh_matcher/patcher.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_match.cmo hh_match.ml
1 warning generated.
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules hh_matcher/matcher.ml > hh_matcher/matcher.ml.depends
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o
/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/astConstructor.cmo hh_matcher/astConstructor.ml
1 warning generated.
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/astVisitor.cmx hh_matcher/astVisitor.ml
1 warning generated.
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o
1 warning generated.
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o
1 warning generated.
[ 72%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 9%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/dynamic.cpp.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o
1 warning generated.
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/ast_code_extent.cmx hh_matcher/ast_code_extent.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o
1 warning generated.
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o
1 warning generated.
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/hh_match_utils.cmx hh_matcher/hh_match_utils.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o
1 warning generated.
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] 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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/astConstructor.cmx hh_matcher/astConstructor.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o
1 warning generated.
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/patcher.cmx hh_matcher/patcher.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o
1 warning generated.
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/matcher.cmx hh_matcher/matcher.ml
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o
1 warning generated.
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o
1 warning generated.
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/mysys/stacktrace.c:144:21: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
heap_end= (char*) sbrk(0);
^
/usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here
void *sbrk(int);
^
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I 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 hh_match.cmx hh_match.ml
2 warnings generated.
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o
1 warning generated.
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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 hh_matcher/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 stubs/filesToIgnore.cmx server/findUtils.cmx utils/find.cmx hh_match.cmx -o hh_match.native
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o
1 warning generated.
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o
/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 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 -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o
/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 -4-6-29-35-44-48 -I hh_matcher -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -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 hh_matcher/hh_match_test_utils.cmx hh_matcher/hh_match_test_utils.ml
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o
1 warning generated.
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o
1 warning generated.
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o
1 warning generated.
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/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 hh_matcher/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
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o
1 warning generated.
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.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 -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/test/matcher_test.cmo hh_matcher/test/matcher_test.ml
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/test/matcher_test.cmx hh_matcher/test/matcher_test.ml
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o
1 warning generated.
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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 hh_matcher/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
1 warning generated.
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.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 -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o
1 warning generated.
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o
1 warning generated.
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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/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 third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o
1 warning generated.
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp5022x.c.o
1 warning generated.
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
/usr/local/bin/ocamldep.opt -modules hh_matcher/test/patcher_module_test.ml > hh_matcher/test/patcher_module_test.ml.depends
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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
1 warning generated.
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_2004.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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/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
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_gb18030.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_2004.c.o
1 warning generated.
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/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 -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 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 -4-6-29-35-44-48 -I hh_matcher/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -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 h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_test.cmx hh_matcher/test/patcher_test.ml
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_mobile.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_2004.c.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.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/hhvm20150915-24200-16dxdhe/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/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx 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 hh_matcher/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
1 warning generated.
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 85%] Building C object mysys/CMakeFiles/mysys.dir/kqueue_timers.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mac.c.o
1 warning generated.
[ 86%] Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 86%] Linking C static library libmysys.a
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/File.cpp.o
/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
[ 13%] Built target hack
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mobile.c.o
[ 86%] Built target mysys
Scanning dependencies of target dbug
[ 86%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 86%] Linking C static library libdbug.a
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/FileUtil.cpp.o
[ 86%] Built target dbug
Scanning dependencies of target mysys_ssl
[ 86%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_open.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_tl_jisx0201_jisx0208.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8_mobile.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o
[ 13%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o
[ 14%] Linking C static library libmbfl.a
[ 14%] Built target mbfl
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Format.cpp.o
Scanning dependencies of target pcre_jit_test
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o
[ 15%] Building C object third-party/pcre/CMakeFiles/pcre_jit_test.dir/pcre_jit_test.c.o
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o
[ 15%] Linking C executable pcre_jit_test
[ 15%] Built target pcre_jit_test
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/GroupVarint.cpp.o
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha2.cc.o
[ 89%] 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
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_murmur3.cc.o
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes_yassl.cc.o
[ 91%] Linking CXX static library libmysys_ssl.a
[ 91%] Built target mysys_ssl
Scanning dependencies of target comp_err
[ 91%] Building C object extra/CMakeFiles/comp_err.dir/comp_err.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 91%] Linking CXX executable comp_err
Scanning dependencies of target pcrecpp
[ 15%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcrecpp.cc.o
Scanning dependencies of target pcreposix
[ 16%] Building C object third-party/pcre/CMakeFiles/pcreposix.dir/pcreposix.c.o
[ 91%] Built target comp_err
Scanning dependencies of target GenError
[ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddress.cpp.o
[ 16%] Linking C static library libpcreposix.a
[ 16%] Built target pcreposix
[ 91%] Built target GenError
Scanning dependencies of target pcregrep
[ 16%] Building C object third-party/pcre/CMakeFiles/pcregrep.dir/pcregrep.c.o
Scanning dependencies of target clientlib
/tmp/hhvm20150915-24200-16dxdhe/third-party/pcre/pcrecpp.cc:652:7: warning: unused variable 'pcre_retval' [-Wunused-variable]
int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object
^
[ 91%] Building C object libmysql/CMakeFiles/clientlib.dir/get_password.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/libmysql.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/libmysql/libmysql.c:1401:12: warning: address of array 'net->last_error' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (net->last_error && net->last_error[0])
~~~~~^~~~~~~~~~ ~~
1 warning generated.
[ 16%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_scanner.cc.o
[ 16%] Linking C executable pcregrep
[ 16%] Built target pcregrep
Scanning dependencies of target pcretest
[ 16%] Building C object third-party/pcre/CMakeFiles/pcretest.dir/pcretest.c.o
[ 16%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_stringpiece.cc.o
2 warnings generated.
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/errmsg.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 93%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 16%] Linking CXX static library libpcrecpp.a
[ 16%] Built target pcrecpp
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV4.cpp.o
1 warning generated.
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/my_time.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 17%] Building C object third-party/pcre/CMakeFiles/pcretest.dir/pcre_printint.c.o
1 warning generated.
[ 94%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_authentication.cc.o
[ 17%] Linking C executable pcretest
[ 95%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql/net_serv.cc.o
[ 17%] Built target pcretest
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV6.cpp.o
Scanning dependencies of target pcre_scanner_unittest
[ 17%] Building CXX object third-party/pcre/CMakeFiles/pcre_scanner_unittest.dir/pcre_scanner_unittest.cc.o
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/pack.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql/password.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 17%] Linking CXX executable pcre_scanner_unittest
1 warning generated.
[ 17%] Built target pcre_scanner_unittest
[ 97%] Linking CXX static library libclientlib.a
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/json.cpp.o
[ 97%] Built target clientlib
[ 97%] Generating webscalesqlclient_depends.c
Scanning dependencies of target webscalesqlclient
[ 97%] Building C object libmysql/CMakeFiles/webscalesqlclient.dir/webscalesqlclient_depends.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 98%] Linking CXX 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/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/strings/libstrings.a(longlong2str.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(viopipe.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(vioshm.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(thr_mutex.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(my_getpagesize.c.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/libtool: file: /tmp/hhvm20150915-24200-16dxdhe/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(my_lockmem.c.o) has no symbols
[ 98%] Built target webscalesqlclient
Scanning dependencies of target symlink_libwebscalesqlclient_r.a
[100%] Generating libwebscalesqlclient_r.a
[100%] Built target symlink_libwebscalesqlclient_r.a
[ 17%] No install step for 'webscalesqlclient'
[ 17%] Completed 'webscalesqlclient'
[ 17%] Built target webscalesqlclient
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/LifoSem.cpp.o
Scanning dependencies of target pcre_stringpiece_unittest
[ 17%] Building CXX object third-party/pcre/CMakeFiles/pcre_stringpiece_unittest.dir/pcre_stringpiece_unittest.cc.o
Scanning dependencies of target pcrecpp_unittest
[ 17%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp_unittest.dir/pcrecpp_unittest.cc.o
[ 17%] Linking CXX executable pcre_stringpiece_unittest
[ 17%] Built target pcre_stringpiece_unittest
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MacAddress.cpp.o
[ 18%] Generating Repo Schema ID and Compiler ID
[ 18%] Linking CXX executable pcrecpp_unittest
[ 18%] Built target pcrecpp_unittest
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Malloc.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MemoryMapping.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Random.cpp.o
Scanning dependencies of target hphp_util
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/afdt-util.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Range.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/arena.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SafeAssert.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/asm-x64.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SharedMutex.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Singleton.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SingletonVault_c.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SocketAddress.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV1.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV2.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/String.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/StringBase.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Subprocess.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/boot_timer.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/bstring.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/ThreadCachedArena.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/TimeoutQueue.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/code-cache.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Unicode.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Uri.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Version.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/CacheLocality.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/FunctionalExcept.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Futex.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/data-block.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MallocImpl.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MemoryIdler.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Baton.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Fiber.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManager.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:178:10: warning: unused variable 'fiber' [-Wunused-variable]
auto fiber = reinterpret_cast<Fiber*>(
^
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o
1 warning generated.
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hardware-counter.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManagerMap.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/GuardPageAllocator.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/TimeoutController.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/FunctionScheduler.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/FsUtil.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/HugePages.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/JSONSchema.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/NestedCommandLineApp.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/network.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/Select64.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/symbolizer/LineReader.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/repo-schema.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Barrier.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/detail/ThreadWheelTimekeeper.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Future.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/InlineExecutor.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ManualExecutor.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/QueuedImmediateExecutor.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadedExecutor.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncServerSocket.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSignalHandler.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSocket.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSSLSocket.cpp.o
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/folly/src/folly/io/async/AsyncSSLSocket.cpp:328:21: warning: unused variable 'eorAwareBioMethodInitializer' [-Wunused-variable]
static const auto eorAwareBioMethodInitializer = initEorBioMethod();
^
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncTimeout.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o
1 warning generated.
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-saver.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncUDPSocket.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBase.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o
[ 25%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/hash-crc.S.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseLocal.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/folly/src/folly/io/async/EventBase.cpp:60:11: warning: unused variable 'kNoFD' [-Wunused-const-variable]
const int kNoFD = -1;
^
[ 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 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(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
[ 26%] Built target hphp_util
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseManager.cpp.o
1 warning generated.
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventHandler.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/HHWheelTimer.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/ScopedEventBaseThread.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/SSLContext.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBuf.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBufQueue.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/RecordIO.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/ShutdownSocketSet.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/stats/Instantiations.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o
[ 27%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o
[ 27%] 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
[ 27%] Built target folly
Scanning dependencies of target gen-class-map
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.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
[ 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-class-map.dir/idl.cpp.o
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:716:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_open,
^~~~~~~~
/tmp/hhvm20150915-24200-16dxdhe/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:717:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_opening,
^~~~~~~~~~~
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/AcceptorHandshakeHelper.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:228: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/ConnectionManager.cpp.o
[ 28%] Linking CXX executable gen-class-map
[ 28%] Built target gen-class-map
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncHelpers.cpp.o
3 warnings generated.
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/LoadShedConfiguration.cpp.o
Scanning dependencies of target gen-infotabs
[ 28%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o
[ 28%] Linking CXX executable gen-ext-hhvm
[ 28%] Built target gen-ext-hhvm
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncMysqlClient.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ManagedConnection.cpp.o
[ 28%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o
Scanning dependencies of target hfsort
[ 28%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfsort.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SocketOptions.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/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/hhvm20150915-24200-16dxdhe/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/hhvm20150915-24200-16dxdhe/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
3 warnings generated.
[ 28%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfutil.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/TransportInfo.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/channel/Pipeline.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Connection.cpp.o
[ 28%] Linking CXX executable hfsort
[ 28%] Built target hfsort
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldBasedFrameDecoder.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/DbResult.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/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldPrepender.cpp.o
[ 28%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/FutureAdapter.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LineBasedFrameDecoder.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Operation.cpp.o
[ 28%] Linking CXX static library libhphp_system.a
[ 28%] Built target hphp_system
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/Codel.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/OperationBatch.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/third-party/squangle/squangle/mysql_client/Operation.cpp:744:9: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
num_rows_seen_,
^~~~~~~~~~~~~~
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/GlobalExecutor.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/IOThreadPoolExecutor.cpp.o
1 warning generated.
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Query.cpp.o
Scanning dependencies of target hphp_analysis
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.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/concurrent/ThreadPoolExecutor.cpp.o
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o
[ 29%] Linking CXX static library libsquangle.a
[ 29%] Built target squangle
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/deprecated/rx/Dummy.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/ssl/PasswordInFile.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLContextManager.cpp.o
Scanning dependencies of target hphp_hhbbc
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/analyze.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLSessionCacheManager.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLUtil.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/TLSTicketKeyManager.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/class-util.cpp.o
[ 30%] 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
[ 30%] Built target wangle
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o
[ 30%] Generating lib/http/HTTPCommonHeaders.h
[ 30%] Generating lib/http/HTTPCommonHeaders.cpp
Scanning dependencies of target hphp_proxygen
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/CodecProtocol.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/dce.cpp.o
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKCodec.cpp.o
Scanning dependencies of target hphp_thrift
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp.o
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp.o
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/type_annotation.cpp.o
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKEncoder.cpp.o
[ 31%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/Huffman.cpp.o
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/StaticHeaderTable.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/GzipHeaderCodec.cpp.o
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventConnection.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HeaderTable.cpp.o
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/emit.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKCodec.cpp.o
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventServer.cpp.o
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_expression.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKContext.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecodeBuffer.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecoder.cpp.o
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventTask.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncodeBuffer.cpp.o
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKEncoder.cpp.o
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/func-util.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKHeader.cpp.o
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/binary_op_expression.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Huffman.cpp.o
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventWorker.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Logging.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/StaticHeaderTable.cpp.o
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/ErrorCode.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Codec.cpp.o
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/index.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THeaderAsyncChannel.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Constants.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/experimental/HTTP2Framer.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/FlowControlFilter.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef]
using F = borrowed_ptr<const php::Func>;
^
/tmp/hhvm20150915-24200-16dxdhe/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef]
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTP1xCodec.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TZlibAsyncChannel.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPChecks.cpp.o
2 warnings generated.
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-builtin.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Monitor.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecFilter.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Mutex.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ProfiledMutex.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ThreadManager.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecPrinter.cpp.o
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_variable.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/TimerManager.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-minstr.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Util.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPParallelCodec.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/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.
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/EventHandlerBase.cpp.o
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/encaps_list_expression.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/processor/PeekProcessor.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPSettings.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SettingsId.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYCodec.cpp.o
[ 36%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-state.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TRpcTransportContext.cpp.o
[ 36%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TServer.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/Thrift.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TBufferTransports.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYConstants.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TCallbackTransport.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYUtil.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFDTransport.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFileTransport.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/TransportDirection.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/HTTPConnector.cpp.o
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/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/hhvm20150915-24200-16dxdhe/third-party/thrift/src/thrift/lib/cpp/TLogging.h:118:15: note: expanded from macro 'T_ERROR'
##__VA_ARGS__); \
^
/tmp/hhvm20150915-24200-16dxdhe/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_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpClient.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConstants.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPException.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpServer.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpTransport.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPHeaders.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TServerSocket.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMessage.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSimpleFileTransport.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocket.cpp.o
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/group_clause.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketOverHttpTunnel.cpp.o
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketPool.cpp.o
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/main.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMethod.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLServerSocket.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/ProxygenErrorEnum.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/RFC2616.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLSocket.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEvents.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/join_clause.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportException.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportUtils.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/list_assignment.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TZlibTransport.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEventTracker.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/FdUtils.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/FBKrb5GetCreds.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5CCacheStore.cpp.o
[ 39%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/optimize.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/CodecErrorResponseHandler.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5CredentialsCacheManager.cpp.o
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTP2PriorityQueue.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5OlderVersionStubs.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5Tgts.cpp.o
[ 40%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/options-util.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDirectResponseHandler.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5Util.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/PausableTimer.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ScopedServerThread.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parallel.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDownstreamSession.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ServerCreatorBase.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SocketRetriever.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPErrorPage.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPEvent.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SyncServerCreator.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/ordering.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/TEventServerCreator.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSession.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/parameter_expression.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/THttpParser.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSessionAcceptor.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/peephole.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/VarintUtils.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/qop_expression.cpp.o
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/VirtualProfiling.cpp.o
[ 41%] 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
[ 41%] Built target hphp_thrift
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/query_expression.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransaction.cpp.o
Scanning dependencies of target jit_sort
[ 41%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/jitsort.cpp.o
[ 41%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/hfutil.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionEgressSM.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/stats.cpp.o
[ 41%] 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/session/HTTPTransactionIngressSM.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPUpstreamSession.cpp.o
[ 41%] Linking CXX static library libjit_sort.a
[ 41%] Built target jit_sort
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-builtins.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/SimpleController.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_function_call.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/TransportFilter.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_query_clause.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/Window.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/RequestWorker.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-ops.cpp.o
[ 41%] Generating HHIR opcode table
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/Service.cpp.o
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/WorkerThread.cpp.o
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/AsyncTimeoutSet.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ChromeUtils.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/CryptUtil.cpp.o
Scanning dependencies of target hphp_runtime_static
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Exception.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/HTTPTime.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_member_expression.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Logging.cpp.o
[ 43%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/actrec-args.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ParseURL.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/RendezvousHash.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamCompressor.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamDecompressor.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o
[ 44%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/external/http_parser/http_parser_cpp.cpp.o
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/annot-type.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPCommonHeaders.cpp.o
[ 45%] Linking CXX static library libhphp_proxygen.a
[ 45%] Built target hphp_proxygen
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-collection.cpp.o
[ 45%] Linking CXX static library libhphp_hhbbc.a
[ 45%] Built target hphp_hhbbc
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o
Scanning dependencies of target hphp_runtime_ext
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension-registry.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apache/ext_apache.cpp.o
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/ext_apc.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-local-array.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_require_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-object.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/array/ext_array.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-stats.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-string.cpp.o
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-blockable.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-typed-value.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-common.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-data.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context-enter.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-init.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-iterator.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event-queue.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-sort.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-session.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-util.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-function-wait-handle.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/autoload-handler.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/backtrace.cpp.o
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/builtin-functions.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator-wait-handle.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/class-info.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_await-all-wait-handle.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/code-coverage.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/collections.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_condition-wait-handle.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/comparisons.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_asio.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/concurrent-shared-store.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_external-thread-event-wait-handle.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/config.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/static_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-array-wait-handle.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/crash-reporter.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/asio/ext_gen-map-wait-handle.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/asio/ext_gen-vector-wait-handle.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_alias_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/curl-tls-workarounds.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_reschedule-wait-handle.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-stream-wrapper.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_prec_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_resumable-wait-handle.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-walker.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_sleep-wait-handle.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/try_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datatype-profiler.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/typedef_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dateinterval.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/socket-event.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/unset_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_static-wait-handle.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datetime.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/use_trait_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/debuggable.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_waitable-wait-handle.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/while_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_wait-handle.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/directory.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/analysis_result.cpp.o
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dummy-resource.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/async_mysql/ext_async_mysql.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/block_scope.cpp.o
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/empty-array.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:165:30: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions]
op->setCallback([ event, clientPtr = getDefaultClient() ](
^
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:309:18: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions]
[ event, clientPtr = data->m_async_pool->getMysqlClient() ](
^
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/ext_bcmath.cpp.o
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/emulate-zend.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/capture_extractor.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/enum-cache.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/class_scope.cpp.o
2 warnings generated.
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/bz2-file.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/exceptions.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/ext_bz2.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/code_error.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/execution-context.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/extended-logger.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ext_closure.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/constant_table.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/emitter.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-await.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-idl.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/file_scope.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-stream-wrapper.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-map.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-util.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_container.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-pair.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/glob-stream-wrapper.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-set.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-collect.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_scope.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-vector.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/lambda_names.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ctype/ext_ctype.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-graph.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/ext_curl.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/select_rewriters.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-report.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/datetime/ext_datetime.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/symbol_table.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-system.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-client.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/variable_table.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-stream-wrapper.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/debugger/ext_debugger.cpp.o
[ 56%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/parser.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-setting.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/domdocument/ext_domdocument.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/init-fini-node.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intercept.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/enum/ext_enum.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intl-convert.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/libevent-http-client.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mem-file.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/ext_fileinfo.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-manager.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-profile.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apprentice.cpp.o
[ 56%] Linking CXX static library libhphp_analysis.a
[ 56%] Built target hphp_analysis
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mixed-array.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apptype.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/ascmagic.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/output-file.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/packed-array.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf_time.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/compress.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/encoding.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-globals.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-stream-wrapper.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pipe.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/plain-file.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/fsmagic.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/funcs.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/is_tar.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pprof-server.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/magic.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/preg.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/profile-dump.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/print.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readcdf.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readelf.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/program-functions.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/softmagic.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/property-table.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/strlcpy.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/proxy-array.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds-util.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/ext_filter.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/logical_filters.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/sanitizing_filters.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-array.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/ext_gd.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc_f_buggy.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/ext_gd.cpp:36:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/ext_gd.cpp:36:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-codec.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/ext_gd.cpp:6387: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/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_arc.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_arc.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdcache.cpp.o
2 warnings generated.
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_color.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdcache.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdcache.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
3 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/req-ptr.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/request-injection-data.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_color.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_color.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/resource-data.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_crop.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-error.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_crop.cpp:22:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_crop.cpp:22:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_filter.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-option.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontg.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_filter.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_filter.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontl.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shape.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontg.cpp:14:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontg.h:16:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontg.cpp:14:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontg.h:16:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-string.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontl.cpp:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontl.h:17:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontl.cpp:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontl.h:17:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontmb.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfonts.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/simple-counter.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontmb.cpp:13:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontmb.h:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontmb.cpp:13:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontmb.h:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfonts.cpp:13:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfonts.h:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfonts.cpp:13:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfonts.h:15:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/socket.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontt.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdft.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd2.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontt.cpp:14:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontt.h:16:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontt.cpp:14:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdfontt.h:16:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdft.cpp:12:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdft.cpp:12:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gd2.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gd2.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stack-logger.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_in.cpp.o
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stat-cache.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gd.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gd.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gif_in.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gif_in.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/static-string-table.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_out.cpp.o
2 warnings generated.
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stats.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdhelpers.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gif_out.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_gif_out.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdhelpers.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdhelpers.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper-registry.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_interpolation.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_interpolation.cpp:59:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_interpolation.cpp:59:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_dp.cpp.o
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper.cpp.o
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-buffer.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-data.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_dp.cpp:22:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_dp.cpp:22:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_file.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_ss.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_jpeg.cpp.o
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-holder.cpp.o
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-util.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_file.cpp:26:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_file.cpp:26:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_ss.cpp:27:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_io_ss.cpp:27:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_jpeg.cpp:30:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_jpeg.cpp:30:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/struct-array.cpp.o
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/system-profiler.cpp.o
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdkanji.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_matrix.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_pixelate.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdkanji.cpp:8:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdkanji.cpp:8:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/temp-file.cpp.o
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-hooks.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_matrix.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_matrix.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_pixelate.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_pixelate.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-info.cpp.o
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_png.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_rotate.cpp.o
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_security.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_png.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_png.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_rotate.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_rotate.cpp:4:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_security.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_security.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-safe-setlocale.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_ss.cpp.o
2 warnings generated.
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thrift-buffer.cpp.o
2 warnings generated.
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timestamp.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_ss.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_ss.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdtables.cpp.o
2 warnings generated.
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timezone.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-arith.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_topal.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdtables.cpp:7:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gdtables.cpp:7:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_topal.cpp:53:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_topal.cpp:53:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-comparisons.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_transform.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_wbmp.cpp.o
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-helpers.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_transform.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_transform.cpp:1:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_wbmp.cpp:54:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_wbmp.cpp:54:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-array.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_webp.cpp.o
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-object.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/wbmp.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_webp.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd_webp.cpp:5:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-resource.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/wbmp.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/wbmp.h:20:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/wbmp.cpp:18:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/wbmp.h:20:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/webpimg.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/xbm.cpp.o
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-string.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/generator/ext_generator.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/webpimg.cpp:33:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/webpimg.cpp:33:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/xbm.cpp:25:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:37:9: warning: 'HAVE_LIBJPEG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBJPEG
^
<command line>:98:9: note: previous definition is here
#define HAVE_LIBJPEG 1
^
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/xbm.cpp:25:
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/gd.h:12:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/ext/gd/libgd/php_compat.h:38:9: warning: 'HAVE_LIBPNG' macro redefined [-Wmacro-redefined]
#define HAVE_LIBPNG
^
<command line>:103:9: note: previous definition is here
#define HAVE_LIBPNG 1
^
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-structure.cpp.o
2 warnings generated.
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-variant.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gmp/ext_gmp.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/typed-value.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/ext_hash.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_adler32.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/unit-cache.cpp.o
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_crc32.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url-file.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_fnv1.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-attributes.cpp.o
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_furc.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-directory.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_gost.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_haval.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_keccak.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_md.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_murmur.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-file.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_ripemd.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-fs-node.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_salsa.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_sha.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_snefru.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_tiger.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_whirlpool.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-stream-wrapper.cpp.o
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh/ext_hh.cpp.o
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh_client/ext_hh_client.cpp.o
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hotprofiler/ext_hotprofiler.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/utf8-decode.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-serializer.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-unserializer.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-collator.cpp.o
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/base/variable-unserializer.cpp:130:66: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
throw Exception("Size of serialized string (%ld) exceeds max", size);
~~~ ^~~~
%lld
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/base/variable-unserializer.cpp:135:75: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
throw Exception("Size of serialized string (%ld) must not be negative", size);
~~~ ^~~~
%lld
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/iconv/ext_iconv.cpp.o
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/CodePointBreakIterator.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-custom-element.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-functions.cpp.o
2 warnings generated.
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu.cpp.o
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_break_iterator.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-math.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-pack.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-printf.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-qsort.cpp.o
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_calendar.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-rand.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_collator.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_fmt.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-scanf.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-sort.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-string.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_pattern_gen.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-strtod.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_grapheme.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_iterator.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-url.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.tab.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.yy.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_locale.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/break_point.cpp.o
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_misc.cpp.o
_build/dbg/hphp/runtime/base/ini-parser/57833b0/zend-ini.ll.cc:1899:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int yyinput (void)
^
1 warning generated.
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_msg_fmt.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_base.cpp.o
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_normalizer.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_client.cpp.o
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_num_fmt.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_command.cpp.o
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_rsrc_bundle.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_hook_handler.cpp.o
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_timezone.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_proxy.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_transliterator.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uchar.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_server.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uconverter.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_thrift_buffer.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/dummy_sandbox.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_ucsdet.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uspoof.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_abort.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_break.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/icu.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_complete.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUMatcher.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_config.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUTransliterator.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_constant.cpp.o
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/LifeEventTokenizer.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_continue.cpp.o
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/constants.cpp.o
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/ext_imagick.cpp.o
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagick.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_down.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_eval.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_example.cpp.o
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickdraw.cpp.o
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixel.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_exception.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extended.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extension.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixeliterator.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/intervaltimer/ext_intervaltimer.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ipc/ext_ipc.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_flow_control.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_frame.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_global.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/ext_json.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/JSON_parser.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ldap/ext_ldap.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_help.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_info.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_internal_testing.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/libxml/ext_libxml.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_interrupt.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mail/ext_mail.cpp.o
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/ext_mailparse.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_list.cpp.o
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/mime.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_machine.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_macro.cpp.o
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/rfc822.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_next.cpp.o
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mbstring/ext_mbstring.cpp.o
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mcrypt/ext_mcrypt.cpp.o
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcache/ext_memcache.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_out.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_print.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_quit.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcached/ext_memcached.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysql.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_common.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_run.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_shell.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_signal.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_stats.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysqli.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/objprof/ext_objprof.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_step.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_thread.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/openssl/ext_openssl.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_up.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pcre/ext_pcre.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_variable.cpp.o
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/ext_pdo.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_where.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/access-log.cpp.o
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_driver.cpp.o
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_mysql.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/admin-request-handler.cpp.o
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_sqlite.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/dynamic-content-cache.cpp.o
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/phar/ext_phar.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/files-match.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/health-metrics.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/posix/ext_posix.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/process/ext_process.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/readline/ext_readline.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/host-health-monitor.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-protocol.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-request-handler.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/reflection/ext_reflection.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/server/ext_server.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/session/ext_session.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-server.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/ip-block-map.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/memory-stats.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/simplexml/ext_simplexml.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/encoding.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/pagelet-server.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/ext_soap.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/replay-transport.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/request-uri.cpp.o
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/packet.cpp.o
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/schema.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/rpc-request-handler.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/satellite-server.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-name-indication.cpp.o
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/sdl.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-note.cpp.o
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/soap.cpp.o
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/xml.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-stats.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-worker.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sockets/ext_sockets.cpp.o
In file included from /tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/server/server-stats.cpp:16:
/tmp/hhvm20150915-24200-16dxdhe/hphp/runtime/server/server-stats.h:226:12: warning: private field 'm_cpuStart' is not used [-Wunused-private-field]
timespec m_cpuStart;
^
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/spl/ext_spl.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sqlite3/ext_sqlite3.cpp.o
1 warning generated.
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/source-root-info.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/static-content-cache.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/takeover-agent.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_classobj.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/transport.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_errorfunc.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/upload.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/virtual-host.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_file.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_function.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/warmup-request-handler.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_gc.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/xbox-server.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server-factory.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server.cpp.o
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_intrinsics.cpp.o
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_math.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-session.cpp.o
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_misc.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-transport.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_options.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-worker.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server-factory.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_output.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_string.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_variable.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-transport.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as-shared.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream-user-filters.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bc-pattern.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/string/ext_string.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bytecode.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thread/ext_thread.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/class.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debugger-hook.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/binary.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/compact.cpp.o
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/ext_thrift.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/url/ext_url.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/disas.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/event-hook.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/wddx/ext_wddx.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/ext_xdebug.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/hook.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/status.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/fixed-string-map.cpp.o
[ 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_command.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func-emitter.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_profiler.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_server.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_utils.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/globals-array.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hh-utils.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_str.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hhbc.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_var.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_xml.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/instance-bits.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xenon/ext_xenon.cpp.o
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xhprof/ext_xhprof.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-repo-proxy.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xml/ext_xml.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-table.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlreader/ext_xmlreader.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlwriter/ext_xmlwriter.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/member-operations.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/name-value-table.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xsl/ext_xsl.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zip/ext_zip.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/ext_zlib.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/named-entity.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-data.cpp.o
[ 83%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/zip-file.cpp.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/add.c.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-prop-handler.cpp.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/compare.c.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native.cpp.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/debug.c.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/div.c.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/divmod.c.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/doaddsub.c.o
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/init.c.o
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/int2num.c.o
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/nearzero.c.o
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/neg.c.o
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2long.c.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/pc-filter.cpp.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2str.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/outofmem.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/output.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raise.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raisemod.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/recmul.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rmzero.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rt.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sqrt.c.o
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/str2num.c.o
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sub.c.o
[ 86%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/zero.c.o
[ 86%] 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(gd_arc_f_buggy.cpp.o) has no symbols
[ 86%] Built target hphp_runtime_ext
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/php-debug.cpp.o
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/asio.idl.json
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/closure.idl.json
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/collections.idl.json
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/constants.idl.json
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/fb.idl.json
[ 86%] Generating ext_hhvm wrapper for ../../system/idl/simplexml.idl.json
[ 86%] Generating CMakeFiles/generated/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp
Scanning dependencies of target ext_hhvm_static
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/asio.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/closure.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/collections.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass-emitter.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass.cpp.o
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/constants.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo-helpers.cpp.o
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/fb.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo.cpp.o
[ 86%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/__/__/system/idl/CMakeFiles/hphp_runtime_ext.dir/simplexml.idl.json.ext_hhvm.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/ringbuffer-print.cpp.o
[ 87%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/CMakeFiles/generated/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/runtime.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/srckey.cpp.o
[ 87%] Linking CXX static library libext_hhvm.a
[ 87%] Built target ext_hhvm_static
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/treadmill.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-alias.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-constraint.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-profile.cpp.o
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit-emitter.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unwind.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/vm-regs.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/debug.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/dwarf.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/gdb-jit.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/jit_symbol.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi-arm.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi-x64.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-analysis.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-class.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-id-set.cpp.o
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align-arm.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align-x64.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/analysis.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/annotation.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/arg-group.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-arm.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-x64.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/bc-marker.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg-clean.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/check.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers.cpp.o
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-internal.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-minstr-x64.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-x64.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/dce.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/debug-guards.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/extra-data.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/fixup.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/frame-state.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard-arm.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard-x64.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-prologue.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/function-entry-helpers-x64.cpp.o
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/guard-relaxation.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/gvn.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/inlining-decider.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/insert-asserts.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-builder.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-instruction.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-opcode.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-unit.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-arith.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-basic.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-builtin.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-call.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-cns.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-control.cpp.o
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-create.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-exit.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-func-prologue.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-guards.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-inlining.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-interpone.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-iter.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-minstr.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-resumable.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-ret.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-sprop-global.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-state.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-types.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen.cpp.o
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/jmpflags.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/licm.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-locrecs.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-stack-maps.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/load-elim.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/loop-analysis.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mc-generator.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/memory-effects.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-effects.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-helpers.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mutation.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/native-calls.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/normalized-instruction.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/opt.cpp.o
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg-saver.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prediction-opts.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/print.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prof-data.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/punt.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/recycle-tc.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ref-deps.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/refcount-opts.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-algorithms.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-alloc.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-guards.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-block.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-cfg.cpp.o
[ 94%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-trace.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-method.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-prune-arcs.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-selection.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-tracelet.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/regionize-func.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation-x64.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/simplify.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr-arm.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr-x64.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/srcdb.cpp.o
[ 95%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ssa-tmp.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/store-elim.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-cache.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-profile.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/timer.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-cfg.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-rec.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translate-region.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-runtime.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-constraint.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-source.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-specialization.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type.cpp.o
[ 96%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/typecheck-hoisting.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs-x64.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-arm.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-x64.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-arm.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-check.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-copy.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-dead.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-exits.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fold-imms.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fusion.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-gen.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-instr.cpp.o
[ 97%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-internal.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-jumps.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-layout.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-llvm.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-phi.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-print.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-simplify.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-unit.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-util.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-visit.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-x64.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-xls.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune-jit.cpp.o
[ 98%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/write-lease.cpp.o
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/cfg.cpp.o
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-func.cpp.o
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-unit.cpp.o
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/pretty.cpp.o
[ 99%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/util.cpp.o
[ 99%] Building C object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune/jitprofiling.c.o
[ 99%] Building ASM object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-asm-helpers.S.o
[ 99%] Linking CXX static library libhphp_runtime.a
[ 99%] Built target hphp_runtime_static
Scanning dependencies of target hhvm
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/global-variables.cpp.o
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/main.cpp.o
[100%] Building CXX object hphp/hhvm/CMakeFiles/hhvm.dir/process-init.cpp.o
[100%] Linking CXX executable hhvm
Undefined symbols for architecture x86_64:
"_sqlite3_enable_load_extension", referenced from:
HPHP::c_SQLite3_ni_loadextension(HPHP::ObjectData*, HPHP::String const&) in libhphp_runtime_ext.a(ext_sqlite3.cpp.o)
"_sqlite3_load_extension", referenced from:
HPHP::c_SQLite3_ni_loadextension(HPHP::ObjectData*, HPHP::String const&) in libhphp_runtime_ext.a(ext_sqlite3.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [hphp/hhvm/hhvm] Error 1
make[1]: *** [hphp/hhvm/CMakeFiles/hhvm.dir/all] Error 2
make: *** [all] Error 2
==> Formula
Tap: hhvm/homebrew-hhvm
Path: /usr/local/Library/Taps/hhvm/homebrew-hhvm/hhvm.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: e581d8813540f51aecb8c016f419549eef96dd8b
Last commit: 12 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
OS X: 10.10.5-x86_64
Xcode: N/A
CLT: 6.4.0.0.1.1435007323
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.8.0_45
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
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/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/sqlite/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
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/sqlite/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
Logs:
/Users/hywan/Library/Logs/Homebrew/hhvm/01.cmake
/Users/hywan/Library/Logs/Homebrew/hhvm/01.cmake.cc
/Users/hywan/Library/Logs/Homebrew/hhvm/02.make
/Users/hywan/Library/Logs/Homebrew/hhvm/02.make.cc
/Users/hywan/Library/Logs/Homebrew/hhvm/CMakeCache.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment