Created
September 22, 2015 08:23
-
-
Save Hywan/f21ddd8b9963513ba01c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Installing hhvm from hhvm/homebrew-hhvm | |
Building from source because Library/Taps/hhvm/homebrew-hhvm/hhvm.rb has local changes | |
To install from a bottle instead, run with --force-bottle | |
==> Cloning https://github.com/facebook/hhvm.git | |
git --git-dir /Library/Caches/Homebrew/hhvm--git/.git status -s | |
Updating /Library/Caches/Homebrew/hhvm--git | |
git config remote.origin.url https://github.com/facebook/hhvm.git | |
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master | |
git fetch origin | |
git checkout -f master -- | |
Your branch is behind 'origin/master' by 74 commits, and can be fast-forwarded. | |
(use "git pull" to update your local branch) | |
git reset --hard origin/master | |
HEAD is now at 195c72a Support IsFinal and NoFCallBuiltin flags | |
git submodule foreach --recursive git submodule sync | |
Entering 'third-party' | |
Synchronizing submodule url for 'folly/src' | |
Synchronizing submodule url for 'mcrouter/src' | |
Synchronizing submodule url for 'proxygen/src' | |
Synchronizing submodule url for 're2/src' | |
Synchronizing submodule url for 'squangle/src' | |
Synchronizing submodule url for 'thrift/src' | |
Synchronizing submodule url for 'wangle/src' | |
Synchronizing submodule url for 'webscalesqlclient/webscalesql-5.6' | |
Entering 'third-party/folly/src' | |
Entering 'third-party/mcrouter/src' | |
Entering 'third-party/proxygen/src' | |
Entering 'third-party/re2/src' | |
Entering 'third-party/squangle/src' | |
Entering 'third-party/thrift/src' | |
Entering 'third-party/wangle/src' | |
Entering 'third-party/webscalesqlclient/webscalesql-5.6' | |
git submodule update --init --recursive | |
==> Checking out branch master | |
==> cmake -DENABLE_MCROUTER=OFF -DENABLE_EXTENSION_MCROUTER=OFF -DENABLE_EXTENSION_IMAP=OFF -DCCLIENT_INCLUDE_PATH=0 -DMYSQL_UNIX_SOCK_ADDR=/tmp/mysql.sock -DCMAKE_C_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/HEAD -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_ASM_COMPILER=/usr/local/opt/llvm/bin/clang -DLIBEVENT_INCLUDE_DIR=/usr/local/opt/libevent/include -DLIBEVENT_LIB=/usr/local/opt/libevent/lib/libevent.dylib -DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include -DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib -DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib -DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib -DBOOST_INCLUDEDIR=/usr/local/opt/boost/include -DBOOST_LIBRARYDIR=/usr/local/opt/boost/lib -DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc/include -DJEMALLOC_LIB=/usr/local/opt/jemalloc/lib/libjemalloc.dylib -DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include -DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib -DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/dwarfutils/include -DLIBDWARF_LIBRARIES=/usr/local/opt/dwarfutils/lib/libdwarf.a -DLIBMAGICKWAND_INCLUDE_DIRS=/usr/local/opt/imagemagick/include/ImageMagick-6 -DLIBMAGICKWAND_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.dylib -DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 -DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib -DLIBMEMCACHED_INCLUDE_DIR=/usr/local/opt/libmemcached/include -DLIBMEMCACHED_LIBRARY=/usr/local/opt/libmemcached/lib/libmemcached.dylib -DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf -DLIBELF_LIBRARIES=/usr/local/opt/libelf/lib/libelf.a -DLIBGLOG_INCLUDE_DIR=/usr/local/opt/glog/include -DLIBGLOG_LIBRARY=/usr/local/opt/glog/lib/libglog.dylib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib -DTBB_INSTALL_DIR=/usr/local/opt/tbb -DPC_SQLITE3_FOUND=1 -DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include -DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.dylib -DLIBZIP_INCLUDE_DIR_ZIP=/usr/local/opt/libzip/include -DLIBZIP_INCLUDE_DIR_ZIPCONF=/usr/local/opt/libzip/lib/libzip/include -DLIBZIP_LIBRARY=/usr/local/opt/libzip/lib/libzip.dylib -DLZ4_INCLUDE_DIR=/usr/local/opt/lz4/include -DLZ4_LIBRARY=/usr/local/opt/lz4/lib/liblz4.dylib | |
Re-run cmake no build system arguments | |
-- The C compiler identification is Clang 3.6.2 | |
-- The CXX compiler identification is Clang 3.6.2 | |
-- The ASM compiler identification is unknown | |
-- Found assembler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Warning: Did not find file Compiler/-ASM | |
-- Performing Test IS_X64 | |
-- Performing Test IS_X64 - Success | |
-- Performing Test IS_AARCH64 | |
-- Performing Test IS_AARCH64 - Failed | |
-- Performing Test IS_PPC64 | |
-- Performing Test IS_PPC64 - Failed | |
-- Performing Test PTHREAD_TIMEDLOCK | |
-- Performing Test PTHREAD_TIMEDLOCK - Failed | |
-- Build type not specified: cmake build type Release. | |
-- Found LibDL: /usr/lib/libdl.dylib | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- Found LIBICONV: /usr/lib/libiconv.dylib | |
-- Performing Test LIBICONV_CONST | |
-- Performing Test LIBICONV_CONST - Failed | |
-- Found PCRE: /usr/local/lib/libpcre.dylib | |
-- Performing Test SYSTEM_PCRE_HAS_JIT | |
-- Performing Test SYSTEM_PCRE_HAS_JIT - Failed | |
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Looking for evhttp_bind_socket_with_fd | |
-- Looking for evhttp_bind_socket_with_fd - not found | |
-- Found CURL: /usr/lib/libcurl.dylib (found version "7.37.1") | |
-- Looking for curl_multi_select | |
-- Looking for curl_multi_select - not found | |
-- Looking for curl_multi_wait | |
-- Looking for curl_multi_wait - found | |
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0") | |
-- Found PkgConfig: /opt/local/bin/pkg-config | |
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found LIBZIP: /usr/local/opt/libzip/lib/libzip.dylib | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 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 | |
-- Performing Test FOLLY_HAVE_VLA | |
-- Performing Test FOLLY_HAVE_VLA - Success | |
-- Did not find system RE2 | |
-- Building RE2 from third-party | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of unsigned short | |
-- Check size of unsigned short - done | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
-- Looking for include file inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file locale.h | |
-- Looking for include file locale.h - found | |
-- Looking for include file limits.h | |
-- Looking for include file limits.h - found | |
-- Check size of int32_t | |
-- Check size of int32_t - done | |
-- Check size of uint32_t | |
-- Check size of uint32_t - done | |
-- Looking for strtoll | |
-- Looking for strtoll - found | |
-- Looking for atoll | |
-- Looking for atoll - found | |
-- Looking for strftime | |
-- Looking for strftime - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Performing Test FOLLY_MALLOC | |
-- Performing Test FOLLY_MALLOC - Failed | |
-- Performing Test FOLLY_FUNCTEXCEPT | |
-- Performing Test FOLLY_FUNCTEXCEPT - Failed | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- regex | |
-- context | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- thread | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
CMake Warning (dev) at CMake/HPHPFunctions.cmake:21 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "lib" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
third-party/thrift/CMakeLists.txt:5 (auto_sources) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
-- Looking for arpa/inet.h | |
-- Looking for arpa/inet.h - found | |
-- Looking for netinet/in.h | |
-- Looking for netinet/in.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for string.h | |
-- Looking for string.h - found | |
-- Looking for sys/socket.h | |
-- Looking for sys/socket.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Check size of size_t | |
-- Check size of size_t - done | |
-- Check size of ssize_t | |
-- Check size of ssize_t - done | |
-- Check size of uint8_t | |
-- Check size of uint8_t - done | |
-- Looking for AF_LOCAL | |
-- Looking for AF_LOCAL - found | |
-- Looking for PF_LOCAL | |
-- Looking for PF_LOCAL - found | |
-- Looking for memset | |
-- Looking for memset - found | |
-- Looking for socket | |
-- Looking for socket - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Looking for event_get_version_number | |
-- Looking for event_get_version_number - found | |
-- Performing Test HAVE_LIBEVENT_209 | |
-- Performing Test HAVE_LIBEVENT_209 - Success | |
-- Found libevent 2.0.9+ | |
-- Looking for include file stdio.h | |
-- Looking for include file stdio.h - found | |
-- Looking for include file assert.h | |
-- Looking for include file assert.h - found | |
-- Looking for include file memory.h | |
-- Looking for include file memory.h - found | |
-- Looking for include file strings.h | |
-- Looking for include file strings.h - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strchr | |
-- Looking for strchr - found | |
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") | |
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib | |
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found | |
-- Found Readline: /usr/local/opt/readline/include | |
-- Found Editline: /usr/include/editline | |
-- Looking for dirent.h | |
-- Looking for dirent.h - found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for windows.h | |
-- Looking for windows.h - not found | |
-- Looking for C++ include type_traits.h | |
-- Looking for C++ include type_traits.h - not found | |
-- Looking for C++ include bits/type_traits.h | |
-- Looking for C++ include bits/type_traits.h - not found | |
-- Looking for bcopy | |
-- Looking for bcopy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for strtoq | |
-- Looking for strtoq - found | |
-- Looking for _strtoi64 | |
-- Looking for _strtoi64 - not found | |
-- Check size of long long | |
-- Check size of long long - done | |
-- Check size of unsigned long long | |
-- Check size of unsigned long long - done | |
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:770 (GET_TARGET_PROPERTY): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "pcregrep". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
CMake Warning (dev) at third-party/pcre/CMakeLists.txt:773 (GET_TARGET_PROPERTY): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "pcretest". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- | |
-- | |
-- PCRE configuration summary: | |
-- | |
-- C compiler ...................... : /usr/local/opt/llvm/bin/clang | |
-- C++ compiler .................... : /usr/local/opt/llvm/bin/clang++ | |
-- C compiler flags ................ : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG | |
-- C++ compiler flags .............. : -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG | |
-- | |
-- Build 8 bit PCRE library ........ : ON | |
-- Build 16 bit PCRE library ....... : OFF | |
-- Build 32 bit PCRE library ....... : OFF | |
-- Build C++ library ............... : ON | |
-- Enable JIT compiling support .... : ON | |
-- Enable UTF support .............. : ON | |
-- Unicode properties .............. : ON | |
-- Newline char/sequence ........... : LF | |
-- \R matches only ANYCRLF ......... : OFF | |
-- EBCDIC coding ................... : OFF | |
-- EBCDIC coding with NL=0x25 ...... : OFF | |
-- Rebuild char tables ............. : OFF | |
-- No stack recursion .............. : OFF | |
-- POSIX mem threshold ............. : 10 | |
-- Internal link size .............. : 2 | |
-- Parentheses nest limit .......... : 250 | |
-- Match limit ..................... : 10000000 | |
-- Match limit recursion ........... : MATCH_LIMIT | |
-- Build shared libs ............... : OFF | |
-- Build static libs ............... : ON | |
-- Build pcregrep .................. : ON | |
-- Enable JIT in pcregrep .......... : ON | |
-- Buffer size for pcregrep ........ : 20480 | |
-- Build tests (implies pcretest .. : ON | |
-- and pcregrep) | |
-- Link pcregrep with libz ......... : ON | |
-- Link pcregrep with libbz2 ....... : ON | |
-- Link pcretest with libeditline .. : OFF | |
-- Link pcretest with libreadline .. : ON | |
-- Support Valgrind .................: OFF | |
-- Support coverage .................: | |
-- | |
-- Build type not specified: cmake build type Release. | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- System PCRE does not have JIT enabled - will use hhvm-third-party/pcre | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 0.11.2 | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Found jemalloc: /usr/local/opt/jemalloc/lib/libjemalloc.dylib | |
-- Found Intel TBB | |
-- Looking for dwarf_producer_init | |
-- Looking for dwarf_producer_init - found | |
-- Performing Test DW_CONST | |
-- Performing Test DW_CONST - Success | |
-- Looking for dwarf_producer_init_c | |
-- Looking for dwarf_producer_init_c - not found | |
-- libdwarf uses const char* type | |
-- libdwarf does not have dwarf_producer_init_c, using dwarf_producer_init | |
Generating Release build | |
-- Warning: Did not find file Compiler/-ASM | |
-- Found ocamlc: /usr/local/bin/ocamlc | |
-- Found ocamlc.opt: /usr/local/bin/ocamlc.opt | |
-- Using built-in JSON parser | |
-- Building the apache extension. | |
-- Building the apc extension. | |
-- Building the array extension. | |
-- Building the asio extension. | |
-- Building the Async MySQL extension. | |
-- Building the bcmath extension. | |
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.0.1") | |
-- Building the bz2 extension. | |
-- Building the closure extension. | |
-- Building the collections extension. | |
-- Building the ctype extension. | |
-- Building the curl extension. | |
-- Building the datetime extension. | |
-- Building the debugger extension. | |
-- Building the DOMDocument extension. | |
-- Building the enum extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fb extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fileinfo extension. | |
-- Building the filter extension. | |
-- GNU FriBidi not found | |
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed. | |
Not building the fribidi extension. | |
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib | |
-- Found LibJpeg: /usr/local/lib/libjpeg.dylib | |
-- Found LibPng: /usr/local/lib/libpng.dylib | |
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS) | |
-- Building the gd extension. | |
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS) | |
-- Building the generator extension. | |
-- Found GMP: /usr/local/lib/libgmp.dylib | |
-- Building the gmp extension. | |
-- Building the hash extension. | |
-- Building the hh extension. | |
-- Building the hh_client extension. | |
-- Building the Hot Profiler extension. | |
-- Building the iconv extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the icu extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the imagick extension. | |
Not building the imap extension. | |
-- Building the intervaltimer extension. | |
-- Building the ipc extension. | |
-- Building the json extension. | |
-- Found ldap: /usr/lib/libldap.dylib;/usr/lib/liblber.dylib | |
-- Building the ldap extension. | |
-- Building the libxml extension. | |
-- Building the mail extension. | |
-- Building the mailparse extension. | |
-- Building the mbstring extension. | |
Not building the mcrouter extension. | |
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib | |
-- Building the mcrypt extension. | |
-- Found mcrypt: /usr/local/lib/libmcrypt.dylib | |
-- Building the memcache extension. | |
-- Building the memcached extension. | |
-- Building the MySQL extension. | |
-- Building the MySQLi extension. | |
-- Building the objprof extension. | |
-- Could NOT find LibUODBC (missing: LIBUODBC_LIBRARIES LIBUODBC_INCLUDE_DIRS) | |
-- The odbc extension was disabled because resolving the dependency 'libUODBC' failed. | |
Not building the odbc extension. | |
-- Building the openssl extension. | |
-- Building the pcre extension. | |
-- Building the pdo extension. | |
-- Building the pdo_mysql extension. | |
-- Building the pdo_sqlite extension. | |
-- Building the phar extension. | |
-- Building the posix extension. | |
-- Building the process extension. | |
-- Building the readline extension. | |
-- Building the reflection extension. | |
-- Building the server extension. | |
-- Building the session extension. | |
-- Building the simplexml extension. | |
-- Building the soap extension. | |
-- Building the sockets extension. | |
-- Building the spl extension. | |
-- Building the sqlite3 extension. | |
-- Building the std extension. | |
-- Building the stream extension. | |
-- Building the string extension. | |
-- Building the thread extension. | |
-- Building the thrift extension. | |
-- Building the url extension. | |
-- Building the wddx extension. | |
-- Building the xdebug extension. | |
-- Building the xenon extension. | |
-- Building the xhprof extension. | |
-- Building the xml extension. | |
-- Building the xmlreader extension. | |
-- Building the xmlwriter extension. | |
-- Found LibXslt: /usr/lib/libxslt.dylib (found version "1.1.28") | |
-- Building the xsl extension. | |
-- Building the zip extension. | |
-- Building the zlib extension. | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success | |
CMake Warning (dev) at CMake/HPHPFunctions.cmake:177 (get_target_property): | |
Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The LOCATION property should not be read from target "hhvm". Use the | |
target name directly with add_custom_command, or use the generator | |
expression $<TARGET_FILE>, as appropriate. | |
Call Stack (most recent call first): | |
hphp/hhvm/CMakeLists.txt:62 (HHVM_INSTALL) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
CCLIENT_INCLUDE_PATH | |
-- Build files have been written to: /tmp/hhvm20150922-26066-1wak35s | |
==> make | |
/usr/local/Cellar/cmake/3.3.1/bin/cmake -H/tmp/hhvm20150922-26066-1wak35s -B/tmp/hhvm20150922-26066-1wak35s --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_progress_start /tmp/hhvm20150922-26066-1wak35s/CMakeFiles /tmp/hhvm20150922-26066-1wak35s/CMakeFiles/progress.marks | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/timelib/CMakeFiles/timelib.dir/build.make third-party/timelib/CMakeFiles/timelib.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/double-conversion/CMakeFiles/double-conversion.dir/build.make third-party/double-conversion/CMakeFiles/double-conversion.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libafdt/CMakeFiles/afdt.dir/build.make third-party/libafdt/CMakeFiles/afdt.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/DependInfo.cmake --color= | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/timelib /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/timelib /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/CMakeFiles/timelib.dir/DependInfo.cmake --color= | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/CMakeFiles/afdt.dir/DependInfo.cmake --color= | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/CMakeFiles/double-conversion.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/CMakeFiles/afdt.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/CMakeFiles/afdt.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/CMakeFiles/afdt.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/timelib/CMakeFiles/timelib.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/timelib/CMakeFiles/timelib.dir/depend.internal". | |
Scanning dependencies of target eaw_table | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/timelib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/timelib/CMakeFiles/timelib.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/CMakeFiles/double-conversion.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/CMakeFiles/double-conversion.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/CMakeFiles/double-conversion.dir/depend.internal". | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/eaw_table.dir/build | |
Scanning dependencies of target afdt | |
Scanning dependencies of target double-conversion | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libafdt/CMakeFiles/afdt.dir/build.make third-party/libafdt/CMakeFiles/afdt.dir/build | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && sh /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/generate-eaw-table.sh /usr/local/bin/gawk /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/double-conversion/CMakeFiles/double-conversion.dir/build.make third-party/double-conversion/CMakeFiles/double-conversion.dir/build | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/afdt.dir/src/lowlevel.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src/lowlevel.c | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/bignum-dtoa.cc | |
Scanning dependencies of target timelib | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/timelib/CMakeFiles/timelib.dir/build.make third-party/timelib/CMakeFiles/timelib.dir/build | |
[ 0%] Built target eaw_table | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/astro.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/astro.c | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/bignum.cc | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/dow.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/dow.c | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/afdt.dir/src/strlcpy.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src/strlcpy.c | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/re2/CMakeFiles/re2.dir/build.make third-party/re2/CMakeFiles/re2.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/re2 /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/re2 /tmp/hhvm20150922-26066-1wak35s/third-party/re2/CMakeFiles/re2.dir/DependInfo.cmake --color= | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/afdt.dir/src/sync.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src/sync.c | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/re2/CMakeFiles/re2.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/re2/CMakeFiles/re2.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/re2/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/re2/CMakeFiles/re2.dir/depend.internal". | |
Scanning dependencies of target re2 | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/re2/CMakeFiles/re2.dir/build.make third-party/re2/CMakeFiles/re2.dir/build | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/hash.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/hash.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/util/hash.cc | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/interval.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/interval.c | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/afdt.dir/src/util.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src/util.c | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/afdt.dir/src/async.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src/async.c | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/parse_date.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/parse_date.c | |
[ 0%] Linking C static library libafdt.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/afdt.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libafdt && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/afdt.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libafdt.a CMakeFiles/afdt.dir/src/lowlevel.c.o CMakeFiles/afdt.dir/src/strlcpy.c.o CMakeFiles/afdt.dir/src/sync.c.o CMakeFiles/afdt.dir/src/util.c.o CMakeFiles/afdt.dir/src/async.c.o | |
/usr/bin/ranlib libafdt.a | |
[ 0%] Built target afdt | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/cached-powers.cc | |
/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable] | |
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers); | |
^ | |
1 warning generated. | |
[ 0%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/parse_iso_intervals.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/parse_iso_intervals.c | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/diy-fp.cc | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/double-conversion.cc | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build.make third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/depend.internal". | |
Scanning dependencies of target webscalesqlclient | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build.make third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/build | |
[ 0%] Creating directories for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/tmp | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E make_directory /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E touch /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-mkdir | |
[ 0%] No download step for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E echo_append | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E touch /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-download | |
[ 0%] No patch step for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E echo_append | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E touch /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-patch | |
[ 0%] No update step for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E echo_append | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E touch /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-update | |
[ 0%] Performing configure step for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -DWITHOUT_SERVER=TRUE -DDISABLE_SHARED=TRUE -DCMAKE_C_FLAGS=-Wno-maybe-uninitialized "-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w" "-DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2" -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ "-GUnix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 | |
Re-run cmake no build system arguments | |
-- Running cmake version 3.3.1 | |
-- Found Git: /usr/local/bin/git (found version "2.5.1") | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/fast-dtoa.cc | |
-- 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/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/fixed-dtoa.cc | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/rune.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/util/rune.cc | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
[ 0%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/stringprintf.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/util/stringprintf.cc | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src/double-conversion/strtod.cc | |
-- 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 | |
[ 1%] Linking CXX static library libdouble-conversion.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/double-conversion.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/double-conversion.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libdouble-conversion.a CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o | |
/usr/bin/ranlib libdouble-conversion.a | |
[ 1%] Built target double-conversion | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/parse_tz.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/parse_tz.c | |
-- Detecting CXX compiler ABI info - done | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of void * | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/strutil.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/util/strutil.cc | |
-- Check size of void * - done | |
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' | |
-- MySQL 5.6.24 | |
-- Packaging as: mysql-5.6.24-osx10.10-x86_64 | |
-- Performing Test HAVE_LLVM_LIBCPP | |
-- Performing Test HAVE_LLVM_LIBCPP - Success | |
Dynamic plugins are disabled. | |
-- Looking for floor | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/fastlz/CMakeFiles/fastlz.dir/build.make third-party/fastlz/CMakeFiles/fastlz.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/CMakeFiles/fastlz.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/CMakeFiles/fastlz.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/CMakeFiles/fastlz.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/CMakeFiles/fastlz.dir/depend.internal". | |
Scanning dependencies of target fastlz | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/fastlz/CMakeFiles/fastlz.dir/build.make third-party/fastlz/CMakeFiles/fastlz.dir/build | |
-- Looking for floor - found | |
-- Looking for __infinity | |
[ 1%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/fastlz.dir/fastlz.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz/fastlz.c | |
-- Looking for __infinity - not found | |
-- Looking for __infinity in m | |
[ 1%] Linking C static library libfastlz.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/fastlz.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/fastlz && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/fastlz.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libfastlz.a CMakeFiles/fastlz.dir/fastlz.c.o | |
-- Looking for __infinity in m - not found | |
-- Looking for gethostbyname_r | |
/usr/bin/ranlib libfastlz.a | |
[ 1%] Built target fastlz | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/timelib.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/timelib.c | |
-- Looking for gethostbyname_r - not found | |
-- Looking for gethostbyname_r in nsl_r | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/pcre/CMakeFiles/pcre.dir/build.make third-party/pcre/CMakeFiles/pcre.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/pcre /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/pcre /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/CMakeFiles/pcre.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/pcre/CMakeFiles/pcre.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/pcre/CMakeFiles/pcre.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/pcre/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/pcre/CMakeFiles/pcre.dir/depend.internal". | |
Scanning dependencies of target pcre | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/pcre/CMakeFiles/pcre.dir/build.make third-party/pcre/CMakeFiles/pcre.dir/build | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_byte_order.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_byte_order.c | |
-- 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 | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/util/valgrind.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/util/valgrind.cc | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_chartables.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_chartables.c | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_compile.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_compile.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_compile.c | |
-- 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 | |
-- Looking for clock_gettime - not found | |
-- Looking for clock_gettime in rt | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/bitstate.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/bitstate.cc | |
-- 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 | |
-- Looking for include file crypt.h - not found | |
-- Looking for include file cxxabi.h | |
-- Looking for include file cxxabi.h - not found | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/compile.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/compile.cc | |
-- Looking for include file dirent.h | |
-- Looking for include file dirent.h - found | |
-- Looking for include file dlfcn.h | |
-- Looking for include file dlfcn.h - found | |
-- Looking for include file execinfo.h | |
-- Looking for include file execinfo.h - found | |
-- Looking for include file fcntl.h | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file fenv.h | |
-- Looking for include file fenv.h - found | |
-- Looking for include file float.h | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_config.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_config.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_config.c | |
-- Looking for include file float.h - found | |
-- Looking for include file floatingpoint.h | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_dfa_exec.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_dfa_exec.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_dfa_exec.c | |
-- 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 | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/dfa.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/dfa.cc | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file paths.h | |
-- Looking for include file paths.h - found | |
-- Looking for include file port.h | |
-- Looking for include file port.h - not found | |
-- Looking for include file poll.h | |
-- Looking for include file poll.h - found | |
-- Looking for include file pwd.h | |
-- Looking for include file pwd.h - found | |
-- Looking for include file sched.h | |
-- Looking for include file sched.h - found | |
-- Looking for include file select.h | |
-- Looking for include file select.h - not found | |
-- Looking for include file semaphore.h | |
-- Looking for include file semaphore.h - found | |
-- Looking for include files sys/types.h, sys/dir.h | |
[ 1%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_exec.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_exec.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_exec.c | |
-- 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 | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/filtered_re2.cc | |
-- Looking for include file sys/malloc.h - found | |
-- Looking for include file sys/mman.h | |
-- Looking for include file sys/mman.h - found | |
-- Looking for include file sys/prctl.h | |
-- Looking for include file sys/prctl.h - not found | |
-- Looking for include file sys/resource.h | |
-- Looking for include file sys/resource.h - found | |
-- Looking for include file sys/select.h | |
-- Looking for include file sys/select.h - found | |
-- Looking for include file sys/shm.h | |
-- Looking for include file sys/shm.h - found | |
-- Looking for include file sys/socket.h | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file sys/stat.h | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/stream.h | |
-- Looking for include file sys/stream.h - not found | |
-- Looking for include file sys/termcap.h | |
-- Looking for include file sys/termcap.h - not found | |
-- Looking for include files time.h, sys/timeb.h | |
-- Looking for include files time.h, sys/timeb.h - found | |
-- Looking for include files curses.h, term.h | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/mimics_pcre.cc | |
-- Looking for include files curses.h, term.h - found | |
-- Looking for include file asm/termbits.h | |
-- Looking for include file asm/termbits.h - not found | |
-- Looking for include file termbits.h | |
-- Looking for include file termbits.h - not found | |
-- Looking for include file termios.h | |
-- Looking for include file termios.h - found | |
-- Looking for include file termio.h | |
-- Looking for include file termio.h - not found | |
-- Looking for include file termcap.h | |
-- Looking for include file termcap.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for include file utime.h | |
-- Looking for include file utime.h - found | |
-- Looking for include file varargs.h | |
-- Looking for include file varargs.h - not found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/utime.h | |
-- Looking for include file sys/utime.h - not found | |
-- Looking for include file sys/wait.h | |
-- Looking for include file sys/wait.h - found | |
-- Looking for include file sys/param.h | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/nfa.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/nfa.cc | |
-- Looking for include file sys/param.h - found | |
-- Looking for include file sys/vadvise.h | |
-- Looking for include file sys/vadvise.h - found | |
-- Looking for include file fnmatch.h | |
-- Looking for include file fnmatch.h - found | |
-- Looking for include file stdarg.h | |
-- Looking for include file stdarg.h - found | |
-- Looking for include files stdlib.h, sys/un.h | |
-- Looking for include files stdlib.h, sys/un.h - found | |
-- Looking for include file vis.h | |
-- Looking for include file vis.h - found | |
-- Looking for include file wchar.h | |
-- 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 | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/onepass.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/onepass.cc | |
-- Looking for include file sys/devpoll.h - not found | |
-- Looking for include file sys/epoll.h | |
-- Looking for include file sys/epoll.h - not found | |
-- Looking for include file sys/event.h | |
-- Looking for include file sys/event.h - found | |
-- Looking for include file sys/queue.h | |
-- Looking for include file sys/queue.h - found | |
-- Looking for TAILQ_FOREACH | |
-- Looking for TAILQ_FOREACH - found | |
-- Looking for include file sys/ptem.h | |
-- Looking for include file sys/ptem.h - not found | |
-- Performing Test HAVE_WERROR_FLAG | |
-- Performing Test HAVE_WERROR_FLAG - Failed | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success | |
-- Looking for _aligned_malloc | |
-- Looking for _aligned_malloc - not found | |
-- Looking for _aligned_free | |
-- Looking for _aligned_free - not found | |
-- Looking for aio_read | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/parse.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/parse.cc | |
-- Looking for aio_read - found | |
-- Looking for alarm | |
-- Looking for alarm - found | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- Looking for backtrace_symbols | |
-- Looking for backtrace_symbols - found | |
-- Looking for backtrace_symbols_fd | |
-- Looking for backtrace_symbols_fd - found | |
-- Looking for printstack | |
-- Looking for printstack - not found | |
-- Looking for bmove | |
-- Looking for bmove - not found | |
-- Looking for bsearch | |
-- Looking for bsearch - found | |
-- Looking for index | |
-- Looking for index - found | |
-- Looking for clock_gettime | |
-- 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 | |
-- Looking for flockfile - found | |
-- Looking for ftruncate | |
-- Looking for ftruncate - found | |
-- Looking for getline | |
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/tm2unixtime.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/tm2unixtime.c | |
-- Looking for getline - found | |
-- Looking for compress | |
[ 2%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/timelib.dir/unixtime2tm.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/timelib/unixtime2tm.c | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/perl_groups.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/perl_groups.cc | |
-- Looking for compress - not found | |
-- Looking for crypt | |
[ 2%] Linking C static library libtimelib.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/timelib.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/timelib && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/timelib.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libtimelib.a CMakeFiles/timelib.dir/astro.c.o CMakeFiles/timelib.dir/dow.c.o CMakeFiles/timelib.dir/interval.c.o CMakeFiles/timelib.dir/parse_date.c.o CMakeFiles/timelib.dir/parse_iso_intervals.c.o CMakeFiles/timelib.dir/parse_tz.c.o CMakeFiles/timelib.dir/timelib.c.o CMakeFiles/timelib.dir/tm2unixtime.c.o CMakeFiles/timelib.dir/unixtime2tm.c.o | |
/usr/bin/ranlib libtimelib.a | |
[ 2%] Built target timelib | |
[ 2%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_fullinfo.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_fullinfo.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_fullinfo.c | |
-- Looking for crypt - found | |
-- Looking for dlerror | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prefilter.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/prefilter.cc | |
-- 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/pcre/CMakeFiles/pcre.dir/pcre_get.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_get.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_get.c | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/tools/version/CMakeFiles/version.dir/build.make hphp/tools/version/CMakeFiles/version.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/CMakeFiles/version.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/CMakeFiles/version.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/CMakeFiles/version.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/CMakeFiles/version.dir/depend.internal". | |
Scanning dependencies of target version | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/tools/version/CMakeFiles/version.dir/build.make hphp/tools/version/CMakeFiles/version.dir/build | |
[ 2%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/version.dir/version.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version/version.cpp | |
-- Looking for fconvert - not found | |
-- Looking for fdatasync | |
[ 3%] Linking CXX executable version | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/tools/version && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/version.dir/link.txt --verbose=1 | |
/usr/local/opt/llvm/bin/clang++ -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/version.dir/version.cpp.o -o version | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_globals.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_globals.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_globals.c | |
[ 4%] Built target version | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/prefilter_tree.cc | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_jit_compile.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_jit_compile.c | |
-- Looking for fdatasync - found | |
-- Looking for fdatasync | |
-- Looking for fdatasync - not found | |
-- Looking for fedisableexcept | |
-- Looking for fedisableexcept - not found | |
-- Looking for fpsetmask | |
-- Looking for fpsetmask - not found | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
-- Looking for fsync - found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for gethostbyaddr_r | |
-- Looking for gethostbyaddr_r - not found | |
-- Looking for gethrtime | |
-- Looking for gethrtime - not found | |
-- Looking for getnameinfo | |
-- Looking for getnameinfo - found | |
-- Looking for getpass | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/parser/CMakeFiles/hphp_parser.dir/build.make hphp/parser/CMakeFiles/hphp_parser.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/parser /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/parser /tmp/hhvm20150922-26066-1wak35s/hphp/parser/CMakeFiles/hphp_parser.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/parser/CMakeFiles/hphp_parser.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/parser/CMakeFiles/hphp_parser.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/parser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/parser/CMakeFiles/hphp_parser.dir/depend.internal". | |
-- Looking for getpass - found | |
-- Looking for getpassphrase | |
-- Looking for getpassphrase - not found | |
-- Looking for getpwnam | |
-- Looking for getpwnam - found | |
-- Looking for getpwuid | |
-- Looking for getpwuid - found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - found | |
-- Looking for getrusage | |
-- Looking for getrusage - found | |
-- Looking for getwd | |
Scanning dependencies of target hphp_parser | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/parser/CMakeFiles/hphp_parser.dir/build.make hphp/parser/CMakeFiles/hphp_parser.dir/build | |
[ 4%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/parser/hphp.5.tab.cpp | |
-- Looking for getwd - found | |
-- Looking for gmtime_r | |
-- Looking for gmtime_r - found | |
-- Looking for initgroups | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/prog.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/prog.cc | |
-- 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 | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/re2.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/re2.cc | |
-- Looking for longjmp - found | |
-- Looking for lstat | |
-- Looking for lstat - found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for malloc_info | |
-- Looking for malloc_info - not found | |
-- Looking for memcpy | |
-- Looking for memcpy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mlock | |
-- Looking for mlock - found | |
-- Looking for mlockall | |
-- Looking for mlockall - found | |
-- Looking for mmap | |
-- Looking for mmap - found | |
-- Looking for mmap64 | |
-- Looking for mmap64 - not found | |
-- Looking for perror | |
-- 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 | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/regexp.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/regexp.cc | |
-- 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 | |
-- 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 | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_maketables.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_maketables.c | |
-- Looking for pthread_threadmask - not found | |
-- Looking for pthread_yield_np | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_newline.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_newline.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_newline.c | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_ord2utf8.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_ord2utf8.c | |
-- Looking for pthread_yield_np - found | |
-- Looking for putenv | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_refcount.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_refcount.c | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_string_utils.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_string_utils.c | |
-- Looking for putenv - found | |
-- Looking for readdir_r | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_study.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_study.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_study.c | |
-- Looking for readdir_r - found | |
-- Looking for readlink | |
-- Looking for readlink - found | |
-- Looking for re_comp | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_tables.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_tables.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_tables.c | |
-- Looking for re_comp - not found | |
-- Looking for regcomp | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_ucd.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_ucd.c | |
-- Looking for regcomp - found | |
-- Looking for realpath | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_valid_utf8.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_valid_utf8.c | |
-- Looking for realpath - found | |
-- Looking for rename | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_version.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_version.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_version.c | |
[ 4%] Building C object third-party/pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/usr/local/opt/readline/include -fpermissive -o CMakeFiles/pcre.dir/pcre_xclass.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/pcre/pcre_xclass.c | |
-- Looking for rename - found | |
-- Looking for rwlock_init | |
[ 4%] Linking C static library libpcre.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/pcre.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/pcre && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/pcre.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libpcre.a CMakeFiles/pcre.dir/pcre_byte_order.c.o CMakeFiles/pcre.dir/pcre_chartables.c.o CMakeFiles/pcre.dir/pcre_compile.c.o CMakeFiles/pcre.dir/pcre_config.c.o CMakeFiles/pcre.dir/pcre_dfa_exec.c.o CMakeFiles/pcre.dir/pcre_exec.c.o CMakeFiles/pcre.dir/pcre_fullinfo.c.o CMakeFiles/pcre.dir/pcre_get.c.o CMakeFiles/pcre.dir/pcre_globals.c.o CMakeFiles/pcre.dir/pcre_jit_compile.c.o CMakeFiles/pcre.dir/pcre_maketables.c.o CMakeFiles/pcre.dir/pcre_newline.c.o CMakeFiles/pcre.dir/pcre_ord2utf8.c.o CMakeFiles/pcre.dir/pcre_refcount.c.o CMakeFiles/pcre.dir/pcre_string_utils.c.o CMakeFiles/pcre.dir/pcre_study.c.o CMakeFiles/pcre.dir/pcre_tables.c.o CMakeFiles/pcre.dir/pcre_ucd.c.o CMakeFiles/pcre.dir/pcre_valid_utf8.c.o CMakeFiles/pcre.dir/pcre_version.c.o CMakeFiles/pcre.dir/pcre_xclass.c.o | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols | |
/usr/bin/ranlib libpcre.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libpcre.a(pcre_string_utils.c.o) has no symbols | |
[ 4%] Built target pcre | |
[ 4%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/parser/hphp.7.tab.cpp | |
-- Looking for rwlock_init - not found | |
-- Looking for sched_yield | |
-- Looking for sched_yield - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for setfd | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/set.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/set.cc | |
-- Looking for setfd - not found | |
-- Looking for sigaction | |
-- Looking for sigaction - found | |
-- Looking for sigthreadmask | |
-- Looking for sigthreadmask - not found | |
-- Looking for sigwait | |
-- Looking for sigwait - found | |
-- Looking for sigaddset | |
-- Looking for sigaddset - found | |
-- Looking for sigemptyset | |
-- Looking for sigemptyset - found | |
-- Looking for sighold | |
-- Looking for sighold - found | |
-- Looking for sigset | |
-- Looking for sigset - found | |
-- Looking for sleep | |
-- Looking for sleep - found | |
-- Looking for snprintf | |
-- Looking for snprintf - found | |
-- Looking for stpcpy | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/simplify.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/simplify.cc | |
-- Looking for stpcpy - found | |
-- Looking for strcoll | |
-- Looking for strcoll - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strlcpy | |
-- Looking for strlcpy - found | |
-- Looking for strnlen | |
-- Looking for strnlen - found | |
-- Looking for strlcat | |
-- Looking for strlcat - found | |
-- Looking for strsignal | |
-- Looking for strsignal - found | |
-- Looking for fgetln | |
-- Looking for fgetln - found | |
-- Looking for strpbrk | |
-- Looking for strpbrk - found | |
-- Looking for strsep | |
-- Looking for strsep - found | |
-- Looking for strstr | |
-- Looking for strstr - found | |
-- Looking for strtok_r | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/stringpiece.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/stringpiece.cc | |
-- Looking for strtok_r - found | |
-- Looking for strtol | |
-- Looking for strtol - found | |
-- Looking for strtoll | |
-- Looking for strtoll - found | |
-- Looking for strtoul | |
-- Looking for strtoul - found | |
-- Looking for strtoull | |
-- Looking for strtoull - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for strdup | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/tostring.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/tostring.cc | |
-- Looking for strdup - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- Looking for shmctl | |
-- Looking for shmctl - found | |
-- Looking for shmdt | |
-- Looking for shmdt - found | |
-- Looking for shmget | |
-- Looking for shmget - found | |
-- Looking for tell | |
-- Looking for tell - not found | |
-- Looking for tempnam | |
-- Looking for tempnam - found | |
-- Looking for thr_setconcurrency | |
-- Looking for thr_setconcurrency - not found | |
-- Looking for thr_yield | |
-- Looking for thr_yield - not found | |
-- Looking for vasprintf | |
-- Looking for vasprintf - found | |
-- Looking for vsnprintf | |
-- Looking for vsnprintf - found | |
-- Looking for vprintf | |
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/unicode_casefold.cc | |
-- Looking for vprintf - found | |
-- Looking for valloc | |
-- Looking for valloc - found | |
-- Looking for memalign | |
-- Looking for memalign - not found | |
-- Looking for chown | |
-- Looking for chown - found | |
-- Looking for nl_langinfo | |
-- Looking for nl_langinfo - found | |
-- Looking for ntohll | |
-- Looking for ntohll - not found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for epoll_create | |
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -fpermissive -o CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/re2/src/re2/unicode_groups.cc | |
-- Looking for epoll_create - not found | |
-- Looking for epoll_ctl | |
-- Looking for epoll_ctl - not found | |
-- Looking for inet_ntop | |
-- Looking for inet_ntop - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for signal | |
-- Looking for signal - found | |
-- Looking for timeradd | |
-- Looking for timeradd - found | |
-- Looking for timerclear | |
[ 5%] Linking CXX static library libre2.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/re2.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/re2 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/re2.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libre2.a CMakeFiles/re2.dir/src/util/hash.cc.o CMakeFiles/re2.dir/src/util/rune.cc.o CMakeFiles/re2.dir/src/util/stringprintf.cc.o CMakeFiles/re2.dir/src/util/strutil.cc.o CMakeFiles/re2.dir/src/util/valgrind.cc.o CMakeFiles/re2.dir/src/re2/bitstate.cc.o CMakeFiles/re2.dir/src/re2/compile.cc.o CMakeFiles/re2.dir/src/re2/dfa.cc.o CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o CMakeFiles/re2.dir/src/re2/nfa.cc.o CMakeFiles/re2.dir/src/re2/onepass.cc.o CMakeFiles/re2.dir/src/re2/parse.cc.o CMakeFiles/re2.dir/src/re2/perl_groups.cc.o CMakeFiles/re2.dir/src/re2/prefilter.cc.o CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o CMakeFiles/re2.dir/src/re2/prog.cc.o CMakeFiles/re2.dir/src/re2/re2.cc.o CMakeFiles/re2.dir/src/re2/regexp.cc.o CMakeFiles/re2.dir/src/re2/set.cc.o CMakeFiles/re2.dir/src/re2/simplify.cc.o CMakeFiles/re2.dir/src/re2/stringpiece.cc.o CMakeFiles/re2.dir/src/re2/tostring.cc.o CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o | |
/usr/bin/ranlib libre2.a | |
[ 5%] Built target re2 | |
[ 5%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_parser.dir/lex.yy.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/parser/lex.yy.cpp | |
-- Looking for timerclear - found | |
-- Looking for timercmp | |
-- Looking for timercmp - found | |
-- Looking for timerisset | |
-- Looking for timerisset - found | |
-- Looking for timer_create | |
-- Looking for timer_create - not found | |
-- Looking for timer_settime | |
-- Looking for timer_settime - not found | |
-- Looking for include file time.h | |
-- Looking for include file time.h - found | |
-- Looking for include file sys/times.h | |
-- Looking for include file sys/times.h - found | |
-- Looking for include file asm/msr.h | |
-- Looking for include file asm/msr.h - not found | |
-- Looking for include file ia64intrin.h | |
-- Looking for include file ia64intrin.h - not found | |
-- Looking for times | |
-- Looking for times - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for read_real_time | |
-- Looking for read_real_time - not found | |
-- Looking for ftime | |
-- Looking for ftime - found | |
-- Looking for time | |
-- Looking for time - found | |
-- Looking for rdtscll | |
-- Looking for rdtscll - not found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for tzname | |
-- Looking for tzname - found | |
-- Looking for lrand48 | |
-- Looking for lrand48 - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for TIOCGWINSZ | |
-- Looking for TIOCGWINSZ - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for TIOCSTAT | |
-- Looking for TIOCSTAT - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for SIGEV_THREAD_ID | |
-- Looking for SIGEV_THREAD_ID - not found | |
-- Looking for SIGEV_PORT | |
-- Looking for SIGEV_PORT - not found | |
-- Looking for EVFILT_TIMER | |
-- Looking for EVFILT_TIMER - found | |
-- Looking for finite | |
-- Looking for finite - found | |
-- Looking for log2 | |
-- Looking for log2 - found | |
-- Looking for isnan | |
-- Looking for isnan - found | |
-- Looking for rint | |
-- Looking for rint - found | |
-- Performing Test HAVE_ISINF | |
-- Performing Test HAVE_ISINF - Success | |
-- Performing Test HAVE_FESETROUND | |
-- Performing Test HAVE_FESETROUND - Success | |
-- Check size of sigset_t | |
-- Check size of sigset_t - done | |
-- Check size of mode_t | |
-- Check size of mode_t - done | |
-- Check size of char | |
-- Check size of char - done | |
-- Check size of short | |
-- Check size of short - done | |
-- Check size of int | |
-- Check size of int - done | |
-- Check size of long long | |
-- Check size of long long - done | |
-- Check size of off_t | |
-- Check size of off_t - done | |
-- Check size of uchar | |
-- Check size of uchar - failed | |
-- Check size of uint | |
-- Check size of uint - done | |
-- Check size of ulong | |
-- Check size of ulong - failed | |
-- Check size of int8 | |
-- Check size of int8 - failed | |
-- Check size of uint8 | |
-- Check size of uint8 - failed | |
-- Check size of int16 | |
-- Check size of int16 - failed | |
-- Check size of uint16 | |
-- Check size of uint16 - failed | |
-- Check size of int32 | |
-- Check size of int32 - failed | |
-- Check size of uint32 | |
-- Check size of uint32 - failed | |
-- Check size of u_int32_t | |
-- Check size of u_int32_t - done | |
-- Check size of int64 | |
-- Check size of int64 - failed | |
-- Check size of uint64 | |
-- Check size of uint64 - failed | |
-- Check size of time_t | |
-- Check size of time_t - done | |
-- Check size of bool | |
-- Check size of bool - failed | |
-- Check size of socklen_t | |
-- Check size of socklen_t - done | |
-- Performing Test TIME_T_UNSIGNED | |
-- Performing Test TIME_T_UNSIGNED - Failed | |
-- Performing Test HAVE_GETADDRINFO | |
-- Performing Test HAVE_GETADDRINFO - Success | |
-- Performing Test HAVE_SELECT | |
-- Performing Test HAVE_SELECT - Success | |
-- Performing Test HAVE_TIMESPEC_TS_SEC | |
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed | |
-- Performing Test QSORT_TYPE_IS_VOID | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/hack/CMakeFiles/hack.dir/build.make hphp/hack/CMakeFiles/hack.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/hack /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/hack /tmp/hhvm20150922-26066-1wak35s/hphp/hack/CMakeFiles/hack.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/hack/CMakeFiles/hack.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/hack/CMakeFiles/hack.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/hack/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/hack/CMakeFiles/hack.dir/depend.internal". | |
Scanning dependencies of target hack | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/hack/CMakeFiles/hack.dir/build.make hphp/hack/CMakeFiles/hack.dir/build | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src && env OPTBIN=".opt" /Library/Developer/CommandLineTools/usr/bin/make EXTRA_INCLUDE_PATHS="/usr/local/opt/libelf/include/libelf /usr/local/opt/lz4/include" EXTRA_LIB_PATHS="/usr/local/opt/libelf/lib /usr/local/opt/lz4/lib" EXTRA_CC_FLAGS="-DOSS_SMALL_HH_TABLE_POWS -pthread" EXTRA_NATIVE_LIBRARIES="lz4" | |
-- Performing Test QSORT_TYPE_IS_VOID - Success | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
mkdir -p ../bin | |
/Library/Developer/CommandLineTools/usr/bin/make -C ../hhi | |
tar czf ../bin/hhi.tar.gz . | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed | |
-- Checking stack direction : -1 | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/neo/CMakeFiles/neo.dir/build.make hphp/neo/CMakeFiles/neo.dir/depend | |
# build-hack-native-deps is a dependency of _build/hh_server.native _build/hh_client.native _build/hh_single_type_check.native _build/hh_emitter.native _build/hh_format.native _build/h2tp.native _build/test_unparser.native _build/hh_match.native _build/code_extent_tests.native _build/matcher_test.native _build/patcher_api_test.native _build/patcher_module_test.native _build/patcher_test.native but as it is phony | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/neo /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/neo /tmp/hhvm20150922-26066-1wak35s/hphp/neo/CMakeFiles/neo.dir/DependInfo.cmake --color= | |
# we place it here to avoid unnecessary rebuilds | |
/Library/Developer/CommandLineTools/usr/bin/make build-hack-native-deps build-hhi-archive | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/neo/CMakeFiles/neo.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/neo/CMakeFiles/neo.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/neo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/neo/CMakeFiles/neo.dir/depend.internal". | |
Scanning dependencies of target neo | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/neo/CMakeFiles/neo.dir/build.make hphp/neo/CMakeFiles/neo.dir/build | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_err.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_err.c | |
REV="const char* const BuildInfo_kRevision = \"$(git rev-parse HEAD || hg id -i)\";"; \ | |
if [ "$REV" != "$(cat utils/get_build_id.gen.c 2>/dev/null)" ]; then echo "$REV" > utils/get_build_id.gen.c; fi | |
ocamlbuild -cflags "-g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread" heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success | |
-- Looking for include files time.h, sys/time.h | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_files.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_files.c | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c heap/hh_shared.c | |
-- Looking for include files time.h, sys/time.h - found | |
-- Looking for O_NONBLOCK | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_hash.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_hash.c | |
-- Looking for O_NONBLOCK - found | |
-- Performing Test C_HAS_inline | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_hdf.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_hdf.c | |
-- Performing Test C_HAS_inline - Success | |
-- Performing Test HAVE_PAUSE_INSTRUCTION | |
mv hh_shared.o heap/hh_shared.o | |
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success | |
-- Looking for tcgetattr | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_elf.c | |
mv hhi_elf.o hhi/hhi_elf.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c hhi/hhi_win32res_stubs.c | |
-- Looking for tcgetattr - found | |
-- Performing Test HAVE_POSIX_SIGNALS | |
mv hhi_win32res_stubs.o hhi/hhi_win32res_stubs.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/files.c | |
mv files.o utils/files.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c | |
-- Performing Test HAVE_POSIX_SIGNALS - Success | |
-- Performing Test HAVE_BSS_START | |
mv get_build_id.gen.o utils/get_build_id.gen.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.c | |
mv get_build_id.o utils/get_build_id.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/handle_stubs.c | |
-- Performing Test HAVE_BSS_START - Failed | |
-- Performing Test HAVE_WEAK_SYMBOL | |
mv handle_stubs.o utils/handle_stubs.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/nproc.c | |
-- Performing Test HAVE_WEAK_SYMBOL - Success | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST | |
mv nproc.o utils/nproc.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/realpath.c | |
[ 5%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_misc.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_misc.c | |
mv realpath.o utils/realpath.o | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/sysinfo.c | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_rand.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_rand.c | |
mv sysinfo.o utils/sysinfo.o | |
/usr/local/bin/ocamlc.opt -g -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/neo_str.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/neo_str.c | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success | |
-- Looking for netinet/in6.h | |
-- Looking for netinet/in6.h - not found | |
-- Check size of struct sockaddr_in6 | |
-- Check size of struct sockaddr_in6 - done | |
-- Check size of struct in6_addr | |
-- Check size of struct in6_addr - done | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/ulist.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/ulist.c | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY | |
mv fsevents_stubs.o fsevents/fsevents_stubs.o | |
mkdir -p ../bin | |
/Library/Developer/CommandLineTools/usr/bin/make -C ../hhi | |
tar czf ../bin/hhi.tar.gz . | |
ocamlbuild -no-links -cflag -g -I client -I deps -I dfind -I emitter -I format -I globals -I h2tp/common -I h2tp/mapper -I h2tp/test -I h2tp/unparser -I h2tp -I heap -I hh_matcher -I hh_matcher/test -I hhi -I naming -I parsing -I procs -I search -I server -I socket -I stubs -I third-party/avl -I third-party/core -I typing -I utils -I fsnotify_darwin -I fsevents -lib str -lib unix -lib bigarray \ | |
-lflags "-g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz" \ | |
hh_server.native hh_client.native hh_single_type_check.native hh_emitter.native hh_format.native h2tp.native test_unparser.native hh_match.native code_extent_tests.native matcher_test.native patcher_api_test.native patcher_module_test.native patcher_test.native | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/ulocks.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/ulocks.c | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli | |
[ 6%] Building C object hphp/neo/CMakeFiles/neo.dir/wildmat.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/neo.dir/wildmat.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/neo/wildmat.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN | |
/usr/local/bin/ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml | |
/usr/local/bin/ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml | |
/usr/local/bin/ocamldep.opt -modules utils/core.ml > utils/core.ml.depends | |
[ 6%] Linking C static library libneo.a | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/neo.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/neo && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/neo.dir/link.txt --verbose=1 | |
/usr/local/bin/ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends | |
/usr/bin/ar cq libneo.a CMakeFiles/neo.dir/neo_err.c.o CMakeFiles/neo.dir/neo_files.c.o CMakeFiles/neo.dir/neo_hash.c.o CMakeFiles/neo.dir/neo_hdf.c.o CMakeFiles/neo.dir/neo_misc.c.o CMakeFiles/neo.dir/neo_rand.c.o CMakeFiles/neo.dir/neo_str.c.o CMakeFiles/neo.dir/ulist.c.o CMakeFiles/neo.dir/ulocks.c.o CMakeFiles/neo.dir/wildmat.c.o | |
/usr/local/bin/ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends | |
/usr/bin/ranlib libneo.a | |
[ 6%] Built target neo | |
[ 6%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_parser.dir/parser.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/parser/parser.cpp | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO | |
/usr/local/bin/ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmo third-party/core/commutative_group.ml | |
/usr/local/bin/ocamldep.opt -modules third-party/core/core_printf.ml > third-party/core/core_printf.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/monad.ml > third-party/core/monad.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/poly.ml > third-party/core/poly.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.mli > third-party/core/polymorphic_compare.mli.depends | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmi third-party/core/polymorphic_compare.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmo third-party/core/caml.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmo third-party/core/container.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmo third-party/core/core_printf.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmo third-party/core/monad.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmo third-party/core/poly.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmo third-party/core/core_list.ml | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success | |
-- Check size of mbstate_t | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmx third-party/core/commutative_group.ml | |
/usr/local/bin/ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends | |
-- Check size of mbstate_t - done | |
-- Performing Test HAVE_LANGINFO_CODESET | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmx third-party/core/polymorphic_compare.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmx third-party/core/caml.ml | |
-- Performing Test HAVE_LANGINFO_CODESET - Success | |
-- Looking for mbrlen | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmx third-party/core/core_printf.ml | |
-- Looking for mbrlen - found | |
-- Looking for mbscmp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml | |
-- Looking for mbscmp - not found | |
-- Looking for mbsrtowcs | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmx third-party/core/core_list.ml | |
-- Looking for mbsrtowcs - found | |
-- Looking for wcrtomb | |
/usr/local/bin/ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli | |
/usr/local/bin/ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/sys_utils.ml > utils/sys_utils.ml.depends | |
-- Looking for wcrtomb - found | |
-- Looking for mbrtowc | |
/usr/local/bin/ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/ident.ml > utils/ident.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmo utils/ident.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmo utils/utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmo third-party/core/option.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml | |
-- Looking for mbrtowc - found | |
-- Looking for wcscoll | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmo utils/fork.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/ident.cmx utils/ident.ml | |
-- Looking for wcscoll - found | |
-- Looking for wcsdup | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/utils.cmx utils/utils.ml | |
-- Looking for wcsdup - found | |
-- Looking for wcwidth | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmx third-party/core/option.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml | |
-- Looking for wcwidth - found | |
-- Looking for wctype | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml | |
-- Looking for wctype - found | |
-- Looking for iswlower | |
/usr/local/bin/ocamldep.opt -modules utils/handle.ml > utils/handle.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/handle.cmo utils/handle.ml | |
/usr/local/bin/ocamldep.opt -modules utils/path.ml > utils/path.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/path.mli > utils/path.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/fork.cmx utils/fork.ml | |
-- Looking for iswlower - found | |
-- Looking for iswupper | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/handle.cmx utils/handle.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml | |
-- Looking for iswupper - found | |
-- Looking for towlower | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.ml > dfind/dfindLib.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/daemon.cmx utils/daemon.ml | |
-- Looking for towlower - found | |
-- Looking for towupper | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends | |
/usr/local/bin/ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmi fsnotify_darwin/fsnotify.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmi third-party/avl/monoidAvl.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmi dfind/dfindEnv.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli | |
-- Looking for towupper - found | |
-- Looking for iswctype | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmi fsevents/fsevents.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsevents -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml | |
-- Looking for iswctype - found | |
-- Check size of wchar_t | |
/usr/local/bin/ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I fsnotify_darwin -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I third-party/avl -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml | |
-- Check size of wchar_t - done | |
-- Check size of wctype_t | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends | |
/usr/local/bin/ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmx dfind/dfindEnv.ml | |
-- Check size of wctype_t - done | |
-- Check size of wint_t | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml | |
/usr/local/bin/ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmo utils/hh_logger.ml | |
-- Check size of wint_t - done | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml | |
-- Found Curses: /usr/lib/libcurses.dylib | |
-- Looking for 3 include files stdio.h, ..., readline/history.h | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml | |
-- Looking for 3 include files stdio.h, ..., readline/history.h - found | |
-- Performing Test edit_HAVE_HIST_ENTRY | |
/usr/local/bin/ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/hh_json.ml > utils/hh_json.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/pos.mli > utils/pos.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmo utils/hh_json.ml | |
/usr/local/bin/ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmi utils/relative_path.mli | |
-- Performing Test edit_HAVE_HIST_ENTRY - Success | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmi utils/pos.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli | |
/usr/local/bin/ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/hh_json.cmx utils/hh_json.ml | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed | |
-- Performing Test edit_USE_NEW_READLINE_INTERFACE | |
/usr/local/bin/ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml | |
-- Performing Test 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 -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml | |
/usr/local/bin/ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmo stubs/eventLogger.ml | |
/usr/local/bin/ocamldep.opt -modules utils/exit_status.ml > utils/exit_status.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmo utils/exit_status.ml | |
/usr/local/bin/ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml | |
/usr/local/bin/ocamldep.opt -modules utils/find.ml > utils/find.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/find.mli > utils/find.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmi utils/find.mli | |
/usr/local/bin/ocamldep.opt -modules utils/findUtils.ml > utils/findUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/findUtils.mli > utils/findUtils.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmi utils/findUtils.mli | |
/usr/local/bin/ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml | |
/usr/local/bin/ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmo stubs/hackEventLogger.ml | |
/usr/local/bin/ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends | |
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmi deps/fileInfo.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmo parsing/namespace_env.ml | |
-- CMAKE_BUILD_TYPE: RelWithDebInfo | |
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H | |
-- CMAKE_C_FLAGS: -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 | |
-- CMAKE_CXX_FLAGS: -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -Wall -Wextra -Wformat-security -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -std=c++11 | |
-- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF | |
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF | |
-- Configuring done | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml | |
/usr/local/bin/ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends | |
/usr/local/bin/ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends | |
/usr/local/bin/ocamldep.opt -modules heap/value.mli > heap/value.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmi heap/prefix.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmi heap/value.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmo search/searchUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmi heap/sharedMem.mli | |
/usr/local/bin/ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmo search/trieSearchService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmo parsing/parsing_hooks.ml | |
-- Generating done | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmo search/searchService.ml | |
-- Build files have been written to: /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E touch /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-configure | |
[ 7%] Performing build step for 'webscalesqlclient' | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /Library/Developer/CommandLineTools/usr/bin/make -C libmysql | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -H/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 -B/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/bin/ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_progress_start /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/libmysql/CMakeFiles/progress.marks | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 libmysql/all | |
/Library/Developer/CommandLineTools/usr/bin/make -f zlib/CMakeFiles/zlib.dir/build.make zlib/CMakeFiles/zlib.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/CMakeFiles/zlib.dir/DependInfo.cmake --color= | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/CMakeFiles/zlib.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/CMakeFiles/zlib.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/CMakeFiles/zlib.dir/depend.internal". | |
Scanning dependencies of target zlib | |
/Library/Developer/CommandLineTools/usr/bin/make -f zlib/CMakeFiles/zlib.dir/build.make zlib/CMakeFiles/zlib.dir/build | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/adler32.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/adler32.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml | |
1 warning generated. | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/compress.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/compress.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/crc32.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/crc32.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends | |
/usr/local/bin/ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml | |
1 warning generated. | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/deflate.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/deflate.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/prefix.cmx heap/prefix.ml | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/vixl/CMakeFiles/vixl.dir/build.make hphp/vixl/CMakeFiles/vixl.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/vixl /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/vixl /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/CMakeFiles/vixl.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/vixl/CMakeFiles/vixl.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/vixl/CMakeFiles/vixl.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/vixl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/vixl/CMakeFiles/vixl.dir/depend.internal". | |
/usr/local/bin/ocamldep.opt -modules utils/stats.ml > utils/stats.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/stats.cmo utils/stats.ml | |
/usr/local/bin/ocamldep.opt -modules heap/value.ml > heap/value.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/stats.cmx utils/stats.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml | |
Scanning dependencies of target vixl | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/vixl/CMakeFiles/vixl.dir/build.make hphp/vixl/CMakeFiles/vixl.dir/build | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/utils.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/utils.cc | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/gzio.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/gzio.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml | |
1 warning generated. | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/infback.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/infback.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml | |
1 warning generated. | |
[ 4%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/inffast.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/inffast.c | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi_win32res.ml > hhi/hhi_win32res.ml.depends | |
/usr/local/bin/ocamldep.opt -modules hhi/hhi_win32res.mli > hhi/hhi_win32res.mli.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmi hhi/hhi_win32res.mli | |
/usr/local/bin/ocamldep.opt -modules utils/tmp.ml > utils/tmp.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmo utils/tmp.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3 -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmx hhi/hhi_win32res.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml | |
1 warning generated. | |
[ 4%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/inflate.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/inflate.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml | |
/usr/local/bin/ocamldep.opt -modules utils/random_id.ml > utils/random_id.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/random_id.cmo utils/random_id.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends | |
/usr/local/bin/ocamldep.opt -modules stubs/ai_options.ml > stubs/ai_options.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmo stubs/ai_options.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmo utils/wwwroot.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmx stubs/ai_options.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverCommand.ml > server/serverCommand.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nast.ml > naming/nast.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmo naming/naming_special_names.ml | |
/usr/local/bin/ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml | |
[ 7%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_parser.dir/scanner.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/parser/scanner.cpp | |
/usr/local/bin/ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends | |
/usr/local/bin/ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmi server/serverConfig.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmi procs/worker.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends | |
1 warning generated. | |
[ 4%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/inftrees.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/inftrees.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmo typing/typing_reason.ml | |
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/assembler-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/assembler-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/assembler-a64.cc | |
/usr/local/bin/ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmo typing/typing_defs.ml | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmi deps/typing_deps.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmi typing/typing_env.mli | |
[ 5%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/trees.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/trees.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_subst.ml > typing/typing_subst.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typeVisitor.ml > typing/typeVisitor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmo typing/typeVisitor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmi typing/typing_print.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmo typing/typing_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmo typing/typing_dependent_type.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmo typing/typing_subst.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmo typing/typing_phase.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmo typing/typing_unification_env.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml | |
1 warning generated. | |
[ 5%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/uncompr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/uncompr.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmo globals/autocomplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml | |
1 warning generated. | |
[ 5%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -o CMakeFiles/zlib.dir/zutil.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib/zutil.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml | |
1 warning generated. | |
[ 6%] Linking C static library libzlib.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/zlib.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libzlib.a CMakeFiles/zlib.dir/adler32.c.o CMakeFiles/zlib.dir/compress.c.o CMakeFiles/zlib.dir/crc32.c.o CMakeFiles/zlib.dir/deflate.c.o CMakeFiles/zlib.dir/gzio.c.o CMakeFiles/zlib.dir/infback.c.o CMakeFiles/zlib.dir/inffast.c.o CMakeFiles/zlib.dir/inflate.c.o CMakeFiles/zlib.dir/inftrees.c.o CMakeFiles/zlib.dir/trees.c.o CMakeFiles/zlib.dir/uncompr.c.o CMakeFiles/zlib.dir/zutil.c.o | |
/usr/bin/ranlib libzlib.a | |
/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 | |
[ 6%] Built target zlib | |
/Library/Developer/CommandLineTools/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/depend | |
/usr/local/bin/ocamllex.opt -q parsing/lexer_hack.mll | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/CMakeFiles/strings.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/CMakeFiles/strings.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/CMakeFiles/strings.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/CMakeFiles/strings.dir/depend.internal". | |
/usr/local/bin/ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmo parsing/lexer_hack.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli | |
/usr/local/bin/ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends | |
Scanning dependencies of target strings | |
/usr/local/bin/ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends | |
/Library/Developer/CommandLineTools/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/build | |
/usr/local/bin/ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/bchange.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/bchange.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmo procs/bucket.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends | |
/usr/local/bin/ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmo naming/naming_heap.ml | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml | |
[ 6%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/bmove_upp.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/bmove_upp.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl_service.mli > typing/typing_decl_service.mli.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-big5.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-big5.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -4-6-29-35-44-48 -I heap -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmo heap/globalStorage.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmi typing/typing_decl_service.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.mli > typing/typing_decl.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmo server/serverUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmo typing/typing_check_utils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmi typing/typing_decl.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.mli > typing/typing_compare.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmo server/serverIdeUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmi typing/typing_compare.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverArgumentInfo.ml > server/serverArgumentInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/argumentInfoService.ml > server/argumentInfoService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmo server/autocompleteService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-bin.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-bin.c | |
/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 | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverError.ml > server/serverError.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.mli > server/serverFindRefs.mli.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmo server/identifySymbolService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverIdle.mli > server/serverIdle.mli.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmo server/inferAtPosService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverLint.ml > server/serverLint.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends | |
[ 8%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-cp932.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-cp932.c | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmi utils/lint.mli | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmi server/serverFindRefs.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverSearch.ml > server/serverSearch.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolInfoService.ml > server/symbolInfoService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolFunCallService.ml > server/symbolFunCallService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolTypeService.ml > server/symbolTypeService.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/symbolUtils.ml > server/symbolUtils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmo server/symbolFunCallService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmo server/fileOutline.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmo server/serverArgumentInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmo server/serverAutoComplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmo server/serverCheckpoint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmo server/serverCoverageMetric.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmo server/serverError.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmi server/serverIdle.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmo server/serverInferType.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmo server/serverLint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmo server/serverRefactor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmo server/serverSearch.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmo server/symbolInfoService.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmo server/serverRpc.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmi server/serverTypeCheck.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml | |
/usr/local/bin/ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends | |
1 warning generated. | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-czech.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-czech.c | |
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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml | |
1 warning generated. | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-euc_kr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-euc_kr.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml | |
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmi parsing/namespaces.mli | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml | |
1 warning generated. | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-eucjpms.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-eucjpms.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml | |
/usr/local/bin/ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I globals -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml | |
[ 7%] Linking CXX static library libhphp_parser.a | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/hphp_parser.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/parser && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/hphp_parser.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libhphp_parser.a CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o CMakeFiles/hphp_parser.dir/lex.yy.cpp.o CMakeFiles/hphp_parser.dir/parser.cpp.o CMakeFiles/hphp_parser.dir/scanner.cpp.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml | |
/usr/bin/ranlib libhphp_parser.a | |
[ 7%] Built target hphp_parser | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/cpu-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/cpu-a64.cc | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I deps -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I dfind -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmx dfind/dfindLib.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml | |
1 warning generated. | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-extra.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-extra.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmx server/serverArgs.ml | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-gb2312.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-gb2312.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml | |
/usr/local/bin/ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmo utils/printSignal.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml | |
1 warning generated. | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-gbk.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-gbk.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmx server/serverConfig.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends | |
/usr/local/bin/ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmi third-party/core/result.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmi naming/nast_eval.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/gen_dtrace_header.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/gen_dtrace_header.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/gen_dtrace_header.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/CMakeFiles/gen_dtrace_header.dir/depend.internal". | |
Scanning dependencies of target gen_dtrace_header | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/build | |
/usr/local/bin/ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends | |
[ 12%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h | |
/usr/sbin/dtrace -h -s /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include/probes_mysql.d -o /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include/probes_mysql_dtrace.h | |
/usr/local/bin/ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-latin1.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-latin1.c | |
perl /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/scripts/dheadgen.pl -f /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include/probes_mysql.d > /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include/probes_mysql_nodtrace.h | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 13%] Built target gen_dtrace_header | |
/Library/Developer/CommandLineTools/usr/bin/make -f extra/yassl/CMakeFiles/yassl.dir/build.make extra/yassl/CMakeFiles/yassl.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/CMakeFiles/yassl.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/CMakeFiles/yassl.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/CMakeFiles/yassl.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/CMakeFiles/yassl.dir/depend.internal". | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -32 -w -4-6-29-35-44-48 -I third-party/core -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml | |
Scanning dependencies of target yassl | |
/Library/Developer/CommandLineTools/usr/bin/make -f extra/yassl/CMakeFiles/yassl.dir/build.make extra/yassl/CMakeFiles/yassl.dir/build | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/debugger-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/debugger-a64.cc | |
[ 13%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/buffer.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/buffer.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/buffer.cpp | |
1 warning generated. | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-mb.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-mb.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_hint.ml > typing/typing_hint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.mli > typing/typing_instantiate.mli.depends | |
[ 13%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/cert_wrapper.cpp | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmo typing/typing_hint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmi typing/typing_instantiate.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml | |
1 warning generated. | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-simple.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-simple.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml | |
[ 14%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/crypto_wrapper.cpp | |
/usr/local/bin/ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typeVisitor.cmx typing/typeVisitor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-sjis.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-sjis.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmx typing/typing_dependent_type.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subst.cmx typing/typing_subst.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_instantiate.ml > typing/typing_instantiate.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_hint.cmx typing/typing_hint.ml | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-tis620.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-tis620.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_instantiate.cmx typing/typing_instantiate.ml | |
1 warning generated. | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-uca.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-uca.c | |
/usr/local/bin/ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends | |
/usr/local/bin/ocamldep.opt -modules naming/nastVisitor.ml > naming/nastVisitor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmo naming/nastVisitor.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_structure.ml > typing/typing_structure.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmo typing/typing_structure.ml | |
[ 16%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/handshake.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/handshake.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/handshake.cpp | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmi typing/typing_taccess.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmi typing/typing_expand.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmo typing/nast_terminality.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/nastVisitor.cmx naming/nastVisitor.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmx typing/typing_unification_env.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml | |
[ 16%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/lock.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/lock.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/lock.cpp | |
[ 17%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/log.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/log.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/log.cpp | |
/usr/local/bin/ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmo typing/typing_generic.ml | |
[ 17%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/socket_wrapper.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml | |
/tmp/hhvm20150922-26066-1wak35s/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. | |
[ 17%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/ssl.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/ssl.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/ssl.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmx typing/typing_generic.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmx typing/typing_structure.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml | |
1 warning generated. | |
[ 17%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-ucs2.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-ucs2.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml | |
[ 18%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/timer.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/timer.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/timer.cpp | |
[ 18%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_error.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/yassl_error.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/yassl_error.cpp | |
/usr/local/bin/ocamldep.opt -modules typing/typingEqualityCheck.ml > typing/typingEqualityCheck.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmo typing/typingEqualityCheck.ml | |
[ 18%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_imp.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/yassl_imp.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/yassl_imp.cpp | |
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-ujis.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-ujis.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli | |
/usr/local/bin/ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmo typing/typing_exts.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/decoder-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/decoder-a64.cc | |
/usr/local/bin/ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmo typing/typing_sequencing.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -4-6-29-35-44-48 -I naming -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typingEqualityCheck.cmx typing/typingEqualityCheck.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml | |
1 warning generated. | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-utf8.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-utf8.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml | |
1 warning generated. | |
[ 20%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype-win1250ch.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype-win1250ch.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 21%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_int.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/src/yassl_int.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/src/yassl_int.cpp | |
1 warning generated. | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/ctype.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/ctype.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/tmp/hhvm20150922-26066-1wak35s/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!"; | |
^ | |
1 warning generated. | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/decimal.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/decimal.c | |
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/disasm-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/disasm-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/disasm-a64.cc | |
/usr/local/bin/ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules utils/php_escaping.ml > utils/php_escaping.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmo utils/php_escaping.ml | |
/usr/local/bin/ocamldep.opt -modules utils/regexp_utils.ml > utils/regexp_utils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmo utils/regexp_utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmx utils/php_escaping.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmx utils/regexp_utils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml | |
1 warning generated. | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/dtoa.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/dtoa.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 22%] Building C object extra/yassl/CMakeFiles/yassl.dir/__/__/client/get_password.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Dget_tty_password=yassl_mysql_get_tty_password -Dget_tty_password_ext=yassl_mysql_get_tty_password_ext -Wno-maybe-uninitialized -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/yassl.dir/__/__/client/get_password.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/client/get_password.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml | |
1 warning generated. | |
[ 22%] Linking CXX static library libyassl.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/yassl.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/yassl.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libyassl.a CMakeFiles/yassl.dir/src/buffer.cpp.o CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o CMakeFiles/yassl.dir/src/handshake.cpp.o CMakeFiles/yassl.dir/src/lock.cpp.o CMakeFiles/yassl.dir/src/log.cpp.o CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o CMakeFiles/yassl.dir/src/ssl.cpp.o CMakeFiles/yassl.dir/src/timer.cpp.o CMakeFiles/yassl.dir/src/yassl_error.cpp.o CMakeFiles/yassl.dir/src/yassl_imp.cpp.o CMakeFiles/yassl.dir/src/yassl_int.cpp.o CMakeFiles/yassl.dir/__/__/client/get_password.c.o | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml | |
/usr/bin/ranlib libyassl.a | |
[ 22%] Built target yassl | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/zend/CMakeFiles/hphp_zend.dir/build.make hphp/zend/CMakeFiles/hphp_zend.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/zend /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/zend /tmp/hhvm20150922-26066-1wak35s/hphp/zend/CMakeFiles/hphp_zend.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/zend/CMakeFiles/hphp_zend.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/zend/CMakeFiles/hphp_zend.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/zend/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/zend/CMakeFiles/hphp_zend.dir/depend.internal". | |
/usr/local/bin/ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml | |
Scanning dependencies of target hphp_zend | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/zend/CMakeFiles/hphp_zend.dir/build.make hphp/zend/CMakeFiles/hphp_zend.dir/build | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I procs -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml | |
[ 7%] Building C object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/crypt-blowfish.c | |
/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 hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_decl.ml > typing/typing_decl.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_dynamic_yield.ml > typing/typing_dynamic_yield.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmo typing/typing_dynamic_yield.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.ml > typing/typing_inherit.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_inherit.mli > typing/typing_inherit.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmi typing/typing_inherit.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_dynamic_yield.cmx typing/typing_dynamic_yield.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_inherit.cmx typing/typing_inherit.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl.cmx typing/typing_decl.ml | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/html-table.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/html-table.cpp | |
1 warning generated. | |
[ 24%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/int2str.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/int2str.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 24%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/is_prefix.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/is_prefix.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_decl_service.cmx typing/typing_decl_service.ml | |
1 warning generated. | |
[ 24%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/llstr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/llstr.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/longlong2str.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/longlong2str.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/my_strtoll10.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/my_strtoll10.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/my_vsnprintf.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/my_vsnprintf.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmx typing/typing_check_utils.ml | |
1 warning generated. | |
[ 27%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/str2int.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/str2int.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules typing/typing_compare.ml > typing/typing_compare.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml | |
1 warning generated. | |
[ 27%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/str_alloc.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/str_alloc.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_compare.cmx typing/typing_compare.ml | |
1 warning generated. | |
[ 27%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strcend.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strcend.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/strend.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strend.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strend.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strfill.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strfill.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strmake.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strmake.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml | |
1 warning generated. | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strmov.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strmov.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strnmov.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strnmov.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strxmov.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strxmov.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml | |
1 warning generated. | |
[ 31%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strxnmov.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strxnmov.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 31%] Building C object strings/CMakeFiles/strings.dir/xml.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/xml.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/xml.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml | |
1 warning generated. | |
[ 31%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/my_strchr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/my_strchr.c | |
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/instructions-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/instructions-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/instructions-a64.cc | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml | |
1 warning generated. | |
[ 32%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strcont.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strcont.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 32%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/opt/llvm/bin/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -o CMakeFiles/strings.dir/strappend.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings/strappend.c | |
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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/find.cmx utils/find.ml | |
1 warning generated. | |
[ 32%] Linking C static library libstrings.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/strings.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/strings && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/strings.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libstrings.a CMakeFiles/strings.dir/bchange.c.o CMakeFiles/strings.dir/bmove_upp.c.o CMakeFiles/strings.dir/ctype-big5.c.o CMakeFiles/strings.dir/ctype-bin.c.o CMakeFiles/strings.dir/ctype-cp932.c.o CMakeFiles/strings.dir/ctype-czech.c.o CMakeFiles/strings.dir/ctype-euc_kr.c.o CMakeFiles/strings.dir/ctype-eucjpms.c.o CMakeFiles/strings.dir/ctype-extra.c.o CMakeFiles/strings.dir/ctype-gb2312.c.o CMakeFiles/strings.dir/ctype-gbk.c.o CMakeFiles/strings.dir/ctype-latin1.c.o CMakeFiles/strings.dir/ctype-mb.c.o CMakeFiles/strings.dir/ctype-simple.c.o CMakeFiles/strings.dir/ctype-sjis.c.o CMakeFiles/strings.dir/ctype-tis620.c.o CMakeFiles/strings.dir/ctype-uca.c.o CMakeFiles/strings.dir/ctype-ucs2.c.o CMakeFiles/strings.dir/ctype-ujis.c.o CMakeFiles/strings.dir/ctype-utf8.c.o CMakeFiles/strings.dir/ctype-win1250ch.c.o CMakeFiles/strings.dir/ctype.c.o CMakeFiles/strings.dir/decimal.c.o CMakeFiles/strings.dir/dtoa.c.o CMakeFiles/strings.dir/int2str.c.o CMakeFiles/strings.dir/is_prefix.c.o CMakeFiles/strings.dir/llstr.c.o CMakeFiles/strings.dir/longlong2str.c.o CMakeFiles/strings.dir/my_strtoll10.c.o CMakeFiles/strings.dir/my_vsnprintf.c.o CMakeFiles/strings.dir/str2int.c.o CMakeFiles/strings.dir/str_alloc.c.o CMakeFiles/strings.dir/strcend.c.o CMakeFiles/strings.dir/strend.c.o CMakeFiles/strings.dir/strfill.c.o CMakeFiles/strings.dir/strmake.c.o CMakeFiles/strings.dir/strmov.c.o CMakeFiles/strings.dir/strnmov.c.o CMakeFiles/strings.dir/strxmov.c.o CMakeFiles/strings.dir/strxnmov.c.o CMakeFiles/strings.dir/xml.c.o CMakeFiles/strings.dir/my_strchr.c.o CMakeFiles/strings.dir/strcont.c.o CMakeFiles/strings.dir/strappend.c.o | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/usr/bin/ranlib libstrings.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmx utils/findUtils.ml | |
[ 32%] Built target strings | |
/Library/Developer/CommandLineTools/usr/bin/make -f extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/build.make extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/depend.internal". | |
Scanning dependencies of target taocrypt | |
/Library/Developer/CommandLineTools/usr/bin/make -f extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/build.make extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/build | |
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aes.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/aes.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/aes.cpp | |
/usr/local/bin/ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml | |
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aestables.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/aestables.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/aestables.cpp | |
[ 32%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/algebra.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/algebra.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/algebra.cpp | |
/usr/local/bin/ocamldep.opt -modules server/serverIdle.ml > server/serverIdle.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I hhi -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml | |
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/arc4.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/arc4.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/arc4.cpp | |
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/asn.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/asn.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/asn.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I search -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmx server/serverCheckpoint.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/instrument-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/instrument-a64.cc | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml | |
[ 33%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/coding.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/coding.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/coding.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmx server/serverIdle.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverLint.cmx server/serverLint.ml | |
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/des.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/des.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/des.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml | |
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dh.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/dh.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/dh.cpp | |
/usr/local/bin/ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends | |
/usr/local/bin/ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.ml > parsing/parsing_service.ml.depends | |
/usr/local/bin/ocamldep.opt -modules parsing/parsing_service.mli > parsing/parsing_service.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli | |
/usr/local/bin/ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml | |
[ 35%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dsa.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/dsa.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/dsa.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml | |
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.ml > typing/typing_redecl_service.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_redecl_service.mli > typing/typing_redecl_service.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmi typing/typing_redecl_service.mli | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I parsing -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_redecl_service.cmx typing/typing_redecl_service.ml | |
[ 36%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/file.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/file.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/file.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml | |
[ 36%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hash.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/hash.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/hash.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml | |
[ 36%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/integer.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/integer.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/integer.cpp | |
/usr/local/bin/ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends | |
/usr/local/bin/ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmo typing/typing_suggest_service.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I typing -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml | |
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmi server/serverEnvBuild.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverFiles.ml > server/serverFiles.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmo server/serverFiles.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmx server/serverFiles.ml | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/macro-assembler-a64.cc | |
/usr/local/bin/ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends | |
/usr/local/bin/ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli | |
/usr/local/bin/ocamldep.opt -modules server/serverMonitor.ml > server/serverMonitor.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMonitor.cmo server/serverMonitor.ml | |
/usr/local/bin/ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmo socket/socket.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/random_id.cmx utils/random_id.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/zend-html.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/zend-html.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMonitor.cmx server/serverMonitor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I socket -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I server -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx utils/hh_logger.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/globalStorage.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/stats.cmx heap/sharedMem.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx utils/errors.cmx naming/attributes.cmx parsing/namespaces.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx stubs/ai_options.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 server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx server/serverFiles.cmx server/serverEnvBuild.cmx server/serverInit.cmx server/serverMonitor.cmx socket/socket.cmx stubs/filesToIgnore.cmx utils/lock.cmx utils/random_id.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 stubs/clientMessages.ml > stubs/clientMessages.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/tail.mli > utils/tail.mli.depends | |
/usr/local/bin/ocamldep.opt -modules utils/tty.mli > utils/tty.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmi client/clientConnectSimple.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmo stubs/clientMessages.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmi client/clientStart.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tail.cmi utils/tail.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli | |
/usr/local/bin/ocamldep.opt -modules client/clientLogCommand.ml > client/clientLogCommand.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmo client/clientLogCommand.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmo client/clientEnv.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmi client/clientStop.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmo client/clientCommand.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/colorFile.ml > client/colorFile.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmo client/colorFile.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmo client/clientArgumentInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmo client/clientAutocomplete.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmo client/clientCheckStatus.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmo client/clientColorFile.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmi client/clientCoverageMetric.mli | |
[ 37%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md2.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/md2.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/md2.cpp | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmo client/clientFindRefs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmo client/clientLint.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmo client/clientMethodJumps.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmo client/clientOutline.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmo client/clientSymbolInfo.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmo client/clientTypeAtPos.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientLogCommandUtils.ml > client/clientLogCommandUtils.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientRestart.ml > client/clientRestart.ml.depends | |
[ 37%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md4.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/md4.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/md4.cpp | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmo client/clientArgs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommandUtils.cmo client/clientLogCommandUtils.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmo client/clientRestart.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmo hh_client.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientConnectSimple.ml > client/clientConnectSimple.ml.depends | |
/usr/local/bin/ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnectSimple.cmx client/clientConnectSimple.ml | |
[ 37%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md5.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/md5.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/md5.cpp | |
/usr/local/bin/ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/zend-md5.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/zend-md5.cpp | |
[ 39%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/misc.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/misc.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/misc.cpp | |
[ 39%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/random.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/random.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/random.cpp | |
/usr/local/bin/ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends | |
[ 7%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -DUSE_SIMULATOR -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/vixl.dir/a64/simulator-a64.cc.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/vixl/a64/simulator-a64.cc | |
/usr/local/bin/ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends | |
[ 39%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/ripemd.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/ripemd.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/ripemd.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmx stubs/clientMessages.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tail.cmx utils/tail.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -3-27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml | |
[ 7%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/zend-sha1.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml | |
[ 40%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rsa.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/rsa.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/rsa.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLogCommand.cmx client/clientLogCommand.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml | |
[ 40%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/sha.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/sha.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/sha.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml | |
[ 8%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_CMAKE -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/hphp_zend.dir/zend-string.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/hphp/zend/zend-string.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/colorFile.cmx client/colorFile.ml | |
/usr/local/bin/ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends | |
[ 40%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rabbit.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/rabbit.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/rabbit.cpp | |
[ 41%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hc128.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/opt/llvm/bin/clang++ -DHAVE_CONFIG_H -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/mySTL -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/taocrypt.dir/src/hc128.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/src/hc128.cpp | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmx client/clientAutocomplete.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml | |
[ 41%] Linking CXX static library libtaocrypt.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/taocrypt.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/taocrypt.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libtaocrypt.a CMakeFiles/taocrypt.dir/src/aes.cpp.o CMakeFiles/taocrypt.dir/src/aestables.cpp.o CMakeFiles/taocrypt.dir/src/algebra.cpp.o CMakeFiles/taocrypt.dir/src/arc4.cpp.o CMakeFiles/taocrypt.dir/src/asn.cpp.o CMakeFiles/taocrypt.dir/src/coding.cpp.o CMakeFiles/taocrypt.dir/src/des.cpp.o CMakeFiles/taocrypt.dir/src/dh.cpp.o CMakeFiles/taocrypt.dir/src/dsa.cpp.o CMakeFiles/taocrypt.dir/src/file.cpp.o CMakeFiles/taocrypt.dir/src/hash.cpp.o CMakeFiles/taocrypt.dir/src/integer.cpp.o CMakeFiles/taocrypt.dir/src/md2.cpp.o CMakeFiles/taocrypt.dir/src/md4.cpp.o CMakeFiles/taocrypt.dir/src/md5.cpp.o CMakeFiles/taocrypt.dir/src/misc.cpp.o CMakeFiles/taocrypt.dir/src/random.cpp.o CMakeFiles/taocrypt.dir/src/ripemd.cpp.o CMakeFiles/taocrypt.dir/src/rsa.cpp.o CMakeFiles/taocrypt.dir/src/sha.cpp.o CMakeFiles/taocrypt.dir/src/rabbit.cpp.o CMakeFiles/taocrypt.dir/src/hc128.cpp.o | |
/usr/bin/ranlib libtaocrypt.a | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml | |
[ 41%] Built target taocrypt | |
/Library/Developer/CommandLineTools/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/CMakeFiles/vio.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/CMakeFiles/vio.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/CMakeFiles/vio.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/CMakeFiles/vio.dir/depend.internal". | |
Scanning dependencies of target vio | |
/Library/Developer/CommandLineTools/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/build | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml | |
[ 41%] Building C object vio/CMakeFiles/vio.dir/vio.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/vio.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/vio.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmx client/clientOutline.ml | |
1 warning generated. | |
[ 41%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/viosocket.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/viosocket.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmx client/clientSearch.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml | |
1 warning generated. | |
[ 43%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/viossl.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/viossl.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml | |
[ 8%] Linking CXX static library libhphp_zend.a | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/hphp_zend.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/zend && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/hphp_zend.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libhphp_zend.a CMakeFiles/hphp_zend.dir/crypt-blowfish.c.o CMakeFiles/hphp_zend.dir/html-table.cpp.o CMakeFiles/hphp_zend.dir/zend-html.cpp.o CMakeFiles/hphp_zend.dir/zend-md5.cpp.o CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o CMakeFiles/hphp_zend.dir/zend-string.cpp.o | |
/usr/bin/ranlib libhphp_zend.a | |
[ 8%] Built target hphp_zend | |
[ 43%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/viopipe.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/viopipe.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/system/CMakeFiles/systemlib.dir/build.make hphp/system/CMakeFiles/systemlib.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/system /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/hphp/system /tmp/hhvm20150922-26066-1wak35s/hphp/system/CMakeFiles/systemlib.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/system/CMakeFiles/systemlib.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/system/CMakeFiles/systemlib.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/hphp/system/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/hphp/system/CMakeFiles/systemlib.dir/depend.internal". | |
Scanning dependencies of target systemlib | |
/Library/Developer/CommandLineTools/usr/bin/make -f hphp/system/CMakeFiles/systemlib.dir/build.make hphp/system/CMakeFiles/systemlib.dir/build | |
1 warning generated. | |
[ 8%] Generating systemlib.php | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/system && INSTALL_DIR=/tmp/hhvm20150922-26066-1wak35s/hphp/system FBCODE_DIR=/tmp/hhvm20150922-26066-1wak35s/hphp/system/../.. /tmp/hhvm20150922-26066-1wak35s/hphp/system/../runtime/ext_hhvm/make_systemlib.sh --install_dir=/tmp/hhvm20150922-26066-1wak35s/hphp/system --fbcode_dir=/tmp/hhvm20150922-26066-1wak35s/hphp/system/.. \ hphp/system/php/lang/stdClass.php\ hphp/system/php/lang/pinitSentinel.php\ hphp/system/php/lang/string.php\ hphp/system/php/lang/resource.php\ hphp/system/php/lang/AsyncIterator.ns.php\ hphp/system/php/lang/AsyncKeyedIterator.ns.php\ hphp/system/php/lang/Traversable.ns.php\ hphp/system/php/lang/Iterator.ns.php\ hphp/system/php/lang/IteratorAggregate.ns.php\ hphp/system/php/lang/KeyedIterator.ns.php\ hphp/system/php/lang/KeyedIterable.ns.php\ hphp/system/php/lang/Exception.php\ hphp/system/php/spl/exceptions/exceptions.php\ hphp/system/php/spl/interfaces/Countable.php\ hphp/system/php/spl/interfaces/RecursiveIterator.php\ hphp/system/php/spl/datastructures/SplHeap.php\ hphp/system/php/spl/file_handling/SplFileInfo.php\ hphp/system/php/spl/interfaces/SeekableIterator.php\ hphp/system/php/spl/iterators/DirectoryIterator.php\ hphp/system/php/spl/iterators/FilesystemIterator.php\ hphp/system/php/spl/iterators/GlobIterator.php\ hphp/system/php/spl/iterators/RecursiveDirectoryIterator.php\ hphp/system/php/spl/file_handling/SplFileObject.php\ hphp/system/php/spl/file_handling/SplTempFileObject.php\ hphp/system/php/lang/ArrayAccess.php\ hphp/system/php/lang/Serializeable.php\ hphp/system/php/spl/datastructures/SplDoublyLinkedList.php\ hphp/system/php/spl/datastructures/SplQueue.php\ hphp/system/php/spl/datastructures/SplStack.php\ hphp/system/php/spl/interfaces/OuterIterator.php\ hphp/system/php/spl/iterators/IteratorIterator.php\ hphp/system/php/spl/iterators/AppendIterator.php\ hphp/system/php/spl/iterators/FilterIterator.php\ hphp/system/php/spl/iterators/CallbackFilterIterator.php\ hphp/system/php/spl/iterators/MultipleIterator.php\ hphp/system/php/spl/iterators/RecursiveFilterIterator.php\ hphp/system/php/spl/iterators/RegexIterator.php\ hphp/system/php/spl/iterators/RecursiveRegexIterator.php\ hphp/system/php/spl/iterators/ParentIterator.php\ hphp/system/php/spl/iterators/RecursiveCallbackFilterIterator.php\ hphp/system/php/spl/iterators/ArrayIterator.php\ hphp/system/php/spl/iterators/RecursiveArrayIterator.php\ hphp/system/php/spl/iterators/CachingIterator.php\ hphp/system/php/spl/iterators/RecursiveCachingIterator.php\ hphp/system/php/stream/user-filters.php\ hphp/system/php/stream/default-filters.php\ hphp/system/php/filter/filter_has_var.php\ hphp/system/php/filter/filter_input.php\ hphp/system/php/filter/filter_var_array.php\ hphp/system/php/filter/filter_input_array.php\ hphp/system/php/sessions/SessionHandlerInterface.php\ hphp/system/php/redis/RedisException.php\ hphp/system/php/archive_handler/ArchiveHandler.ns.php\ hphp/system/php/archive_handler/TarArchiveHandler.ns.php\ hphp/system/php/archive_handler/ZipArchiveHandler.ns.php\ hphp/system/php/phar/PharException.php\ hphp/system/php/phar/Phar.php\ hphp/system/php/phar/PharFileInfo.php\ hphp/system/php/phar/PharData.php\ hphp/system/php/date/datetimeinterface.php\ hphp/system/php/date/datetimeimmutable.php\ hphp/system/php/collections/collections.ns.php\ hphp/system/php/async/util.ns.php\ hphp/system/php/XhprofFrame.php\ hphp/system/php/array_filter.hhas\ hphp/system/php/array_map.hhas\ hphp/system/php/array_reduce.hhas\ hphp/system/php/apc/APCIterator.php\ hphp/system/php/asio/Awaitable.php\ hphp/system/php/asio/InvalidOperationException.php\ hphp/system/php/curl/CURLFile.php\ hphp/system/php/date/dateperiod.php\ hphp/system/php/date/datetime_funcs.php\ hphp/system/php/dom/DOMException.php\ hphp/system/php/file_system/Directory.php\ hphp/system/php/hash/furchash.php\ hphp/system/php/hash/hash.php\ hphp/system/php/hash/hphp_murmurhash.php\ hphp/system/php/lang/ErrorException.php\ hphp/system/php/lang/fun.ns.php\ hphp/system/php/lang/invariant.ns.php\ hphp/system/php/misc/fb_autoload_map.php\ hphp/system/php/misc/highlight.php\ hphp/system/php/misc/idx.php\ hphp/system/php/misc/php_strip_whitespace.php\ hphp/system/php/password/password.php\ hphp/system/php/pdo/PDOException.php\ hphp/system/php/redis/Redis.php\ hphp/system/php/redis/RedisSessionModule.php\ hphp/system/php/shapes/Shapes.php\ hphp/system/php/soap/SoapFault.php\ hphp/system/php/spl/datastructures/SplFixedArray.php\ hphp/system/php/spl/datastructures/SplObjectStorage.php\ hphp/system/php/spl/datastructures/SplPriorityQueue.php\ hphp/system/php/spl/interfaces/SplObserver.php\ hphp/system/php/spl/interfaces/SplSubject.php\ hphp/system/php/spl/iterators/EmptyIterator.php\ hphp/system/php/spl/iterators/InfiniteIterator.php\ hphp/system/php/spl/iterators/LimitIterator.php\ hphp/system/php/spl/iterators/NoRewindIterator.php\ hphp/system/php/spl/iterators/RecursiveIteratorIterator.php\ hphp/system/php/spl/iterators/RecursiveTreeIterator.php\ hphp/system/php/spl/miscellaneous/ArrayObject.php\ hphp/system/php/spl/miscellaneous/autoload.php\ hphp/system/php/zlib/ext_zlib.php | |
[ 43%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/vioshm.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/vioshm.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 44%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/extra/yassl/taocrypt/include -DHAVE_YASSL -DYASSL_PREFIX -DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/vio.dir/viosslfactories.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio/viosslfactories.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 44%] Linking C static library libvio.a | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/vio.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/vio && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/vio.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libvio.a CMakeFiles/vio.dir/vio.c.o CMakeFiles/vio.dir/viosocket.c.o CMakeFiles/vio.dir/viossl.c.o CMakeFiles/vio.dir/viopipe.c.o CMakeFiles/vio.dir/vioshm.c.o CMakeFiles/vio.dir/viosslfactories.c.o | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
/usr/bin/ranlib libvio.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
[ 44%] Built target vio | |
/Library/Developer/CommandLineTools/usr/bin/make -f mysys/CMakeFiles/mysys.dir/build.make mysys/CMakeFiles/mysys.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6 /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/CMakeFiles/mysys.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/CMakeFiles/mysys.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/CMakeFiles/mysys.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/CMakeFiles/mysys.dir/depend.internal". | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml | |
Scanning dependencies of target mysys | |
/Library/Developer/CommandLineTools/usr/bin/make -f mysys/CMakeFiles/mysys.dir/build.make mysys/CMakeFiles/mysys.dir/build | |
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/array.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/array.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml | |
1 warning generated. | |
[ 44%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/charset-def.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/charset-def.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I client -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml | |
1 warning generated. | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/charset.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/charset.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml | |
1 warning generated. | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/checksum.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/checksum.c | |
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/errors.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/errors.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/errors.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx utils/hh_logger.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx stubs/ai_options.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/lock.cmx client/clientConnectSimple.cmx heap/globalStorage.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx client/clientArgumentInfo.cmx client/clientAutocomplete.cmx client/clientCheckStatus.cmx client/colorFile.cmx client/clientColorFile.cmx client/clientCoverageMetric.cmx client/clientFindRefs.cmx client/clientLint.cmx client/clientMethodJumps.cmx client/clientOutline.cmx client/clientRefactor.cmx client/clientSearch.cmx client/clientSymbolInfo.cmx client/clientTypeAtPos.cmx client/clientCheck.cmx client/clientLogCommandUtils.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native | |
1 warning generated. | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/hash.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/hash.c | |
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/list.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/list.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/list.c | |
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 | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_cache.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_cache.c | |
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_dirname.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_dirname.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_dirname.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml | |
1 warning generated. | |
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_fn_ext.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_fn_ext.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 48%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_format.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_format.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_getdate.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_getdate.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/ident.cmx utils/utils.cmx client/colorFile.cmx utils/hh_json.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx utils/hh_logger.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx parsing/parser_heap.cmx utils/printSignal.cmx procs/worker.cmx stubs/ai_options.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/coverage_level.cmx utils/tty.cmx client/clientColorFile.cmx heap/globalStorage.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx procs/bucket.cmx procs/multiWorker.cmx typing/typing_dependent_type.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx utils/find.cmx utils/findUtils.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx server/argumentInfoService.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx server/serverColorFile.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx hh_single_type_check.cmx -o hh_single_type_check.native | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_iocache.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_iocache.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_iocache2.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_iocache2.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmo emitter/emitter_consts.ml | |
[ 8%] Built target systemlib | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_keycache.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_keycache.c | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_expr.ml > emitter/emitter_expr.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_xhp.ml > emitter/emitter_xhp.ml.depends | |
/usr/local/bin/ocamldep.opt -modules emitter/emitter_types.ml > emitter/emitter_types.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmo emitter/emitter_types.ml | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/folly/CMakeFiles/folly.dir/build.make third-party/folly/CMakeFiles/folly.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/folly /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/folly /tmp/hhvm20150922-26066-1wak35s/third-party/folly/CMakeFiles/folly.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/folly/CMakeFiles/folly.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/folly/CMakeFiles/folly.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/folly/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/folly/CMakeFiles/folly.dir/depend.internal". | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmo emitter/emitter_xhp.ml | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmx emitter/emitter_types.ml | |
1 warning generated. | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_keycaches.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_keycaches.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmx emitter/emitter_xhp.ml | |
1 warning generated. | |
[ 51%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_loadpath.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_loadpath.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_pack.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_pack.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_path.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_path.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_qsort.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_qsort.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I emitter -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml | |
1 warning generated. | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_qsort2.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_qsort2.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Linking CXX static library libvixl.a | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/Cellar/cmake/3.3.1/bin/cmake -P CMakeFiles/vixl.dir/cmake_clean_target.cmake | |
cd /tmp/hhvm20150922-26066-1wak35s/hphp/vixl && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/vixl.dir/link.txt --verbose=1 | |
/usr/bin/ar cq libvixl.a CMakeFiles/vixl.dir/utils.cc.o CMakeFiles/vixl.dir/a64/assembler-a64.cc.o CMakeFiles/vixl.dir/a64/cpu-a64.cc.o CMakeFiles/vixl.dir/a64/debugger-a64.cc.o CMakeFiles/vixl.dir/a64/decoder-a64.cc.o CMakeFiles/vixl.dir/a64/disasm-a64.cc.o CMakeFiles/vixl.dir/a64/instructions-a64.cc.o CMakeFiles/vixl.dir/a64/instrument-a64.cc.o CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o CMakeFiles/vixl.dir/a64/simulator-a64.cc.o | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx emitter/emitter_consts.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/php_escaping.cmx emitter/emitter_core.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx emitter/emitter_types.cmx emitter/emitter_xhp.cmx third-party/core/option.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx globals/autocomplete.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespaces.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx naming/naming_heap.cmx emitter/emitter.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx typing/typeVisitor.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_hooks.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native | |
/usr/bin/ranlib libvixl.a | |
[ 8%] Built target vixl | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_radix.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_radix.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/depend | |
cd /tmp/hhvm20150922-26066-1wak35s && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl /tmp/hhvm20150922-26066-1wak35s /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/DependInfo.cmake --color= | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/DependInfo.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/depend.internal". | |
Dependee "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/depend.internal". | |
Scanning dependencies of target mbfl | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/build.make third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/build | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfilter.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfilter.c | |
1 warning generated. | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_same.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_same.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_sort.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_sort.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules hh_format.ml > hh_format.ml.depends | |
/usr/local/bin/ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends | |
/usr/local/bin/ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends | |
/usr/local/bin/ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmo format/format_mode.ml | |
/usr/local/bin/ocamldep.opt -modules format/format_hack.mli > format/format_hack.mli.depends | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmo stubs/formatEventLogger.ml | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_soundex.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_soundex.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmi format/format_diff.mli | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml | |
/usr/local/bin/ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I stubs -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmx stubs/formatEventLogger.ml | |
1 warning generated. | |
[ 55%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_arr_appstr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_arr_appstr.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules format/format_hack.ml > format/format_hack.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 format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_tempdir.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_tempdir.c | |
Scanning dependencies of target folly | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/Library/Developer/CommandLineTools/usr/bin/make -f third-party/folly/CMakeFiles/folly.dir/build.make third-party/folly/CMakeFiles/folly.dir/build | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_tempfile.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_tempfile.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_unixpath.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_unixpath.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mf_wcomp.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mf_wcomp.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml | |
[ 8%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/folly && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_MALLOC_H=0 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_VERSION=\"0.1\" -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_GNU_SOURCE -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/folly.dir/src/folly/Bits.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/folly/src/folly/Bits.cpp | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/mulalloc.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/mulalloc.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_string.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_string.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I format -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_language.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_language.c | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_access.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_access.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_encoding.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_encoding.c | |
1 warning generated. | |
[ 58%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_alloc.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_alloc.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_convert.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_convert.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -4-6-29-35-44-48 -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml | |
1 warning generated. | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_bit.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_bit.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_ident.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_ident.c | |
1 warning generated. | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_bitmap.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_bitmap.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_memory_device.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_memory_device.c | |
/usr/local/bin/ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/realpath.o utils/sysinfo.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm20150922-26066-1wak35s/hphp/hack/src/../bin/hhi.tar.gz str.cmxa unix.cmxa bigarray.cmxa third-party/core/caml.cmx third-party/core/commutative_group.cmx third-party/core/container.cmx third-party/core/core_printf.cmx third-party/core/monad.cmx third-party/core/polymorphic_compare.cmx third-party/core/poly.cmx third-party/core/core_list.cmx utils/core.cmx utils/hh_json.cmx utils/ident.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx deps/typing_deps.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx third-party/core/option.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/daemon.cmx utils/hh_logger.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx globals/autocomplete.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/stats.cmx heap/sharedMem.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx parsing/namespaces.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx typing/typing_heap.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx naming/naming.cmx utils/printSignal.cmx procs/worker.cmx stubs/ai_options.cmx utils/build_id.cmx utils/exit_status.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverEnv.cmx server/serverFiles.cmx stubs/hackEventLogger.cmx server/serverUtils.cmx socket/socket.cmx third-party/core/result.cmx utils/lock.cmx client/clientConnectSimple.cmx heap/globalStorage.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/nastVisitor.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx parsing/parser_heap.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx parsing/parsing_hooks.cmx procs/multiWorker.cmx utils/findUtils.cmx parsing/parsing_service.cmx procs/bucket.cmx search/searchUtils.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/typeVisitor.cmx typing/typing_dependent_type.cmx typing/typing_utils.cmx typing/typing_subst.cmx typing/typing_phase.cmx typing/typing_hint.cmx typing/typing_instantiate.cmx typing/nastCheck.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_structure.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typingEqualityCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_lenv.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_variance.cmx typing/typing.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/typing_dynamic_yield.cmx typing/typing_inherit.cmx typing/typing_decl.cmx typing/typing_decl_service.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx typing/typing_compare.cmx server/findRefsService.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/find.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverIdle.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx stubs/ai.cmx typing/typing_redecl_service.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientStop.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientLogCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_allocators.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_allocators.c | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfl_filter_output.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfl_filter_output.c | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfilter_pass.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfilter_pass.c | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfilter_wchar.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfilter_wchar.c | |
1 warning generated. | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_chsize.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_chsize.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/mbfilter_8bit.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl/mbfilter_8bit.c | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_cp936.c | |
1 warning generated. | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_compress.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_compress.c | |
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_copy.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_copy.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_copy.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_hz.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml | |
1 warning generated. | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_create.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_create.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_euc_tw.c | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_delete.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_delete.c | |
/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 | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 9%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/folly && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_MALLOC_H=0 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_VERSION=\"0.1\" -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_GNU_SOURCE -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/folly.dir/src/folly/Checksum.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/folly/src/folly/Checksum.cpp | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmi h2tp/common/ast_ext.mli | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/empty_collection_as_bool.ml > h2tp/mapper/empty_collection_as_bool.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/enum.ml > h2tp/mapper/enum.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/erase_types.ml > h2tp/mapper/erase_types.ml.depends | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_div.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_div.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/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 | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends | |
[ 62%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_error.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_error.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_big5.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends | |
1 warning generated. | |
/usr/local/bin/ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_file.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_file.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml | |
1 warning generated. | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_fopen.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_fopen.c | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_euc_jp.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmi h2tp/common/fun.mli | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_jis.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmo h2tp/Prepend_require.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_fstream.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_fstream.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml | |
1 warning generated. | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_gethwaddr.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_gethwaddr.c | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_1.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_2.c | |
/usr/local/bin/ocamlc.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml | |
1 warning generated. | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_getsystime.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_getsystime.c | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_cp1254.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_cp1252.c | |
1 warning generated. | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_getwd.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_getwd.c | |
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_cp1251.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_cp1251.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_ascii.c | |
1 warning generated. | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_compare.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_compare.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_3.c | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_4.c | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_5.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_6.c | |
/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 hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_7.c | |
1 warning generated. | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_init.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_init.c | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_8.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml | |
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Conv.cpp.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/folly && /usr/local/opt/llvm/bin/clang++ -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_MALLOC_H=0 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_VERSION=\"0.1\" -DHAVE_BOOST1_49 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_GNU_SOURCE -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wall -std=gnu++11 -stdlib=libc++ -fno-omit-frame-pointer -Woverloaded-virtual -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -fno-operator-names -Wno-error=array-bounds -Wno-error=switch -Werror=format-security -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-mismatched-tags -Wno-unknown-warning-option -Wno-return-type-c-linkage -Qunused-arguments -msse4.2 -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -fpermissive -o CMakeFiles/folly.dir/src/folly/Conv.cpp.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/folly/src/folly/Conv.cpp | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_9.c | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_lib.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_lib.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_10.c | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_13.c | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_14.c | |
1 warning generated. | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_lock.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_lock.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_15.c | |
1 warning generated. | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_iso8859_16.c | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_malloc.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_malloc.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_htmlent.c | |
/usr/local/bin/ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/common -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml | |
1 warning generated. | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_mess.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_mess.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
1 warning generated. | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_byte2.c | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_mkdir.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_mkdir.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_byte4.c | |
1 warning generated. | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_mmap.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_mmap.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/unparser -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_uuencode.c | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_base64.c | |
1 warning generated. | |
[ 68%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_once.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_once.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl && /usr/local/opt/llvm/bin/clang -DDEFAULT_CONFIG_DIR=\"/etc/hhvm/\" -DENABLE_FASTCGI=1 -DFOLLY_HAVE_PTHREAD_ATFORK=1 -DFOLLY_HAVE_SCHED_H=1 -DFOLLY_HAVE_VLA=1 -DFOLLY_HAVE_WEAK_SYMBOLS=1 -DFOLLY_NO_CONFIG=1 -DFOLLY_USE_LIBCPP=1 -DHAVE_BOOST1_49 -DHAVE_CONFIG_H=1 -DHAVE_CURL_MULTI_WAIT -DHAVE_LIBDL -DHHVM -DHHVM_DYNAMIC_EXTENSION_DIR=\"/usr/local/Cellar/hhvm/HEAD/lib/hhvm/extensions\" -DHPHP_OSS=1 -DLIBDWARF_CONST_NAME -DMACOSX_DEPLOYMENT_TARGET=10.6 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -DMBFL_STATIC -DNDEBUG -DNO_HARDWARE_COUNTERS=1 -DNO_LIB_GFLAGS -DNO_TCMALLOC=1 -DPACKAGE=hhvm -DPACKAGE_VERSION=Release -DPCRE_STATIC=1 -DPHP_MYSQL_UNIX_SOCK_ADDR=\"/tmp/mysql.sock\" -DRELEASE=1 -DSKIP_USER_CHANGE=1 -DTHRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -DUSE_EDITLINE -DUSE_JEMALLOC=1 -D_PTHREADS=1 -D_REENTRANT=1 -D__STDC_FORMAT_MACROS -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -msse4.2 -w -O3 -DNDEBUG -I/tmp/hhvm20150922-26066-1wak35s -I/usr/local/include -I/usr/local/opt/glog/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/re2/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/squangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/src/include -I/usr/local/opt/libevent/include -I/usr/include/libxml2 -I/usr/local/opt/lz4/include -I/usr/local/opt/libzip/include -I/usr/local/opt/libzip/lib/libzip/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/jemalloc/include -I/usr/local/opt/openssl/include -I/usr/local/opt/libelf/include/libelf -I/usr/local/opt/gettext/include -I/usr/include/security -I/tmp/hhvm20150922-26066-1wak35s/hphp -I/tmp/hhvm20150922-26066-1wak35s/third-party/double-conversion/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/pcre -I/tmp/hhvm20150922-26066-1wak35s/third-party/fastlz -I/tmp/hhvm20150922-26066-1wak35s/third-party/timelib -I/tmp/hhvm20150922-26066-1wak35s/third-party/libafdt/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/mbfl -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters -I/tmp/hhvm20150922-26066-1wak35s/third-party/proxygen/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly -I/tmp/hhvm20150922-26066-1wak35s/third-party/folly/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/thrift/src -I/tmp/hhvm20150922-26066-1wak35s/third-party/wangle/src -I/tmp/hhvm20150922-26066-1wak35s/third-party -I/tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/nls -fpermissive -o CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/libmbfl/filters/mbfilter_sjis.c | |
1 warning generated. | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_open.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_open.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] | |
/usr/local/bin/ocamlopt.opt -c -g -w A -warn-error A -w -4-6-29-35-44-48 -I h2tp/mapper -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I client -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/test -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml | |
1 warning generated. | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o | |
cd /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys && /usr/local/opt/llvm/bin/clang -DHAVE_CONFIG_H -Wno-maybe-uninitialized -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/include -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/zlib -I/tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys -o CMakeFiles/mysys.dir/my_pread.c.o -c /tmp/hhvm20150922-26066-1wak35s/third-party/webscalesqlclient/webscalesql-5.6/mysys/my_pread.c | |
warning: unknown warning option '-Wno-maybe-uninitialized'; did you me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment