Skip to content

Instantly share code, notes, and snippets.

Created September 1, 2015 15:03
Show Gist options
  • Save anonymous/74ff891262e7b8846205 to your computer and use it in GitHub Desktop.
Save anonymous/74ff891262e7b8846205 to your computer and use it in GitHub Desktop.
2015-09-01 15:34:30 +0200
cmake
-DENABLE_MCROUTER=OFF
-DENABLE_EXTENSION_MCROUTER=OFF
-DMYSQL_UNIX_SOCK_ADDR=/tmp/mysql.sock
-DCMAKE_C_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib
-DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/3.9.1
-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
-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
-- 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.30.0")
-- Looking for curl_multi_select
-- Looking for curl_multi_select - not found
-- Looking for curl_multi_wait
-- Looking for curl_multi_wait - found
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0")
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/lib/liblz4.dylib
-- Found LZ4: /usr/local/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 -march=native -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 -march=native -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
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Using third-party bundled double-conversion
-- Found LZ4: /usr/local/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
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib
-- Found LibPng: /usr/local/lib/libpng.dylib
-- Found LibVPX: /usr/local/lib/libvpx.a
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib
-- Using built-in JSON parser
-- Building the apache extension.
-- Building the apc extension.
-- Building the array extension.
-- Building the asio extension.
-- Building the Async MySQL extension.
-- Building the bcmath extension.
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1")
-- Building the bz2 extension.
-- Building the closure extension.
-- Building the collections extension.
-- Building the ctype extension.
-- Building the curl extension.
-- Building the datetime extension.
-- Building the debugger extension.
-- Building the DOMDocument extension.
-- Building the enum extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fb extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the fileinfo extension.
-- Building the filter extension.
-- GNU FriBidi not found
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed.
Not building the fribidi extension.
-- Building the generator extension.
-- Found GMP: /usr/local/lib/libgmp.dylib
-- Building the gmp extension.
-- Building the hash extension.
-- Building the hh extension.
-- Building the hh_client extension.
-- Building the Hot Profiler extension.
-- Building the iconv extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the icu extension.
-- Found ICU header files in /usr/local/opt/icu4c/include
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib
-- Building the imagick extension.
-- Building the intervaltimer extension.
-- Building the ipc extension.
-- Building the json extension.
-- Found ldap: /usr/lib/libldap.dylib;/usr/lib/liblber.dylib
-- Building the ldap extension.
-- Building the libxml extension.
-- Building the mail extension.
-- Building the mailparse extension.
-- Building the mbstring extension.
Not building the mcrouter extension.
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Building the mcrypt extension.
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib
-- Building the memcache extension.
-- Building the memcached extension.
-- Building the MySQL extension.
-- Building the MySQLi extension.
-- Building the objprof extension.
-- Found LibUODBC: /usr/local/lib/libodbc.dylib
-- Building the odbc extension.
-- Building the openssl extension.
-- Building the 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:157 (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:79 (HHVM_INSTALL)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCCompilerId-c8166e.o -lSystem
superenv added: -headerpad_max_install_names
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCCompilerId-c8166e.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCXXCompilerId-21a0dc.o -lc++ -lSystem
superenv added: -headerpad_max_install_names
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCXXCompilerId-21a0dc.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ea25a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ea25a.dir/testCCompiler.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ea25a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ea25a.dir/testCCompiler.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_919ce -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_919ce.dir/CMakeCCompilerABI.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_919ce -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_919ce.dir/CMakeCCompilerABI.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c9950 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c9950.dir/testCXXCompiler.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c9950 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c9950.dir/testCXXCompiler.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_88238 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_88238.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_88238 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_88238.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc20f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc20f.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc20f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc20f.dir/src.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f8b54 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8b54.dir/src.c.o -ldl -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f8b54 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8b54.dir/src.c.o -ldl -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f3f09 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f3f09.dir/src.c.o -lpcre -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f3f09 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f3f09.dir/src.c.o -lpcre -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9e8a4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e8a4.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9e8a4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e8a4.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1805c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1805c.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1805c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1805c.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_588ac -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_588ac.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_588ac -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_588ac.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adbe5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adbe5.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adbe5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adbe5.dir/src.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2188b -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2188b.dir/src.cxx.o /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2188b -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2188b.dir/src.cxx.o /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_47234 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47234.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_47234 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47234.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6fa7a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fa7a.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6fa7a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6fa7a.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_51518 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51518.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_51518 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_51518.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a576e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a576e.dir/src.cxx.o -lelf -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a576e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a576e.dir/src.cxx.o -lelf -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_21025 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21025.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_21025 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21025.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_01b98 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_01b98.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_01b98 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_01b98.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3bede -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3bede.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3bede -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3bede.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_0a03a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a03a.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_0a03a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a03a.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_15a3c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15a3c.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_15a3c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15a3c.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_d7aa2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d7aa2.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_d7aa2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d7aa2.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_4de95 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4de95.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_4de95 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4de95.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3f95a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3f95a.dir/TestEndianess.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3f95a -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3f95a.dir/TestEndianess.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_bcfbd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bcfbd.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_bcfbd -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bcfbd.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_81b01 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81b01.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_81b01 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81b01.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_41134 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41134.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_41134 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_41134.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5de5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5de5f.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5de5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5de5f.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_2ce16 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2ce16.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_2ce16 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2ce16.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_20029 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_20029.dir/HAVE_INT32_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_20029 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_20029.dir/HAVE_INT32_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_95c84 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95c84.dir/HAVE_UINT32_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_95c84 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95c84.dir/HAVE_UINT32_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f5465 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5465.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f5465 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5465.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_6c6a5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6c6a5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_6c6a5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6c6a5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5cc5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5cc5f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5cc5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5cc5f.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_95534 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95534.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_95534 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_95534.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_30b5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30b5f.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_30b5f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_30b5f.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_72bd7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72bd7.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_72bd7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72bd7.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1a486 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a486.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1a486 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a486.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7e399 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7e399.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7e399 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7e399.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_d76a2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d76a2.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_d76a2 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d76a2.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7c0a7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c0a7.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7c0a7 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c0a7.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f1aeb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1aeb.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f1aeb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1aeb.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_34306 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34306.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_34306 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_34306.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_164a9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_164a9.dir/HAVE_SIZE_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_164a9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_164a9.dir/HAVE_SIZE_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_89329 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89329.dir/HAVE_SSIZE_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_89329 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89329.dir/HAVE_SSIZE_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_031cb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_031cb.dir/HAVE_UINT8_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_031cb -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_031cb.dir/HAVE_UINT8_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_b3fda -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b3fda.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_b3fda -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b3fda.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_725e0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_725e0.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_725e0 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_725e0.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_c1d07 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1d07.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_c1d07 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1d07.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_97c5e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_97c5e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_97c5e -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_97c5e.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7af7c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7af7c.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_7af7c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7af7c.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_a315c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a315c.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_a315c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a315c.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_92861 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_92861.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_92861 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_92861.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_37560 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37560.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_37560 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37560.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_904c8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_904c8.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_904c8 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_904c8.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_2dbf9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2dbf9.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_2dbf9 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2dbf9.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_64d13 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_64d13.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_64d13 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_64d13.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3f796 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3f796.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3f796 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3f796.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_6d058 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6d058.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_6d058 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6d058.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_8f308 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8f308.dir/CheckFunctionExists.c.o /usr/lib/libbz2.dylib -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_8f308 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8f308.dir/CheckFunctionExists.c.o /usr/lib/libbz2.dylib -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9af22 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9af22.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9af22 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9af22.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1bede -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1bede.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_1bede -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1bede.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f1f15 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1f15.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_f1f15 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1f15.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5f00c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f00c.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_5f00c -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f00c.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9687f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9687f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9687f -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9687f.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_a725d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a725d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_a725d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a725d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3cb3d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3cb3d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_3cb3d -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3cb3d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_01076 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_01076.dir/LONG_LONG.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_01076 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_01076.dir/LONG_LONG.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_806f4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_806f4.dir/UNSIGNED_LONG_LONG.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_806f4 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_806f4.dir/UNSIGNED_LONG_LONG.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_c0869 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0869.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_c0869 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c0869.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_82a52 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_82a52.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_82a52 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_82a52.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9e461 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e461.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -w -o cmTC_9e461 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e461.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7c939 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c939.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7c939 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c939.dir/src.cxx.o -lc++ -lSystem
2015-09-01 15:34:50 +0200
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 C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.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/timelib/CMakeFiles/timelib.dir/interval.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
[ 0%] 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/re2/CMakeFiles/re2.dir/src/util/rune.cc.o
Scanning dependencies of target webscalesqlclient
[ 0%] Creating directories for 'webscalesqlclient'
[ 0%] No download step for 'webscalesqlclient'
[ 0%] No patch step for 'webscalesqlclient'
[ 0%] No update step for 'webscalesqlclient'
[ 0%] Performing configure step for 'webscalesqlclient'
CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o
-- Running cmake version 3.3.1
-- Found Git: /usr/local/bin/git (found version "2.5.0")
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable]
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
^
1 warning generated.
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o
-- 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
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
-- Detecting C compiler ABI info
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o
-- 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
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o
-- Detecting CXX compiler ABI info - done
-- Looking for sys/types.h
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o
-- 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 *
[ 1%] Linking CXX static library libdouble-conversion.a
[ 1%] Built target double-conversion
[ 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/parse_iso_intervals.c.o
-- Check size of void * - done
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.6.24
-- Packaging as: mysql-5.6.24-osx10.9-x86_64
-- Performing Test HAVE_LLVM_LIBCPP
-- Performing Test HAVE_LLVM_LIBCPP - Success
Dynamic plugins are disabled.
-- Looking for floor
Scanning dependencies of target fastlz
-- Looking for floor - found
-- Looking for __infinity
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o
-- Looking for __infinity - not found
-- Looking for __infinity in m
-- Looking for __infinity in m - not found
-- Looking for gethostbyname_r
[ 1%] Linking C static library libfastlz.a
[ 1%] Built target fastlz
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
Scanning dependencies of target pcre
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o
-- Looking for gethostbyname_r in nsl_r - not found
-- Looking for gethostbyname_r in nsl
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_compile.c.o
-- Looking for gethostbyname_r in nsl - not found
-- Looking for bind
-- Looking for bind - found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o
-- 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
-- Looking for include file arpa/inet.h - found
-- Looking for include file crypt.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o
-- Looking for include file crypt.h - not found
-- Looking for include file cxxabi.h
-- Looking for include file cxxabi.h - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file fenv.h
[ 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 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
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file netinet/in.h
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o
-- 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
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_exec.c.o
-- Looking for include file semaphore.h - found
-- Looking for include files sys/types.h, sys/dir.h
-- Looking for include files sys/types.h, sys/dir.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/pte.h
-- Looking for include file sys/pte.h - not found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file synch.h
-- Looking for include file synch.h - not found
-- Looking for include file sysent.h
-- Looking for include file sysent.h - not found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for include file sys/fpu.h
-- 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
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.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
-- 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
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o
-- 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
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o
-- Looking for include files stdlib.h, sys/un.h - found
-- Looking for include file vis.h
-- Looking for include file vis.h - found
-- Looking for include file wchar.h
-- Looking for include file wchar.h - found
-- Looking for include file wctype.h
-- Looking for include file wctype.h - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/event.h
-- Looking for include file sys/event.h - found
-- Looking for include file sys/queue.h
-- Looking for include file sys/queue.h - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Looking for include file sys/ptem.h
-- Looking for include file sys/ptem.h - not found
-- Performing Test HAVE_WERROR_FLAG
-- Performing Test HAVE_WERROR_FLAG - Failed
-- Performing Test HAVE_PTHREAD_ONCE_INIT
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for _aligned_free
-- Looking for _aligned_free - not found
-- Looking for aio_read
-- Looking for aio_read - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Looking for printstack
-- Looking for printstack - not found
-- Looking for bmove
-- Looking for bmove - not found
-- Looking for bsearch
-- Looking for bsearch - found
-- Looking for index
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o
-- Looking for index - found
-- Looking for clock_gettime
-- Looking for clock_gettime - not found
-- Looking for cuserid
-- Looking for cuserid - not found
-- Looking for directio
-- Looking for directio - not found
-- Looking for _doprnt
-- Looking for _doprnt - not found
-- Looking for flockfile
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o
-- Looking for flockfile - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for getline
-- Looking for getline - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for dlerror
-- Looking for dlerror - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fconvert
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o
-- Looking for fconvert - not found
-- Looking for fdatasync
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o
-- Looking for fedisableexcept - not found
-- Looking for fpsetmask
[ 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/perl_groups.cc.o
-- Looking for fpsetmask - not found
-- Looking for fseeko
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_get.c.o
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_globals.c.o
-- Looking for fseeko - found
-- Looking for fsync
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o
Scanning dependencies of target version
[ 3%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o
[ 3%] Linking CXX executable version
-- Looking for fsync - found
-- Looking for getcwd
[ 3%] Built target version
-- 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
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o
Scanning dependencies of target hphp_parser
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.tab.cpp.o
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for getwd
-- Looking for getwd - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
-- 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
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o
-- 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
-- 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
-- Looking for pthread_attr_setscope - found
-- Looking for pthread_attr_setstacksize
-- Looking for pthread_attr_setstacksize - found
-- Looking for pthread_condattr_create
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o
-- 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
-- Looking for pthread_yield_np - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for readdir_r
-- Looking for readdir_r - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for re_comp
-- Looking for re_comp - not found
-- Looking for regcomp
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o
-- Looking for regcomp - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for rename
-- Looking for rename - found
-- Looking for rwlock_init
-- Looking for rwlock_init - not found
-- Looking for sched_yield
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o
-- Looking for sched_yield - found
-- Looking for setenv
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_newline.c.o
-- Looking for setenv - found
-- Looking for setlocale
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o
-- Looking for setlocale - found
-- Looking for setfd
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o
-- Looking for setfd - not found
-- Looking for sigaction
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_study.c.o
-- Looking for sigaction - found
-- Looking for sigthreadmask
-- Looking for sigthreadmask - not found
-- Looking for sigwait
-- Looking for sigwait - found
-- Looking for sigaddset
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_tables.c.o
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o
-- Looking for sigaddset - found
-- Looking for sigemptyset
-- Looking for sigemptyset - found
-- Looking for sighold
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_version.c.o
-- Looking for sighold - found
-- Looking for sigset
[ 3%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o
-- Looking for sigset - found
-- Looking for sleep
[ 3%] Linking C static library libpcre.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols
[ 3%] Built target pcre
Scanning dependencies of target hack
-- Looking for sleep - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for strcoll
-- Looking for strcoll - found
-- Looking for strerror
fatal: Not a git repository (or any of the parent directories): .git
cat: utils/get_build_id.gen.c: No such file or directory
-- Looking for strerror - found
-- Looking for strlcpy
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o
-- Looking for strlcpy - found
-- Looking for strnlen
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c heap/hh_shared.c
-- Looking for strnlen - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for fgetln
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/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_elf.c
-- Looking for fgetln - found
-- Looking for strpbrk
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/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c
-- Looking for strpbrk - found
-- Looking for strsep
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/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
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/nproc.c
-- Looking for strsep - found
-- Looking for strstr
mv nproc.o utils/nproc.o
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/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/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for strtoll
mv fsevents_stubs.o fsevents/fsevents_stubs.o
-- Looking for strtoll - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for strtoull
/usr/local/bin/ocamldep.opt -modules hh_server.ml > hh_server.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml
/usr/local/bin/ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends
-- Looking for strtoull - found
-- Looking for strcasecmp
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends
-- Looking for strcasecmp - found
-- Looking for strncasecmp
/usr/local/bin/ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmo third-party/core/commutative_group.ml
/usr/local/bin/ocamldep.opt -modules third-party/core/core_printf.ml > third-party/core/core_printf.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/monad.ml > third-party/core/monad.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/poly.ml > third-party/core/poly.ml.depends
-- Looking for strncasecmp - found
-- Looking for strdup
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.mli > third-party/core/polymorphic_compare.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmi third-party/core/polymorphic_compare.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmo third-party/core/caml.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmo third-party/core/container.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmo third-party/core/core_printf.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmo third-party/core/monad.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmo third-party/core/poly.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmo third-party/core/core_list.ml
-- Looking for strdup - found
-- Looking for shmat
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmx third-party/core/commutative_group.ml
-- Looking for shmat - found
-- Looking for shmctl
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmx third-party/core/polymorphic_compare.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmx third-party/core/caml.ml
-- Looking for shmctl - found
-- Looking for shmdt
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml
-- Looking for shmdt - found
-- Looking for shmget
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmx third-party/core/core_printf.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml
-- Looking for shmget - found
-- Looking for tell
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmx third-party/core/core_list.ml
-- Looking for tell - not found
-- Looking for tempnam
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.ml > dfind/dfindLib.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/path.mli > utils/path.mli.depends
-- Looking for tempnam - found
-- Looking for thr_setconcurrency
/usr/local/bin/ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/ident.ml > utils/ident.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmo utils/ident.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmo utils/utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli
/usr/local/bin/ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli
-- Looking for thr_setconcurrency - not found
-- Looking for thr_yield
/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 utils/sys_utils.ml > utils/sys_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmo utils/fork.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o
-- Looking for thr_yield - not found
-- Looking for vasprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmx utils/utils.ml
-- Looking for vasprintf - found
-- Looking for vsnprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml
-- Looking for vsnprintf - found
-- Looking for vprintf
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml
-- Looking for vprintf - found
-- Looking for valloc
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmo third-party/core/option.ml
/usr/local/bin/ocamldep.opt -modules utils/tmp.ml > utils/tmp.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmo utils/tmp.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmx utils/fork.ml
-- Looking for valloc - found
-- Looking for memalign
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmx third-party/core/option.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml
-- Looking for memalign - not found
-- Looking for chown
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmx utils/daemon.ml
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends
-- Looking for chown - found
-- Looking for nl_langinfo
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmi fsnotify_darwin/fsnotify.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmi third-party/avl/monoidAvl.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmi dfind/dfindEnv.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.ml > dfind/dfindEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.ml > fsnotify_darwin/fsnotify.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.ml > fsevents/fsevents.ml.depends
/usr/local/bin/ocamldep.opt -modules fsevents/fsevents.mli > fsevents/fsevents.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmi fsevents/fsevents.mli
-- Looking for nl_langinfo - found
-- Looking for ntohll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml
-- Looking for ntohll - not found
-- Looking for clock_gettime
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml
-- Looking for clock_gettime - not found
-- Looking for epoll_create
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmx dfind/dfindEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml
-- Looking for epoll_create - not found
-- Looking for epoll_ctl
/usr/local/bin/ocamldep.opt -modules utils/path.ml > utils/path.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml
-- Looking for epoll_ctl - not found
-- Looking for inet_ntop
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml
-- Looking for inet_ntop - found
-- Looking for kqueue
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml
/usr/local/bin/ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends
-- Looking for kqueue - found
-- Looking for kqueue
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmo utils/hh_json.ml
/usr/local/bin/ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmi utils/relative_path.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmo utils/pos.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmx utils/hh_json.ml
-- Looking for kqueue - found
-- Looking for signal
/usr/local/bin/ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml
-- Looking for signal - found
-- Looking for timeradd
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o
-- Looking for timeradd - found
-- Looking for timerclear
/usr/local/bin/ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmo stubs/eventLogger.ml
/usr/local/bin/ocamldep.opt -modules utils/find.ml > utils/find.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/find.mli > utils/find.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmi utils/find.mli
/usr/local/bin/ocamldep.opt -modules server/findUtils.ml > server/findUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findUtils.mli > server/findUtils.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmi server/findUtils.mli
/usr/local/bin/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml
-- Looking for timerclear - found
-- Looking for timercmp
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml
/usr/local/bin/ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmo stubs/hackEventLogger.ml
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends
-- Looking for timercmp - found
-- Looking for timerisset
/usr/local/bin/ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends
/usr/local/bin/ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmi deps/fileInfo.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmo parsing/namespace_env.ml
/usr/local/bin/ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml
/usr/local/bin/ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends
/usr/local/bin/ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends
-- Looking for timerisset - found
-- Looking for timer_create
/usr/local/bin/ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends
/usr/local/bin/ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends
/usr/local/bin/ocamldep.opt -modules heap/value.mli > heap/value.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmi heap/prefix.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmi heap/value.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmo search/searchUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmi heap/sharedMem.mli
/usr/local/bin/ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends
-- Looking for timer_create - not found
-- Looking for timer_settime
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmo search/trieSearchService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmo parsing/parsing_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmo search/searchService.ml
-- Looking for timer_settime - not found
-- Looking for include file time.h
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml
-- Looking for include file time.h - found
-- Looking for include file sys/times.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml
-- Looking for include file sys/times.h - found
-- Looking for include file asm/msr.h
/usr/local/bin/ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends
-- Looking for include file asm/msr.h - not found
-- Looking for include file ia64intrin.h
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml
-- Looking for include file ia64intrin.h - not found
-- Looking for times
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmx heap/prefix.ml
/usr/local/bin/ocamldep.opt -modules heap/value.ml > heap/value.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml
-- Looking for times - found
-- Looking for gettimeofday
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml
-- Looking for gettimeofday - found
-- Looking for read_real_time
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml
-- Looking for read_real_time - not found
-- Looking for ftime
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml
-- Looking for ftime - found
-- Looking for time
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml
-- Looking for time - found
-- Looking for rdtscll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml
-- Looking for rdtscll - not found
-- Looking for madvise
/usr/local/bin/ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmo utils/hh_logger.ml
/usr/local/bin/ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends
/usr/local/bin/ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends
-- Looking for madvise - found
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli
-- Looking for tzname
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml
/usr/local/bin/ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml
-- Looking for tzname - found
-- Looking for lrand48
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml
/usr/local/bin/ocamldep.opt -modules utils/wwwroot.ml > utils/wwwroot.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmo utils/wwwroot.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml
-- Looking for lrand48 - found
-- Looking for getpagesize
/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
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmo naming/naming_special_names.ml
/usr/local/bin/ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml
-- Looking for getpagesize - found
-- Looking for TIOCGWINSZ
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml
/usr/local/bin/ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli
/usr/local/bin/ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmi server/serverConfig.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmi procs/worker.mli
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends
/usr/local/bin/ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends
-- Looking for TIOCGWINSZ - found
/usr/local/bin/ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends
-- Looking for FIONREAD
/usr/local/bin/ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmo typing/typing_reason.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmo typing/typing_defs.ml
-- Looking for FIONREAD - found
-- Looking for TIOCSTAT
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.mli > deps/typing_deps.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.mli > typing/typing_heap.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmi deps/typing_deps.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmi typing/typing_env.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends
-- Looking for TIOCSTAT - found
-- Looking for FIONREAD
/usr/local/bin/ocamldep.opt -modules typing/typing_subst.ml > typing/typing_subst.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typeVisitor.ml > typing/typeVisitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmo typing/typeVisitor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmi typing/typing_print.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmo typing/typing_utils.ml
-- Looking for FIONREAD - found
-- Looking for SIGEV_THREAD_ID
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmo typing/typing_dependent_type.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmo typing/typing_subst.ml
-- Looking for SIGEV_THREAD_ID - not found
-- Looking for SIGEV_PORT
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmo typing/typing_phase.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends
-- Looking for SIGEV_PORT - not found
-- Looking for EVFILT_TIMER
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmo typing/typing_unification_env.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmo globals/autocomplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml
-- Looking for EVFILT_TIMER - found
-- Looking for finite
/usr/local/bin/ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmo parsing/lexer_hack.ml
-- Looking for finite - found
-- Looking for log2
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmo procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends
/usr/local/bin/ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmo naming/naming_heap.ml
-- Looking for log2 - found
-- Looking for isnan
/usr/local/bin/ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_check_utils.ml > typing/typing_check_utils.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_check_service.ml > typing/typing_check_service.ml.depends
/usr/local/bin/ocamldep.opt -modules heap/globalStorage.ml > heap/globalStorage.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmo heap/globalStorage.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmi typing/typing_decl_service.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml
-- Looking for isnan - found
-- Looking for rint
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmo server/serverUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmo typing/typing_check_utils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmi typing/typing_decl.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.mli > typing/typing_compare.mli.depends
-- Looking for rint - found
-- Performing Test HAVE_ISINF
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmo server/serverIdeUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmi typing/typing_compare.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml
/usr/local/bin/ocamldep.opt -modules server/serverArgumentInfo.ml > server/serverArgumentInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules server/argumentInfoService.ml > server/argumentInfoService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml
/usr/local/bin/ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmo server/autocompleteService.ml
-- Performing Test HAVE_ISINF - Success
-- Performing Test HAVE_FESETROUND
/usr/local/bin/ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/coverage_level.ml > typing/coverage_level.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/parser_heap.ml > parsing/parser_heap.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmo parsing/parser_heap.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml
/usr/local/bin/ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends
/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
-- Performing Test HAVE_FESETROUND - Success
/usr/local/bin/ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends
-- Check size of sigset_t
/usr/local/bin/ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmo server/identifySymbolService.ml
/usr/local/bin/ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends
/usr/local/bin/ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmo server/inferAtPosService.ml
/usr/local/bin/ocamldep.opt -modules server/serverLint.ml > server/serverLint.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends
/usr/local/bin/ocamldep.opt -modules stubs/linting_service.ml > stubs/linting_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmi utils/lint.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml
/usr/local/bin/ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmi server/serverFindRefs.mli
/usr/local/bin/ocamldep.opt -modules server/serverSearch.ml > server/serverSearch.ml.depends
-- Check size of sigset_t - done
/usr/local/bin/ocamldep.opt -modules server/symbolInfoService.ml > server/symbolInfoService.ml.depends
-- Check size of mode_t
/usr/local/bin/ocamldep.opt -modules server/symbolFunCallService.ml > server/symbolFunCallService.ml.depends
/usr/local/bin/ocamldep.opt -modules server/symbolUtils.ml > server/symbolUtils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml
/usr/local/bin/ocamldep.opt -modules server/symbolTypeService.ml > server/symbolTypeService.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmo server/symbolFunCallService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmo server/fileOutline.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmo server/serverArgumentInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmo server/serverAutoComplete.ml
-- Check size of mode_t - done
-- Check size of char
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmo server/serverCheckpoint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmo server/serverCoverageMetric.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmo server/serverError.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmo server/serverInferType.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmo server/serverLint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmo server/serverRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmo server/serverSearch.ml
-- Check size of char - done
-- Check size of short
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmo server/symbolInfoService.ml
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmo server/serverRpc.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmi server/serverTypeCheck.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml
-- Check size of short - done
-- Check size of int
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml
-- Check size of int - done
-- Check size of long long
-- Check size of long long - done
-- Check size of off_t
/usr/local/bin/ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmi parsing/namespaces.mli
/usr/local/bin/ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml
-- Check size of off_t - done
-- Check size of uchar
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml
-- Check size of uchar - failed
-- Check size of uint
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - failed
-- Check size of int8
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml
-- Check size of int8 - failed
-- Check size of uint8
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml
-- Check size of uint8 - failed
-- Check size of int16
-- Check size of int16 - failed
-- Check size of uint16
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o
-- Check size of uint16 - failed
-- Check size of int32
-- Check size of int32 - failed
-- Check size of uint32
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml
-- Check size of uint32 - failed
-- Check size of u_int32_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml
-- Check size of u_int32_t - done
-- Check size of int64
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml
-- Check size of int64 - failed
-- Check size of uint64
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml
-- Check size of uint64 - failed
-- Check size of time_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmx dfind/dfindLib.ml
-- Check size of time_t - done
-- Check size of bool
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml
-- Check size of bool - failed
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Performing Test TIME_T_UNSIGNED
-- Performing Test TIME_T_UNSIGNED - Failed
-- Performing Test HAVE_GETADDRINFO
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o
-- Performing Test HAVE_GETADDRINFO - Success
-- Performing Test HAVE_SELECT
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmx server/serverArgs.ml
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_TIMESPEC_TS_SEC
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
-- Performing Test QSORT_TYPE_IS_VOID
/usr/local/bin/ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends
/usr/local/bin/ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmo utils/printSignal.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmx server/serverConfig.ml
-- Performing Test QSORT_TYPE_IS_VOID - Success
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed
/usr/local/bin/ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmi third-party/core/result.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmi naming/nast_eval.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends
/usr/local/bin/ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml
-- Checking stack direction : -1
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml
-- 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-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml
[ 4%] Linking CXX static library libre2.a
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends
[ 4%] Built target re2
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmo typing/typing_hint.ml
Scanning dependencies of target neo
[ 4%] 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 -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmi typing/typing_instantiate.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml
-- Looking for O_NONBLOCK - found
-- Performing Test C_HAS_inline
/usr/local/bin/ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o
-- Performing Test C_HAS_inline - Success
-- Performing Test HAVE_PAUSE_INSTRUCTION
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for tcgetattr
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends
-- Looking for tcgetattr - found
-- Performing Test HAVE_POSIX_SIGNALS
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmx typing/typeVisitor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml
-- Performing Test HAVE_POSIX_SIGNALS - Success
-- Performing Test HAVE_BSS_START
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_WEAK_SYMBOL
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml
-- Performing Test HAVE_WEAK_SYMBOL - Success
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmx typing/typing_dependent_type.ml
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmx typing/typing_subst.ml
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Looking for netinet/in6.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
/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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmx typing/typing_hint.ml
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmx typing/typing_instantiate.ml
-- Check size of struct in6_addr - done
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
[ 4%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o
/usr/local/bin/ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends
/usr/local/bin/ocamldep.opt -modules naming/nastVisitor.ml > naming/nastVisitor.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmo naming/nastVisitor.ml
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmi typing/typing_taccess.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmi typing/typing_expand.mli
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmo typing/nast_terminality.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test STRUCT_DIRENT_HAS_D_INO
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmx naming/nastVisitor.ml
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends
-- 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 typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmx typing/typing_unification_env.ml
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
[ 5%] Linking C static library libneo.a
[ 5%] Built target neo
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for mbrlen
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmo typing/typing_generic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml
-- Looking for 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 typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmx typing/typing_generic.ml
-- Looking for mbscmp - not found
-- Looking for mbsrtowcs
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml
-- Looking for mbsrtowcs - found
-- Looking for wcrtomb
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml
-- Looking for 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 typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml
-- Looking for mbrtowc - found
-- Looking for wcscoll
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml
-- Looking for wcscoll - found
-- Looking for wcsdup
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml
-- Looking for wcsdup - found
-- Looking for wcwidth
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml
-- Looking for wcwidth - found
-- Looking for wctype
/usr/local/bin/ocamldep.opt -modules typing/typingEqualityCheck.ml > typing/typingEqualityCheck.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmo typing/typingEqualityCheck.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends
-- Looking for wctype - found
-- Looking for iswlower
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml
-- Looking for iswlower - found
-- Looking for iswupper
/usr/local/bin/ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli
-- Looking for iswupper - found
-- Looking for towlower
/usr/local/bin/ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmo typing/typing_exts.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml
-- Looking for towlower - found
-- Looking for towupper
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmo typing/typing_sequencing.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends
-- 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml
-- Looking for iswctype - found
-- Check size of wchar_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml
-- Check size of wchar_t - done
-- Check size of wctype_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml
-- Check size of wctype_t - done
-- Check size of wint_t
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml
-- Check size of wint_t - done
-- Found Curses: /usr/lib/libcurses.dylib
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml
-- Looking for 3 include files stdio.h, ..., readline/history.h
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml
-- Looking for 3 include files stdio.h, ..., readline/history.h - found
-- Performing Test edit_HAVE_HIST_ENTRY
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml
-- Performing Test edit_HAVE_HIST_ENTRY - Success
-- Performing Test edit_USE_LIBEDIT_INTERFACE
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed
-- Performing Test edit_USE_NEW_READLINE_INTERFACE
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Success
-- Using cmake version 3.3.1
-- Not building NDB
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml
-- 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 -march=native -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
-- Generating done
-- Build files have been written to: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6
[ 6%] Performing build step for 'webscalesqlclient'
Scanning dependencies of target strings
[ 0%] 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]
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends
1 warning generated.
[ 0%] 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]
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends
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 parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml
[ 1%] 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml
1 warning generated.
[ 1%] 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]
1 warning generated.
[ 1%] 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 -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.ml > typing/typing_decl_service.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends
1 warning generated.
/usr/local/bin/ocamldep.opt -modules typing/typing_dynamic_yield.ml > typing/typing_dynamic_yield.ml.depends
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.ml > typing/typing_inherit.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.mli > typing/typing_inherit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmi typing/typing_inherit.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml
1 warning generated.
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmx typing/typing_inherit.ml
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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmx typing/typing_decl.ml
1 warning generated.
[ 2%] 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmx typing/typing_decl_service.ml
[ 6%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml
Scanning dependencies of target vixl
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmx typing/typing_compare.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml
1 warning generated.
[ 4%] 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]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml
1 warning generated.
[ 4%] 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 typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmx utils/find.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findUtils.cmx server/findUtils.ml
1 warning generated.
[ 4%] 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/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends
[ 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml
1 warning generated.
[ 5%] 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 -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml
1 warning generated.
[ 5%] 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml
1 warning generated.
[ 5%] 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml
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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml
[ 7%] Linking CXX static library libhphp_parser.a
[ 7%] Built target hphp_parser
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml
Scanning dependencies of target hphp_zend
[ 7%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmx server/serverCheckpoint.ml
1 warning generated.
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmx server/serverLint.ml
[ 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 -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml
1 warning generated.
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.ml > parsing/parsing_service.ml.depends
1 warning generated.
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.mli > parsing/parsing_service.mli.depends
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.mli > typing/typing_redecl_service.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmi typing/typing_redecl_service.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmx typing/typing_redecl_service.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmo typing/typing_suggest_service.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmi server/serverEnvBuild.mli
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml
1 warning generated.
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.ml > server/serverPeriodical.ml.depends
/usr/local/bin/ocamldep.opt -modules server/serverPeriodical.mli > server/serverPeriodical.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmi server/serverPeriodical.mli
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml
/usr/local/bin/ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmo socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverPeriodical.cmx server/serverPeriodical.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o
1 warning generated.
[ 8%] 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]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx hhi/hhi.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/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_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx server/serverEnvBuild.cmx stubs/ai.cmx server/serverInit.cmx socket/socket.cmx server/serverPeriodical.cmx utils/lock.cmx server/serverMain.cmx hh_server.cmx -o hh_server.native
/usr/local/bin/ocamldep.opt -modules hh_client.ml > hh_client.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.mli > client/clientConnectSimple.mli.depends
/usr/local/bin/ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends
/usr/local/bin/ocamldep.opt -modules utils/exit_status.ml > utils/exit_status.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmo utils/exit_status.ml
/usr/local/bin/ocamldep.opt -modules utils/tty.mli > utils/tty.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmi client/clientConnectSimple.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmi client/clientStart.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli
/usr/local/bin/ocamldep.opt -modules client/clientLogCommand.ml > client/clientLogCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmo client/clientLogCommand.ml
/usr/local/bin/ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml
/usr/local/bin/ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmo client/clientEnv.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmi client/clientStop.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmo client/clientCommand.ml
1 warning generated.
/usr/local/bin/ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o
/usr/local/bin/ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/usr/local/bin/ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends
/usr/local/bin/ocamldep.opt -modules client/colorFile.ml > client/colorFile.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmo client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmo client/clientArgumentInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmo client/clientAutocomplete.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmo client/clientCheckStatus.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmo client/clientColorFile.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmi client/clientCoverageMetric.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmo client/clientFindRefs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmo client/clientLint.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmo client/clientMethodJumps.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmo client/clientOutline.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmo client/clientSymbolInfo.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmo client/clientTypeAtPos.ml
/usr/local/bin/ocamldep.opt -modules client/clientLogCommandUtils.ml > client/clientLogCommandUtils.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientRestart.ml > client/clientRestart.ml.depends
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.mli > client/hackClientStop.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmi client/hackClientStop.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmo client/clientArgs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmo client/clientLogCommandUtils.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmo client/clientRestart.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmo hh_client.ml
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.ml > client/clientConnectSimple.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml
/usr/local/bin/ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmx client/clientConnectSimple.ml
/usr/local/bin/ocamldep.opt -modules client/hackClientStop.ml > client/hackClientStop.ml.depends
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/hackClientStop.cmx client/hackClientStop.ml
1 warning generated.
[ 8%] 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/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends
1 warning generated.
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype.c.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml
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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml
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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmx client/clientLogCommand.ml
[ 9%] 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends
1 warning generated.
[ 9%] 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]
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmx client/clientAutocomplete.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmx client/clientOutline.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmx client/clientSearch.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml
1 warning generated.
[ 10%] 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]
1 warning generated.
[ 10%] 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.
[ 10%] 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.
[ 12%] 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.
[ 12%] 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]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml
1 warning generated.
[ 12%] 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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmx client/clientLogCommandUtils.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml
1 warning generated.
[ 13%] 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]
1 warning generated.
[ 13%] 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]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml
1 warning generated.
[ 13%] 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]
[ 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/strend.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/strfill.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/strmake.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 utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/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_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx client/clientArgumentInfo.cmx client/clientAutocomplete.cmx client/clientCheckStatus.cmx client/colorFile.cmx client/clientColorFile.cmx client/clientCoverageMetric.cmx client/clientFindRefs.cmx client/clientLint.cmx client/clientMethodJumps.cmx client/clientOutline.cmx client/clientRefactor.cmx client/clientSearch.cmx client/clientSymbolInfo.cmx client/clientTypeAtPos.cmx client/clientCheck.cmx client/clientLogCommandUtils.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native
1 warning generated.
[ 16%] 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.
[ 16%] 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]
1 warning generated.
[ 16%] 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.
[ 17%] 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.
[ 17%] 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]
/usr/local/bin/ocamldep.opt -modules hh_single_type_check.ml > hh_single_type_check.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml
1 warning generated.
[ 17%] Building C object strings/CMakeFiles/strings.dir/my_strchr.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 18%] 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.
[ 18%] 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]
1 warning generated.
[ 18%] Linking C static library libstrings.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/ident.cmx utils/utils.cmx client/colorFile.cmx utils/hh_json.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx parsing/parser_heap.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx heap/globalStorage.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx procs/bucket.cmx procs/multiWorker.cmx stubs/filesToIgnore.cmx server/findUtils.cmx typing/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_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx utils/find.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx server/serverColorFile.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx hhi/hhi.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx stubs/ai.cmx hh_single_type_check.cmx -o hh_single_type_check.native
[ 18%] Built target strings
Scanning dependencies of target gen_dtrace_header
[ 20%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h
[ 20%] Built target gen_dtrace_header
Scanning dependencies of target yassl
[ 20%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/buffer.cpp.o
[ 20%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o
/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_expr.ml > emitter/emitter_expr.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmo emitter/emitter_consts.ml
/usr/local/bin/ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends
/usr/local/bin/ocamldep.opt -modules emitter/emitter_stmt.ml > emitter/emitter_stmt.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml
[ 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 -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml
[ 21%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx emitter/emitter_core.cmx emitter/emitter_consts.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx globals/autocomplete.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespaces.cmx 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 third-party/core/option.cmx naming/naming.cmx naming/naming_heap.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx typing/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_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/tmp.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native
/usr/local/bin/ocamldep.opt -modules hh_format.ml > hh_format.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends
/usr/local/bin/ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends
/usr/local/bin/ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmo format/format_mode.ml
/usr/local/bin/ocamldep.opt -modules format/format_hack.mli > format/format_hack.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmo stubs/formatEventLogger.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmi format/format_diff.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml
/usr/local/bin/ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmx stubs/formatEventLogger.ml
/usr/local/bin/ocamldep.opt -modules format/format_hack.ml > format/format_hack.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml
[ 21%] 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 format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/tmp.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx utils/build_id.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/exit_status.cmx utils/lock.cmx client/clientConnectSimple.cmx client/clientStop.cmx heap/globalStorage.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/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_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx stubs/filesToIgnore.cmx server/findUtils.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolUtils.cmx server/symbolFunCallService.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx typing/typing_redecl_service.cmx utils/hh_logger.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/hackClientStop.cmx client/clientStart.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx client/clientArgs.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native
[ 21%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/lock.cpp.o
[ 22%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/log.cpp.o
[ 22%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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.
[ 22%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/ssl.cpp.o
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli
[ 7%] Linking CXX static library libhphp_zend.a
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/Deleted_constructs.ml > h2tp/mapper/Deleted_constructs.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/detect_collections.ml > h2tp/mapper/detect_collections.ml.depends
[ 7%] Built target hphp_zend
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends
Scanning dependencies of target systemlib
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmi h2tp/common/ast_ext.mli
[ 7%] Generating systemlib.php
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/empty_collection_as_bool.ml > h2tp/mapper/empty_collection_as_bool.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/enum.ml > h2tp/mapper/enum.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/erase_types.ml > h2tp/mapper/erase_types.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/hack_variadic.ml > h2tp/mapper/hack_variadic.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/initializer_expressions.ml > h2tp/mapper/initializer_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/lambda_expressions.ml > h2tp/mapper/lambda_expressions.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/misc.ml > h2tp/mapper/misc.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmi h2tp/common/fun.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmo h2tp/mapper/initializer_expressions.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmo h2tp/Prepend_require.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml
[ 24%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/timer.cpp.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml
[ 24%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_error.cpp.o
[ 24%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_imp.cpp.o
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.ml > h2tp/common/Str_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/Str_ext.mli > h2tp/common/Str_ext.mli.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o
[ 7%] Built target systemlib
Scanning dependencies of target zlib
[ 25%] 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 h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml
1 warning generated.
[ 25%] Building C object zlib/CMakeFiles/zlib.dir/compress.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 25%] Building C object zlib/CMakeFiles/zlib.dir/crc32.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml
1 warning generated.
[ 27%] Building C object zlib/CMakeFiles/zlib.dir/deflate.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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml
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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmx h2tp/mapper/erase_types.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/initializer_expressions.cmx h2tp/mapper/initializer_expressions.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmx h2tp/mapper/misc.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmx h2tp/Prepend_require.ml
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 heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml
[ 27%] 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]
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/unsupported_constructs.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml
1 warning generated.
[ 27%] 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/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml
1 warning generated.
[ 28%] Building C object zlib/CMakeFiles/zlib.dir/inffast.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 utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/autocomplete.cmx h2tp/Prepend_require.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/ast_ext.cmx h2tp/common/common_exns.cmx h2tp/common/converter_options.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/detect_collections.cmx h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/enum.cmx h2tp/mapper/erase_types.cmx h2tp/mapper/hack_variadic.cmx h2tp/mapper/initializer_expressions.cmx naming/naming_special_names.cmx naming/nast.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx h2tp/mapper/lambda_expressions.cmx h2tp/mapper/misc.cmx h2tp/mapper/ref_collections.cmx h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/value_collections.cmx h2tp/mapper/yield_break.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx h2tp/engine.cmx h2tp/h2tp.cmx -o h2tp/h2tp.native
[ 29%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_int.cpp.o
1 warning generated.
[ 29%] 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/ocamldep.opt -modules h2tp/test/test_unparser.ml > h2tp/test/test_unparser.ml.depends
/usr/local/bin/ocamldep.opt -modules stubs/debug.ml > stubs/debug.ml.depends
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmo stubs/debug.ml
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmo h2tp/test/test_unparser.ml
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/debug.cmx stubs/debug.ml
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/test -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/test/test_unparser.cmx h2tp/test/test_unparser.ml
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx parsing/parser_hack.cmx format/format_hack.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/common_exns.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/erase_types.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx stubs/debug.cmx h2tp/test/test_unparser.cmx -o h2tp/test/test_unparser.native
[ 7%] Built target hack
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o
1 warning generated.
[ 29%] 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.
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o
[ 31%] 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]
1 warning generated.
[ 31%] 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.
[ 31%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 32%] Linking C static library libzlib.a
[ 32%] Built target zlib
1 warning generated.
[ 32%] 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]
1 warning generated.
[ 32%] Linking CXX static library libyassl.a
[ 32%] Built target yassl
Scanning dependencies of target taocrypt
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aes.cpp.o
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aestables.cpp.o
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/algebra.cpp.o
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/arc4.cpp.o
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/asn.cpp.o
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o
Scanning dependencies of target folly
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/coding.cpp.o
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/des.cpp.o
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dh.cpp.o
Scanning dependencies of target mysys
[ 35%] 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]
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dsa.cpp.o
1 warning generated.
[ 35%] 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]
1 warning generated.
[ 36%] 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]
[ 37%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/file.cpp.o
1 warning generated.
[ 37%] 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]
1 warning generated.
[ 37%] 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]
[ 37%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hash.cpp.o
1 warning generated.
[ 39%] 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]
[ 39%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/integer.cpp.o
1 warning generated.
[ 39%] 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.
[ 39%] 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]
1 warning generated.
[ 40%] 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.
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o
[ 7%] 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]
1 warning generated.
[ 40%] 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.
[ 41%] 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.
[ 41%] 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]
1 warning generated.
[ 41%] 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]
1 warning generated.
[ 43%] 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]
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Demangle.cpp.o
1 warning generated.
[ 43%] 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.
[ 43%] 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.
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 44%] 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.
[ 44%] 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]
1 warning generated.
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/dynamic.cpp.o
1 warning generated.
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 45%] 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]
1 warning generated.
[ 47%] 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]
1 warning generated.
[ 47%] 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.
[ 47%] 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]
1 warning generated.
[ 48%] 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.
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.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_unixpath.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_wcomp.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 50%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md2.cpp.o
1 warning generated.
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.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/my_access.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 51%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md4.cpp.o
1 warning generated.
[ 51%] 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]
1 warning generated.
[ 52%] 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.
[ 52%] 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]
[ 52%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md5.cpp.o
[ 54%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/misc.cpp.o
1 warning generated.
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o
[ 54%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/random.cpp.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/my_compress.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 55%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/ripemd.cpp.o
1 warning generated.
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.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/my_create.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/my_delete.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/my_div.c.o
[ 7%] Linking CXX static library libvixl.a
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 7%] Built target vixl
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
Scanning dependencies of target mbfl
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o
1 warning generated.
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_file.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_fopen.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 59%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rsa.cpp.o
1 warning generated.
[ 59%] 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.
[ 60%] 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]
1 warning generated.
[ 60%] 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]
1 warning generated.
[ 60%] 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]
[ 60%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/sha.cpp.o
1 warning generated.
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o
1 warning generated.
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o
1 warning generated.
[ 62%] 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]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o
1 warning generated.
[ 63%] 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]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o
1 warning generated.
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o
1 warning generated.
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.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_mkdir.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_mmap.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o
1 warning generated.
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o
1 warning generated.
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 66%] 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.
[ 66%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rabbit.cpp.o
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.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/__/filters/mbfilter_hz.c.o
1 warning generated.
[ 66%] 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]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o
1 warning generated.
[ 67%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hc128.cpp.o
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_read.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_redel.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_rename.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/__/filters/mbfilter_big5.c.o
1 warning generated.
[ 70%] 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]
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 70%] Linking CXX static library libtaocrypt.a
1 warning generated.
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o
[ 70%] Built target taocrypt
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/__/filters/mbfilter_euc_jp.c.o
Scanning dependencies of target vio
[ 70%] Building C object vio/CMakeFiles/vio.dir/vio.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 71%] 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]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o
1 warning generated.
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o
1 warning generated.
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 71%] 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]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o
1 warning generated.
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.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/__/filters/mbfilter_cp1254.c.o
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/File.cpp.o
1 warning generated.
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o
[ 72%] 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]
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o
1 warning generated.
[ 74%] 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]
[ 8%] 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_write.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_4.c.o
1 warning generated.
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.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_6.c.o
1 warning generated.
[ 74%] Building C object vio/CMakeFiles/vio.dir/viopipe.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_7.c.o
1 warning generated.
[ 74%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
[ 75%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o
1 warning generated.
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 77%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.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_10.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o
1 warning generated.
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o
1 warning generated.
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o
[ 77%] Linking C static library libvio.a
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols
[ 77%] Built target vio
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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);
^
Scanning dependencies of target pcre_jit_test
[ 9%] Building C object third-party/pcre/CMakeFiles/pcre_jit_test.dir/pcre_jit_test.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o
2 warnings generated.
[ 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]
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o
[ 10%] Linking C executable pcre_jit_test
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o
1 warning generated.
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.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_base64.c.o
[ 11%] Built target pcre_jit_test
Scanning dependencies of target pcrecpp
[ 11%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcrecpp.cc.o
[ 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_lock.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_7bit.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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
^
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o
1 warning generated.
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o
[ 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]
1 warning generated.
[ 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_utf8.c.o
1 warning generated.
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.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_utf7imap.c.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o
1 warning generated.
1 warning generated.
[ 79%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o
[ 11%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_scanner.cc.o
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.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
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.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_euc_kr.c.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o
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
1 warning generated.
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.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_kr.c.o
[ 12%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp.dir/pcre_stringpiece.cc.o
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o
1 warning generated.
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o
[ 82%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.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_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
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o
[ 12%] 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_atomic.c.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
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.
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.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_euc_jp_2004.c.o
1 warning generated.
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.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_gb18030.c.o
[ 13%] Linking CXX static library libpcrecpp.a
[ 13%] Built target pcrecpp
Scanning dependencies of target pcreposix
[ 13%] Building C object third-party/pcre/CMakeFiles/pcreposix.dir/pcreposix.c.o
[ 14%] Linking C static library libpcreposix.a
[ 14%] Built target pcreposix
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/FileUtil.cpp.o
[ 14%] 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]
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_mobile.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_2004.c.o
Scanning dependencies of target pcre_scanner_unittest
[ 14%] Building CXX object third-party/pcre/CMakeFiles/pcre_scanner_unittest.dir/pcre_scanner_unittest.cc.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mac.c.o
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]
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
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mobile.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols
[ 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
[ 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
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_open.c.o
[ 14%] Linking CXX executable pcre_scanner_unittest
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_tl_jisx0201_jisx0208.c.o
[ 14%] Built target pcre_scanner_unittest
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Format.cpp.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8_mobile.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o
[ 14%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.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
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o
[ 15%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o
Scanning dependencies of target pcre_stringpiece_unittest
[ 15%] Building CXX object third-party/pcre/CMakeFiles/pcre_stringpiece_unittest.dir/pcre_stringpiece_unittest.cc.o
[ 15%] Linking C static library libmbfl.a
[ 15%] Built target mbfl
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/GroupVarint.cpp.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o
[ 15%] Linking CXX executable pcre_stringpiece_unittest
[ 15%] Built target pcre_stringpiece_unittest
Scanning dependencies of target pcrecpp_unittest
[ 89%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o
[ 15%] Building CXX object third-party/pcre/CMakeFiles/pcrecpp_unittest.dir/pcrecpp_unittest.cc.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
Scanning dependencies of target pcregrep
[ 15%] Building C object third-party/pcre/CMakeFiles/pcregrep.dir/pcregrep.c.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
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddress.cpp.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
[ 16%] Linking C executable pcregrep
[ 16%] Built target pcregrep
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV4.cpp.o
1 warning generated.
[ 91%] Linking CXX executable comp_err
[ 91%] Built target comp_err
Scanning dependencies of target GenError
[ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys
[ 91%] Built target GenError
Scanning dependencies of target clientlib
[ 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/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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])
~~~~~^~~~~~~~~~ ~~
[ 16%] Linking CXX executable pcrecpp_unittest
[ 16%] Built target pcrecpp_unittest
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV6.cpp.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]
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]
Scanning dependencies of target pcretest
[ 16%] Building C object third-party/pcre/CMakeFiles/pcretest.dir/pcretest.c.o
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]
[ 16%] 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
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/json.cpp.o
[ 95%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql/net_serv.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]
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/LifoSem.cpp.o
1 warning generated.
[ 97%] Linking CXX static library libclientlib.a
[ 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
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: libwebscalesqlclient.a the table of contents is empty (no object file members in the library define global symbols)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/strings/libstrings.a(longlong2str.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(viopipe.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/vio/libvio.a(vioshm.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(thr_mutex.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/webscalesqlclient/webscalesql-5.6/mysys/libmysys.a(my_getpagesize.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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
[ 16%] No install step for 'webscalesqlclient'
[ 16%] Completed 'webscalesqlclient'
[ 16%] Built target webscalesqlclient
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MacAddress.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Malloc.cpp.o
[ 16%] Linking C executable pcretest
[ 16%] Built target pcretest
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MemoryMapping.cpp.o
[ 16%] Generating Repo Schema ID and Compiler ID
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Random.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Range.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SafeAssert.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SharedMutex.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Singleton.cpp.o
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SingletonVault_c.cpp.o
Scanning dependencies of target hphp_util
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SocketAddress.cpp.o
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o
[ 17%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/afdt-util.cpp.o
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV1.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV2.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/String.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/StringBase.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Subprocess.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/ThreadCachedArena.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/TimeoutQueue.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/boot_timer.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/bstring.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Unicode.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Uri.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/code-cache.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Version.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/CacheLocality.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/FunctionalExcept.cpp.o
[ 18%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Futex.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MallocImpl.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MemoryIdler.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Baton.cpp.o
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Fiber.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManager.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/data-block.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:178:10: warning: unused variable 'fiber' [-Wunused-variable]
auto fiber = reinterpret_cast<Fiber*>(
^
1 warning generated.
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManagerMap.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/GuardPageAllocator.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/TimeoutController.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/FunctionScheduler.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hardware-counter.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/FsUtil.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/HugePages.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/JSONSchema.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o
[ 20%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/NestedCommandLineApp.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o
[ 21%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/Select64.cpp.o
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.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/network.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/TestUtil.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Barrier.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/detail/ThreadWheelTimekeeper.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/repo-schema.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Future.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/InlineExecutor.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ManualExecutor.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o
[ 22%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/QueuedImmediateExecutor.cpp.o
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadedExecutor.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncServerSocket.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSignalHandler.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSocket.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSSLSocket.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/folly/src/folly/io/async/AsyncSSLSocket.cpp:328:21: warning: unused variable 'eorAwareBioMethodInitializer' [-Wunused-variable]
static const auto eorAwareBioMethodInitializer = initEorBioMethod();
^
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o
[ 23%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncTimeout.cpp.o
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o
1 warning generated.
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o
[ 24%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncUDPSocket.cpp.o
[ 24%] 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/cache-saver.cpp.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/folly/src/folly/io/async/EventBase.cpp:60:11: warning: unused variable 'kNoFD' [-Wunused-const-variable]
const int kNoFD = -1;
^
[ 25%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/hash-crc.S.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseManager.cpp.o
1 warning generated.
[ 25%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memcpy-x64.S.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventHandler.cpp.o
[ 25%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memset-x64-avx2.S.o
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/__/hphp-build-info.cpp.o
[ 25%] Linking CXX static library libhphp_util.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols
[ 25%] Built target hphp_util
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/HHWheelTimer.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/ScopedEventBaseThread.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/SSLContext.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBuf.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBufQueue.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/RecordIO.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/ShutdownSocketSet.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/stats/Instantiations.cpp.o
[ 25%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o
[ 25%] 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
[ 26%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o
[ 26%] Linking CXX static library libfolly.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols
[ 26%] Built target folly
Scanning dependencies of target gen-class-map
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.cpp.o
Scanning dependencies of target gen-ext-hhvm
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/gen-ext-hhvm.cpp.o
Scanning dependencies of target squangle
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventCounter.cpp.o
Scanning dependencies of target wangle
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/Acceptor.cpp.o
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventLogger.cpp.o
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncConnectionPool.cpp.o
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/idl.cpp.o
[ 26%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:702:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_open,
^~~~~~~~
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:703:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
num_opening,
^~~~~~~~~~~
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ConnectionManager.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:214: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]
^
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/LoadShedConfiguration.cpp.o
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ManagedConnection.cpp.o
3 warnings generated.
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncHelpers.cpp.o
[ 27%] Linking CXX executable gen-class-map
[ 27%] Built target gen-class-map
Scanning dependencies of target gen-infotabs
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o
[ 27%] Linking CXX executable gen-ext-hhvm
[ 27%] Built target gen-ext-hhvm
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SocketOptions.cpp.o
Scanning dependencies of target hfsort
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfsort.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:50: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/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:119: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/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/tools/hfsort/hfsort.cpp:119:49: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) {
~~~ ^~~~
%llx
[ 27%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncMysqlClient.cpp.o
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/TransportInfo.cpp.o
3 warnings generated.
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfutil.cpp.o
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/channel/Pipeline.cpp.o
[ 28%] Linking CXX executable hfsort
[ 28%] Built target hfsort
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Connection.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/ByteToMessageCodec.cpp.o
[ 28%] Linking CXX executable gen-infotabs
[ 28%] Built target gen-infotabs
[ 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/LengthFieldBasedFrameDecoder.cpp.o
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/DbResult.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldPrepender.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 hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o
[ 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/Operation.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/squangle/squangle/mysql_client/Operation.cpp:732: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/GlobalExecutor.cpp.o
[ 28%] Linking CXX static library libhphp_system.a
[ 28%] Built target hphp_system
[ 28%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/OperationBatch.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
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/ThreadPoolExecutor.cpp.o
Scanning dependencies of target hphp_analysis
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.cpp.o
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/deprecated/rx/Dummy.cpp.o
[ 28%] 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/ssl/PasswordInFile.cpp.o
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLContextManager.cpp.o
Scanning dependencies of target hphp_hhbbc
[ 30%] Linking CXX static library libsquangle.a
[ 30%] Built target squangle
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/analyze.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLSessionCacheManager.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/compiler.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLUtil.cpp.o
[ 30%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/TLSTicketKeyManager.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/class-util.cpp.o
[ 30%] Linking CXX static library libwangle.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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/json.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/dce.cpp.o
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o
[ 30%] Generating lib/http/HTTPCommonHeaders.h
[ 30%] Generating lib/http/HTTPCommonHeaders.cpp
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o
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/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/HPACKCodec.cpp.o
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp.o
Scanning dependencies of target hphp_thrift
[ 31%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o
[ 31%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/HPACKEncoder.cpp.o
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.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 third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/experimental/hpack9/StaticHeaderTable.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/GzipHeaderCodec.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_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 third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventConnection.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/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKContext.cpp.o
[ 32%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKDecodeBuffer.cpp.o
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventServer.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/HPACKDecoder.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/HPACKEncodeBuffer.cpp.o
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.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/index.cpp.o
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/HPACKHeader.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/Huffman.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/Logging.cpp.o
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/compress/StaticHeaderTable.cpp.o
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventWorker.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/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef]
using F = borrowed_ptr<const php::Func>;
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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/TFramedAsyncChannel.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 hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/FlowControlFilter.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/HTTP1xCodec.cpp.o
2 warnings generated.
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-builtin.cpp.o
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPChecks.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TUnframedAsyncChannel.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/async/TZlibAsyncChannel.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-minstr.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecFilter.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/concurrency/Monitor.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPCodecPrinter.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Mutex.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp.o
[ 35%] 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 hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-state.cpp.o
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPParallelCodec.cpp.o
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/TimerManager.cpp.o
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Util.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/HTTPSettings.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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.
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/EventHandlerBase.cpp.o
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SettingsId.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYCodec.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression_list.cpp.o
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/processor/PeekProcessor.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TRpcTransportContext.cpp.o
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/SPDYConstants.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/server/TServer.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/Thrift.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/codec/TransportDirection.cpp.o
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConnector.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TBufferTransports.cpp.o
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TCallbackTransport.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/TFDTransport.cpp.o
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFileTransport.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPConstants.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPException.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/third-party/thrift/src/thrift/lib/cpp/TLogging.h:118:15: note: expanded from macro 'T_ERROR'
##__VA_ARGS__); \
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o
2 warnings generated.
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpClient.cpp.o
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPHeaders.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/THttpServer.cpp.o
[ 38%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/main.cpp.o
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/join_clause.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/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TServerSocket.cpp.o
[ 38%] 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/TSimpleFileTransport.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocket.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPMethod.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/ProxygenErrorEnum.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/RFC2616.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketOverHttpTunnel.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEvents.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketPool.cpp.o
[ 39%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/optimize.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLServerSocket.cpp.o
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLSocket.cpp.o
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/ByteEventTracker.cpp.o
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.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
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/CodecErrorResponseHandler.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TZlibTransport.cpp.o
[ 40%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/options-util.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/FdUtils.cpp.o
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/kerberos/Krb5CCacheStore.cpp.o
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTP2PriorityQueue.cpp.o
[ 40%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parallel.cpp.o
[ 40%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.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/ordering.cpp.o
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPDirectResponseHandler.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/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/kerberos/Krb5Util.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/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 third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPErrorPage.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/util/ServerCreatorBase.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/SocketRetriever.cpp.o
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPSession.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/peephole.cpp.o
[ 41%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/query_expression.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 third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/TEventServerCreator.cpp.o
[ 41%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.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/HTTPSessionAcceptor.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/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/VarintUtils.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/HTTPTransaction.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
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols
[ 41%] Built target hphp_thrift
Scanning dependencies of target jit_sort
[ 42%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/jitsort.cpp.o
[ 42%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/stats.cpp.o
[ 42%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/hfutil.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionEgressSM.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPTransactionIngressSM.cpp.o
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/HTTPUpstreamSession.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_query_clause.cpp.o
[ 43%] Linking CXX static library libjit_sort.a
[ 43%] Built target jit_sort
[ 43%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-builtins.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/session/SimpleController.cpp.o
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o
[ 43%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-ops.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/http/session/TransportFilter.cpp.o
[ 43%] Generating HHIR opcode table
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/Window.cpp.o
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/RequestWorker.cpp.o
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o
[ 45%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/Service.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o
[ 45%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/services/WorkerThread.cpp.o
Scanning dependencies of target hphp_runtime_static
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/AsyncTimeoutSet.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ChromeUtils.cpp.o
[ 45%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/actrec-args.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/CryptUtil.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Exception.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/HTTPTime.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/Logging.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ParseURL.cpp.o
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/annot-type.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/RendezvousHash.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamCompressor.cpp.o
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/utils/ZlibStreamDecompressor.cpp.o
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/external/http_parser/http_parser_cpp.cpp.o
[ 46%] Linking CXX static library libhphp_hhbbc.a
[ 46%] Built target hphp_hhbbc
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/lib/http/HTTPCommonHeaders.cpp.o
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o
[ 46%] Linking CXX static library libhphp_proxygen.a
[ 46%] Built target hphp_proxygen
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-collection.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o
Scanning dependencies of target hphp_runtime_ext
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension-registry.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_require_statement.cpp.o
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-local-array.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-object.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-stats.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/ext_gd.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-string.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/gd/ext_gd.cpp:6358:21: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
byte_count_signed);
^~~~~~~~~~~~~~~~~
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc_f_buggy.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdcache.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-typed-value.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o
1 warning generated.
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_color.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-common.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-data.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_crop.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-init.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_filter.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o
[ 48%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontg.cpp.o
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-iterator.cpp.o
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontl.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-sort.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-util.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontmb.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfonts.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/autoload-handler.cpp.o
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontt.cpp.o
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/backtrace.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdft.cpp.o
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd2.cpp.o
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/builtin-functions.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/class-info.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_in.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_out.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/code-coverage.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdhelpers.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/collections.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_interpolation.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/static_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/comparisons.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/switch_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/concurrent-shared-store.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/throw_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_dp.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/config.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_alias_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_file.cpp.o
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/trait_prec_statement.cpp.o
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/crash-reporter.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_ss.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/try_statement.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/typedef_statement.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_jpeg.cpp.o
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/unset_statement.cpp.o
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/curl-tls-workarounds.cpp.o
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdkanji.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/use_trait_statement.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-stream-wrapper.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-walker.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_matrix.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/while_statement.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datatype-profiler.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_pixelate.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dateinterval.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/analysis_result.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datetime.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_png.cpp.o
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/block_scope.cpp.o
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_rotate.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/debuggable.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_security.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/capture_extractor.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/directory.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_ss.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/class_scope.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdtables.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dummy-resource.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/code_error.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/empty-array.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_topal.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_transform.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/emulate-zend.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/constant_table.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/enum-cache.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/exceptions.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_wbmp.cpp.o
[ 54%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/emitter.cpp.o
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_webp.cpp.o
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/execution-context.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/wbmp.cpp.o
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/file_scope.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/webpimg.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/gd/libgd/webpimg.cpp:55:19: warning: unused function 'clip' [-Wunused-function]
static inline int clip(float v, int a, int b) {
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/gd/libgd/webpimg.cpp:72:22: warning: unused variable 'ALPHA_SHIFT' [-Wunused-const-variable]
static const uint32 ALPHA_SHIFT =
^
2 warnings generated.
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/xbm.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/extended-logger.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imap/ext_imap.cpp.o
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_container.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-await.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apache/ext_apache.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-stream-wrapper.cpp.o
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/function_scope.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/ext_apc.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-util.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/array/ext_array.cpp.o
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/lambda_names.cpp.o
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/glob-stream-wrapper.cpp.o
[ 55%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/select_rewriters.cpp.o
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-blockable.cpp.o
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-collect.cpp.o
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context.cpp.o
[ 57%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/symbol_table.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-system.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context-enter.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-client.cpp.o
[ 57%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/analysis/variable_table.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-stream-wrapper.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-setting.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event.cpp.o
[ 57%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/parser/parser.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event-queue.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intercept.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-session.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intl-convert.cpp.o
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-function-wait-handle.cpp.o
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/libevent-http-client.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mem-file.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-manager.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_await-all-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-profile.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mixed-array.cpp.o
[ 58%] Linking CXX static library libhphp_analysis.a
[ 58%] Built target hphp_analysis
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_condition-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_asio.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_external-thread-event-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-array-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-map-wait-handle.cpp.o
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/output-file.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/packed-array.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-globals.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-vector-wait-handle.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_reschedule-wait-handle.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-stream-wrapper.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pipe.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_resumable-wait-handle.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/plain-file.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pprof-server.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/preg.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/profile-dump.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_sleep-wait-handle.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/socket-event.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/program-functions.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/property-table.cpp.o
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/proxy-array.cpp.o
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_static-wait-handle.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_waitable-wait-handle.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_wait-handle.cpp.o
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds-util.cpp.o
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/async_mysql/ext_async_mysql.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/ext_bcmath.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/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() ](
^
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-array.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/bz2-file.cpp.o
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/ext_bz2.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-codec.cpp.o
2 warnings generated.
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/req-ptr.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/request-injection-data.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ext_closure.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/resource-data.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-idl.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-error.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-option.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-map.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shape.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-string.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-pair.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-set.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/simple-counter.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/socket.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-vector.cpp.o
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stack-logger.cpp.o
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stat-cache.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ctype/ext_ctype.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/static-string-table.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/ext_curl.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/datetime/ext_datetime.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stats.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/debugger/ext_debugger.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper-registry.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/domdocument/ext_domdocument.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/enum/ext_enum.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-buffer.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-data.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-holder.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/ext_fileinfo.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-util.cpp.o
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apprentice.cpp.o
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:316:21: error: use of undeclared identifier 'htonll'; did you mean 'atoll'?
uint64_t nval = htonll(kInt54Prefix | val);
^~~~~~
atoll
/usr/include/stdlib.h:136:3: note: 'atoll' declared here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:316:28: error: cannot initialize a parameter of type 'const char *' with an rvalue of type 'unsigned long long'
uint64_t nval = htonll(kInt54Prefix | val);
^~~~~~~~~~~~~~~~~~
/usr/include/stdlib.h:136:21: note: passing argument to parameter here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:322:21: error: use of undeclared identifier 'htonll'; did you mean 'atoll'?
uint64_t nval = htonll(val);
^~~~~~
atoll
/usr/include/stdlib.h:136:3: note: 'atoll' declared here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:322:28: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'int64_t' (aka 'long long')
uint64_t nval = htonll(val);
^~~
/usr/include/stdlib.h:136:21: note: passing argument to parameter here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:586:20: error: use of undeclared identifier 'ntohll'; did you mean 'atoll'?
uint64_t val = ntohll(b);
^~~~~~
atoll
/usr/include/stdlib.h:136:3: note: 'atoll' declared here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:586:27: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'uint64_t' (aka 'unsigned long long')
uint64_t val = ntohll(b);
^
/usr/include/stdlib.h:136:21: note: passing argument to parameter here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:593:28: error: use of undeclared identifier 'ntohll'; did you mean 'atoll'?
int64_t val = (int64_t)ntohll(*reinterpret_cast<const int64_t*>(buf + p));
^~~~~~
atoll
/usr/include/stdlib.h:136:3: note: 'atoll' declared here
atoll(const char *);
^
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/ext/fb/ext_fb.cpp:593:35: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'const int64_t' (aka 'const long long')
int64_t val = (int64_t)ntohll(*reinterpret_cast<const int64_t*>(buf + p));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdlib.h:136:21: note: passing argument to parameter here
atoll(const char *);
^
8 errors generated.
make[2]: *** [hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/struct-array.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/system-profiler.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/temp-file.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-hooks.cpp.o
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-info.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-init-fini.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-safe-setlocale.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thrift-buffer.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timestamp.cpp.o
make[1]: *** [hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 64%] 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/CMakeFiles/hphp_runtime_static.dir/base/tv-comparisons.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-helpers.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-array.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-object.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-resource.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-string.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-structure.cpp.o
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-variant.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/typed-value.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/unit-cache.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url-file.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-attributes.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-directory.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-file.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-fs-node.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-stream-wrapper.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/utf8-decode.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-serializer.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-unserializer.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-collator.cpp.o
[ 65%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-custom-element.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-functions.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-math.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-pack.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-printf.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-qsort.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-rand.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-scanf.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-sort.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-string.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-strtod.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-url.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.tab.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.yy.cpp.o
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/break_point.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_base.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.
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_client.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_command.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_hook_handler.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_proxy.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_server.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_thrift_buffer.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/dummy_sandbox.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_abort.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_break.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_complete.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_config.cpp.o
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_constant.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_continue.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_down.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_eval.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_example.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_exception.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extended.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extension.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_flow_control.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_frame.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_global.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_help.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_info.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_internal_testing.cpp.o
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_interrupt.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_list.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_machine.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_macro.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_next.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_out.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_print.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_quit.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_run.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_shell.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_signal.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_step.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_thread.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_up.cpp.o
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_variable.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_where.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/access-log.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/admin-request-handler.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/dynamic-content-cache.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/files-match.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/health-metrics.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/host-health-monitor.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-protocol.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-request-handler.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-server.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/ip-block-map.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/memory-stats.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/pagelet-server.cpp.o
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/replay-transport.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/request-uri.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/rpc-request-handler.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/satellite-server.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-name-indication.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-note.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-stats.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-worker.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/source-root-info.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/static-content-cache.cpp.o
In file included from /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/server/server-stats.cpp:16:
/tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/runtime/server/server-stats.h:227:12: warning: private field 'm_cpuStart' is not used [-Wunused-private-field]
timespec m_cpuStart;
^
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/takeover-agent.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/transport.cpp.o
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/upload.cpp.o
1 warning generated.
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/virtual-host.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/warmup-request-handler.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/xbox-server.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server-factory.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-session.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-transport.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-worker.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server-factory.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-transport.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as-shared.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as.cpp.o
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bc-pattern.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bytecode.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/class.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debugger-hook.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/disas.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/event-hook.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/fixed-string-map.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func-emitter.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/globals-array.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hh-utils.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hhbc.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/instance-bits.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-repo-proxy.cpp.o
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-table.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/member-operations.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/name-value-table.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/named-entity.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-data.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-prop-handler.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/pc-filter.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/php-debug.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass-emitter.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo-helpers.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/ringbuffer-print.cpp.o
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/runtime.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/srckey.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/treadmill.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-alias.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-constraint.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-profile.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit-emitter.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unwind.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/vm-regs.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/debug.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/dwarf.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/gdb-jit.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/jit_symbol.cpp.o
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-analysis.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-class.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/analysis.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/annotation.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/arg-group.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-arm.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end-x64.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/back-end.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/bc-marker.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg-clean.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/check.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-arm.cpp.o
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers-arm.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers-x64.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-minstr-x64.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-x64.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/dce.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/debug-guards.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/extra-data.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/fixup.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/frame-state.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-prologue.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/function-entry-helpers-x64.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/guard-relaxation.cpp.o
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/gvn.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/inlining-decider.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/insert-asserts.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-builder.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-instruction.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-opcode.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-unit.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-arith.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-basic.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-builtin.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-call.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-cns.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-control.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-create.cpp.o
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-exit.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-func-prologue.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-guards.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-inlining.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-interpone.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-iter.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-minstr.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-resumable.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-ret.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-sprop-global.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-state.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-types.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/jmpflags.cpp.o
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/licm.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-locrecs.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/llvm-stack-maps.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/load-elim.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/loop-analysis.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mc-generator.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/memory-effects.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-effects.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-helpers.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mutation.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/native-calls.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/normalized-instruction.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/opt.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg.cpp.o
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prediction-opts.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/print.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prof-data.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/punt.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/recycle-tc.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ref-deps.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/refcount-opts.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-algorithms.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-alloc.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-block.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-cfg.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-trace.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-method.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-prune-arcs.cpp.o
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-selection.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-tracelet.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/regionize-func.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation-x64.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests-arm.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests-x64.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/simplify.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/srcdb.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ssa-tmp.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/store-elim.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-cache.cpp.o
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/target-profile.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/timer.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-cfg.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/trans-rec.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translate-region.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-runtime.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-constraint.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-source.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type-specialization.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/type.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/typecheck-hoisting.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs-arm.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs-x64.cpp.o
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unique-stubs.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-arm.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/unwind-x64.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-arm.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-check.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-copy.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-dead.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-exits.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fold-imms.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-fusion.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-gen.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-instr.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-internal.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-jumps.cpp.o
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-layout.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-llvm.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-phi.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-print.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-simplify.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-unit.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-util.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-visit.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-x64.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm-xls.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vasm.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune-jit.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/write-lease.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/cfg.cpp.o
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-func.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/check-unit.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/pretty.cpp.o
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/verifier/util.cpp.o
[ 86%] Building C object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/vtune/jitprofiling.c.o
[ 86%] Building ASM object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/translator-asm-helpers.S.o
[ 86%] Linking CXX static library libhphp_runtime.a
[ 86%] Built target hphp_runtime_static
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 6465d87912b3cae431c28ea6c9362742ad6883d8
Last commit: 10 hours 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 haswell
OS X: 10.9.5-x86_64
Xcode: 6.2
CLT: 6.2.0.0.1.1424975374
GCC-4.2: build 0
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_11
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/oniguruma/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
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/mcrypt/bin:/usr/local/opt/oniguruma/bin:/usr/local/opt/sqlite/bin:/usr/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCCompilerId-b18065.o -lSystem
superenv added: -headerpad_max_install_names
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCCompilerId-b18065.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCXXCompilerId-247914.o -lc++ -lSystem
superenv added: -headerpad_max_install_names
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/readline/lib /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/CMakeCXXCompilerId-247914.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_06633 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_06633.dir/testCCompiler.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_06633 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_06633.dir/testCCompiler.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_801fb -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_801fb.dir/CMakeCCompilerABI.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_801fb -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_801fb.dir/CMakeCCompilerABI.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_54eef -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54eef.dir/testCXXCompiler.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_54eef -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54eef.dir/testCXXCompiler.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cbe44 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_cbe44.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cbe44 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_cbe44.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8c5a6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c5a6.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8c5a6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c5a6.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_96f95 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_96f95.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_96f95 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_96f95.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f17b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f17b0.dir/CheckIncludeFile.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f17b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f17b0.dir/CheckIncludeFile.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a5423 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a5423.dir/SIZEOF_VOIDP.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a5423 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a5423.dir/SIZEOF_VOIDP.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9e130 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e130.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9e130 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e130.dir/src.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d28ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d28ba.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d28ba -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d28ba.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f6ad9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f6ad9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f6ad9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f6ad9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_177d1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_177d1.dir/CheckFunctionExists.c.o -lm -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_177d1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_177d1.dir/CheckFunctionExists.c.o -lm -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cad53 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cad53.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cad53 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cad53.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b7292 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7292.dir/CheckFunctionExists.c.o -lnsl_r -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b7292 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7292.dir/CheckFunctionExists.c.o -lnsl_r -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fa432 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa432.dir/CheckFunctionExists.c.o -lnsl -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fa432 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa432.dir/CheckFunctionExists.c.o -lnsl -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_74533 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74533.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_74533 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74533.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_56f04 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56f04.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_56f04 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56f04.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebac9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebac9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebac9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebac9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_46cdb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_46cdb.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_46cdb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_46cdb.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a216d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a216d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a216d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a216d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8d692 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8d692.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8d692 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8d692.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15063 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15063.dir/CheckFunctionExists.c.o -lrt -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15063 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15063.dir/CheckFunctionExists.c.o -lrt -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6a61b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6a61b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6a61b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6a61b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6bd8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bd8a.dir/CheckFunctionExists.c.o -lrt -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6bd8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bd8a.dir/CheckFunctionExists.c.o -lrt -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15cc2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15cc2.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15cc2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15cc2.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3d75f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3d75f.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3d75f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3d75f.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fa0b1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa0b1.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fa0b1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fa0b1.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d2e60 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2e60.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d2e60 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2e60.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_341d5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_341d5.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_341d5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_341d5.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_81375 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81375.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_81375 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_81375.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_86459 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_86459.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_86459 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_86459.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7865e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7865e.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7865e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7865e.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0da34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0da34.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0da34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0da34.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_82bd5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_82bd5.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_82bd5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_82bd5.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ef5f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef5f3.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ef5f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ef5f3.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_75b30 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_75b30.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_75b30 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_75b30.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cec39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cec39.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cec39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cec39.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc8f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc8f8.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc8f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc8f8.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5180a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5180a.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5180a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5180a.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5b449 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b449.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5b449 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b449.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40410 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40410.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40410 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40410.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a05dd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a05dd.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a05dd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a05dd.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bd89c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd89c.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bd89c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bd89c.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adbe0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adbe0.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adbe0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adbe0.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aeb6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aeb6f.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aeb6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aeb6f.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cf838 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cf838.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cf838 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cf838.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15f1b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15f1b.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_15f1b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_15f1b.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3dd39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3dd39.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3dd39 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3dd39.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8f590 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8f590.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8f590 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8f590.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a33bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a33bc.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a33bc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a33bc.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a4f6a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4f6a.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a4f6a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4f6a.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aa037 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa037.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aa037 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa037.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e4dd7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e4dd7.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e4dd7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e4dd7.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3c363 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3c363.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3c363 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3c363.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f28cb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f28cb.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f28cb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f28cb.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7bffa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7bffa.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7bffa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7bffa.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bdbce -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bdbce.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bdbce -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bdbce.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f55b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f55b3.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f55b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f55b3.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ff62c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ff62c.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ff62c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ff62c.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9cbe8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cbe8.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9cbe8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cbe8.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_99b63 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_99b63.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_99b63 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_99b63.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8434d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8434d.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8434d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8434d.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_65d40 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65d40.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_65d40 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65d40.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40f90 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40f90.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40f90 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40f90.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e8dd5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8dd5.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e8dd5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8dd5.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e5d49 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e5d49.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e5d49 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e5d49.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dc53c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dc53c.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dc53c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dc53c.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d904a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d904a.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d904a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d904a.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8fa81 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8fa81.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8fa81 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8fa81.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a7321 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a7321.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a7321 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a7321.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c1cce -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1cce.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c1cce -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c1cce.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_65c8f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65c8f.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_65c8f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_65c8f.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_abe71 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_abe71.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_abe71 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_abe71.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6a3b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6a3b3.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6a3b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6a3b3.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7506d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7506d.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7506d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7506d.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_05d88 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_05d88.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_05d88 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_05d88.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be3ef -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be3ef.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be3ef -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be3ef.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_72106 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72106.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_72106 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72106.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e43f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e43f3.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e43f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e43f3.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_59c7c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59c7c.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_59c7c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59c7c.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_067b6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_067b6.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_067b6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_067b6.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f2942 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2942.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f2942 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f2942.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc9ad -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc9ad.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc9ad -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc9ad.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ce8b1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ce8b1.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ce8b1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ce8b1.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_572af -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_572af.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_572af -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_572af.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_62530 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62530.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_62530 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62530.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4f5f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4f5f3.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4f5f3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4f5f3.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e325f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e325f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e325f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e325f.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_12c6d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12c6d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_12c6d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12c6d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8b88c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b88c.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8b88c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b88c.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3edb6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3edb6.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3edb6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3edb6.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_103f7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_103f7.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_103f7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_103f7.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_283c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_283c9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_283c9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_283c9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6e5ea -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6e5ea.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6e5ea -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6e5ea.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f48aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f48aa.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f48aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f48aa.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b2250 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2250.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b2250 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b2250.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3054 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3054.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3054 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3054.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0e397 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0e397.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0e397 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0e397.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a13a4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a13a4.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a13a4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a13a4.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1d090 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1d090.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1d090 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1d090.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1d9a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1d9a5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1d9a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1d9a5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_02761 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_02761.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_02761 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_02761.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6dc34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6dc34.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6dc34 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6dc34.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e9e31 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e9e31.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e9e31 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e9e31.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_de045 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_de045.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_de045 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_de045.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_10c1a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_10c1a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_10c1a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_10c1a.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_77c27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77c27.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_77c27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77c27.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cc789 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cc789.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cc789 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cc789.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_279f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_279f8.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_279f8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_279f8.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_00acd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_00acd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_00acd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_00acd.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6efd2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6efd2.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6efd2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6efd2.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_79f5e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79f5e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_79f5e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_79f5e.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aaa1a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aaa1a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aaa1a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aaa1a.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1c54d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1c54d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1c54d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1c54d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6193a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6193a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6193a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6193a.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o version -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o version -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_94a62 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_94a62.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_94a62 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_94a62.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c6d65 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c6d65.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c6d65 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c6d65.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_481b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_481b0.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_481b0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_481b0.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cafa5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cafa5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cafa5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cafa5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d9b7b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9b7b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d9b7b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d9b7b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_af3b9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af3b9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_af3b9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_af3b9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adaf7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adaf7.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_adaf7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_adaf7.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_23593 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_23593.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_23593 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_23593.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eb9c5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb9c5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eb9c5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb9c5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3e8ff -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3e8ff.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3e8ff -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3e8ff.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_988e0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_988e0.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_988e0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_988e0.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a9331 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a9331.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a9331 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a9331.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8eabc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8eabc.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8eabc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8eabc.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_541a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_541a1.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_541a1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_541a1.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c8a27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c8a27.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c8a27 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c8a27.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_221e4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_221e4.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_221e4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_221e4.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c4876 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c4876.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c4876 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c4876.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_80121 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80121.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_80121 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_80121.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_561a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_561a5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_561a5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_561a5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fbbf8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fbbf8.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fbbf8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fbbf8.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_438ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_438ac.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_438ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_438ac.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2f97b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2f97b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2f97b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2f97b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61b9b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61b9b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61b9b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61b9b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4a3fb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4a3fb.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4a3fb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4a3fb.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_68c36 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_68c36.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_68c36 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_68c36.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1015b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1015b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1015b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1015b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_20aa8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_20aa8.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_20aa8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_20aa8.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ac639 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac639.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ac639 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac639.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8ad3b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8ad3b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8ad3b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8ad3b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40594 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40594.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_40594 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_40594.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b92aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b92aa.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b92aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b92aa.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8a3df -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8a3df.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8a3df -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8a3df.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f8720 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8720.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f8720 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8720.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61886 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61886.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61886 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61886.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d86b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d86b3.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d86b3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d86b3.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bf137 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf137.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bf137 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf137.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b40f5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b40f5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b40f5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b40f5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_60ddd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60ddd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_60ddd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_60ddd.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9e962 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e962.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9e962 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9e962.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0a5fe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a5fe.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0a5fe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0a5fe.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_afc22 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_afc22.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_afc22 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_afc22.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a6245 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a6245.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a6245 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a6245.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f0ca0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f0ca0.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f0ca0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f0ca0.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9561e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9561e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9561e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9561e.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_400df -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_400df.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_400df -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_400df.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_59f82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59f82.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_59f82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_59f82.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a050a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a050a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a050a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a050a.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dfe0d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dfe0d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dfe0d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dfe0d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a8bc3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8bc3.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a8bc3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8bc3.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d2530 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2530.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d2530 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d2530.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a0268 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a0268.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a0268 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a0268.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b4a00 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b4a00.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b4a00 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b4a00.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0bc0e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0bc0e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0bc0e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0bc0e.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_747c2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_747c2.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_747c2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_747c2.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc4dc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc4dc.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bc4dc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bc4dc.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ab2cf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab2cf.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ab2cf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ab2cf.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_72e58 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72e58.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_72e58 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_72e58.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eaefa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eaefa.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eaefa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eaefa.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e5050 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e5050.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e5050 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e5050.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_46ec5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_46ec5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_46ec5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_46ec5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0410e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0410e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0410e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0410e.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2aadd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2aadd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2aadd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2aadd.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_12e9b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12e9b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_12e9b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_12e9b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a4074 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4074.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a4074 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a4074.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a8772 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8772.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a8772 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a8772.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_62f96 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62f96.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_62f96 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_62f96.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_87b8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_87b8a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_87b8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_87b8a.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61f4d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61f4d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_61f4d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_61f4d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_16eb5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_16eb5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_16eb5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_16eb5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ac3f6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac3f6.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ac3f6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ac3f6.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_edea1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_edea1.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_edea1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_edea1.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_56470 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56470.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_56470 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_56470.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebca2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebca2.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebca2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebca2.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_74136 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74136.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_74136 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_74136.dir/CheckFunctionExists.c.o -lSystem
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml heap/hh_shared.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml heap/hh_shared.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6bd83 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bd83.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6bd83 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6bd83.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c07aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c07aa.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c07aa -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c07aa.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e4bd8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e4bd8.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e4bd8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e4bd8.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_86fcd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_86fcd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_86fcd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_86fcd.dir/CheckFunctionExists.c.o -lSystem
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml hhi/hhi_elf.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml hhi/hhi_elf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24e28 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24e28.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24e28 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24e28.dir/CheckFunctionExists.c.o -lSystem
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.gen.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.gen.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/get_build_id.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b129c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b129c.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b129c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b129c.dir/CheckFunctionExists.c.o -lSystem
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/nproc.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/nproc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/realpath.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml utils/realpath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24098 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24098.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24098 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24098.dir/CheckFunctionExists.c.o -lSystem
gcc called with: -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -c -g -I/usr/local/opt/libelf/include/libelf -I/usr/local/include -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml fsevents/fsevents_stubs.c
superenv removed: -O -Wall -O -g -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -I/usr/local/opt/libelf/include/libelf -DOSS_SMALL_HH_TABLE_POWS -pthread -I/usr/local/lib/ocaml fsevents/fsevents_stubs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0dc0d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0dc0d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0dc0d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0dc0d.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7c66f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c66f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7c66f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7c66f.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5f6cd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f6cd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5f6cd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5f6cd.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_021c2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_021c2.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_021c2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_021c2.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9ddf1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9ddf1.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9ddf1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9ddf1.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_31d28 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_31d28.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_31d28 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_31d28.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6f0be -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6f0be.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6f0be -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6f0be.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be7f9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7f9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be7f9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7f9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_77bb1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77bb1.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_77bb1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_77bb1.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/commutative_group.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm58ae64.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/commutative_group.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm58ae64.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o third-party/core/polymorphic_compare.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmad319b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/polymorphic_compare.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmad319b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebd4e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebd4e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ebd4e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ebd4e.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/caml.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6b911c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/caml.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6b911c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6d62e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6d62e.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_6d62e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_6d62e.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/container.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8f1ab3.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/container.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8f1ab3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o third-party/core/core_printf.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm276f23.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/core_printf.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm276f23.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_417d7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_417d7.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_417d7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_417d7.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/monad.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfa3174.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/monad.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfa3174.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o third-party/core/poly.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmabbe8f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/poly.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmabbe8f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e164b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e164b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e164b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e164b.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/core_list.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm634d00.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/core_list.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm634d00.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_89506 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89506.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_89506 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89506.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc3ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc3ac.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc3ac -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc3ac.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_13940 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13940.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_13940 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13940.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/core.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7beb90.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/core.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7beb90.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/ident.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm653de9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/ident.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm653de9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8b681 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b681.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8b681 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8b681.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8b8747.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8b8747.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_57a7f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_57a7f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_57a7f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_57a7f.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/sys_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm37d2b8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/sys_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm37d2b8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4265d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4265d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4265d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4265d.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/pidLog.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm87f977.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/pidLog.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm87f977.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9f5c6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9f5c6.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9f5c6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9f5c6.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/fork.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9a3f10.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/fork.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9a3f10.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o third-party/core/option.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm16e422.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/option.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm16e422.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ff5ee -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ff5ee.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ff5ee -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ff5ee.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/tmp.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c0cd4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/tmp.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c0cd4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/daemon.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7c7378.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/daemon.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7c7378.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_91ec5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_91ec5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_91ec5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_91ec5.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ca749 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca749.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_ca749 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_ca749.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o fsevents/fsevents.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9b65b9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o fsevents/fsevents.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9b65b9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1a91d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a91d.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_1a91d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_1a91d.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o fsnotify_darwin/fsnotify.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm07d4cc.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o fsnotify_darwin/fsnotify.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm07d4cc.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o third-party/avl/monoidAvl.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmab45f9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/avl/monoidAvl.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmab45f9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_397a0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_397a0.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_397a0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_397a0.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o dfind/dfindEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm02fcac.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm02fcac.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_37547 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37547.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_37547 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_37547.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o dfind/dfindMaybe.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm67aa18.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindMaybe.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm67aa18.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cd6f5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cd6f5.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cd6f5 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cd6f5.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o dfind/dfindAddFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5b578f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindAddFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5b578f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5621a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5621a.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5621a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5621a.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/path.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3beb42.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/path.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3beb42.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o dfind/dfindServer.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme2476b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindServer.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme2476b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_84769 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_84769.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_84769 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_84769.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0b476 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0b476.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0b476 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0b476.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/hh_json.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm208f96.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/hh_json.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm208f96.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_10019 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_10019.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_10019 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_10019.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/relative_path.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm647829.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/relative_path.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm647829.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/pos.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm19eb0f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/pos.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm19eb0f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_abd78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_abd78.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_abd78 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_abd78.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_901bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_901bf.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_901bf -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_901bf.dir/CheckSymbolExists.c.o -lSystem
clang called with: -arch x86_64 -c -o stubs/filesToIgnore.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm52542c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/filesToIgnore.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm52542c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8debb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8debb.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8debb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8debb.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24717 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24717.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_24717 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_24717.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a42bb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a42bb.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a42bb -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a42bb.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9dff9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9dff9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9dff9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9dff9.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8c570 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c570.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_8c570 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_8c570.dir/CheckIncludeFiles.c.o -lSystem
clang called with: -arch x86_64 -c -o deps/fileInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd077b3.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o deps/fileInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd077b3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/namespace_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme7bdbd.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/namespace_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme7bdbd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_73dfd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_73dfd.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_73dfd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_73dfd.dir/CheckIncludeFiles.c.o -lSystem
clang called with: -arch x86_64 -c -o parsing/ast.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm228db5.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/ast.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm228db5.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o stubs/eventLogger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1bc0c4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/eventLogger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1bc0c4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o heap/prefix.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm958679.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o heap/prefix.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm958679.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc19f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc19f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc19f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc19f.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o heap/value.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm455762.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o heap/value.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm455762.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o search/searchUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm21dfcd.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o search/searchUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm21dfcd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_171f4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_171f4.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_171f4 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_171f4.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o heap/sharedMem.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma13f8a.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o heap/sharedMem.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma13f8a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d71b9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d71b9.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d71b9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d71b9.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/trie.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfc98e2.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/trie.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfc98e2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0eb44 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0eb44.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0eb44 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0eb44.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o search/fuzzySearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm16b336.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o search/fuzzySearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm16b336.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7226f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7226f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7226f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7226f.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o search/trieSearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1b4514.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o search/trieSearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1b4514.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/parsing_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf8d32c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parsing_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf8d32c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_54260 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54260.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_54260 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_54260.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o search/searchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm987d05.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o search/searchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm987d05.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7bf8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7bf8a.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7bf8a -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7bf8a.dir/CheckSymbolExists.c.o -lSystem
clang called with: -arch x86_64 -c -o globals/globalConfig.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb31028.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o globals/globalConfig.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb31028.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5e5c1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e5c1.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5e5c1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5e5c1.dir/CheckSymbolExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/build_id.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm97fb73.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/build_id.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm97fb73.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9cd53 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cd53.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9cd53 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9cd53.dir/CheckSymbolExists.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/wwwroot.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm020fbc.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/wwwroot.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm020fbc.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f9e36 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f9e36.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f9e36 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f9e36.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0117f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0117f.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0117f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0117f.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_18c85 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_18c85.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_18c85 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_18c85.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fed81 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fed81.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fed81 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fed81.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4dde3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4dde3.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4dde3 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4dde3.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be7d9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7d9.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_be7d9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_be7d9.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e2f88 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e2f88.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e2f88 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e2f88.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5add1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5add1.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5add1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5add1.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_52b06 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_52b06.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_52b06 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_52b06.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_89bea -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89bea.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_89bea -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_89bea.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bf643 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf643.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bf643 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bf643.dir/src.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fdacc -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fdacc.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fdacc -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fdacc.dir/src.cxx.o -lc++ -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d91bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d91bd.dir/SIZEOF_SIGSET_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d91bd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d91bd.dir/SIZEOF_SIGSET_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cd624 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cd624.dir/SIZEOF_MODE_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_cd624 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_cd624.dir/SIZEOF_MODE_T.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a3330 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a3330.dir/SIZEOF_CHAR.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_a3330 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_a3330.dir/SIZEOF_CHAR.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5b0e1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b0e1.dir/SIZEOF_SHORT.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_5b0e1 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_5b0e1.dir/SIZEOF_SHORT.c.o -lSystem
clang called with: -arch x86_64 -c -o stubs/buildMain.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4edb47.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/buildMain.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4edb47.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_157d9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_157d9.dir/SIZEOF_INT.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_157d9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_157d9.dir/SIZEOF_INT.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/errors.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm765089.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/errors.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm765089.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dd249 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dd249.dir/SIZEOF_LONG_LONG.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dd249 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dd249.dir/SIZEOF_LONG_LONG.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_71c9e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_71c9e.dir/SIZEOF_OFF_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_71c9e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_71c9e.dir/SIZEOF_OFF_T.c.o -lSystem
clang called with: -arch x86_64 -c -o parsing/namespaces.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm70c73b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/namespaces.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm70c73b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o naming/naming_special_names.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda3c23.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_special_names.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda3c23.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d32a8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d32a8.dir/SIZEOF_UINT.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d32a8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d32a8.dir/SIZEOF_UINT.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/nast.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3cf807.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nast.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3cf807.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_reason.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm633c6b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_reason.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm633c6b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_defs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm349e2e.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_defs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm349e2e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5cfe94.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5cfe94.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o globals/autocomplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm833c73.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o globals/autocomplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm833c73.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o globals/ide.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda60fe.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o globals/ide.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda60fe.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d68b8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d68b8.dir/SIZEOF_U_INT32_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_d68b8 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_d68b8.dir/SIZEOF_U_INT32_T.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/naming_ast_helpers.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdf677d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_ast_helpers.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdf677d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o naming/naming_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6a4779.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6a4779.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o naming/typecheckerOptions.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0100ff.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/typecheckerOptions.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0100ff.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o deps/typing_deps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9d66b6.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o deps/typing_deps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9d66b6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b7b6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7b6f.dir/SIZEOF_TIME_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b7b6f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b7b6f.dir/SIZEOF_TIME_T.c.o -lSystem
clang called with: -arch x86_64 -c -o dfind/dfindLib.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6cf584.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o dfind/dfindLib.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6cf584.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bdb47 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bdb47.dir/SIZEOF_SOCKLEN_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bdb47 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bdb47.dir/SIZEOF_SOCKLEN_T.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/naming.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm66414d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm66414d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f5bf6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5bf6.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f5bf6 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5bf6.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o server/serverArgs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0a32ef.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverArgs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0a32ef.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0ad52 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0ad52.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_0ad52 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_0ad52.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o utils/config_file.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm143455.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/config_file.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm143455.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/printSignal.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm387ebc.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/printSignal.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm387ebc.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_261c0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_261c0.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_261c0 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_261c0.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o server/serverConfig.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9b13c8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverConfig.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9b13c8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4cf59 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cf59.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_4cf59 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_4cf59.dir/src.cxx.o -lc++ -lSystem
clang called with: -arch x86_64 -c -o procs/worker.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd25e1d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o procs/worker.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd25e1d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_772ab -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_772ab.dir/stack_direction.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_772ab -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_772ab.dir/stack_direction.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/naming_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm04c6f4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/naming_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm04c6f4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_19f46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_19f46.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_19f46 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_19f46.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o third-party/core/result.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdc5777.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o third-party/core/result.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdc5777.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o naming/nast_eval.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdfaf25.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nast_eval.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdfaf25.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9a19d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a19d.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9a19d -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9a19d.dir/CheckIncludeFiles.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_84105 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_84105.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_84105 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_84105.dir/CheckSymbolExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3d82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3d82.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3d82 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3d82.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c7d67.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c7d67.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_58bfe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_58bfe.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_58bfe -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_58bfe.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbb29ae.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_hooks.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbb29ae.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc05c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc05c.dir/CheckSymbolExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fc05c -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fc05c.dir/CheckSymbolExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typeVisitor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3ce7a3.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typeVisitor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3ce7a3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_08667 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_08667.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_08667 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_08667.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_print.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3086f6.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_print.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3086f6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eb542 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb542.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eb542 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eb542.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_03871 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03871.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_03871 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_03871.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb55bd1.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb55bd1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_dependent_type.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf0dda1.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_dependent_type.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf0dda1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_subst.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5ac65f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_subst.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5ac65f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21e80 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21e80.dir/src.cxx.o -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21e80 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21e80.dir/src.cxx.o -lc++ -lSystem
clang called with: -arch x86_64 -c -o typing/typing_phase.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm50745d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_phase.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm50745d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bbcd9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbcd9.dir/SIZEOF_SOCKADDR_IN6.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_bbcd9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_bbcd9.dir/SIZEOF_SOCKADDR_IN6.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_hint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm80a58f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_hint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm80a58f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2eabc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2eabc.dir/SIZEOF_IN6_ADDR.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2eabc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2eabc.dir/SIZEOF_IN6_ADDR.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_instantiate.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm785a24.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_instantiate.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm785a24.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2da5b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2da5b.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_2da5b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_2da5b.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21f95 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21f95.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21f95 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21f95.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9761e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9761e.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9761e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9761e.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_13f8f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13f8f.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_13f8f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_13f8f.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/nastVisitor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme085b6.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/nastVisitor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme085b6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f5884 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5884.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f5884 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f5884.dir/src.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_unification_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8cc229.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_unification_env.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8cc229.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_690e9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_690e9.dir/SIZEOF_MBSTATE_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_690e9 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_690e9.dir/SIZEOF_MBSTATE_T.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_unify.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm56e4c7.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_unify.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm56e4c7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eac6b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eac6b.dir/src.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_eac6b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_eac6b.dir/src.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fb0b7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fb0b7.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_fb0b7 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_fb0b7.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_expand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda3aaa.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_expand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmda3aaa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_generic.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm582225.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_generic.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm582225.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_db4b2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db4b2.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_db4b2 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_db4b2.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_taccess.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm030381.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_taccess.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm030381.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21edd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21edd.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_21edd -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_21edd.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3843 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3843.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e3843 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e3843.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_subtype.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm820e37.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_subtype.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm820e37.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_93779 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_93779.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_93779 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_93779.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_tdef.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm36c49f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_tdef.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm36c49f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_939fc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_939fc.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_939fc -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_939fc.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_ops.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0634aa.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_ops.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0634aa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e8c89 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8c89.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_e8c89 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_e8c89.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/nast_terminality.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7a8958.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nast_terminality.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7a8958.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_suggest.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmcf058c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_suggest.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmcf058c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aa00b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa00b.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_aa00b -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_aa00b.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b675f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b675f.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_b675f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_b675f.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7e949 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7e949.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_7e949 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_7e949.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c6f00 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c6f00.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c6f00 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c6f00.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dda48 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dda48.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_dda48 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_dda48.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_98798 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_98798.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_98798 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_98798.dir/CheckFunctionExists.c.o -lSystem
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f1a67 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1a67.dir/CheckFunctionExists.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f1a67 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f1a67.dir/CheckFunctionExists.c.o -lSystem
clang called with: -arch x86_64 -c -o naming/attributes.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma60a46.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o naming/attributes.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma60a46.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c426e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c426e.dir/SIZEOF_WCHAR_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_c426e -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_c426e.dir/SIZEOF_WCHAR_T.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/nastCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6c1971.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nastCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6c1971.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9da01 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9da01.dir/SIZEOF_WCTYPE_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9da01 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9da01.dir/SIZEOF_WCTYPE_T.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/nastInitCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbb489f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/nastInitCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbb489f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typingEqualityCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm29c89f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typingEqualityCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm29c89f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9eb26 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9eb26.dir/SIZEOF_WINT_T.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_9eb26 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_9eb26.dir/SIZEOF_WINT_T.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_alias.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme67252.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_alias.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme67252.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_async.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma7a627.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_async.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma7a627.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3346f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3346f.dir/CheckIncludeFiles.c.o -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_3346f -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_3346f.dir/CheckIncludeFiles.c.o -lSystem
clang called with: -arch x86_64 -c -o typing/typing_enum.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm20f1af.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_enum.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm20f1af.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_extends.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmce4faa.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_extends.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmce4faa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_47dd5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47dd5.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_47dd5 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_47dd5.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem
clang called with: -arch x86_64 -c -o typing/typing_exts.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmac17ee.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_exts.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmac17ee.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_lenv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9c24b4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_lenv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9c24b4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f8276 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8276.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTC_f8276 -L/usr/local/opt/readline/lib -search_paths_first -headerpad_max_install_names CMakeFiles/cmTC_f8276.dir/src.cxx.o /usr/local/opt/readline/lib/libreadline.dylib /usr/lib/libcurses.dylib -lc++ -lSystem
clang called with: -arch x86_64 -c -o typing/typing_sequencing.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8e10d2.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_sequencing.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8e10d2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_shapes.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3a972a.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_shapes.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3a972a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_variance.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb19309.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_variance.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb19309.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm569a53.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm569a53.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/lexer_hack.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm21c077.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/lexer_hack.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm21c077.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/lint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c3a4c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/lint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c3a4c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/parser_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4c8957.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parser_heap.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4c8957.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/parser_hack.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c0bb7.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parser_hack.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2c0bb7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o stubs/hackEventLogger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm75c336.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/hackEventLogger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm75c336.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o procs/bucket.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm87117c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o procs/bucket.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm87117c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd55836.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd55836.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o procs/multiWorker.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1019a4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o procs/multiWorker.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1019a4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o heap/globalStorage.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5d1017.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o heap/globalStorage.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5d1017.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_dynamic_yield.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5936c8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_dynamic_yield.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5936c8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_inherit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm33286b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_inherit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm33286b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_decl.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmadc2ee.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_decl.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmadc2ee.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_decl_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0d9e6a.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_decl_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0d9e6a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_check_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmae3bc4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_check_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmae3bc4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmafc68f.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmafc68f.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_check_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8a3650.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_check_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8a3650.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverIdeUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8bc2d2.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverIdeUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8bc2d2.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_compare.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm81d8a7.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_compare.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm81d8a7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/findRefsService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme36d94.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/findRefsService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme36d94.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/argumentInfoService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme76426.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/argumentInfoService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme76426.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/autocompleteService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2a3953.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/autocompleteService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2a3953.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/coverage_level.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2945ef.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/coverage_level.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm2945ef.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/find.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4a1a5c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/find.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4a1a5c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/findUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8eaf3e.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/findUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8eaf3e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/identifySymbolService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0ea0c4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/identifySymbolService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0ea0c4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/inferAtPosService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6d2e17.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/inferAtPosService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6d2e17.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o stubs/linting_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmed08f9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/linting_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmed08f9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverFindRefs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7df871.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverFindRefs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7df871.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o search/hackSearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc43df4.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o search/hackSearchService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc43df4.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/symbolUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmaa526c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmaa526c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/symbolFunCallService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm825dcf.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolFunCallService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm825dcf.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/symbolTypeService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbdb89d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolTypeService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbdb89d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/fileOutline.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd6a1b6.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/fileOutline.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd6a1b6.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/methodJumps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm156352.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/methodJumps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm156352.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverArgumentInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdd99ac.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverArgumentInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdd99ac.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverAutoComplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme5451d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverAutoComplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme5451d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverCheckpoint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc2aaa8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCheckpoint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc2aaa8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverColorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9567f3.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverColorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9567f3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverCoverageMetric.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmeefca0.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCoverageMetric.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmeefca0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverError.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdd44c9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverError.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdd44c9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverIdentifyFunction.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb69b84.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverIdentifyFunction.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb69b84.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverInferType.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7762b8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverInferType.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7762b8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverLint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4ca99d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverLint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm4ca99d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverRefactor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf63102.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverRefactor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf63102.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverSearch.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm60c0d8.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverSearch.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm60c0d8.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/symbolInfoService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8206cc.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/symbolInfoService.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8206cc.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/hh_logger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma26701.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/hh_logger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma26701.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/ast_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm666f0c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/ast_utils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm666f0c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o parsing/parsing_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3d2a7a.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o parsing/parsing_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3d2a7a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_redecl_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5a0d7e.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_redecl_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm5a0d7e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfc8113.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmfc8113.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverRpc.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1c6f22.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverRpc.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1c6f22.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverTypeCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8ae5ff.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverTypeCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm8ae5ff.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o typing/typing_suggest_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm661fd9.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o typing/typing_suggest_service.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm661fd9.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o stubs/ai.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6c2911.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o stubs/ai.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6c2911.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o hhi/hhi.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3736d5.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o hhi/hhi.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm3736d5.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o socket/socket.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm719955.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o socket/socket.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm719955.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/lock.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm99f71e.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/lock.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm99f71e.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb7ca05.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb7ca05.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverConvert.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1f7d6b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverConvert.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1f7d6b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverEnvBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme428fb.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverEnvBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme428fb.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverInit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmaf4a8a.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverInit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmaf4a8a.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverPeriodical.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm407312.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverPeriodical.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm407312.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o server/serverMain.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdbba86.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o server/serverMain.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdbba86.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o hh_server.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1a15e3.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o hh_server.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1a15e3.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa435cf.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup5f482c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa435cf.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup5f482c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -Wl,-no_compact_unwind -o hh_server.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa435cf.o /usr/local/lib/ocaml/std_exit.o hh_server.o server/serverMain.o utils/lock.o server/serverPeriodical.o socket/socket.o server/serverInit.o stubs/ai.o server/serverEnvBuild.o server/serverConvert.o typing/typing_suggest_service.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o procs/worker.o utils/printSignal.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o parsing/namespaces.o naming/attributes.o utils/errors.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o hhi/hhi.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o heap/globalStorage.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a
superenv removed: -L/usr/local/lib
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_server.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa435cf.o /usr/local/lib/ocaml/std_exit.o hh_server.o server/serverMain.o utils/lock.o server/serverPeriodical.o socket/socket.o server/serverInit.o stubs/ai.o server/serverEnvBuild.o server/serverConvert.o typing/typing_suggest_service.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o procs/worker.o utils/printSignal.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o parsing/namespaces.o naming/attributes.o utils/errors.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o hhi/hhi.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o heap/globalStorage.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
clang called with: -arch x86_64 -c -o utils/exit_status.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme05080.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/exit_status.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme05080.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientConnectSimple.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm35fff1.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientConnectSimple.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm35fff1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientStop.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6ab15c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientStop.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6ab15c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/hackClientStop.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdc74bd.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/hackClientStop.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmdc74bd.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientStart.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd62b16.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientStart.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd62b16.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o utils/tty.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7d7839.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o utils/tty.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm7d7839.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientConnect.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm191893.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientConnect.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm191893.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientLogCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb10b53.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLogCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmb10b53.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf837ca.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientBuild.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmf837ca.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1d3732.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientEnv.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm1d3732.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme364c7.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCommand.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme364c7.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/colorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm836619.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/colorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm836619.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientArgumentInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm203a79.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientArgumentInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm203a79.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientAutocomplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm38060d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientAutocomplete.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm38060d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientCheckStatus.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd23b26.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCheckStatus.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmd23b26.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientColorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm66da45.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientColorFile.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm66da45.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientCoverageMetric.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm59e576.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCoverageMetric.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm59e576.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientFindRefs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm432aaa.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientFindRefs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm432aaa.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientLint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmab151b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLint.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmab151b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientMethodJumps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm515959.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientMethodJumps.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm515959.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientOutline.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9c1a27.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientOutline.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm9c1a27.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientRefactor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0a41f0.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientRefactor.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm0a41f0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientSearch.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme14c12.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientSearch.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasme14c12.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientSymbolInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6bc4d1.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientSymbolInfo.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6bc4d1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientTypeAtPos.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbc8e05.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientTypeAtPos.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmbc8e05.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientArgs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm294aab.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientArgs.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm294aab.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc3b1c0.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientCheck.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc3b1c0.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientLogCommandUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc244df.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientLogCommandUtils.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc244df.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o client/clientRestart.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmae967b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o client/clientRestart.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmae967b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o hh_client.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm58efd1.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o hh_client.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm58efd1.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup0dc13d.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupf1495c.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup0dc13d.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupf1495c.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -Wl,-no_compact_unwind -o hh_client.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup0dc13d.o /usr/local/lib/ocaml/std_exit.o hh_client.o client/clientRestart.o client/clientLogCommandUtils.o client/clientCheck.o client/clientTypeAtPos.o client/clientSymbolInfo.o client/clientSearch.o client/clientRefactor.o client/clientOutline.o client/clientMethodJumps.o client/clientLint.o client/clientFindRefs.o client/clientCoverageMetric.o client/clientColorFile.o client/colorFile.o client/clientCheckStatus.o client/clientAutocomplete.o client/clientArgumentInfo.o client/clientArgs.o client/clientCommand.o client/clientEnv.o client/clientBuild.o client/clientLogCommand.o client/clientConnect.o utils/tty.o client/clientStart.o client/hackClientStop.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o naming/naming_heap.o heap/globalStorage.o client/clientStop.o client/clientConnectSimple.o utils/lock.o utils/exit_status.o third-party/core/result.o socket/socket.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a
superenv removed: -L/usr/local/lib
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_client.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup0dc13d.o /usr/local/lib/ocaml/std_exit.o hh_client.o client/clientRestart.o client/clientLogCommandUtils.o client/clientCheck.o client/clientTypeAtPos.o client/clientSymbolInfo.o client/clientSearch.o client/clientRefactor.o client/clientOutline.o client/clientMethodJumps.o client/clientLint.o client/clientFindRefs.o client/clientCoverageMetric.o client/clientColorFile.o client/colorFile.o client/clientCheckStatus.o client/clientAutocomplete.o client/clientArgumentInfo.o client/clientArgs.o client/clientCommand.o client/clientEnv.o client/clientBuild.o client/clientLogCommand.o client/clientConnect.o utils/tty.o client/clientStart.o client/hackClientStop.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverCoverageMetric.o utils/find.o server/serverColorFile.o typing/coverage_level.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findUtils.o stubs/filesToIgnore.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o server/fileOutline.o server/autocompleteService.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_dependent_type.o typing/typeVisitor.o server/argumentInfoService.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o procs/bucket.o parsing/parsing_service.o procs/multiWorker.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o naming/naming_heap.o heap/globalStorage.o client/clientStop.o client/clientConnectSimple.o utils/lock.o utils/exit_status.o third-party/core/result.o socket/socket.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
clang called with: -arch x86_64 -c -o hh_single_type_check.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmceb96d.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o hh_single_type_check.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmceb96d.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup274f21.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup8d4788.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup274f21.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup8d4788.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -Wl,-no_compact_unwind -o hh_single_type_check.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup274f21.o /usr/local/lib/ocaml/std_exit.o hh_single_type_check.o stubs/ai.o server/serverConvert.o typing/typing_suggest_service.o hhi/hhi.o client/clientSymbolInfo.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverColorFile.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o server/fileOutline.o server/autocompleteService.o server/argumentInfoService.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o parsing/parsing_service.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/lexer_hack.o parsing/ast_utils.o client/clientCoverageMetric.o server/serverCoverageMetric.o utils/find.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_dependent_type.o server/findUtils.o stubs/filesToIgnore.o procs/multiWorker.o procs/bucket.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o heap/globalStorage.o client/clientColorFile.o utils/tty.o typing/coverage_level.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o typing/typeVisitor.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o parsing/parser_heap.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/hh_json.o client/colorFile.o utils/utils.o utils/ident.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a
superenv removed: -L/usr/local/lib
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_single_type_check.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup274f21.o /usr/local/lib/ocaml/std_exit.o hh_single_type_check.o stubs/ai.o server/serverConvert.o typing/typing_suggest_service.o hhi/hhi.o client/clientSymbolInfo.o server/serverCommand.o stubs/buildMain.o server/serverTypeCheck.o utils/hh_logger.o typing/typing_redecl_service.o server/serverRpc.o server/symbolInfoService.o server/symbolTypeService.o server/symbolFunCallService.o server/symbolUtils.o server/serverSearch.o server/serverRefactor.o server/serverLint.o stubs/linting_service.o server/serverInferType.o server/serverIdentifyFunction.o server/serverFindRefs.o server/serverError.o server/serverColorFile.o server/serverCheckpoint.o server/serverBuild.o server/serverAutoComplete.o server/serverArgumentInfo.o server/methodJumps.o server/inferAtPosService.o server/identifySymbolService.o server/findRefsService.o typing/typing_compare.o server/serverIdeUtils.o server/fileOutline.o server/autocompleteService.o server/argumentInfoService.o search/hackSearchService.o search/searchService.o search/trieSearchService.o utils/trie.o search/fuzzySearchService.o search/searchUtils.o parsing/parsing_service.o parsing/parsing_hooks.o parsing/parser_hack.o utils/lint.o parsing/lexer_hack.o parsing/ast_utils.o client/clientCoverageMetric.o server/serverCoverageMetric.o utils/find.o typing/typing_check_utils.o typing/typing_check_service.o typing/typing_decl_service.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_dependent_type.o server/findUtils.o stubs/filesToIgnore.o procs/multiWorker.o procs/bucket.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o naming/naming_heap.o heap/globalStorage.o client/clientColorFile.o utils/tty.o typing/coverage_level.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_env.o typing/typeVisitor.o server/serverUtils.o stubs/hackEventLogger.o server/serverEnv.o server/serverConfig.o utils/config_file.o server/serverArgs.o utils/wwwroot.o utils/build_id.o procs/worker.o utils/printSignal.o parsing/parser_heap.o naming/naming.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/globalConfig.o globals/autocomplete.o dfind/dfindLib.o dfind/dfindServer.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o third-party/core/option.o dfind/dfindAddFile.o dfind/dfindMaybe.o dfind/dfindEnv.o third-party/avl/monoidAvl.o fsnotify_darwin/fsnotify.o fsevents/fsevents.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/hh_json.o client/colorFile.o utils/utils.o utils/ident.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
clang called with: -arch x86_64 -c -o emitter/emitter_core.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmeae69b.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter_core.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmeae69b.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o emitter/emitter_consts.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma132af.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter_consts.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasma132af.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o emitter/emitter_expr.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm91af95.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter_expr.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm91af95.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o emitter/emitter_lit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm609a83.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter_lit.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm609a83.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o emitter/emitter_stmt.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm37cc16.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter_stmt.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm37cc16.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o emitter/emitter.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6b32ee.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o emitter/emitter.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm6b32ee.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o hh_emitter.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc74e31.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o hh_emitter.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasmc74e31.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
clang called with: -arch x86_64 -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa35aa3.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup67a579.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv executed: clang -pipe -w -Os -march=native -c -o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa35aa3.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartup67a579.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
gcc called with: -Wl,-no_compact_unwind -o hh_emitter.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa35aa3.o /usr/local/lib/ocaml/std_exit.o hh_emitter.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_dependent_type.o typing/typing_env.o typing/typeVisitor.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o emitter/emitter.o naming/naming_heap.o naming/naming.o third-party/core/option.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/autocomplete.o emitter/emitter_stmt.o emitter/emitter_lit.o emitter/emitter_expr.o emitter/emitter_consts.o emitter/emitter_core.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -L/usr/local/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a
superenv removed: -L/usr/local/lib
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -Wl,-no_compact_unwind -o hh_emitter.native -L/usr/local/lib/ocaml /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlstartupa35aa3.o /usr/local/lib/ocaml/std_exit.o hh_emitter.o utils/daemon.o utils/tmp.o utils/fork.o utils/pidLog.o typing/typing_decl.o typing/typing_inherit.o typing/typing_dynamic_yield.o typing/typing.o typing/typing_variance.o typing/typing_shapes.o typing/typing_sequencing.o typing/typing_lenv.o typing/typing_exts.o typing/typing_extends.o typing/typing_enum.o typing/typing_async.o typing/typing_alias.o typing/typingEqualityCheck.o typing/nastInitCheck.o typing/typing_suggest.o typing/typing_ops.o typing/typing_tdef.o typing/typing_taccess.o typing/typing_subtype.o typing/typing_unify.o typing/typing_unification_env.o typing/typing_generic.o typing/typing_expand.o typing/nast_terminality.o typing/nastCheck.o typing/typing_instantiate.o typing/typing_hint.o typing/typing_phase.o typing/typing_subst.o typing/typing_utils.o typing/typing_print.o typing/typing_hooks.o typing/typing_dependent_type.o typing/typing_env.o typing/typeVisitor.o parsing/parser_hack.o utils/lint.o parsing/parser_heap.o parsing/lexer_hack.o parsing/ast_utils.o naming/nastVisitor.o naming/attributes.o naming/nast_eval.o third-party/core/result.o emitter/emitter.o naming/naming_heap.o naming/naming.o third-party/core/option.o naming/typecheckerOptions.o naming/naming_hooks.o naming/naming_ast_helpers.o typing/typing_heap.o typing/typing_defs.o typing/typing_reason.o utils/errors.o parsing/namespaces.o heap/sharedMem.o stubs/eventLogger.o heap/value.o heap/prefix.o globals/ide.o globals/autocomplete.o emitter/emitter_stmt.o emitter/emitter_lit.o emitter/emitter_expr.o emitter/emitter_consts.o emitter/emitter_core.o naming/nast.o parsing/ast.o parsing/namespace_env.o naming/naming_special_names.o deps/typing_deps.o deps/fileInfo.o utils/pos.o utils/relative_path.o utils/path.o utils/sys_utils.o utils/utils.o utils/ident.o utils/hh_json.o utils/core.o third-party/core/core_list.o third-party/core/poly.o third-party/core/polymorphic_compare.o third-party/core/monad.o third-party/core/core_printf.o third-party/core/container.o third-party/core/commutative_group.o third-party/core/caml.o /usr/local/lib/ocaml/unix.a /usr/local/lib/ocaml/str.a /usr/local/lib/ocaml/stdlib.a -lunix -lcamlstr heap/hh_shared.o hhi/hhi_elf.o utils/get_build_id.gen.o utils/get_build_id.o utils/nproc.o utils/realpath.o fsevents/fsevents_stubs.o -lpthread -L/usr/local/opt/libelf/lib -llz4 -framework CoreServices -framework CoreFoundation -sectcreate __text hhi /tmp/hhvm20150901-56340-1nuuvdq/hhvm-3.9.1/hphp/hack/src/../bin/hhi.tar.gz /usr/local/lib/ocaml/libasmrun.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -Wl,-headerpad_max_install_names
clang called with: -arch x86_64 -c -o stubs/formatEventLogger.o /var/folders/gh/xy9jgc9s42n1wv0l8ljxdswc0000gn/T/camlasm06af94.s
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/llvm/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include
superenv exe
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment