Created
June 20, 2016 21:55
-
-
Save gavro/675c040192d6a4f92458750a50004dfe to your computer and use it in GitHub Desktop.
hhvm (hhvm/hhvm/hhvm) on Mac OS X 10.11.5 - Homebrew build logs
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
Homebrew build logs for hhvm/hhvm/hhvm on Mac OS X 10.11.5 | |
Build date: 2016-06-20 23:50:15 |
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
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: b05a596d570c8e5686fbb45331da8f101179f49a | |
Last commit: 10 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 8be589f305f4b1a3d9cec7a299e68846d3191313 | |
Core tap last commit: 3 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit ivybridge | |
Clang: 7.3 build 703 | |
Git: 2.7.4 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_51, 1.8.0_25 | |
System Ruby: 2.0.0-p648 | |
OS X: 10.11.5-x86_64 | |
Xcode: 7.3 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.7 => /opt/X11 |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Applications/MAMP/bin/php/php5.6.10/bin/php-config | |
Warning: Your XQuartz (2.7.7) is outdated | |
Please install XQuartz 2.7.9: | |
https://xquartz.macosforge.org | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/LibSideSyncOSX9.dylib | |
/usr/local/lib/ss_conn_lib.dylib | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
binutils-fb | |
docker | |
jemalloc-fb | |
lesstif | |
Warning: Some directories in your path end in a slash. | |
Directories in your path should not end in a slash. This can break other | |
doctor checks. The following directories should be edited: | |
/Users/ggavranovic/.composer/vendor/bin/ | |
Warning: Your Xcode (7.3) is outdated | |
Please update to Xcode 7.3.1. | |
Xcode can be updated from the App Store. |
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
Formula: hhvm | |
Tap: hhvm/hhvm | |
Path: /usr/local/Library/Taps/hhvm/homebrew-hhvm/hhvm.rb |
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
2016-06-20 23:26:04 +0200 | |
cmake | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/3.13.1_1 | |
-DDEFAULT_CONFIG_DIR=/usr/local/etc/hhvm | |
-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ | |
-DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang | |
-DCMAKE_ASM_COMPILER=/usr/local/opt/llvm/bin/clang | |
-DENABLE_MCROUTER=OFF | |
-DENABLE_EXTENSION_MCROUTER=OFF | |
-DENABLE_EXTENSION_IMAP=OFF | |
-DMYSQL_UNIX_SOCK_ADDR=/tmp/mysql.sock | |
-DCMAKE_C_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib | |
-DCMAKE_CXX_FLAGS=-I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib | |
-DAWK_EXECUTABLE=/usr/local/opt/gawk/bin/gawk | |
-DBoost_INCLUDE_DIR=/usr/local/opt/boost/include | |
-DBoost_LIBRARY_DIR=/usr/local/opt/boost/lib | |
-DFREETYPE_INCLUDE_DIRS=/usr/local/opt/freetype/include/freetype2 | |
-DFREETYPE_LIBRARIES=/usr/local/opt/freetype/lib/libfreetype.dylib | |
-DGMP_INCLUDE_DIR=/usr/local/opt/gmp/include | |
-DGMP_LIBRARY=/usr/local/opt/gmp/lib/libgmp.dylib | |
-DICU_INCLUDE_DIR=/usr/local/opt/icu4c/include | |
-DICU_I18N_LIBRARY=/usr/local/opt/icu4c/lib/libicui18n.dylib | |
-DICU_LIBRARY=/usr/local/opt/icu4c/lib/libicuuc.dylib | |
-DICU_DATA_LIBRARY=/usr/local/opt/icu4c/lib/libicudata.dylib | |
-DJEMALLOC_INCLUDE_DIR=/usr/local/opt/jemalloc/include | |
-DJEMALLOC_LIB=/usr/local/opt/jemalloc/lib/libjemalloc.dylib | |
-DLIBDWARF_INCLUDE_DIRS=/usr/local/opt/dwarfutils/include | |
-DLIBDWARF_LIBRARIES=/usr/local/opt/dwarfutils/lib/libdwarf.a | |
-DLIBELF_INCLUDE_DIRS=/usr/local/opt/libelf/include/libelf | |
-DLIBELF_LIBRARIES=/usr/local/opt/libelf/lib/libelf.a | |
-DLIBEVENT_INCLUDE_DIR=/usr/local/opt/libevent/include | |
-DLIBEVENT_LIB=/usr/local/opt/libevent/lib/libevent.dylib | |
-DLIBGLOG_INCLUDE_DIR=/usr/local/opt/glog/include | |
-DLIBGLOG_LIBRARY=/usr/local/opt/glog/lib/libglog.dylib | |
-DLIBINTL_INCLUDE_DIR=/usr/local/opt/gettext/include | |
-DLIBINTL_LIBRARIES=/usr/local/opt/gettext/lib/libintl.dylib | |
-DLIBJPEG_INCLUDE_DIRS=/usr/local/opt/jpeg/include | |
-DLIBJPEG_LIBRARIES=/usr/local/opt/jpeg/lib/libjpeg.dylib | |
-DLIBMAGICKCORE_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickCore-6.Q16.dylib | |
-DLIBMAGICKWAND_INCLUDE_DIRS=/usr/local/opt/imagemagick/include/ImageMagick-6 | |
-DLIBMAGICKWAND_LIBRARIES=/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.dylib | |
-DLIBMEMCACHED_INCLUDE_DIR=/usr/local/opt/libmemcached/include | |
-DLIBMEMCACHED_LIBRARY=/usr/local/opt/libmemcached/lib/libmemcached.dylib | |
-DLIBPNG_INCLUDE_DIRS=/usr/local/opt/libpng/include | |
-DLIBPNG_LIBRARIES=/usr/local/opt/libpng/lib/libpng.dylib | |
-DLIBSQLITE3_INCLUDE_DIR=/usr/local/opt/sqlite/include | |
-DLIBSQLITE3_LIBRARY=/usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-DMcrypt_INCLUDE_DIR=/usr/local/opt/mcrypt/include | |
-DMcrypt_LIB=/usr/local/opt/mcrypt/lib/libmcrypt.dylib | |
-DPC_SQLITE3_FOUND=1 | |
-DLIBZIP_INCLUDE_DIR_ZIP=/usr/local/opt/libzip/include | |
-DLIBZIP_INCLUDE_DIR_ZIPCONF=/usr/local/opt/libzip/lib/libzip/include | |
-DLIBZIP_LIBRARY=/usr/local/opt/libzip/lib/libzip.dylib | |
-DLZ4_INCLUDE_DIR=/usr/local/opt/lz4/include | |
-DLZ4_LIBRARY=/usr/local/opt/lz4/lib/liblz4.dylib | |
-DOCAMLC_EXECUTABLE=/usr/local/opt/ocaml/bin/ocamlc | |
-DOCAMLC_OPT_EXECUTABLE=/usr/local/opt/ocaml/bin/ocamlc.opt | |
-DONIGURUMA_INCLUDE_DIR=/usr/local/opt/oniguruma/include | |
-DONIGURUMA_LIBRARY=/usr/local/opt/oniguruma/lib/libonig.dylib | |
-DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include | |
-DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib | |
-DCRYPT_LIB=/usr/local/opt/openssl/lib/libcrypto.dylib | |
-DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib | |
-DPCRE_INCLUDE_DIR=/usr/local/opt/pcre/include | |
-DPCRE_LIBRARY=/usr/local/opt/pcre/lib/libpcre.dylib | |
-DPKG_CONFIG_EXECUTABLE=/usr/local/opt/pkg-config/bin/pkg-config | |
-DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include | |
-DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib | |
-DTBB_INCLUDE_DIR=/usr/local/opt/tbb/include | |
-DTBB_INSTALL_DIR=/usr/local/opt/tbb | |
-DTBB_LIBRARY=/usr/local/opt/tbb/lib/libtbb.dylib | |
-DTBB_LIBRARY_DEBUG=/usr/local/opt/tbb/lib/libtbb.dylib | |
-DTBB_LIBRARY_DIR=/usr/local/opt/tbb/lib | |
-DTBB_MALLOC_LIBRARY=/usr/local/opt/tbb/lib/libtbbmalloc.dylib | |
-DTBB_MALLOC_LIBRARY_DEBUG=/usr/local/opt/tbb/lib/libtbbmalloc.dylib | |
-DSYSTEM_PCRE_HAS_JIT=1 | |
-DCMAKE_FIND_ROOT_PATH=/tmp | |
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY | |
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY | |
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY | |
-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=ONLY | |
-DCMAKE_SYSTEM_NAME=Darwin | |
-DCMAKE_CROSSCOMPILING=0 | |
-DCMAKE_AR=/usr/bin/ar | |
-DCMAKE_RANLIB=/usr/bin/ranlib | |
-DBZIP2_INCLUDE_DIR=/usr/include | |
-DBZIP2_LIBRARIES=/usr/lib/libbz2.dylib | |
-DCURL_INCLUDE_DIR=/usr/include | |
-DCURL_LIBRARY=/usr/lib/libcurl.dylib | |
-DDL_LIB=/usr/lib/libdl.dylib | |
-DEXPAT_INCLUDE_DIR=/usr/include | |
-DEXPAT_LIBRARY=/usr/lib/libexpat.dylib | |
-DGPERF_EXECUTABLE=/usr/bin/gperf | |
-DKERBEROS_LIB=/usr/lib/libgssapi_krb5.dylib | |
-DLBER_LIBRARIES=/usr/lib/liblber.dylib | |
-DLDAP_INCLUDE_DIR=/usr/include | |
-DLDAP_LIBRARIES=/usr/lib/libldap.dylib | |
-DLIBDL_INCLUDE_DIRS=/usr/include | |
-DLIBDL_LIBRARIES=/usr/lib/libdl.dylib | |
-DLIBICONV_INCLUDE_DIR=/usr/include | |
-DLIBICONV_LIBRARY=/usr/lib/libiconv.dylib | |
-DLIBPTHREAD_INCLUDE_DIRS=/usr/include | |
-DLIBPTHREAD_LIBRARIES=/usr/lib/libpthread.dylib | |
-DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 | |
-DLIBXML2_LIBRARIES=/usr/lib/libxml2.dylib | |
-DLIBXSLT_EXSLT_LIBRARY=/usr/lib/libexslt.dylib | |
-DLIBXSLT_INCLUDE_DIR=/usr/include | |
-DLIBXSLT_LIBRARIES=/usr/lib/libxslt.dylib | |
-DRESOLV_LIB=/usr/lib/libresolv.dylib | |
-DZLIB_INCLUDE_DIR=/usr/include | |
-DZLIB_LIBRARY=/usr/lib/libz.dylib | |
-- The C compiler identification is Clang 3.6.2 | |
-- The CXX compiler identification is Clang 3.6.2 | |
-- The ASM compiler identification is unknown | |
-- Found assembler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Warning: Did not find file Compiler/-ASM | |
-- Performing Test IS_X64 | |
-- Performing Test IS_X64 - Success | |
-- Performing Test IS_AARCH64 | |
-- Performing Test IS_AARCH64 - Failed | |
-- Performing Test IS_PPC64 | |
-- Performing Test IS_PPC64 - Failed | |
-- Performing Test PTHREAD_TIMEDLOCK | |
-- Performing Test PTHREAD_TIMEDLOCK - Failed | |
-- Build type not specified: cmake build type Release. | |
-- Found LibDL: /usr/lib/libdl.dylib | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE | |
-- Performing Test LIBDL_NEEDS_UNDERSCORE - Failed | |
-- Boost version: 1.60.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Looking for evhttp_bind_socket_with_fd | |
-- Looking for evhttp_bind_socket_with_fd - not found | |
-- Found CURL: /usr/lib/libcurl.dylib (found version "7.43.0") | |
-- Looking for curl_multi_select | |
-- Looking for curl_multi_select - not found | |
-- Looking for curl_multi_wait | |
-- Looking for curl_multi_wait - found | |
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.2") | |
-- Found PkgConfig: /usr/local/opt/pkg-config/bin/pkg-config (found version "0.29.1") | |
-- Found LIBSQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found LIBZIP: /usr/local/opt/libzip/lib/libzip.dylib | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 1.1.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.2h") | |
-- Performing Test OPENSSL_HAVE_RAND_EGD | |
-- Performing Test OPENSSL_HAVE_RAND_EGD - Failed | |
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
-- Found ONIGURUMA: /usr/local/opt/oniguruma/lib/libonig.dylib | |
-- Could NOT find Editline (missing: EDITLINE_LIBRARIES EDITLINE_INCLUDE_DIRS) | |
-- 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 | |
-- Looking for include file stdio.h | |
-- Looking for include file stdio.h - found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file stddef.h | |
-- Looking for include file stddef.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 include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strchr | |
-- Looking for strchr - found | |
-- 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 | |
-- 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 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.60.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- regex | |
-- context | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Boost version: 1.60.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- thread | |
-- chrono | |
-- date_time | |
-- atomic | |
-- Boost version: 1.60.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
-- chrono | |
-- date_time | |
-- atomic | |
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.60.0 | |
-- Found the following Boost libraries: | |
-- thread | |
-- system | |
-- chrono | |
-- date_time | |
-- atomic | |
-- 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+ | |
-- Build type not specified: cmake build type Release. | |
-- Boost version: 1.60.0 | |
-- Found the following Boost libraries: | |
-- system | |
-- program_options | |
-- filesystem | |
-- context | |
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR) | |
-- Found libevent: /usr/local/opt/libevent/lib/libevent.dylib | |
-- Found libsqlite3: /usr/local/opt/sqlite/lib/libsqlite3.dylib | |
-- Could NOT find DOUBLE_CONVERSION (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR) | |
-- Using third-party bundled double-conversion | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Could NOT find FastLZ (missing: FASTLZ_LIBRARY FASTLZ_INCLUDE_DIR) | |
-- Using third-party bundled fastlz | |
-- Found libzip: /usr/local/opt/libzip/lib/libzip.dylib 1.1.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 | |
-- Could NOT find Editline (missing: EDITLINE_LIBRARIES EDITLINE_INCLUDE_DIRS) | |
-- 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/opt/ocaml/bin/ocamlc | |
-- Found ocamlc.opt: /usr/local/opt/ocaml/bin/ocamlc.opt | |
-- Found LZ4: /usr/local/opt/lz4/lib/liblz4.dylib | |
-- Looking for memfd_create | |
-- Looking for memfd_create - not found | |
-- Performing Test HAVE_DECL___NR_MEMFD_CREATE | |
-- Performing Test HAVE_DECL___NR_MEMFD_CREATE - Failed | |
-- Using built-in JSON parser | |
-- Building the apache extension. | |
-- Building the apc extension. | |
-- Building the array extension. | |
-- Building the asio extension. | |
-- Building the Async MySQL extension. | |
-- Building the bcmath extension. | |
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") | |
-- Looking for BZ2_bzCompressInit | |
-- Looking for BZ2_bzCompressInit - found | |
-- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.1.0") | |
-- Building the bz2 extension. | |
-- Building the collections extension. | |
-- Building the ctype extension. | |
-- Building the curl extension. | |
-- Building the datetime extension. | |
-- Building the debugger extension. | |
-- Building the DOMDocument extension. | |
-- Building the enum extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fb extension. | |
-- Found ICU header files in /usr/local/opt/icu4c/include | |
-- Found ICU libraries: /usr/local/opt/icu4c/lib/libicuuc.dylib | |
-- Building the fileinfo extension. | |
-- Building the filter extension. | |
-- GNU FriBidi not found | |
-- The fribidi extension was disabled because resolving the dependency 'libFribidi 0.19.6' failed. | |
Not building the fribidi extension. | |
-- Found Freetype: /usr/local/opt/freetype/lib/libfreetype.dylib | |
-- Performing Test LIBICONV_CONST | |
-- Performing Test LIBICONV_CONST - Failed | |
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS) | |
-- Building the gd extension. | |
-- Could NOT find LibVPX (missing: LIBVPX_LIBRARIES LIBVPX_INCLUDE_DIRS) | |
-- Building the generator extension. | |
-- Found LIBINTL: /usr/local/opt/gettext/include | |
-- Building the gettext extension. | |
-- Found GMP: /usr/local/opt/gmp/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. | |
-- 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/opt/mcrypt/lib/libmcrypt.dylib | |
-- Building the mcrypt extension. | |
-- Found mcrypt: /usr/local/opt/mcrypt/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 password extension. | |
-- Building the pcre extension. | |
-- Building the pdo extension. | |
-- Building the pdo_mysql extension. | |
-- Building the pdo_sqlite extension. | |
-- Building the phar extension. | |
-- Building the posix extension. | |
-- Building the process extension. | |
-- Building the random extension. | |
-- Building the readline extension. | |
-- Building the reflection extension. | |
-- Building the server extension. | |
-- Building the session extension. | |
-- Building the simplexml extension. | |
-- Building the soap extension. | |
-- Building the sockets extension. | |
-- Building the spl extension. | |
-- Building the sqlite3 extension. | |
-- Building the std extension. | |
-- Building the stream extension. | |
-- Building the string extension. | |
-- Building the thread extension. | |
-- Building the thrift extension. | |
-- Building the url extension. | |
-- Building the wddx extension. | |
-- Building the xdebug extension. | |
-- Building the xenon extension. | |
-- Building the xhprof extension. | |
-- Building the xml extension. | |
-- Building the xmlreader extension. | |
-- Building the xmlwriter extension. | |
-- Found LibXslt: /usr/lib/libxslt.dylib (found version "1.1.28") | |
-- Building the xsl extension. | |
-- Building the zip extension. | |
-- Building the zlib extension. | |
-- Could NOT find LibNuma (missing: LIBNUMA_LIBRARIES LIBNUMA_INCLUDE_DIRS) | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG | |
-- Performing Test NOT_REQUIRE_ATOMIC_LINKER_FLAG - Success | |
CMake Warning (dev) at CMake/HPHPFunctions.cmake:199 (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:66 (HHVM_INSTALL) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 |
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
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o a.out -L/usr/local/opt/readline/lib /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/CMakeCCompilerId-f223e2.o -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o a.out -L/usr/local/opt/readline/lib /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/CMakeCCompilerId-f223e2.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o a.out -L/usr/local/opt/readline/lib /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/CMakeCXXCompilerId-de9a6a.o -lc++ -lSystem | |
superenv added: -headerpad_max_install_names | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o a.out -L/usr/local/opt/readline/lib /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/CMakeCXXCompilerId-de9a6a.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_5bce7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5bce7.dir/testCCompiler.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_5bce7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5bce7.dir/testCCompiler.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_8a399 -L/usr/local/opt/readline/lib -headerpad_max_install_names -v CMakeFiles/cmTC_8a399.dir/CMakeCCompilerABI.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_8a399 -L/usr/local/opt/readline/lib -headerpad_max_install_names -v CMakeFiles/cmTC_8a399.dir/CMakeCCompilerABI.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_b349d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_b349d.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_b349d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_b349d.dir/testCXXCompiler.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_d3e0e -L/usr/local/opt/readline/lib -headerpad_max_install_names -v CMakeFiles/cmTC_d3e0e.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_d3e0e -L/usr/local/opt/readline/lib -headerpad_max_install_names -v CMakeFiles/cmTC_d3e0e.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_230b6 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_230b6.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_230b6 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_230b6.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_208f4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_208f4.dir/src.c.o -ldl -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_208f4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_208f4.dir/src.c.o -ldl -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_08892 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_08892.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_08892 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_08892.dir/CheckFunctionExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ac402 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ac402.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ac402 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ac402.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5140a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5140a.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5140a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5140a.dir/CheckFunctionExists.c.o /usr/lib/libcurl.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_605b7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_605b7.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_605b7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_605b7.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_f842a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_f842a.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_f842a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_f842a.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_2a487 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_2a487.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_2a487 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_2a487.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_2ab9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_2ab9a.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_2ab9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_2ab9a.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_34510 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_34510.dir/src.cxx.o -lelf -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_34510 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_34510.dir/src.cxx.o -lelf -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ae2bf -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ae2bf.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ae2bf -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ae2bf.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_79dd2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_79dd2.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_79dd2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_79dd2.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_cd794 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_cd794.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_cd794 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_cd794.dir/CheckFunctionExists.c.o /usr/lib/libpthread.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_1381f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_1381f.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_1381f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_1381f.dir/src.cxx.o -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d64c3 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d64c3.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d64c3 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d64c3.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_7e699 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_7e699.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_7e699 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_7e699.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_16859 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_16859.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_16859 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_16859.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_eb97a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_eb97a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_eb97a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_eb97a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e405b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e405b.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e405b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e405b.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_a4dc4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a4dc4.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_a4dc4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a4dc4.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4bc7f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4bc7f.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4bc7f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4bc7f.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e028e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e028e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e028e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e028e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_40e9b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_40e9b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_40e9b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_40e9b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_843e2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_843e2.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_843e2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_843e2.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_0408d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_0408d.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_0408d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_0408d.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5e439 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5e439.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5e439 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5e439.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_772e7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_772e7.dir/TestEndianess.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_772e7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_772e7.dir/TestEndianess.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_194ec -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_194ec.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_194ec -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_194ec.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e470d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e470d.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e470d -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e470d.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_8ee9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_8ee9a.dir/CheckIncludeFiles.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_8ee9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_8ee9a.dir/CheckIncludeFiles.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_99891 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_99891.dir/HAVE_INT32_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_99891 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_99891.dir/HAVE_INT32_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_fe737 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_fe737.dir/HAVE_UINT32_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_fe737 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_fe737.dir/HAVE_UINT32_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_8988b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_8988b.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_8988b -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_8988b.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_b75c5 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_b75c5.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_b75c5 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_b75c5.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_33940 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_33940.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_33940 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_33940.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6111f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6111f.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6111f -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6111f.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_bf65c -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_bf65c.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_bf65c -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_bf65c.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_921fd -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_921fd.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_921fd -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_921fd.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_695f2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_695f2.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_695f2 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_695f2.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_28254 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_28254.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_28254 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_28254.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_a9084 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a9084.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_a9084 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a9084.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5c7a0 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5c7a0.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_5c7a0 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_5c7a0.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4adae -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4adae.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4adae -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4adae.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_92255 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_92255.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_92255 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_92255.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e9774 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e9774.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e9774 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e9774.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_72a11 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_72a11.dir/CheckIncludeFile.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_72a11 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_72a11.dir/CheckIncludeFile.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d50e1 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d50e1.dir/HAVE_SIZE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d50e1 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d50e1.dir/HAVE_SIZE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e2086 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e2086.dir/HAVE_SSIZE_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_e2086 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_e2086.dir/HAVE_SSIZE_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_abde3 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_abde3.dir/HAVE_UINT8_T.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_abde3 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_abde3.dir/HAVE_UINT8_T.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ccf9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ccf9a.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ccf9a -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ccf9a.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_253a4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_253a4.dir/CheckSymbolExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_253a4 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_253a4.dir/CheckSymbolExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ed69e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ed69e.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_ed69e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_ed69e.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6a379 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6a379.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6a379 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6a379.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_c9bcd -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_c9bcd.dir/CheckFunctionExists.c.o -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_c9bcd -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_c9bcd.dir/CheckFunctionExists.c.o -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_32228 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_32228.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_32228 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_32228.dir/CheckSymbolExists.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d3d82 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d3d82.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_d3d82 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d3d82.dir/src.c.o /usr/local/opt/libevent/lib/libevent.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_7bd1e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_7bd1e.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_7bd1e -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_7bd1e.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_a8f30 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a8f30.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_a8f30 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_a8f30.dir/src.cxx.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lc++ -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4f7a9 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4f7a9.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_4f7a9 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_4f7a9.dir/CheckFunctionExists.c.o /usr/local/opt/dwarfutils/lib/libdwarf.a /usr/local/opt/libelf/lib/libelf.a -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6fac7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6fac7.dir/CheckFunctionExists.c.o -lelf -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_6fac7 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_6fac7.dir/CheckFunctionExists.c.o -lelf -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_00f51 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_00f51.dir/CheckSymbolExists.c.o /usr/lib/libbz2.dylib -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -w -o cmTC_00f51 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_00f51.dir/CheckSymbolExists.c.o /usr/lib/libbz2.dylib -lSystem | |
ld called with: -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_d4968 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d4968.dir/src.cxx.o -lc++ -lSystem | |
superenv executed: ld -headerpad_max_install_names -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o cmTC_d4968 -L/usr/local/opt/readline/lib -headerpad_max_install_names CMakeFiles/cmTC_d4968.dir/src.cxx.o -lc++ -lSystem | |
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
2016-06-20 23:26:23 +0200 | |
make | |
Scanning dependencies of target eaw_table | |
Scanning dependencies of target webscalesqlclient | |
Scanning dependencies of target fastlz | |
Scanning dependencies of target version | |
[ 0%] Creating directories for 'webscalesqlclient' | |
[ 0%] Building C object third-party/fastlz/CMakeFiles/fastlz.dir/fastlz.c.o | |
Scanning dependencies of target afdt | |
[ 0%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/lowlevel.c.o | |
[ 0%] Building CXX object hphp/tools/version/CMakeFiles/version.dir/version.cpp.o | |
Scanning dependencies of target double-conversion | |
[ 0%] Built target eaw_table | |
[ 0%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum-dtoa.cc.o | |
Scanning dependencies of target timelib | |
Scanning dependencies of target re2 | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/astro.c.o | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/hash.cc.o | |
[ 1%] Linking CXX executable version | |
[ 1%] No download step for 'webscalesqlclient' | |
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/strlcpy.c.o | |
[ 1%] No patch step for 'webscalesqlclient' | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/dow.c.o | |
[ 1%] No update step for 'webscalesqlclient' | |
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/sync.c.o | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/bignum.cc.o | |
[ 1%] Built target version | |
[ 1%] Performing configure step for 'webscalesqlclient' | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/rune.cc.o | |
-- Running cmake version 3.5.2 | |
-- Found Git: /usr/local/bin/git (found version "2.7.4") | |
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/util.c.o | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/interval.c.o | |
[ 1%] Linking C static library libfastlz.a | |
[ 1%] Building C object third-party/libafdt/CMakeFiles/afdt.dir/src/async.c.o | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/stringprintf.cc.o | |
[ 1%] Built target fastlz | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/cached-powers.cc.o | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_date.c.o | |
[ 1%] Linking C static library libafdt.a | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/double-conversion/src/double-conversion/cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable] | |
static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers); | |
^ | |
-- The C compiler identification is Clang 3.6.2 | |
1 warning generated. | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/strutil.cc.o | |
[ 1%] Built target afdt | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/diy-fp.cc.o | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/util/valgrind.cc.o | |
-- The CXX compiler identification is Clang 3.6.2 | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/double-conversion.cc.o | |
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works | |
-- Detecting C compiler ABI info | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fast-dtoa.cc.o | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ | |
Scanning dependencies of target hphp_parser | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/fixed-dtoa.cc.o | |
[ 1%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.5.tab.cpp.o | |
Scanning dependencies of target hack | |
-- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
[ 1%] Building CXX object third-party/double-conversion/CMakeFiles/double-conversion.dir/src/double-conversion/strtod.cc.o | |
[ 1%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_iso_intervals.c.o | |
-- Detecting CXX compiler ABI info - done | |
-- Looking for sys/types.h | |
Scanning dependencies of target neo | |
[ 1%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_err.c.o | |
[ 1%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/bitstate.cc.o | |
[ 2%] Linking CXX static library libdouble-conversion.a | |
[ 2%] Built target double-conversion | |
[ 2%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/hphp.7.tab.cpp.o | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_files.c.o | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hash.c.o | |
[ 2%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/compile.cc.o | |
fatal: Not a git repository (or any of the parent directories): .git | |
/bin/sh: hg: command not found | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_hdf.c.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -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 stddef.h - found | |
-- Check size of void * | |
-- Check size of void * - done | |
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' | |
-- MySQL 5.6.24 | |
-- Packaging as: mysql-5.6.24-osx10.11-x86_64 | |
-- Performing Test HAVE_LLVM_LIBCPP | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_misc.c.o | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_rand.c.o | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/neo_str.c.o | |
-- Performing Test HAVE_LLVM_LIBCPP - Success | |
Dynamic plugins are disabled. | |
-- Looking for floor | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/ulist.c.o | |
-- Looking for floor - found | |
-- Looking for __infinity | |
[ 2%] Building C object hphp/neo/CMakeFiles/neo.dir/ulocks.c.o | |
[ 3%] Linking C static library libneo.a | |
mv hh_shared.o heap/hh_shared.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -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 | |
[ 3%] Built target neo | |
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/lex.yy.cpp.o | |
Scanning dependencies of target ppc64-asm | |
-- Looking for __infinity - not found | |
-- Looking for __infinity in m | |
[ 3%] Building CXX object hphp/ppc64-asm/CMakeFiles/ppc64-asm.dir/asm-ppc64.cpp.o | |
mv hhi_elf.o hhi/hhi_elf.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -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 __infinity in m - not found | |
-- Looking for gethostbyname_r | |
mv hhi_win32res_stubs.o hhi/hhi_win32res_stubs.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c libancillary/libancillary-stubs.c | |
mv libancillary-stubs.o libancillary/libancillary-stubs.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c third-party/libancillary/fd_recv.c | |
-- Looking for gethostbyname_r - not found | |
-- Looking for gethostbyname_r in nsl_r | |
mv fd_recv.o third-party/libancillary/fd_recv.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c third-party/libancillary/fd_send.c | |
-- Looking for gethostbyname_r in nsl_r - not found | |
-- Looking for gethostbyname_r in nsl | |
mv fd_send.o third-party/libancillary/fd_send.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -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 | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/dfa.cc.o | |
-- Looking for gethostbyname_r in nsl - not found | |
mv files.o utils/files.o | |
-- Looking for bind | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.gen.c | |
mv get_build_id.gen.o utils/get_build_id.gen.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/get_build_id.c | |
-- Looking for bind - found | |
-- Looking for crypt | |
mv get_build_id.o utils/get_build_id.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/handle_stubs.c | |
mv handle_stubs.o utils/handle_stubs.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -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 | |
-- Looking for crypt - found | |
-- Looking for setsockopt | |
mv nproc.o utils/nproc.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/priorities.c | |
-- Looking for setsockopt - found | |
-- Looking for dlopen | |
mv priorities.o utils/priorities.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/realpath.c | |
mv realpath.o utils/realpath.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/sysinfo.c | |
-- Looking for dlopen - found | |
-- Looking for sched_yield | |
mv sysinfo.o utils/sysinfo.o | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c utils/win32_support.c | |
mv win32_support.o utils/win32_support.o | |
-- Looking for sched_yield - found | |
-- Looking for clock_gettime | |
ocamlc.opt -g -ccopt -I/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -ccopt -I/usr/local/opt/libelf/include/libelf -ccopt -I/usr/local/opt/lz4/include -ccopt -DOSS_SMALL_HH_TABLE_POWS -ccopt -pthread -c fsevents/fsevents_stubs.c | |
-- Looking for clock_gettime - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for timer_create | |
-- Looking for timer_create - not found | |
-- Looking for timer_create in rt | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.cpp:17: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2018:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2040:27: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
static_cast<uint32_t>(imm), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2055:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2071:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2085:31: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
1, | |
^~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2106:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2128:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xop, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2147:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
0x0, //Reserved | |
^~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2166:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2192:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2218:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2243:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2270:32: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2292:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rsv, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2311:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2331:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
-- Looking for timer_create in rt - not found | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2356:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2378:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xo, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2402:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
mv fsevents_stubs.o fsevents/fsevents_stubs.o | |
-- Looking for pthread.h | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.cpp:809:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
D_form_t d_formater {0, 0, 0, 24 }; // check Assembler::ori | |
^~~~~~~~~~~ | |
{ } | |
ocamldep.opt -modules hh_server.ml > hh_server.ml.depends | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
ocamldep.opt -modules server/hhServerMonitor.mli > server/hhServerMonitor.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/hhServerMonitor.cmi server/hhServerMonitor.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_server.cmo hh_server.ml | |
ocamldep.opt -modules server/hhServerMonitor.ml > server/hhServerMonitor.ml.depends | |
ocamldep.opt -modules utils/daemon.ml > utils/daemon.ml.depends | |
ocamldep.opt -modules utils/daemon.mli > utils/daemon.mli.depends | |
ocamldep.opt -modules utils/timeout.mli > utils/timeout.mli.depends | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/filtered_re2.cc.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/timeout.cmi utils/timeout.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/daemon.cmi utils/daemon.mli | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Looking for 4 include files stdlib.h, ..., float.h | |
ocamldep.opt -modules utils/fork.ml > utils/fork.ml.depends | |
ocamldep.opt -modules utils/core.ml > utils/core.ml.depends | |
ocamldep.opt -modules third-party/core/core_list.ml > third-party/core/core_list.ml.depends | |
ocamldep.opt -modules third-party/core/caml.ml > third-party/core/caml.ml.depends | |
-- Looking for 4 include files stdlib.h, ..., float.h - found | |
-- Looking for include file alloca.h | |
ocamldep.opt -modules third-party/core/container.ml > third-party/core/container.ml.depends | |
ocamldep.opt -modules third-party/core/commutative_group.ml > third-party/core/commutative_group.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmo third-party/core/commutative_group.ml | |
ocamldep.opt -modules third-party/core/core_printf.ml > third-party/core/core_printf.ml.depends | |
ocamldep.opt -modules third-party/core/monad.ml > third-party/core/monad.ml.depends | |
ocamldep.opt -modules third-party/core/poly.ml > third-party/core/poly.ml.depends | |
ocamldep.opt -modules third-party/core/polymorphic_compare.mli > third-party/core/polymorphic_compare.mli.depends | |
-- Looking for include file alloca.h - found | |
-- Looking for include file aio.h | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmi third-party/core/polymorphic_compare.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmo third-party/core/caml.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmo third-party/core/container.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmo third-party/core/core_printf.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmo third-party/core/monad.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmo third-party/core/poly.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmo third-party/core/core_list.ml | |
-- Looking for include file aio.h - found | |
-- Looking for include file arpa/inet.h | |
ocamldep.opt -modules utils/pidLog.ml > utils/pidLog.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/core.cmo utils/core.ml | |
ocamldep.opt -modules third-party/core/option.ml > third-party/core/option.ml.depends | |
ocamldep.opt -modules utils/sys_utils.ml > utils/sys_utils.ml.depends | |
ocamldep.opt -modules utils/utils.ml > utils/utils.ml.depends | |
ocamldep.opt -modules utils/collections/iMap.ml > utils/collections/iMap.ml.depends | |
ocamldep.opt -modules utils/collections/intKey.ml > utils/collections/intKey.ml.depends | |
ocamldep.opt -modules utils/collections/myMap.mli > utils/collections/myMap.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/intKey.cmo utils/collections/intKey.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/myMap.cmi utils/collections/myMap.mli | |
-- Looking for include file arpa/inet.h - found | |
-- Looking for include file crypt.h | |
ocamldep.opt -modules utils/collections/sMap.ml > utils/collections/sMap.ml.depends | |
ocamldep.opt -modules utils/collections/stringKey.ml > utils/collections/stringKey.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/stringKey.cmo utils/collections/stringKey.ml | |
ocamldep.opt -modules utils/collections/sSet.ml > utils/collections/sSet.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/iMap.cmo utils/collections/iMap.ml | |
-- Looking for include file crypt.h - not found | |
-- Looking for include file cxxabi.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/sMap.cmo utils/collections/sMap.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/sSet.cmo utils/collections/sSet.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/utils.cmo utils/utils.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmo third-party/core/option.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmo utils/sys_utils.ml | |
-- Looking for include file cxxabi.h - not found | |
-- Looking for include file dirent.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmo utils/pidLog.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/fork.cmo utils/fork.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/commutative_group.cmx third-party/core/commutative_group.ml | |
20 warnings generated. | |
[ 3%] Linking CXX static library libppc64-asm.a | |
-- Looking for include file dirent.h - found | |
-- Looking for include file dlfcn.h | |
[ 3%] Built target ppc64-asm | |
[ 3%] Building C object third-party/timelib/CMakeFiles/timelib.dir/parse_tz.c.o | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/mimics_pcre.cc.o | |
ocamldep.opt -modules third-party/core/polymorphic_compare.ml > third-party/core/polymorphic_compare.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/polymorphic_compare.cmx third-party/core/polymorphic_compare.ml | |
-- Looking for include file dlfcn.h - found | |
-- Looking for include file execinfo.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/caml.cmx third-party/core/caml.ml | |
-- Looking for include file execinfo.h - found | |
-- Looking for include file fcntl.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/container.cmx third-party/core/container.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/core_printf.cmx third-party/core/core_printf.ml | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file fenv.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/monad.cmx third-party/core/monad.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/poly.cmx third-party/core/poly.ml | |
-- Looking for include file fenv.h - found | |
-- Looking for include file float.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/core_list.cmx third-party/core/core_list.ml | |
-- Looking for include file float.h - found | |
[ 3%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/parser.cpp.o | |
-- Looking for include file floatingpoint.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/core.cmx utils/core.ml | |
-- Looking for include file floatingpoint.h - not found | |
-- Looking for include file fpu_control.h | |
ocamldep.opt -modules utils/collections/myMap.ml > utils/collections/myMap.ml.depends | |
-- Looking for include file fpu_control.h - not found | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/intKey.cmx utils/collections/intKey.ml | |
-- Looking for include file grp.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/myMap.cmx utils/collections/myMap.ml | |
-- Looking for include file grp.h - found | |
-- Looking for include file ieeefp.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/stringKey.cmx utils/collections/stringKey.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/iMap.cmx utils/collections/iMap.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/sMap.cmx utils/collections/sMap.ml | |
-- Looking for include file ieeefp.h - not found | |
-- Looking for include file inttypes.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/sSet.cmx utils/collections/sSet.ml | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/nfa.cc.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/utils.cmx utils/utils.ml | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file langinfo.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/option.cmx third-party/core/option.ml | |
-- Looking for include file langinfo.h - found | |
-- Looking for include file limits.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/sys_utils.cmx utils/sys_utils.ml | |
-- Looking for include file limits.h - found | |
-- Looking for include file locale.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/pidLog.cmx utils/pidLog.ml | |
ocamldep.opt -modules utils/handle.ml > utils/handle.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/handle.cmo utils/handle.ml | |
-- Looking for include file locale.h - found | |
-- Looking for include file malloc.h | |
ocamldep.opt -modules utils/marshal_tools.ml > utils/marshal_tools.ml.depends | |
ocamldep.opt -modules utils/marshal_tools.mli > utils/marshal_tools.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/marshal_tools.cmi utils/marshal_tools.mli | |
ocamldep.opt -modules utils/path.ml > utils/path.ml.depends | |
ocamldep.opt -modules utils/path.mli > utils/path.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/path.cmi utils/path.mli | |
-- Looking for include file malloc.h - not found | |
-- Looking for include file memory.h | |
ocamldep.opt -modules utils/timeout.ml > utils/timeout.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/fork.cmx utils/fork.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/handle.cmx utils/handle.ml | |
-- Looking for include file memory.h - found | |
-- Looking for include file ndir.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/marshal_tools.cmx utils/marshal_tools.ml | |
-- Looking for include file ndir.h - not found | |
-- Looking for include file netinet/in.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/path.cmx utils/path.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/timeout.cmx utils/timeout.ml | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file paths.h | |
ocamldep.opt -modules stubs/eventLogger.ml > stubs/eventLogger.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmo stubs/eventLogger.ml | |
ocamldep.opt -modules utils/exit_status.ml > utils/exit_status.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmo utils/exit_status.ml | |
ocamldep.opt -modules stubs/hackEventLogger.ml > stubs/hackEventLogger.ml.depends | |
-- Looking for include file paths.h - found | |
-- Looking for include file port.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmo stubs/hackEventLogger.ml | |
ocamldep.opt -modules server/hhServerMonitorConfig.ml > server/hhServerMonitorConfig.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/hhServerMonitorConfig.cmo server/hhServerMonitorConfig.ml | |
ocamldep.opt -modules utils/hh_logger.ml > utils/hh_logger.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmo utils/hh_logger.ml | |
-- Looking for include file port.h - not found | |
-- Looking for include file poll.h | |
ocamldep.opt -modules hhi/hhi.ml > hhi/hhi.ml.depends | |
ocamldep.opt -modules hhi/hhi.mli > hhi/hhi.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmi hhi/hhi.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/exit_status.cmx utils/exit_status.ml | |
[ 3%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/onepass.cc.o | |
ocamldep.opt -modules find/find.ml > find/find.ml.depends | |
ocamldep.opt -modules find/find.mli > find/find.mli.depends | |
-- Looking for include file poll.h - found | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I find -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o find/find.cmi find/find.mli | |
-- Looking for include file pwd.h | |
ocamldep.opt -modules globals/globalConfig.ml > globals/globalConfig.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmo globals/globalConfig.ml | |
ocamldep.opt -modules hhi/hhi_win32res.ml > hhi/hhi_win32res.ml.depends | |
ocamldep.opt -modules hhi/hhi_win32res.mli > hhi/hhi_win32res.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmi hhi/hhi_win32res.mli | |
ocamldep.opt -modules utils/relative_path.ml > utils/relative_path.ml.depends | |
ocamldep.opt -modules utils/relative_path.mli > utils/relative_path.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmi utils/relative_path.mli | |
Scanning dependencies of target vixl | |
-- Looking for include file pwd.h - found | |
-- Looking for include file sched.h | |
ocamldep.opt -modules utils/tmp.ml > utils/tmp.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tmp.cmo utils/tmp.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I find -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o find/find.cmx find/find.ml | |
[ 3%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/utils.cc.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/globalConfig.cmx globals/globalConfig.ml | |
-- Looking for include file sched.h - found | |
-- Looking for include file select.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hhi/hhi_win32res.cmx hhi/hhi_win32res.ml | |
-- Looking for include file select.h - not found | |
-- Looking for include file semaphore.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/relative_path.cmx utils/relative_path.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tmp.cmx utils/tmp.ml | |
-- Looking for include file semaphore.h - found | |
-- Looking for include files sys/types.h, sys/dir.h | |
ocamldep.opt -modules server/ideMain.ml > server/ideMain.ml.depends | |
ocamldep.opt -modules server/ideMain.mli > server/ideMain.mli.depends | |
ocamldep.opt -modules server/serverArgs.mli > server/serverArgs.mli.depends | |
ocamldep.opt -modules stubs/ai_options.ml > stubs/ai_options.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmo stubs/ai_options.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmi server/serverArgs.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideMain.cmi server/ideMain.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/daemon.cmx utils/daemon.ml | |
-- 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 | |
ocamldep.opt -modules utils/errors.ml > utils/errors.ml.depends | |
ocamldep.opt -modules utils/errors.mli > utils/errors.mli.depends | |
-- Looking for include file sys/pte.h - not found | |
-- Looking for include file stdlib.h | |
ocamldep.opt -modules utils/hh_json/hh_json.mli > utils/hh_json/hh_json.mli.depends | |
ocamldep.opt -modules utils/pos.mli > utils/pos.mli.depends | |
ocamldep.opt -modules utils/file_pos.mli > utils/file_pos.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/hh_json -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/hh_json/hh_json.cmi utils/hh_json/hh_json.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/file_pos.cmi utils/file_pos.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/pos.cmi utils/pos.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/errors.cmi utils/errors.mli | |
ocamldep.opt -modules utils/hh_json/hh_json.ml > utils/hh_json/hh_json.ml.depends | |
ocamldep.opt -modules utils/pos.ml > utils/pos.ml.depends | |
ocamldep.opt -modules utils/file_pos.ml > utils/file_pos.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/hh_json -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/hh_json/hh_json.cmx utils/hh_json/hh_json.ml | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/parse.cc.o | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file strings.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/file_pos.cmx utils/file_pos.ml | |
-- Looking for include file strings.h - found | |
-- Looking for include file string.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/pos.cmx utils/pos.ml | |
ocamldep.opt -modules deps/fileInfo.ml > deps/fileInfo.ml.depends | |
ocamldep.opt -modules deps/fileInfo.mli > deps/fileInfo.mli.depends | |
-- Looking for include file string.h - found | |
-- Looking for include file synch.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmi deps/fileInfo.mli | |
ocamldep.opt -modules search/hackSearchService.ml > search/hackSearchService.ml.depends | |
ocamldep.opt -modules parsing/ast.ml > parsing/ast.ml.depends | |
ocamldep.opt -modules parsing/namespace_env.ml > parsing/namespace_env.ml.depends | |
-- Looking for include file synch.h - not found | |
-- Looking for include file sysent.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmo parsing/namespace_env.ml | |
ocamldep.opt -modules parsing/parsing_hooks.ml > parsing/parsing_hooks.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast.cmo parsing/ast.ml | |
ocamldep.opt -modules search/searchService.ml > search/searchService.ml.depends | |
ocamldep.opt -modules search/fuzzySearchService.ml > search/fuzzySearchService.ml.depends | |
-- Looking for include file sysent.h - not found | |
-- Looking for include file sys/cdefs.h | |
ocamldep.opt -modules utils/collections/cSet.ml > utils/collections/cSet.ml.depends | |
ocamldep.opt -modules utils/collections/hashSet.mli > utils/collections/hashSet.mli.depends | |
ocamldep.opt -modules heap/prefix.mli > heap/prefix.mli.depends | |
ocamldep.opt -modules search/searchUtils.ml > search/searchUtils.ml.depends | |
ocamldep.opt -modules heap/sharedMem.mli > heap/sharedMem.mli.depends | |
ocamldep.opt -modules heap/value.mli > heap/value.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/prefix.cmi heap/prefix.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/value.cmi heap/value.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/cSet.cmo utils/collections/cSet.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/hashSet.cmi utils/collections/hashSet.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmo search/searchUtils.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmi heap/sharedMem.mli | |
-- Looking for include file sys/cdefs.h - found | |
[ 4%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/assembler-a64.cc.o | |
-- Looking for include file sys/file.h | |
ocamldep.opt -modules search/trieSearchService.ml > search/trieSearchService.ml.depends | |
ocamldep.opt -modules utils/trie.ml > utils/trie.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/trie.cmo utils/trie.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmo search/fuzzySearchService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmo search/trieSearchService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmo parsing/parsing_hooks.ml | |
-- Looking for include file sys/file.h - found | |
-- Looking for include file sys/fpu.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/searchService.cmo search/searchService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmo search/hackSearchService.ml | |
-- Looking for include file sys/fpu.h - not found | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o deps/fileInfo.cmx deps/fileInfo.ml | |
-- Looking for include file sys/ioctl.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/namespace_env.cmx parsing/namespace_env.ml | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include file sys/ipc.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast.cmx parsing/ast.ml | |
ocamldep.opt -modules utils/collections/hashSet.ml > utils/collections/hashSet.ml.depends | |
ocamldep.opt -modules heap/prefix.ml > heap/prefix.ml.depends | |
ocamldep.opt -modules heap/sharedMem.ml > heap/sharedMem.ml.depends | |
-- Looking for include file sys/ipc.h - found | |
-- Looking for include file sys/malloc.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/eventLogger.cmx stubs/eventLogger.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/hh_logger.cmx utils/hh_logger.ml | |
-- Looking for include file sys/malloc.h - found | |
-- Looking for include file sys/mman.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/prefix.cmx heap/prefix.ml | |
ocamldep.opt -modules utils/stats.ml > utils/stats.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/stats.cmo utils/stats.ml | |
ocamldep.opt -modules heap/value.ml > heap/value.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/stats.cmx utils/stats.ml | |
-- Looking for include file sys/mman.h - found | |
-- Looking for include file sys/prctl.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/value.cmx heap/value.ml | |
-- Looking for include file sys/prctl.h - not found | |
-- Looking for include file sys/resource.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/cSet.cmx utils/collections/cSet.ml | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/perl_groups.cc.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/hashSet.cmx utils/collections/hashSet.ml | |
[ 4%] Building C object third-party/timelib/CMakeFiles/timelib.dir/timelib.c.o | |
-- Looking for include file sys/resource.h - found | |
-- Looking for include file sys/select.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/searchUtils.cmx search/searchUtils.ml | |
[ 4%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter.cc.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/sharedMem.cmx heap/sharedMem.ml | |
-- Looking for include file sys/select.h - found | |
-- Looking for include file sys/shm.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/trie.cmx utils/trie.ml | |
-- Looking for include file sys/shm.h - found | |
-- Looking for include file sys/socket.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/fuzzySearchService.cmx search/fuzzySearchService.ml | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file sys/stat.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/trieSearchService.cmx search/trieSearchService.ml | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/stream.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parsing_hooks.cmx parsing/parsing_hooks.ml | |
-- Looking for include file sys/stream.h - not found | |
-- Looking for include file sys/termcap.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/searchService.cmx search/searchService.ml | |
-- Looking for include file sys/termcap.h - not found | |
-- Looking for include files time.h, sys/timeb.h | |
Scanning dependencies of target hphp_zend | |
ocamldep.opt -modules server/ideIdle.ml > server/ideIdle.ml.depends | |
ocamldep.opt -modules server/ideIdle.mli > server/ideIdle.mli.depends | |
[ 4%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-blowfish.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideIdle.cmi server/ideIdle.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I search -I watchman -I utils -I typing -I stubs -I socket -I server -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o search/hackSearchService.cmx search/hackSearchService.ml | |
-- Looking for include files time.h, sys/timeb.h - found | |
-- Looking for include files curses.h, term.h | |
[ 4%] Building C object third-party/timelib/CMakeFiles/timelib.dir/tm2unixtime.c.o | |
ocamldep.opt -modules server/ideJson.ml > server/ideJson.ml.depends | |
ocamldep.opt -modules server/findRefsService.ml > server/findRefsService.ml.depends | |
ocamldep.opt -modules stubs/ai.ml > stubs/ai.ml.depends | |
ocamldep.opt -modules procs/bucket.ml > procs/bucket.ml.depends | |
ocamldep.opt -modules decl/decl_compare.mli > decl/decl_compare.mli.depends | |
[ 4%] Building C object third-party/timelib/CMakeFiles/timelib.dir/unixtime2tm.c.o | |
ocamldep.opt -modules deps/typing_deps.mli > deps/typing_deps.mli.depends | |
ocamldep.opt -modules typing/typing_heap.mli > typing/typing_heap.mli.depends | |
-- Looking for include files curses.h, term.h - found | |
-- Looking for include file asm/termbits.h | |
ocamldep.opt -modules typing/typing_defs.ml > typing/typing_defs.ml.depends | |
ocamldep.opt -modules heap/ident.ml > heap/ident.ml.depends | |
ocamldep.opt -modules naming/naming_special_names.ml > naming/naming_special_names.ml.depends | |
[ 4%] Linking C static library libtimelib.a | |
ocamldep.opt -modules naming/nast.ml > naming/nast.ml.depends | |
-- Looking for include file asm/termbits.h - not found | |
-- Looking for include file termbits.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/ident.cmo heap/ident.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmo naming/naming_special_names.ml | |
ocamldep.opt -modules typing/typing_reason.ml > typing/typing_reason.ml.depends | |
[ 4%] Built target timelib | |
[ 4%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-freesec.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast.cmo naming/nast.ml | |
Scanning dependencies of target systemlib | |
-- Looking for include file termbits.h - not found | |
-- Looking for include file termios.h | |
[ 4%] Generating systemlib.php | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmo typing/typing_reason.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmo typing/typing_defs.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmi deps/typing_deps.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmi typing/typing_heap.mli | |
ocamldep.opt -modules decl/decl_hooks.ml > decl/decl_hooks.ml.depends | |
[ 5%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/cpu-a64.cc.o | |
ocamldep.opt -modules procs/multiWorker.mli > procs/multiWorker.mli.depends | |
ocamldep.opt -modules procs/worker.mli > procs/worker.mli.depends | |
-- Looking for include file termios.h - found | |
-- Looking for include file termio.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/worker.cmi procs/worker.mli | |
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-sha256.cpp.o | |
ocamldep.opt -modules naming/naming_heap.ml > naming/naming_heap.ml.depends | |
ocamldep.opt -modules server/serverIdeUtils.ml > server/serverIdeUtils.ml.depends | |
ocamldep.opt -modules globals/autocomplete.ml > globals/autocomplete.ml.depends | |
ocamldep.opt -modules decl/decl.mli > decl/decl.mli.depends | |
-- Looking for include file termio.h - not found | |
-- Looking for include file termcap.h | |
ocamldep.opt -modules decl/decl_env.ml > decl/decl_env.ml.depends | |
ocamldep.opt -modules naming/typecheckerOptions.ml > naming/typecheckerOptions.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_env.cmo decl/decl_env.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmo naming/typecheckerOptions.ml | |
ocamldep.opt -modules naming/naming.mli > naming/naming.mli.depends | |
ocamldep.opt -modules naming/namingGlobal.mli > naming/namingGlobal.mli.depends | |
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prefilter_tree.cc.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmo naming/naming_heap.ml | |
ocamldep.opt -modules parsing/parser_hack.mli > parsing/parser_hack.mli.depends | |
ocamllex.opt -q parsing/lexer_hack.mll | |
-- Looking for include file termcap.h - found | |
-- Looking for include file unistd.h | |
ocamldep.opt -modules parsing/lexer_hack.ml > parsing/lexer_hack.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmo parsing/lexer_hack.ml | |
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/crypt-sha512.cpp.o | |
ocamldep.opt -modules server/serverUtils.ml > server/serverUtils.ml.depends | |
ocamldep.opt -modules monitor/monitorConnection.mli > monitor/monitorConnection.mli.depends | |
ocamldep.opt -modules third-party/core/result.mli > third-party/core/result.mli.depends | |
ocamldep.opt -modules monitor/serverMonitorUtils.ml > monitor/serverMonitorUtils.ml.depends | |
ocamldep.opt -modules monitor/serverProcess.ml > monitor/serverProcess.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverProcess.cmo monitor/serverProcess.ml | |
-- Looking for include file unistd.h - found | |
-- Looking for include file utime.h | |
ocamlc.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmi third-party/core/result.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverMonitorUtils.cmo monitor/serverMonitorUtils.ml | |
ocamldep.opt -modules server/serverFiles.ml > server/serverFiles.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/monitorConnection.cmi monitor/monitorConnection.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmo server/serverFiles.ml | |
ocamldep.opt -modules typing/typing.mli > typing/typing.mli.depends | |
ocamldep.opt -modules typing/typing_env.mli > typing/typing_env.mli.depends | |
ocamldep.opt -modules utils/collections/iSet.ml > utils/collections/iSet.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/iSet.cmo utils/collections/iSet.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmi typing/typing_env.mli | |
ocamldep.opt -modules typing/typing_check_utils.ml > typing/typing_check_utils.ml.depends | |
-- Looking for include file utime.h - found | |
-- Looking for include file varargs.h | |
ocamldep.opt -modules typing/typing_check_service.ml > typing/typing_check_service.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/bucket.cmo procs/bucket.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl.cmi decl/decl.mli | |
ocamldep.opt -modules decl/decl_service.mli > decl/decl_service.mli.depends | |
ocamldep.opt -modules heap/globalStorage.ml > heap/globalStorage.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmi procs/multiWorker.mli | |
-- Looking for include file varargs.h - not found | |
-- Looking for include file sys/time.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing.cmi typing/typing.mli | |
ocamldep.opt -modules typing/typing_lazy_heap.ml > typing/typing_lazy_heap.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/namingGlobal.cmi naming/namingGlobal.mli | |
ocamldep.opt -modules typing/typing_phase.ml > typing/typing_phase.ml.depends | |
ocamldep.opt -modules decl/decl_hint.ml > decl/decl_hint.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_hooks.cmo decl/decl_hooks.ml | |
ocamldep.opt -modules decl/decl_subst.ml > decl/decl_subst.ml.depends | |
ocamldep.opt -modules typing/typing_dependent_type.ml > typing/typing_dependent_type.ml.depends | |
ocamldep.opt -modules typing/typing_generic_constraint.ml > typing/typing_generic_constraint.ml.depends | |
ocamldep.opt -modules typing/typing_utils.ml > typing/typing_utils.ml.depends | |
ocamldep.opt -modules typing/type_visitor.ml > typing/type_visitor.ml.depends | |
ocamldep.opt -modules typing/typing_print.mli > typing/typing_print.mli.depends | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/utime.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/type_visitor.cmo typing/type_visitor.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmi typing/typing_print.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmo typing/typing_utils.ml | |
-- Looking for include file sys/utime.h - not found | |
-- Looking for include file sys/wait.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_hint.cmo decl/decl_hint.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_subst.cmo decl/decl_subst.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmo typing/typing_dependent_type.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_generic_constraint.cmo typing/typing_generic_constraint.ml | |
ocamldep.opt -modules typing/typing_variance.ml > typing/typing_variance.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_service.cmi decl/decl_service.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmo heap/globalStorage.ml | |
-- Looking for include file sys/wait.h - found | |
-- Looking for include file sys/param.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_lazy_heap.cmo typing/typing_lazy_heap.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmo typing/typing_phase.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmo typing/typing_variance.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmo typing/typing_check_service.ml | |
-- Looking for include file sys/param.h - found | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmo globals/autocomplete.ml | |
-- Looking for include file sys/vadvise.h | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming.cmi naming/naming.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmi parsing/parser_hack.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmo server/serverUtils.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmo typing/typing_check_utils.ml | |
[ 5%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/html-table.cpp.o | |
ocamldep.opt -modules typing/typing_hooks.ml > typing/typing_hooks.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/ai.cmo stubs/ai.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_compare.cmi decl/decl_compare.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmo server/serverIdeUtils.ml | |
-- Looking for include file sys/vadvise.h - found | |
-- Looking for include file fnmatch.h | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmo typing/typing_hooks.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmo server/findRefsService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideJson.cmo server/ideJson.ml | |
[ 5%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/debugger-a64.cc.o | |
ocamldep.opt -modules decl/decl_compare.ml > decl/decl_compare.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/ident.cmx heap/ident.ml | |
-- Looking for include file fnmatch.h - found | |
-- Looking for include file stdarg.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_special_names.cmx naming/naming_special_names.ml | |
-- Looking for include file stdarg.h - found | |
-- Looking for include files stdlib.h, sys/un.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast.cmx naming/nast.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/errors.cmx utils/errors.ml | |
-- Looking for include files stdlib.h, sys/un.h - found | |
-- Looking for include file vis.h | |
[ 5%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/prog.cc.o | |
-- Looking for include file vis.h - found | |
-- Looking for include file wchar.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_reason.cmx typing/typing_reason.ml | |
-- Looking for include file wchar.h - found | |
-- Looking for include file wctype.h | |
ocamldep.opt -modules deps/typing_deps.ml > deps/typing_deps.ml.depends | |
ocamldep.opt -modules typing/typing_heap.ml > typing/typing_heap.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_defs.cmx typing/typing_defs.ml | |
-- Looking for include file wctype.h - found | |
-- Looking for include file sasl/sasl.h | |
ocamldep.opt -modules typing/typing_pos_utils.ml > typing/typing_pos_utils.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_pos_utils.cmo typing/typing_pos_utils.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I deps -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o deps/typing_deps.cmx deps/typing_deps.ml | |
-- Looking for include file sasl/sasl.h - found | |
-- Looking for include file sys/devpoll.h | |
[ 5%] Built target systemlib | |
[ 6%] Building CXX object hphp/parser/CMakeFiles/hphp_parser.dir/scanner.cpp.o | |
-- Looking for include file sys/devpoll.h - not found | |
-- Looking for include file signal.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_heap.cmx typing/typing_heap.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_pos_utils.cmx typing/typing_pos_utils.ml | |
-- Looking for include file signal.h - found | |
-- Looking for include file sys/devpoll.h | |
-- Looking for include file sys/devpoll.h - not found | |
-- Looking for include file sys/epoll.h | |
ocamldep.opt -modules procs/multiWorker.ml > procs/multiWorker.ml.depends | |
ocamldep.opt -modules procs/worker.ml > procs/worker.ml.depends | |
ocamldep.opt -modules utils/printSignal.ml > utils/printSignal.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmo utils/printSignal.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/printSignal.cmx utils/printSignal.ml | |
-- Looking for include file sys/epoll.h - not found | |
-- Looking for include file sys/event.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/worker.cmx procs/worker.ml | |
[ 6%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/re2.cc.o | |
-- Looking for include file sys/event.h - found | |
-- Looking for include file sys/queue.h | |
ocamldep.opt -modules decl/decl.ml > decl/decl.ml.depends | |
ocamldep.opt -modules naming/attributes.ml > naming/attributes.ml.depends | |
ocamldep.opt -modules naming/nast_eval.mli > naming/nast_eval.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmi naming/nast_eval.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/attributes.cmo naming/attributes.ml | |
ocamldep.opt -modules naming/nast_eval.ml > naming/nast_eval.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_heap.cmx naming/naming_heap.ml | |
-- Looking for include file sys/queue.h - found | |
-- Looking for TAILQ_FOREACH | |
ocamldep.opt -modules third-party/core/result.ml > third-party/core/result.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -32-41 -w -3-4-6-29-35-44-48-50-52 -I third-party/core -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/core/result.cmx third-party/core/result.ml | |
-- Looking for TAILQ_FOREACH - found | |
-- Looking for include file sys/ptem.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast_eval.cmx naming/nast_eval.ml | |
-- Looking for include file sys/ptem.h - not found | |
-- Performing Test HAVE_WERROR_FLAG | |
ocamldep.opt -modules decl/decl_dynamic_yield.ml > decl/decl_dynamic_yield.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_dynamic_yield.cmo decl/decl_dynamic_yield.ml | |
[ 6%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/php-crypt_r.cpp.o | |
ocamldep.opt -modules decl/decl_enum.ml > decl/decl_enum.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_enum.cmo decl/decl_enum.ml | |
-- Performing Test HAVE_WERROR_FLAG - Success | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_env.cmx decl/decl_env.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_hooks.cmx decl/decl_hooks.ml | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success | |
-- Looking for _aligned_malloc | |
ocamldep.opt -modules decl/decl_inherit.ml > decl/decl_inherit.ml.depends | |
ocamldep.opt -modules decl/decl_inherit.mli > decl/decl_inherit.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_inherit.cmi decl/decl_inherit.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_hint.cmx decl/decl_hint.ml | |
Scanning dependencies of target mbfl | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter.c.o | |
-- Looking for _aligned_malloc - not found | |
-- Looking for _aligned_free | |
ocamldep.opt -modules decl/decl_instantiate.ml > decl/decl_instantiate.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_instantiate.cmo decl/decl_instantiate.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_subst.cmx decl/decl_subst.ml | |
-- Looking for _aligned_free - not found | |
-- Looking for aio_read | |
ocamldep.opt -modules decl/decl_utils.ml > decl/decl_utils.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_utils.cmo decl/decl_utils.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_instantiate.cmx decl/decl_instantiate.ml | |
-- Looking for aio_read - found | |
-- Looking for alarm | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_utils.cmx decl/decl_utils.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_string.c.o | |
ocamldep.opt -modules decl/decl_init_check.ml > decl/decl_init_check.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_init_check.cmo decl/decl_init_check.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_language.c.o | |
-- Looking for alarm - found | |
-- Looking for backtrace | |
ocamldep.opt -modules decl/decl_requirements.ml > decl/decl_requirements.ml.depends | |
ocamldep.opt -modules decl/decl_requirements.mli > decl/decl_requirements.mli.depends | |
[ 6%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/decoder-a64.cc.o | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_encoding.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_requirements.cmi decl/decl_requirements.mli | |
ocamldep.opt -modules naming/naming.ml > naming/naming.ml.depends | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_convert.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/autocomplete.cmx globals/autocomplete.ml | |
-- Looking for backtrace - found | |
-- Looking for backtrace_symbols | |
ocamldep.opt -modules globals/ide.ml > globals/ide.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/ide.cmo globals/ide.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_ident.c.o | |
ocamldep.opt -modules parsing/namespaces.ml > parsing/namespaces.ml.depends | |
ocamldep.opt -modules parsing/namespaces.mli > parsing/namespaces.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmi parsing/namespaces.mli | |
ocamldep.opt -modules naming/namingGlobal.ml > naming/namingGlobal.ml.depends | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_memory_device.c.o | |
[ 6%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/regexp.cc.o | |
-- Looking for backtrace_symbols - found | |
ocamldep.opt -modules naming/naming_ast_helpers.ml > naming/naming_ast_helpers.ml.depends | |
-- Looking for backtrace_symbols_fd | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmo naming/naming_ast_helpers.ml | |
ocamldep.opt -modules naming/naming_hooks.ml > naming/naming_hooks.ml.depends | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_allocators.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmo naming/naming_hooks.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfl_filter_output.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I globals -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o globals/ide.cmx globals/ide.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_pass.c.o | |
-- Looking for backtrace_symbols_fd - found | |
-- Looking for printstack | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_wchar.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/namespaces.cmx parsing/namespaces.ml | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/mbfilter_8bit.c.o | |
[ 6%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp936.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/namingGlobal.cmx naming/namingGlobal.ml | |
-- Looking for printstack - not found | |
-- Looking for bmove | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_ast_helpers.cmx naming/naming_ast_helpers.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_hz.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming_hooks.cmx naming/naming_hooks.ml | |
-- Looking for bmove - not found | |
-- Looking for bsearch | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_tw.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/typecheckerOptions.cmx naming/typecheckerOptions.ml | |
-- Looking for bsearch - found | |
-- Looking for index | |
ocamldep.opt -modules parsing/parser_heap.ml > parsing/parser_heap.ml.depends | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_big5.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmo parsing/parser_heap.ml | |
[ 7%] Linking CXX static library libhphp_parser.a | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/attributes.cmx naming/attributes.ml | |
[ 7%] Built target hphp_parser | |
[ 7%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/set.cc.o | |
-- Looking for index - found | |
-- Looking for clock_gettime | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_dynamic_yield.cmx decl/decl_dynamic_yield.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_jis.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_enum.cmx decl/decl_enum.ml | |
-- Looking for clock_gettime - not found | |
-- Looking for cuserid | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_inherit.cmx decl/decl_inherit.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_1.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_2.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1254.c.o | |
-- Looking for cuserid - not found | |
-- Looking for directio | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_init_check.cmx decl/decl_init_check.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1252.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp1251.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_requirements.cmx decl/decl_requirements.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ascii.c.o | |
-- Looking for directio - not found | |
-- Looking for _doprnt | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_3.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/naming.cmx naming/naming.ml | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_4.c.o | |
[ 7%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_5.c.o | |
-- Looking for _doprnt - not found | |
-- Looking for flockfile | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_6.c.o | |
[ 8%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/disasm-a64.cc.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_7.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_8.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_9.c.o | |
-- Looking for flockfile - found | |
-- Looking for ftruncate | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_10.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_13.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_14.c.o | |
-- Looking for ftruncate - found | |
-- Looking for getline | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_15.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parser_heap.cmx parsing/parser_heap.ml | |
[ 8%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-html.cpp.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso8859_16.c.o | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_htmlent.c.o | |
[ 8%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/simplify.cc.o | |
-- Looking for getline - found | |
-- Looking for compress | |
ocamldep.opt -modules parsing/parser_hack.ml > parsing/parser_hack.ml.depends | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte2.c.o | |
ocamldep.opt -modules utils/lint.ml > utils/lint.ml.depends | |
ocamldep.opt -modules utils/lint.mli > utils/lint.mli.depends | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_byte4.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/lint.cmi utils/lint.mli | |
ocamldep.opt -modules utils/php_escaping.ml > utils/php_escaping.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmo utils/php_escaping.ml | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uuencode.c.o | |
ocamldep.opt -modules utils/regexp_utils.ml > utils/regexp_utils.ml.depends | |
-- Looking for compress - not found | |
-- Looking for crypt | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmo utils/regexp_utils.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/lexer_hack.cmx parsing/lexer_hack.ml | |
[ 8%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_base64.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis.c.o | |
-- Looking for crypt - found | |
-- Looking for dlerror | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/lint.cmx utils/lint.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_7bit.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_qprint.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/php_escaping.cmx utils/php_escaping.ml | |
-- Looking for dlerror - found | |
-- Looking for dlopen | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs4.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_ucs2.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/regexp_utils.cmx utils/regexp_utils.ml | |
[ 9%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instructions-a64.cc.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf32.c.o | |
-- Looking for dlopen - found | |
-- Looking for fchmod | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/hackEventLogger.cmx stubs/hackEventLogger.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf16.c.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8.c.o | |
ocamldep.opt -modules monitor/monitorConnection.ml > monitor/monitorConnection.ml.depends | |
ocamldep.opt -modules utils/build_id.ml > utils/build_id.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/build_id.cmo utils/build_id.ml | |
ocamldep.opt -modules utils/lock.ml > utils/lock.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/lock.cmo utils/lock.ml | |
-- Looking for fchmod - found | |
-- Looking for fcntl | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7.c.o | |
ocamldep.opt -modules monitor/monitorRpc.ml > monitor/monitorRpc.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/monitorRpc.cmo monitor/monitorRpc.ml | |
ocamldep.opt -modules monitor/prehandoff.ml > monitor/prehandoff.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/prehandoff.cmo monitor/prehandoff.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverProcess.cmx monitor/serverProcess.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf7imap.c.o | |
-- Looking for fcntl - found | |
-- Looking for fconvert | |
ocamldep.opt -modules socket/socket.ml > socket/socket.ml.depends | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_win.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I socket -I watchman -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o socket/socket.cmo socket/socket.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/build_id.cmx utils/build_id.ml | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp932.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/lock.cmx utils/lock.ml | |
-- Looking for fconvert - not found | |
-- Looking for fdatasync | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp51932.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/monitorRpc.cmx monitor/monitorRpc.ml | |
[ 9%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/stringpiece.cc.o | |
[ 9%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_cn.c.o | |
Scanning dependencies of target folly | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/prehandoff.cmx monitor/prehandoff.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_kr.c.o | |
-- Looking for fdatasync - found | |
-- Looking for fdatasync | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_uhc.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverMonitorUtils.cmx monitor/serverMonitorUtils.ml | |
-- Looking for fdatasync - not found | |
-- Looking for fedisableexcept | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I socket -I watchman -I utils -I typing -I stubs -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o socket/socket.cmx socket/socket.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_jp_ms.c.o | |
-- Looking for fedisableexcept - not found | |
-- Looking for fpsetmask | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/monitorConnection.cmx monitor/monitorConnection.ml | |
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Bits.cpp.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022_kr.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverFiles.cmx server/serverFiles.ml | |
-- Looking for fpsetmask - not found | |
-- Looking for fseeko | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp866.c.o | |
ocamldep.opt -modules typing/typing.ml > typing/typing.ml.depends | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8r.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl.cmx decl/decl.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_koi8u.c.o | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_armscii8.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp850.c.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/html_entities.c.o | |
[ 10%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/tostring.cc.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_cp5022x.c.o | |
-- Looking for fsync - found | |
-- Looking for getcwd | |
ocamldep.opt -modules typing/nastCheck.ml > typing/nastCheck.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmo typing/nastCheck.ml | |
ocamldep.opt -modules typing/typing_env.ml > typing/typing_env.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I utils/collections -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/collections/iSet.cmx utils/collections/iSet.ml | |
-- Looking for getcwd - found | |
-- Looking for gethostbyaddr_r | |
[ 10%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-md5.cpp.o | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_euc_jp_2004.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_lazy_heap.cmx typing/typing_lazy_heap.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_gb18030.c.o | |
-- Looking for gethostbyaddr_r - not found | |
-- Looking for gethrtime | |
[ 10%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Checksum.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_env.cmx typing/typing_env.ml | |
[ 10%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_2004.c.o | |
-- Looking for gethrtime - not found | |
-- Looking for getnameinfo | |
[ 10%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-sha1.cpp.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_iso2022jp_mobile.c.o | |
ocamldep.opt -modules typing/typing_print.ml > typing/typing_print.ml.depends | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_2004.c.o | |
-- Looking for getnameinfo - found | |
-- Looking for getpass | |
[ 11%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/instrument-a64.cc.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/type_visitor.cmx typing/type_visitor.ml | |
[ 11%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Conv.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_print.cmx typing/typing_print.ml | |
-- Looking for getpass - found | |
-- Looking for getpassphrase | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mac.c.o | |
-- Looking for getpassphrase - not found | |
-- Looking for getpwnam | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_utils.cmx typing/typing_utils.ml | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_mobile.c.o | |
-- Looking for getpwnam - found | |
-- Looking for getpwuid | |
[ 11%] Building CXX object hphp/zend/CMakeFiles/hphp_zend.dir/zend-string.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_generic_constraint.cmx typing/typing_generic_constraint.ml | |
[ 11%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/macro-assembler-a64.cc.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_sjis_open.c.o | |
[ 11%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_casefold.cc.o | |
-- Looking for getpwuid - found | |
-- Looking for getrlimit | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_tl_jisx0201_jisx0208.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_dependent_type.cmx typing/typing_dependent_type.ml | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/filters/mbfilter_utf8_mobile.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ja.c.o | |
-- Looking for getrlimit - found | |
-- Looking for getrusage | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_phase.cmx typing/typing_phase.ml | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_de.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_en.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_hy.c.o | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_tr.c.o | |
-- Looking for getrusage - found | |
-- Looking for getwd | |
ocamldep.opt -modules typing/nastInitCheck.ml > typing/nastInitCheck.ml.depends | |
ocamldep.opt -modules typing/nast_terminality.ml > typing/nast_terminality.ml.depends | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_kr.c.o | |
ocamldep.opt -modules naming/nast_visitor.ml > naming/nast_visitor.ml.depends | |
ocamldep.opt -modules typing/typing_func_terminality.ml > typing/typing_func_terminality.ml.depends | |
[ 11%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ru.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast_visitor.cmo naming/nast_visitor.ml | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_ua.c.o | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_zh.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_func_terminality.cmo typing/typing_func_terminality.ml | |
-- Looking for getwd - found | |
-- Looking for gmtime_r | |
ocamldep.opt -modules typing/typing_suggest.ml > typing/typing_suggest.ml.depends | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_uni.c.o | |
ocamldep.opt -modules typing/typing_expand.mli > typing/typing_expand.mli.depends | |
ocamldep.opt -modules typing/typing_ops.ml > typing/typing_ops.ml.depends | |
ocamldep.opt -modules typing/typing_subtype.ml > typing/typing_subtype.ml.depends | |
[ 12%] Building C object third-party/libmbfl/mbfl/CMakeFiles/mbfl.dir/__/nls/nls_neutral.c.o | |
ocamldep.opt -modules typing/typing_arrays.ml > typing/typing_arrays.ml.depends | |
ocamldep.opt -modules typing/type_mapper.ml > typing/type_mapper.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/type_mapper.cmo typing/type_mapper.ml | |
[ 12%] Linking C static library libmbfl.a | |
ocamldep.opt -modules typing/typing_unification_env.ml > typing/typing_unification_env.ml.depends | |
ocamldep.opt -modules typing/typing_unify.ml > typing/typing_unify.ml.depends | |
[ 12%] Built target mbfl | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_arrays.cmo typing/typing_arrays.ml | |
-- Looking for gmtime_r - found | |
-- Looking for initgroups | |
[ 12%] Building CXX object hphp/vixl/CMakeFiles/vixl.dir/a64/simulator-a64.cc.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmo typing/typing_unification_env.ml | |
[ 12%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Demangle.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmo typing/typing_unify.ml | |
[ 12%] Building CXX object third-party/re2/CMakeFiles/re2.dir/src/re2/unicode_groups.cc.o | |
ocamldep.opt -modules typing/typing_tdef.ml > typing/typing_tdef.ml.depends | |
-- Looking for initgroups - found | |
-- Looking for issetugid | |
ocamldep.opt -modules typing/typing_taccess.mli > typing/typing_taccess.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmi typing/typing_taccess.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmo typing/typing_subtype.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmo typing/typing_tdef.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmi typing/typing_expand.mli | |
-- Looking for issetugid - found | |
-- Looking for getuid | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmo typing/typing_ops.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmo typing/nast_terminality.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmo typing/typing_suggest.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmo typing/nastInitCheck.ml | |
-- Looking for getuid - found | |
-- Looking for geteuid | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-45 -w -3-4-6-29-35-44-48-50-52 -I naming -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o naming/nast_visitor.cmx naming/nast_visitor.ml | |
[ 12%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/dynamic.cpp.o | |
-- Looking for geteuid - found | |
-- Looking for getgid | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_func_terminality.cmx typing/typing_func_terminality.ml | |
-- Looking for getgid - found | |
-- Looking for getegid | |
[ 12%] Linking CXX static library libhphp_zend.a | |
ocamldep.opt -modules typing/typing_expand.ml > typing/typing_expand.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/type_mapper.cmx typing/type_mapper.ml | |
[ 12%] Built target hphp_zend | |
[ 12%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/File.cpp.o | |
-- Looking for getegid - found | |
-- Looking for ldiv | |
[ 12%] Linking CXX static library libre2.a | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/FileUtil.cpp.o | |
[ 13%] Built target re2 | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Format.cpp.o | |
-- Looking for ldiv - found | |
-- Looking for localtime_r | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_arrays.cmx typing/typing_arrays.ml | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/GroupVarint.cpp.o | |
-- Looking for localtime_r - found | |
-- Looking for longjmp | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_unification_env.cmx typing/typing_unification_env.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_unify.cmx typing/typing_unify.ml | |
-- Looking for longjmp - found | |
-- Looking for lstat | |
-- Looking for lstat - found | |
-- Looking for madvise | |
ocamldep.opt -modules typing/typing_taccess.ml > typing/typing_taccess.ml.depends | |
ocamldep.opt -modules typing/typing_generic.ml > typing/typing_generic.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmo typing/typing_generic.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_expand.cmx typing/typing_expand.ml | |
-- Looking for madvise - found | |
-- Looking for malloc_info | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_generic.cmx typing/typing_generic.ml | |
-- Looking for malloc_info - not found | |
-- Looking for memcpy | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_taccess.cmx typing/typing_taccess.ml | |
-- Looking for memcpy - found | |
-- Looking for memmove | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_subtype.cmx typing/typing_subtype.ml | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddress.cpp.o | |
-- Looking for memmove - found | |
-- Looking for mkstemp | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_tdef.cmx typing/typing_tdef.ml | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV4.cpp.o | |
-- Looking for mkstemp - found | |
-- Looking for mlock | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_ops.cmx typing/typing_ops.ml | |
-- Looking for mlock - found | |
-- Looking for mlockall | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nast_terminality.cmx typing/nast_terminality.ml | |
-- Looking for mlockall - found | |
-- Looking for mmap | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_suggest.cmx typing/typing_suggest.ml | |
-- Looking for mmap - found | |
-- Looking for mmap64 | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/IPAddressV6.cpp.o | |
ocamldep.opt -modules typing/typing_alias.ml > typing/typing_alias.ml.depends | |
ocamldep.opt -modules typing/typing_alias.mli > typing/typing_alias.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmi typing/typing_alias.mli | |
ocamldep.opt -modules typing/typing_async.ml > typing/typing_async.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmo typing/typing_async.ml | |
-- Looking for mmap64 - not found | |
-- Looking for perror | |
ocamldep.opt -modules typing/typing_enum.ml > typing/typing_enum.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmo typing/typing_enum.ml | |
ocamldep.opt -modules typing/typing_equality_check.ml > typing/typing_equality_check.ml.depends | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/json.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_equality_check.cmo typing/typing_equality_check.ml | |
-- Looking for perror - found | |
-- Looking for poll | |
ocamldep.opt -modules typing/typing_extends.ml > typing/typing_extends.ml.depends | |
ocamldep.opt -modules typing/typing_extends.mli > typing/typing_extends.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmi typing/typing_extends.mli | |
ocamldep.opt -modules typing/typing_exts.ml > typing/typing_exts.ml.depends | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/LifoSem.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmo typing/typing_exts.ml | |
-- Looking for poll - found | |
-- Looking for port_create | |
ocamldep.opt -modules typing/typing_instantiability.ml > typing/typing_instantiability.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_instantiability.cmo typing/typing_instantiability.ml | |
-- Looking for port_create - not found | |
-- Looking for posix_fallocate | |
ocamldep.opt -modules typing/typing_lenv.ml > typing/typing_lenv.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmo typing/typing_lenv.ml | |
ocamldep.opt -modules typing/typing_naming_body.ml > typing/typing_naming_body.ml.depends | |
ocamldep.opt -modules typing/typing_get_locals.ml > typing/typing_get_locals.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_get_locals.cmo typing/typing_get_locals.ml | |
-- Looking for posix_fallocate - not found | |
-- Looking for posix_memalign | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_naming_body.cmo typing/typing_naming_body.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_get_locals.cmx typing/typing_get_locals.ml | |
-- Looking for posix_memalign - found | |
-- Looking for pread | |
ocamldep.opt -modules typing/typing_requirements.ml > typing/typing_requirements.ml.depends | |
ocamldep.opt -modules typing/typing_requirements.mli > typing/typing_requirements.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_requirements.cmi typing/typing_requirements.mli | |
ocamldep.opt -modules typing/typing_sequencing.ml > typing/typing_sequencing.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmo typing/typing_sequencing.ml | |
-- Looking for pread - found | |
-- Looking for pthread_attr_create | |
ocamldep.opt -modules typing/typing_shapes.ml > typing/typing_shapes.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmo typing/typing_shapes.ml | |
ocamldep.opt -modules typing/typing_structure.ml > typing/typing_structure.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmo typing/typing_structure.ml | |
-- Looking for pthread_attr_create - not found | |
-- Looking for pthread_attr_getguardsize | |
ocamldep.opt -modules typing/typing_visibility.ml > typing/typing_visibility.ml.depends | |
ocamldep.opt -modules typing/typing_visibility.mli > typing/typing_visibility.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_visibility.cmi typing/typing_visibility.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nastCheck.cmx typing/nastCheck.ml | |
-- Looking for pthread_attr_getguardsize - found | |
-- Looking for pthread_attr_getstacksize | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MacAddress.cpp.o | |
-- Looking for pthread_attr_getstacksize - found | |
-- Looking for pthread_attr_setscope | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/nastInitCheck.cmx typing/nastInitCheck.ml | |
-- Looking for pthread_attr_setscope - found | |
-- Looking for pthread_attr_setstacksize | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_alias.cmx typing/typing_alias.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_async.cmx typing/typing_async.ml | |
-- Looking for pthread_attr_setstacksize - found | |
-- Looking for pthread_condattr_create | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_enum.cmx typing/typing_enum.ml | |
-- Looking for pthread_condattr_create - not found | |
-- Looking for pthread_condattr_setclock | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_equality_check.cmx typing/typing_equality_check.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_extends.cmx typing/typing_extends.ml | |
-- Looking for pthread_condattr_setclock - not found | |
-- Looking for pthread_key_delete | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/MemoryMapping.cpp.o | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Random.cpp.o | |
[ 13%] Linking CXX static library libvixl.a | |
[ 13%] Built target vixl | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_exts.cmx typing/typing_exts.ml | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SafeAssert.cpp.o | |
-- Looking for pthread_key_delete - found | |
-- Looking for pthread_rwlock_rdlock | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_hooks.cmx typing/typing_hooks.ml | |
-- Looking for pthread_rwlock_rdlock - found | |
-- Looking for pthread_sigmask | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_instantiability.cmx typing/typing_instantiability.ml | |
-- Looking for pthread_sigmask - found | |
-- Looking for pthread_threadmask | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_lenv.cmx typing/typing_lenv.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_naming_body.cmx typing/typing_naming_body.ml | |
-- Looking for pthread_threadmask - not found | |
-- Looking for pthread_yield_np | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_requirements.cmx typing/typing_requirements.ml | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SharedMutex.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_sequencing.cmx typing/typing_sequencing.ml | |
-- Looking for pthread_yield_np - found | |
-- Looking for putenv | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_shapes.cmx typing/typing_shapes.ml | |
-- Looking for putenv - found | |
-- Looking for readdir_r | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_structure.cmx typing/typing_structure.ml | |
-- Looking for readdir_r - found | |
-- Looking for readlink | |
[ 13%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Singleton.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_variance.cmx typing/typing_variance.ml | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SingletonVault_c.cpp.o | |
-- Looking for readlink - found | |
-- Looking for re_comp | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_visibility.cmx typing/typing_visibility.ml | |
-- Looking for re_comp - not found | |
-- Looking for regcomp | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/bucket.cmx procs/bucket.ml | |
ocamldep.opt -modules decl/decl_service.ml > decl/decl_service.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I procs -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o procs/multiWorker.cmx procs/multiWorker.ml | |
-- Looking for regcomp - found | |
-- Looking for realpath | |
ocamlopt.opt -c -g -w A -warn-error A -w -27-34 -w -3-4-6-29-35-44-48-50-52 -I heap -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o heap/globalStorage.cmx heap/globalStorage.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing.cmx typing/typing.ml | |
-- Looking for realpath - found | |
-- Looking for rename | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SocketAddress.cpp.o | |
-- Looking for rename - found | |
-- Looking for rwlock_init | |
-- Looking for rwlock_init - not found | |
-- Looking for sched_yield | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV1.cpp.o | |
-- Looking for sched_yield - found | |
-- Looking for setenv | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/SpookyHashV2.cpp.o | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/String.cpp.o | |
-- Looking for setenv - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for setfd | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_service.cmx decl/decl_service.ml | |
-- Looking for setfd - not found | |
-- Looking for sigaction | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_check_service.cmx typing/typing_check_service.ml | |
-- Looking for sigaction - found | |
-- Looking for sigthreadmask | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/StringBase.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parser_hack.cmx parsing/parser_hack.ml | |
-- Looking for sigthreadmask - not found | |
-- Looking for sigwait | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Subprocess.cpp.o | |
-- Looking for sigwait - found | |
-- Looking for sigaddset | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/ThreadCachedArena.cpp.o | |
-- Looking for sigaddset - found | |
-- Looking for sigemptyset | |
-- Looking for sigemptyset - found | |
-- Looking for sighold | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverUtils.cmx server/serverUtils.ml | |
-- Looking for sighold - found | |
-- Looking for sigset | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_check_utils.cmx typing/typing_check_utils.ml | |
-- Looking for sigset - found | |
-- Looking for sleep | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/TimeoutQueue.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/ai.cmx stubs/ai.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_compare.cmx decl/decl_compare.ml | |
-- Looking for sleep - found | |
-- Looking for snprintf | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Unicode.cpp.o | |
-- Looking for snprintf - found | |
-- Looking for stpcpy | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdeUtils.cmx server/serverIdeUtils.ml | |
-- Looking for stpcpy - found | |
-- Looking for strcoll | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/findRefsService.cmx server/findRefsService.ml | |
-- Looking for strcoll - found | |
-- Looking for strerror | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Uri.cpp.o | |
ocamldep.opt -modules server/ideJsonUtils.ml > server/ideJsonUtils.ml.depends | |
ocamldep.opt -modules server/ideJsonUtils.mli > server/ideJsonUtils.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideJsonUtils.cmi server/ideJsonUtils.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideJson.cmx server/ideJson.ml | |
-- Looking for strerror - found | |
-- Looking for strlcpy | |
ocamldep.opt -modules server/serverFindRefs.ml > server/serverFindRefs.ml.depends | |
ocamldep.opt -modules server/serverFindRefs.mli > server/serverFindRefs.mli.depends | |
ocamldep.opt -modules server/serverEnv.ml > server/serverEnv.ml.depends | |
ocamldep.opt -modules stubs/filesToIgnore.ml > stubs/filesToIgnore.ml.depends | |
ocamldep.opt -modules utils/findUtils.mli > utils/findUtils.mli.depends | |
ocamldep.opt -modules server/ideProcessPipe.ml > server/ideProcessPipe.ml.depends | |
ocamldep.opt -modules server/ideProcessMessage.ml > server/ideProcessMessage.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessMessage.cmo server/ideProcessMessage.ml | |
ocamldep.opt -modules server/serverConfig.mli > server/serverConfig.mli.depends | |
ocamldep.opt -modules server/serverLocalConfig.ml > server/serverLocalConfig.ml.depends | |
ocamldep.opt -modules utils/config_file.ml > utils/config_file.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/config_file.cmo utils/config_file.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmo stubs/filesToIgnore.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmi utils/findUtils.mli | |
-- Looking for strlcpy - found | |
-- Looking for strnlen | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessPipe.cmo server/ideProcessPipe.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmi server/serverConfig.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverLocalConfig.cmo server/serverLocalConfig.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmo server/serverEnv.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmi server/serverFindRefs.mli | |
ocamldep.opt -modules utils/findUtils.ml > utils/findUtils.ml.depends | |
-- Looking for strnlen - found | |
-- Looking for strlcat | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessMessage.cmx server/ideProcessMessage.ml | |
-- Looking for strlcat - found | |
-- Looking for strsignal | |
ocamldep.opt -modules server/serverArgs.ml > server/serverArgs.ml.depends | |
ocamldep.opt -modules utils/wwwroot.ml > utils/wwwroot.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmo utils/wwwroot.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/ai_options.cmx stubs/ai_options.ml | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/Version.cpp.o | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/CacheLocality.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/wwwroot.cmx utils/wwwroot.ml | |
-- Looking for strsignal - found | |
-- Looking for fgetln | |
ocamldep.opt -modules server/serverConfig.ml > server/serverConfig.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverArgs.cmx server/serverArgs.ml | |
[ 14%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Clock.cpp.o | |
-- Looking for fgetln - found | |
-- Looking for strpbrk | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/config_file.cmx utils/config_file.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/filesToIgnore.cmx stubs/filesToIgnore.ml | |
-- Looking for strpbrk - found | |
-- Looking for strsep | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/findUtils.cmx utils/findUtils.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessPipe.cmx server/ideProcessPipe.ml | |
-- Looking for strsep - found | |
-- Looking for strstr | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverConfig.cmx server/serverConfig.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverLocalConfig.cmx server/serverLocalConfig.ml | |
-- Looking for strstr - found | |
-- Looking for strtok_r | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/FunctionalExcept.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverEnv.cmx server/serverEnv.ml | |
-- Looking for strtok_r - found | |
-- Looking for strtol | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/Futex.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverFindRefs.cmx server/serverFindRefs.ml | |
-- Looking for strtol - found | |
-- Looking for strtoll | |
ocamldep.opt -modules server/ideProcessPipeInit.ml > server/ideProcessPipeInit.ml.depends | |
ocamldep.opt -modules server/ideProcessPipeInit.mli > server/ideProcessPipeInit.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessPipeInit.cmi server/ideProcessPipeInit.mli | |
ocamldep.opt -modules libancillary/libancillary.ml > libancillary/libancillary.ml.depends | |
ocamldep.opt -modules libancillary/libancillary.mli > libancillary/libancillary.mli.depends | |
-- Looking for strtoll - found | |
-- Looking for strtoul | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I libancillary -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o libancillary/libancillary.cmi libancillary/libancillary.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I libancillary -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o libancillary/libancillary.cmx libancillary/libancillary.ml | |
-- Looking for strtoul - found | |
-- Looking for strtoull | |
ocamldep.opt -modules server/ideServerCall.ml > server/ideServerCall.ml.depends | |
ocamldep.opt -modules server/ideServerCall.mli > server/ideServerCall.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideServerCall.cmi server/ideServerCall.mli | |
ocamldep.opt -modules server/autocompleteService.ml > server/autocompleteService.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmo server/autocompleteService.ml | |
ocamldep.opt -modules server/colorFile.ml > server/colorFile.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/colorFile.cmo server/colorFile.ml | |
-- Looking for strtoull - found | |
-- Looking for strcasecmp | |
ocamldep.opt -modules server/serverAutoComplete.ml > server/serverAutoComplete.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmo server/serverAutoComplete.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MallocImpl.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/autocompleteService.cmx server/autocompleteService.ml | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
ocamldep.opt -modules server/serverColorFile.ml > server/serverColorFile.ml.depends | |
ocamldep.opt -modules typing/coverage_level.ml > typing/coverage_level.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmo typing/coverage_level.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/MemoryIdler.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmo server/serverColorFile.ml | |
-- Looking for strncasecmp - found | |
-- Looking for strdup | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/coverage_level.cmx typing/coverage_level.ml | |
-- Looking for strdup - found | |
-- Looking for shmat | |
ocamldep.opt -modules server/serverError.ml > server/serverError.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverError.cmo server/serverError.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/RangeCommon.cpp.o | |
ocamldep.opt -modules server/serverIdentifyFunction.ml > server/serverIdentifyFunction.ml.depends | |
ocamldep.opt -modules server/identifySymbolService.ml > server/identifySymbolService.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmo server/identifySymbolService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmo server/serverIdentifyFunction.ml | |
-- Looking for shmat - found | |
-- Looking for shmctl | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/identifySymbolService.cmx server/identifySymbolService.ml | |
-- Looking for shmctl - found | |
-- Looking for shmdt | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/RangeSse42.cpp.o | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/StaticSingletonManager.cpp.o | |
ocamldep.opt -modules server/serverSearch.ml > server/serverSearch.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmo server/serverSearch.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/colorFile.cmx server/colorFile.ml | |
-- Looking for shmdt - found | |
-- Looking for shmget | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverAutoComplete.cmx server/serverAutoComplete.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverColorFile.cmx server/serverColorFile.ml | |
-- Looking for shmget - found | |
-- Looking for tell | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverError.cmx server/serverError.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/detail/ThreadLocalDetail.cpp.o | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/bser/Dump.cpp.o | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/bser/Load.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdentifyFunction.cmx server/serverIdentifyFunction.ml | |
-- Looking for tell - not found | |
-- Looking for tempnam | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverSearch.cmx server/serverSearch.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Baton.cpp.o | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/Fiber.cpp.o | |
-- Looking for tempnam - found | |
-- Looking for thr_setconcurrency | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideIdle.cmx server/ideIdle.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -41-45 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideJsonUtils.cmx server/ideJsonUtils.ml | |
-- Looking for thr_setconcurrency - not found | |
-- Looking for thr_yield | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Fiber.h:21: | |
In file included from /usr/local/opt/boost/include/boost/context/all.hpp:9: | |
In file included from /usr/local/opt/boost/include/boost/context/protected_fixedsize_stack.hpp:12: | |
/usr/local/opt/boost/include/boost/context/posix/protected_fixedsize_stack.hpp:76:19: warning: unused variable 'result' [-Wunused-variable] | |
const int result( ::mprotect( vp, traits_type::page_size(), PROT_NONE) ); | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideProcessPipeInit.cmx server/ideProcessPipeInit.ml | |
-- Looking for thr_yield - not found | |
-- Looking for vasprintf | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManager.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideServerCall.cmx server/ideServerCall.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Baton.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:21: | |
In file included from /usr/local/opt/boost/include/boost/context/all.hpp:9: | |
In file included from /usr/local/opt/boost/include/boost/context/protected_fixedsize_stack.hpp:12: | |
/usr/local/opt/boost/include/boost/context/posix/protected_fixedsize_stack.hpp:76:19: warning: unused variable 'result' [-Wunused-variable] | |
const int result( ::mprotect( vp, traits_type::page_size(), PROT_NONE) ); | |
^ | |
-- Looking for vasprintf - found | |
-- Looking for vsnprintf | |
ocamldep.opt -modules server/serverMain.ml > server/serverMain.ml.depends | |
ocamldep.opt -modules server/serverMain.mli > server/serverMain.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverMain.cmi server/serverMain.mli | |
ocamldep.opt -modules stubs/buildMain.ml > stubs/buildMain.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmo stubs/buildMain.ml | |
ocamldep.opt -modules utils/random_id.ml > utils/random_id.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/random_id.cmo utils/random_id.ml | |
ocamldep.opt -modules server/serverCommand.ml > server/serverCommand.ml.depends | |
ocamldep.opt -modules server/serverBuild.ml > server/serverBuild.ml.depends | |
ocamldep.opt -modules server/serverRpc.ml > server/serverRpc.ml.depends | |
-- Looking for vsnprintf - found | |
-- Looking for vprintf | |
ocamldep.opt -modules server/fileOutline.ml > server/fileOutline.ml.depends | |
ocamldep.opt -modules server/methodJumps.ml > server/methodJumps.ml.depends | |
ocamldep.opt -modules server/serverArgumentInfo.ml > server/serverArgumentInfo.ml.depends | |
ocamldep.opt -modules server/argumentInfoService.ml > server/argumentInfoService.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmo server/argumentInfoService.ml | |
ocamldep.opt -modules server/serverCheckpoint.ml > server/serverCheckpoint.ml.depends | |
ocamldep.opt -modules server/serverCoverageMetric.ml > server/serverCoverageMetric.ml.depends | |
ocamldep.opt -modules server/serverInferType.ml > server/serverInferType.ml.depends | |
ocamldep.opt -modules server/inferAtPosService.ml > server/inferAtPosService.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmo server/inferAtPosService.ml | |
ocamldep.opt -modules server/serverLint.ml > server/serverLint.ml.depends | |
ocamldep.opt -modules stubs/linting_service.ml > stubs/linting_service.ml.depends | |
-- Looking for vprintf - found | |
-- Looking for valloc | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmo stubs/linting_service.ml | |
ocamldep.opt -modules server/serverRefactor.ml > server/serverRefactor.ml.depends | |
ocamldep.opt -modules server/symbolInfoService.ml > server/symbolInfoService.ml.depends | |
ocamldep.opt -modules server/symbolFunCallService.ml > server/symbolFunCallService.ml.depends | |
ocamldep.opt -modules server/symbolTypeService.ml > server/symbolTypeService.ml.depends | |
ocamldep.opt -modules server/symbolUtils.ml > server/symbolUtils.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmo server/symbolUtils.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmo server/symbolFunCallService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmo server/symbolTypeService.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmo server/fileOutline.ml | |
-- Looking for valloc - found | |
-- Looking for memalign | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmo server/methodJumps.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmo server/serverArgumentInfo.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmo server/serverCheckpoint.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmo server/serverCoverageMetric.ml | |
[ 15%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/FiberManagerMap.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmo server/serverInferType.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverLint.cmo server/serverLint.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmo server/serverRefactor.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmo server/symbolInfoService.ml | |
-- Looking for memalign - not found | |
-- Looking for chown | |
ocamldep.opt -modules server/serverTypeCheck.mli > server/serverTypeCheck.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmo server/serverBuild.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmo server/serverRpc.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmi server/serverTypeCheck.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmo server/serverCommand.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/buildMain.cmx stubs/buildMain.ml | |
-- Looking for chown - found | |
-- Looking for nl_langinfo | |
-- Looking for nl_langinfo - found | |
-- Looking for ntohll | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/argumentInfoService.cmx server/argumentInfoService.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Baton.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Looking for ntohll - not found | |
-- Looking for clock_gettime | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/inferAtPosService.cmx server/inferAtPosService.ml | |
-- Looking for clock_gettime - not found | |
-- Looking for epoll_create | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/linting_service.cmx stubs/linting_service.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Baton.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager.h:31: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/Fiber.cpp:29: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
-- Looking for epoll_create - not found | |
-- Looking for epoll_ctl | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager.h:35: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/BoostContextCompatibility.h:18: | |
In file included from /usr/local/opt/boost/include/boost/context/all.hpp:9: | |
In file included from /usr/local/opt/boost/include/boost/context/protected_fixedsize_stack.hpp:12: | |
/usr/local/opt/boost/include/boost/context/posix/protected_fixedsize_stack.hpp:76:19: warning: unused variable 'result' [-Wunused-variable] | |
const int result( ::mprotect( vp, traits_type::page_size(), PROT_NONE) ); | |
^ | |
-- Looking for epoll_ctl - not found | |
-- Looking for inet_ntop | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolUtils.cmx server/symbolUtils.ml | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/GuardPageAllocator.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/fibers/TimeoutController.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolFunCallService.cmx server/symbolFunCallService.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
-- Looking for inet_ntop - found | |
-- Looking for kqueue | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolTypeService.cmx server/symbolTypeService.ml | |
-- Looking for kqueue - found | |
-- Looking for kqueue | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/fileOutline.cmx server/fileOutline.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/methodJumps.cmx server/methodJumps.ml | |
-- Looking for kqueue - found | |
-- Looking for signal | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:31: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverArgumentInfo.cmx server/serverArgumentInfo.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:35: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/BoostContextCompatibility.h:18: | |
In file included from /usr/local/opt/boost/include/boost/context/all.hpp:9: | |
In file included from /usr/local/opt/boost/include/boost/context/protected_fixedsize_stack.hpp:12: | |
/usr/local/opt/boost/include/boost/context/posix/protected_fixedsize_stack.hpp:76:19: warning: unused variable 'result' [-Wunused-variable] | |
const int result( ::mprotect( vp, traits_type::page_size(), PROT_NONE) ); | |
^ | |
-- Looking for signal - found | |
-- Looking for timeradd | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCheckpoint.cmx server/serverCheckpoint.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCoverageMetric.cmx server/serverCoverageMetric.ml | |
-- Looking for timeradd - found | |
-- Looking for timerclear | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManagerMap.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverInferType.cmx server/serverInferType.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverLint.cmx server/serverLint.ml | |
-- Looking for timerclear - found | |
-- Looking for timercmp | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverRefactor.cmx server/serverRefactor.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/symbolInfoService.cmx server/symbolInfoService.ml | |
-- Looking for timercmp - found | |
-- Looking for timerisset | |
ocamldep.opt -modules server/serverTypeCheck.ml > server/serverTypeCheck.ml.depends | |
-- Looking for timerisset - found | |
-- Looking for timer_create | |
ocamldep.opt -modules decl/decl_redecl_service.ml > decl/decl_redecl_service.ml.depends | |
ocamldep.opt -modules decl/decl_redecl_service.mli > decl/decl_redecl_service.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_redecl_service.cmi decl/decl_redecl_service.mli | |
ocamldep.opt -modules parsing/parsing_service.ml > parsing/parsing_service.ml.depends | |
ocamldep.opt -modules parsing/parsing_service.mli > parsing/parsing_service.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmi parsing/parsing_service.mli | |
ocamldep.opt -modules parsing/ast_utils.ml > parsing/ast_utils.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmo parsing/ast_utils.ml | |
-- Looking for timer_create - not found | |
-- Looking for timer_settime | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast_utils.cmx parsing/ast_utils.ml | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/FunctionScheduler.cpp.o | |
ocamldep.opt -modules server/serverCheckUtils.ml > server/serverCheckUtils.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCheckUtils.cmo server/serverCheckUtils.ml | |
-- Looking for timer_settime - not found | |
-- Looking for include file time.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I decl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o decl/decl_redecl_service.cmx decl/decl_redecl_service.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/parsing_service.cmx parsing/parsing_service.ml | |
-- Looking for include file time.h - found | |
-- Looking for include file sys/times.h | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/FsUtil.cpp.o | |
8 warnings generated. | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/io/HugePages.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCheckUtils.cmx server/serverCheckUtils.ml | |
-- Looking for include file sys/times.h - found | |
-- Looking for include file asm/msr.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverBuild.cmx server/serverBuild.ml | |
-- Looking for include file asm/msr.h - not found | |
-- Looking for include file ia64intrin.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverRpc.cmx server/serverRpc.ml | |
-- Looking for include file ia64intrin.h - not found | |
-- Looking for times | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverTypeCheck.cmx server/serverTypeCheck.ml | |
8 warnings generated. | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/JSONSchema.cpp.o | |
-- Looking for times - found | |
-- Looking for gettimeofday | |
ocamldep.opt -modules server/serverConvert.ml > server/serverConvert.ml.depends | |
ocamldep.opt -modules typing/typing_suggest_service.ml > typing/typing_suggest_service.ml.depends | |
-- Looking for gettimeofday - found | |
-- Looking for read_real_time | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmo typing/typing_suggest_service.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmo server/serverConvert.ml | |
-- Looking for read_real_time - not found | |
-- Looking for ftime | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I typing -I watchman -I utils -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o typing/typing_suggest_service.cmx typing/typing_suggest_service.ml | |
-- Looking for ftime - found | |
-- Looking for time | |
ocamldep.opt -modules server/serverEnvBuild.ml > server/serverEnvBuild.ml.depends | |
ocamldep.opt -modules server/serverEnvBuild.mli > server/serverEnvBuild.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmi server/serverEnvBuild.mli | |
8 warnings generated. | |
ocamldep.opt -modules dfind/dfindLib.ml > dfind/dfindLib.ml.depends | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/NestedCommandLineApp.cpp.o | |
ocamldep.opt -modules dfind/dfindLib.mli > dfind/dfindLib.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmi dfind/dfindLib.mli | |
ocamldep.opt -modules dfind/dfindServer.ml > dfind/dfindServer.ml.depends | |
ocamldep.opt -modules dfind/dfindServer.mli > dfind/dfindServer.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmi dfind/dfindServer.mli | |
ocamldep.opt -modules dfind/dfindAddFile.ml > dfind/dfindAddFile.ml.depends | |
ocamldep.opt -modules dfind/dfindAddFile.mli > dfind/dfindAddFile.mli.depends | |
-- Looking for time - found | |
-- Looking for rdtscll | |
ocamldep.opt -modules dfind/dfindEnv.mli > dfind/dfindEnv.mli.depends | |
ocamldep.opt -modules fsnotify_darwin/fsnotify.mli > fsnotify_darwin/fsnotify.mli.depends | |
ocamldep.opt -modules third-party/avl/monoidAvl.mli > third-party/avl/monoidAvl.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I fsnotify_darwin -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmi fsnotify_darwin/fsnotify.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I third-party/avl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmi third-party/avl/monoidAvl.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmi dfind/dfindEnv.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmi dfind/dfindAddFile.mli | |
ocamldep.opt -modules dfind/dfindEnv.ml > dfind/dfindEnv.ml.depends | |
ocamldep.opt -modules fsnotify_darwin/fsnotify.ml > fsnotify_darwin/fsnotify.ml.depends | |
ocamldep.opt -modules fsevents/fsevents.ml > fsevents/fsevents.ml.depends | |
ocamldep.opt -modules fsevents/fsevents.mli > fsevents/fsevents.mli.depends | |
-- Looking for rdtscll - not found | |
-- Looking for madvise | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I fsevents -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmi fsevents/fsevents.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I fsevents -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o fsevents/fsevents.cmx fsevents/fsevents.ml | |
ocamldep.opt -modules third-party/avl/monoidAvl.ml > third-party/avl/monoidAvl.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I fsnotify_darwin -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o fsnotify_darwin/fsnotify.cmx fsnotify_darwin/fsnotify.ml | |
-- Looking for madvise - found | |
-- Looking for tzname | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I third-party/avl -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o third-party/avl/monoidAvl.cmx third-party/avl/monoidAvl.ml | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/experimental/Select64.cpp.o | |
-- Looking for tzname - found | |
-- Looking for lrand48 | |
ocamldep.opt -modules dfind/dfindMaybe.ml > dfind/dfindMaybe.ml.depends | |
ocamldep.opt -modules dfind/dfindMaybe.mli > dfind/dfindMaybe.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmi dfind/dfindMaybe.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindEnv.cmx dfind/dfindEnv.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindMaybe.cmx dfind/dfindMaybe.ml | |
-- Looking for lrand48 - found | |
-- Looking for getpagesize | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindAddFile.cmx dfind/dfindAddFile.ml | |
-- Looking for getpagesize - found | |
-- Looking for TIOCGWINSZ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindServer.cmx dfind/dfindServer.ml | |
ocamldep.opt -modules watchman/watchman.ml > watchman/watchman.ml.depends | |
ocamldep.opt -modules watchman/watchman.mli > watchman/watchman.mli.depends | |
-- Looking for TIOCGWINSZ - found | |
-- Looking for FIONREAD | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o watchman/watchman.cmi watchman/watchman.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I dfind -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o dfind/dfindLib.cmx dfind/dfindLib.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o watchman/watchman.cmx watchman/watchman.ml | |
-- Looking for FIONREAD - found | |
-- Looking for TIOCSTAT | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Barrier.cpp.o | |
ocamldep.opt -modules server/serverIdle.ml > server/serverIdle.ml.depends | |
ocamldep.opt -modules server/serverIdle.mli > server/serverIdle.mli.depends | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/Future.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmi server/serverIdle.mli | |
-- Looking for TIOCSTAT - found | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hhi -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hhi/hhi.cmx hhi/hhi.ml | |
-- Looking for FIONREAD | |
ocamldep.opt -modules server/serverInit.ml > server/serverInit.ml.depends | |
ocamldep.opt -modules server/serverInit.mli > server/serverInit.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverInit.cmi server/serverInit.mli | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverEnvBuild.cmx server/serverEnvBuild.ml | |
-- Looking for FIONREAD - found | |
-- Looking for SIGEV_THREAD_ID | |
-- Looking for SIGEV_THREAD_ID - not found | |
-- Looking for SIGEV_PORT | |
ocamldep.opt -modules server/serverStamp.ml > server/serverStamp.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverStamp.cmo server/serverStamp.ml | |
-- Looking for SIGEV_PORT - not found | |
-- Looking for EVFILT_TIMER | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/random_id.cmx utils/random_id.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverCommand.cmx server/serverCommand.ml | |
-- Looking for EVFILT_TIMER - found | |
-- Looking for finite | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverConvert.cmx server/serverConvert.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverIdle.cmx server/serverIdle.ml | |
-- Looking for finite - found | |
-- Looking for log2 | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -41-45 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverInit.cmx server/serverInit.ml | |
-- Looking for log2 - found | |
-- Looking for isnan | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverStamp.cmx server/serverStamp.ml | |
-- Looking for isnan - found | |
-- Looking for rint | |
ocamldep.opt -modules monitor/serverMonitor.ml > monitor/serverMonitor.ml.depends | |
ocamldep.opt -modules monitor/serverMonitor.mli > monitor/serverMonitor.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverMonitor.cmi monitor/serverMonitor.mli | |
ocamldep.opt -modules monitor/serverProcessTools.ml > monitor/serverProcessTools.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverProcessTools.cmo monitor/serverProcessTools.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverProcessTools.cmx monitor/serverProcessTools.ml | |
-- Looking for rint - found | |
-- Performing Test HAVE_ISINF | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/hhServerMonitorConfig.cmx server/hhServerMonitorConfig.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/ideMain.cmx server/ideMain.ml | |
-- Performing Test HAVE_ISINF - Success | |
-- Performing Test HAVE_FESETROUND | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/futures/Barrier.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Barrier.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/futures/Future.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/serverMain.cmx server/serverMain.ml | |
-- Performing Test HAVE_FESETROUND - Success | |
-- Check size of sigset_t | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I monitor -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o monitor/serverMonitor.cmx monitor/serverMonitor.ml | |
-- Check size of sigset_t - done | |
-- Check size of mode_t | |
8 warnings generated. | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I server -I watchman -I utils -I typing -I stubs -I socket -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o server/hhServerMonitor.cmx server/hhServerMonitor.ml | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/InlineExecutor.cpp.o | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ManualExecutor.cpp.o | |
-- Check size of mode_t - done | |
-- Check size of char | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_server.cmx hh_server.ml | |
-- 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 | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx third-party/core/option.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx decl/decl_compare.cmx globals/globalConfig.cmx heap/globalStorage.cmx procs/bucket.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx decl/decl_redecl_service.cmx decl/decl_service.cmx fsevents/fsevents.cmx fsnotify_darwin/fsnotify.cmx third-party/avl/monoidAvl.cmx dfind/dfindEnv.cmx dfind/dfindMaybe.cmx dfind/dfindAddFile.cmx utils/handle.cmx utils/marshal_tools.cmx utils/timeout.cmx utils/daemon.cmx dfind/dfindServer.cmx dfind/dfindLib.cmx find/find.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx libancillary/libancillary.cmx monitor/monitorRpc.cmx monitor/prehandoff.cmx monitor/serverProcess.cmx monitor/serverMonitorUtils.cmx socket/socket.cmx stubs/hackEventLogger.cmx utils/build_id.cmx utils/lock.cmx monitor/monitorConnection.cmx monitor/serverProcessTools.cmx monitor/serverMonitor.cmx naming/nast_visitor.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 utils/findUtils.cmx parsing/parsing_service.cmx search/searchUtils.cmx utils/collections/cSet.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_lazy_heap.cmx utils/collections/iSet.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/type_mapper.cmx typing/type_visitor.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_generic_constraint.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/colorFile.cmx server/fileOutline.cmx server/serverFiles.cmx server/serverUtils.cmx typing/nastCheck.cmx typing/typing_func_terminality.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_equality_check.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_get_locals.cmx typing/typing_instantiability.cmx typing/typing_lenv.cmx typing/typing_naming_body.cmx typing/typing_requirements.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx stubs/ai.cmx server/findRefsService.cmx server/hhServerMonitorConfig.cmx server/ideIdle.cmx server/ideJson.cmx server/ideProcessMessage.cmx server/ideProcessPipe.cmx stubs/ai_options.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/serverFindRefs.cmx server/ideJsonUtils.cmx server/ideProcessPipeInit.cmx server/identifySymbolService.cmx server/serverAutoComplete.cmx typing/coverage_level.cmx server/serverColorFile.cmx server/serverError.cmx server/serverIdentifyFunction.cmx server/serverSearch.cmx server/ideServerCall.cmx server/ideMain.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx server/serverCoverageMetric.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx watchman/watchman.cmx server/serverEnvBuild.cmx server/serverIdle.cmx server/serverInit.cmx server/serverStamp.cmx utils/random_id.cmx server/serverMain.cmx server/hhServerMonitor.cmx hh_server.cmx -o hh_server.native | |
-- 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 | |
ocamldep.opt -modules hh_client.ml > hh_client.ml.depends | |
ocamldep.opt -modules client/clientArgs.ml > client/clientArgs.ml.depends | |
ocamldep.opt -modules client/clientBuild.ml > client/clientBuild.ml.depends | |
ocamldep.opt -modules client/clientConnect.ml > client/clientConnect.ml.depends | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/QueuedImmediateExecutor.cpp.o | |
ocamldep.opt -modules stubs/clientMessages.ml > stubs/clientMessages.ml.depends | |
ocamldep.opt -modules client/clientStart.mli > client/clientStart.mli.depends | |
ocamldep.opt -modules utils/tail.mli > utils/tail.mli.depends | |
-- Check size of uint - done | |
-- Check size of ulong | |
ocamldep.opt -modules utils/tty.mli > utils/tty.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmo stubs/clientMessages.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientStart.cmi client/clientStart.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tail.cmi utils/tail.mli | |
[ 16%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadedExecutor.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tty.cmi utils/tty.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmo client/clientConnect.ml | |
-- Check size of ulong - failed | |
-- Check size of int8 | |
ocamldep.opt -modules client/clientCommand.ml > client/clientCommand.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmo client/clientBuild.ml | |
ocamldep.opt -modules client/clientEnv.ml > client/clientEnv.ml.depends | |
ocamldep.opt -modules client/clientIde.ml > client/clientIde.ml.depends | |
ocamldep.opt -modules client/clientStop.mli > client/clientStop.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmo client/clientEnv.ml | |
-- Check size of int8 - failed | |
-- Check size of uint8 | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientIde.cmo client/clientIde.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientStop.cmi client/clientStop.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmo client/clientCommand.ml | |
ocamldep.opt -modules client/clientCheck.ml > client/clientCheck.ml.depends | |
ocamldep.opt -modules client/clientAiInfo.ml > client/clientAiInfo.ml.depends | |
-- Check size of uint8 - failed | |
-- Check size of int16 | |
ocamldep.opt -modules client/clientArgumentInfo.ml > client/clientArgumentInfo.ml.depends | |
ocamldep.opt -modules client/clientAutocomplete.ml > client/clientAutocomplete.ml.depends | |
ocamldep.opt -modules client/clientCheckStatus.ml > client/clientCheckStatus.ml.depends | |
ocamldep.opt -modules client/clientColorFile.ml > client/clientColorFile.ml.depends | |
ocamldep.opt -modules client/clientCoverageMetric.mli > client/clientCoverageMetric.mli.depends | |
ocamldep.opt -modules client/clientFindRefs.ml > client/clientFindRefs.ml.depends | |
ocamldep.opt -modules client/clientLint.ml > client/clientLint.ml.depends | |
-- Check size of int16 - failed | |
-- Check size of uint16 | |
2 warnings generated. | |
ocamldep.opt -modules client/clientMethodJumps.ml > client/clientMethodJumps.ml.depends | |
ocamldep.opt -modules client/clientOutline.ml > client/clientOutline.ml.depends | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/futures/ThreadWheelTimekeeper.cpp.o | |
ocamldep.opt -modules client/clientRefactor.ml > client/clientRefactor.ml.depends | |
ocamldep.opt -modules client/clientSearch.ml > client/clientSearch.ml.depends | |
ocamldep.opt -modules client/clientSymbolInfo.ml > client/clientSymbolInfo.ml.depends | |
ocamldep.opt -modules client/clientTypeAtPos.ml > client/clientTypeAtPos.ml.depends | |
-- Check size of uint16 - failed | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientAiInfo.cmo client/clientAiInfo.ml | |
-- Check size of int32 | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmo client/clientArgumentInfo.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmo client/clientAutocomplete.ml | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncPipe.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmo client/clientCheckStatus.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmo client/clientColorFile.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmi client/clientCoverageMetric.mli | |
-- Check size of int32 - failed | |
-- Check size of uint32 | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmo client/clientFindRefs.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientLint.cmo client/clientLint.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmo client/clientMethodJumps.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmo client/clientOutline.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmo client/clientRefactor.ml | |
-- Check size of uint32 - failed | |
-- Check size of u_int32_t | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmo client/clientSearch.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmo client/clientSymbolInfo.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmo client/clientTypeAtPos.ml | |
ocamldep.opt -modules client/clientRestart.ml > client/clientRestart.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmo client/clientArgs.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmo client/clientCheck.ml | |
-- Check size of u_int32_t - done | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmo client/clientRestart.ml | |
-- Check size of int64 | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncServerSocket.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_client.cmo hh_client.ml | |
ocamldep.opt -modules client/clientStart.ml > client/clientStart.ml.depends | |
ocamldep.opt -modules client/clientStop.ml > client/clientStop.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientStop.cmx client/clientStop.ml | |
-- Check size of int64 - failed | |
-- Check size of uint64 | |
-- Check size of uint64 - failed | |
-- Check size of time_t | |
ocamldep.opt -modules utils/tail.ml > utils/tail.ml.depends | |
ocamldep.opt -modules utils/tty.ml > utils/tty.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/clientMessages.cmx stubs/clientMessages.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientStart.cmx client/clientStart.ml | |
-- Check size of time_t - done | |
-- Check size of bool | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tail.cmx utils/tail.ml | |
-- Check size of bool - failed | |
-- Check size of socklen_t | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I utils -I watchman -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o utils/tty.cmx utils/tty.ml | |
-- Check size of socklen_t - done | |
-- Performing Test TIME_T_UNSIGNED | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientConnect.cmx client/clientConnect.ml | |
-- Performing Test TIME_T_UNSIGNED - Failed | |
-- Performing Test HAVE_GETADDRINFO | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientBuild.cmx client/clientBuild.ml | |
-- Performing Test HAVE_GETADDRINFO - Success | |
-- Performing Test HAVE_SELECT | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientEnv.cmx client/clientEnv.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientIde.cmx client/clientIde.ml | |
-- Performing Test HAVE_SELECT - Success | |
-- Performing Test HAVE_TIMESPEC_TS_SEC | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/futures/ThreadWheelTimekeeper.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/futures/ThreadWheelTimekeeper.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSignalHandler.cpp.o | |
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed | |
-- Performing Test QSORT_TYPE_IS_VOID | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCommand.cmx client/clientCommand.ml | |
-- Performing Test QSORT_TYPE_IS_VOID - Success | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncPipe.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncPipe.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
ocamldep.opt -modules client/clientCoverageMetric.ml > client/clientCoverageMetric.ml.depends | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncServerSocket.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncServerSocket.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Checking stack direction : -1 | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success | |
-- Looking for include files time.h, sys/time.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientAiInfo.cmx client/clientAiInfo.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientArgumentInfo.cmx client/clientArgumentInfo.ml | |
-- Looking for include files time.h, sys/time.h - found | |
-- Looking for O_NONBLOCK | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientAutocomplete.cmx client/clientAutocomplete.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCheckStatus.cmx client/clientCheckStatus.ml | |
-- Looking for O_NONBLOCK - found | |
-- Performing Test C_HAS_inline | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientColorFile.cmx client/clientColorFile.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCoverageMetric.cmx client/clientCoverageMetric.ml | |
-- Performing Test C_HAS_inline - Success | |
-- Performing Test HAVE_PAUSE_INSTRUCTION | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientFindRefs.cmx client/clientFindRefs.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientLint.cmx client/clientLint.ml | |
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success | |
-- Looking for tcgetattr | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientMethodJumps.cmx client/clientMethodJumps.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientOutline.cmx client/clientOutline.ml | |
-- Looking for tcgetattr - found | |
-- Performing Test HAVE_POSIX_SIGNALS | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncSignalHandler.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSignalHandler.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientRefactor.cmx client/clientRefactor.ml | |
-- Performing Test HAVE_POSIX_SIGNALS - Success | |
-- Performing Test HAVE_BSS_START | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientSearch.cmx client/clientSearch.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientSymbolInfo.cmx client/clientSymbolInfo.ml | |
-- Performing Test HAVE_BSS_START - Failed | |
-- Performing Test HAVE_WEAK_SYMBOL | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientTypeAtPos.cmx client/clientTypeAtPos.ml | |
-- Performing Test HAVE_WEAK_SYMBOL - Success | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientArgs.cmx client/clientArgs.ml | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientCheck.cmx client/clientCheck.ml | |
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success | |
-- Looking for netinet/in6.h | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I client -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o client/clientRestart.cmx client/clientRestart.ml | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSocket.cpp.o | |
-- Looking for netinet/in6.h - not found | |
-- Check size of struct sockaddr_in6 | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_client.cmx hh_client.ml | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncSSLSocket.cpp.o | |
-- Check size of struct sockaddr_in6 - done | |
-- Check size of struct in6_addr | |
-- Check size of struct in6_addr - done | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx third-party/core/option.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx decl/decl_compare.cmx globals/globalConfig.cmx heap/globalStorage.cmx procs/bucket.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx decl/decl_redecl_service.cmx decl/decl_service.cmx monitor/monitorRpc.cmx monitor/prehandoff.cmx monitor/serverProcess.cmx utils/exit_status.cmx monitor/serverMonitorUtils.cmx socket/socket.cmx stubs/hackEventLogger.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx naming/nast_visitor.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 utils/findUtils.cmx parsing/parsing_service.cmx search/searchUtils.cmx utils/collections/cSet.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_lazy_heap.cmx utils/collections/iSet.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/type_mapper.cmx typing/type_visitor.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_generic_constraint.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/fileOutline.cmx server/serverFiles.cmx server/serverUtils.cmx typing/nastCheck.cmx typing/typing_func_terminality.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_equality_check.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_get_locals.cmx typing/typing_instantiability.cmx typing/typing_lenv.cmx typing/typing_naming_body.cmx typing/typing_requirements.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx stubs/ai.cmx server/findRefsService.cmx server/ideJson.cmx server/ideProcessMessage.cmx server/ideProcessPipe.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx stubs/ai_options.cmx utils/handle.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientAiInfo.cmx client/clientStop.cmx server/hhServerMonitorConfig.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientIde.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx client/clientArgumentInfo.cmx client/clientAutocomplete.cmx client/clientCheckStatus.cmx server/colorFile.cmx client/clientColorFile.cmx client/clientCoverageMetric.cmx client/clientFindRefs.cmx client/clientLint.cmx client/clientMethodJumps.cmx client/clientOutline.cmx client/clientRefactor.cmx client/clientSearch.cmx client/clientSymbolInfo.cmx client/clientTypeAtPos.cmx client/clientCheck.cmx client/clientRestart.cmx hh_client.cmx -o hh_client.native | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncTimeout.cpp.o | |
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN | |
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN | |
ocamldep.opt -modules hh_single_type_check.ml > hh_single_type_check.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmo hh_single_type_check.ml | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_single_type_check.cmx hh_single_type_check.ml | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx third-party/core/option.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx decl/decl_compare.cmx globals/globalConfig.cmx heap/globalStorage.cmx procs/bucket.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx decl/decl_service.cmx monitor/monitorRpc.cmx monitor/prehandoff.cmx monitor/serverProcess.cmx utils/exit_status.cmx monitor/serverMonitorUtils.cmx socket/socket.cmx stubs/hackEventLogger.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx naming/nast_visitor.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx server/colorFile.cmx server/serverFiles.cmx server/serverUtils.cmx typing/type_visitor.cmx typing/typing_lazy_heap.cmx utils/collections/iSet.cmx typing/typing_env.cmx typing/typing_dependent_type.cmx typing/typing_print.cmx typing/typing_utils.cmx typing/typing_generic_constraint.cmx typing/typing_phase.cmx typing/nastCheck.cmx typing/typing_func_terminality.cmx typing/nast_terminality.cmx typing/type_mapper.cmx typing/typing_arrays.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_equality_check.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_get_locals.cmx typing/typing_hooks.cmx typing/typing_instantiability.cmx typing/typing_lenv.cmx typing/typing_naming_body.cmx typing/typing_requirements.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing_visibility.cmx typing/typing.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx stubs/ai.cmx server/findRefsService.cmx server/ideJson.cmx server/ideProcessMessage.cmx server/ideProcessPipe.cmx stubs/ai_options.cmx utils/handle.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx utils/findUtils.cmx server/serverEnv.cmx typing/coverage_level.cmx server/serverColorFile.cmx utils/tty.cmx client/clientColorFile.cmx server/serverCoverageMetric.cmx client/clientCoverageMetric.cmx decl/decl_redecl_service.cmx parsing/ast_utils.cmx parsing/parsing_hooks.cmx parsing/parsing_service.cmx search/searchUtils.cmx utils/collections/cSet.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/identifySymbolService.cmx server/inferAtPosService.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientSymbolInfo.cmx find/find.cmx hhi/hhi_win32res.cmx utils/tmp.cmx hhi/hhi.cmx typing/typing_suggest_service.cmx server/serverConvert.cmx utils/daemon.cmx hh_single_type_check.cmx -o hh_single_type_check.native | |
-- OPENSSL_INCLUDE_DIR = /usr/local/opt/openssl/include | |
-- OPENSSL_LIBRARY = /usr/local/opt/openssl/lib/libssl.dylib | |
-- CRYPTO_LIBRARY = /usr/local/opt/openssl/lib/libcrypto.dylib | |
-- OPENSSL_MAJOR_VERSION = 1 | |
-- Looking for SHA512_DIGEST_LENGTH | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/AsyncUDPSocket.cpp.o | |
ocamldep.opt -modules hh_emitter.ml > hh_emitter.ml.depends | |
ocamldep.opt -modules emitter/emitter.ml > emitter/emitter.ml.depends | |
ocamldep.opt -modules emitter/emitter_core.ml > emitter/emitter_core.ml.depends | |
ocamldep.opt -modules emitter/emitter_consts.ml > emitter/emitter_consts.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmo emitter/emitter_consts.ml | |
ocamldep.opt -modules emitter/emitter_expr.ml > emitter/emitter_expr.ml.depends | |
-- Looking for SHA512_DIGEST_LENGTH - found | |
-- SSL_LIBRARIES = /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib | |
-- Check size of mbstate_t | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmo emitter/emitter_core.ml | |
ocamldep.opt -modules emitter/emitter_xhp.ml > emitter/emitter_xhp.ml.depends | |
ocamldep.opt -modules emitter/emitter_types.ml > emitter/emitter_types.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmo emitter/emitter_types.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncSocket.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmo emitter/emitter_xhp.ml | |
ocamldep.opt -modules emitter/emitter_lit.ml > emitter/emitter_lit.ml.depends | |
ocamldep.opt -modules emitter/emitter_stmt.ml > emitter/emitter_stmt.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmo emitter/emitter_expr.ml | |
-- Check size of mbstate_t - done | |
-- Performing Test HAVE_LANGINFO_CODESET | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncSSLSocket.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmo emitter/emitter_lit.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmo emitter/emitter_stmt.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmo emitter/emitter.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncTimeout.cpp:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Performing Test HAVE_LANGINFO_CODESET - Success | |
-- Looking for mbrlen | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_emitter.cmo hh_emitter.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_consts.cmx emitter/emitter_consts.ml | |
-- Looking for mbrlen - found | |
-- Looking for mbscmp | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_core.cmx emitter/emitter_core.ml | |
-- Looking for mbscmp - not found | |
-- Looking for mbsrtowcs | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_types.cmx emitter/emitter_types.ml | |
-- Looking for mbsrtowcs - found | |
-- Looking for wcrtomb | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_xhp.cmx emitter/emitter_xhp.ml | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBase.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_expr.cmx emitter/emitter_expr.ml | |
-- Looking for wcrtomb - found | |
-- Looking for mbrtowc | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseLocal.cpp.o | |
-- Looking for mbrtowc - found | |
-- Looking for wcscoll | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_lit.cmx emitter/emitter_lit.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter_stmt.cmx emitter/emitter_stmt.ml | |
-- Looking for wcscoll - found | |
-- Looking for wcsdup | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I emitter -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o emitter/emitter.cmx emitter/emitter.ml | |
-- Looking for wcsdup - found | |
-- Looking for wcwidth | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_emitter.cmx hh_emitter.ml | |
-- Looking for wcwidth - found | |
-- Looking for wctype | |
-- Looking for wctype - found | |
-- Looking for iswlower | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx third-party/core/option.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx emitter/emitter_consts.cmx utils/php_escaping.cmx emitter/emitter_core.cmx emitter/emitter_types.cmx emitter/emitter_xhp.cmx emitter/emitter_expr.cmx emitter/emitter_lit.cmx emitter/emitter_stmt.cmx typing/typing_lazy_heap.cmx typing/typing_func_terminality.cmx typing/typing_get_locals.cmx typing/typing_naming_body.cmx emitter/emitter.cmx parsing/ast_utils.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx utils/pidLog.cmx utils/fork.cmx utils/handle.cmx utils/marshal_tools.cmx utils/timeout.cmx utils/daemon.cmx hh_emitter.cmx -o hh_emitter.native | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/AsyncUDPSocket.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncUDPSocket.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocketBase.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Looking for iswlower - found | |
-- Looking for iswupper | |
-- Looking for iswupper - found | |
-- Looking for towlower | |
ocamldep.opt -modules hh_format.ml > hh_format.ml.depends | |
ocamldep.opt -modules stubs/formatEventLogger.ml > stubs/formatEventLogger.ml.depends | |
ocamldep.opt -modules format/format_diff.mli > format/format_diff.mli.depends | |
ocamldep.opt -modules format/format_mode.ml > format/format_mode.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_mode.cmo format/format_mode.ml | |
ocamldep.opt -modules format/format_hack.mli > format/format_hack.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmo stubs/formatEventLogger.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_diff.cmi format/format_diff.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_hack.cmi format/format_hack.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_format.cmo hh_format.ml | |
-- Looking for towlower - found | |
-- Looking for towupper | |
ocamldep.opt -modules format/format_diff.ml > format/format_diff.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I stubs -I watchman -I utils -I typing -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o stubs/formatEventLogger.cmx stubs/formatEventLogger.ml | |
ocamldep.opt -modules format/format_hack.ml > format/format_hack.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_hack.cmx format/format_hack.ml | |
-- Looking for towupper - found | |
-- Looking for iswctype | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/EventBase.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Looking for iswctype - found | |
-- Check size of wchar_t | |
-- Check size of wchar_t - done | |
-- Check size of wctype_t | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_mode.cmx format/format_mode.ml | |
-- Check size of wctype_t - done | |
-- Check size of wint_t | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I format -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o format/format_diff.cmx format/format_diff.ml | |
-- Check size of wint_t - done | |
-- Found Curses: /usr/lib/libcurses.dylib | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_format.cmx hh_format.ml | |
-- Looking for 3 include files stdio.h, ..., readline/history.h | |
-- Looking for 3 include files stdio.h, ..., readline/history.h - found | |
-- Performing Test edit_HAVE_HIST_ENTRY | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx globals/globalConfig.cmx monitor/monitorRpc.cmx monitor/prehandoff.cmx monitor/serverProcess.cmx utils/exit_status.cmx utils/hh_logger.cmx monitor/serverMonitorUtils.cmx socket/socket.cmx stubs/hackEventLogger.cmx third-party/core/option.cmx third-party/core/result.cmx utils/build_id.cmx utils/lock.cmx utils/marshal_tools.cmx utils/timeout.cmx monitor/monitorConnection.cmx server/serverFiles.cmx server/serverUtils.cmx utils/pidLog.cmx client/clientStop.cmx server/hhServerMonitorConfig.cmx utils/handle.cmx client/clientStart.cmx stubs/clientMessages.cmx utils/tail.cmx utils/tty.cmx client/clientConnect.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/stats.cmx heap/sharedMem.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx decl/decl_compare.cmx heap/globalStorage.cmx procs/bucket.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx decl/decl_redecl_service.cmx decl/decl_service.cmx naming/nast_visitor.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 utils/findUtils.cmx parsing/parsing_service.cmx search/searchUtils.cmx utils/collections/cSet.cmx search/fuzzySearchService.cmx utils/trie.cmx search/trieSearchService.cmx search/searchService.cmx search/hackSearchService.cmx typing/typing_lazy_heap.cmx utils/collections/iSet.cmx typing/typing_env.cmx typing/typing_hooks.cmx typing/typing_print.cmx server/argumentInfoService.cmx typing/type_mapper.cmx typing/type_visitor.cmx typing/typing_utils.cmx typing/typing_arrays.cmx typing/typing_dependent_type.cmx typing/typing_generic_constraint.cmx typing/typing_phase.cmx typing/typing_unification_env.cmx typing/typing_unify.cmx typing/typing_subtype.cmx typing/typing_visibility.cmx server/autocompleteService.cmx server/fileOutline.cmx typing/nastCheck.cmx typing/typing_func_terminality.cmx typing/nast_terminality.cmx typing/typing_expand.cmx typing/typing_generic.cmx typing/typing_taccess.cmx typing/typing_tdef.cmx typing/typing_ops.cmx typing/typing_suggest.cmx typing/nastInitCheck.cmx typing/typing_alias.cmx typing/typing_async.cmx typing/typing_enum.cmx typing/typing_equality_check.cmx typing/typing_extends.cmx typing/typing_exts.cmx typing/typing_get_locals.cmx typing/typing_instantiability.cmx typing/typing_lenv.cmx typing/typing_naming_body.cmx typing/typing_requirements.cmx typing/typing_sequencing.cmx typing/typing_shapes.cmx typing/typing_structure.cmx typing/typing_variance.cmx typing/typing.cmx typing/typing_check_service.cmx typing/typing_check_utils.cmx server/serverIdeUtils.cmx stubs/ai.cmx server/findRefsService.cmx server/ideJson.cmx server/ideProcessMessage.cmx server/ideProcessPipe.cmx server/identifySymbolService.cmx server/inferAtPosService.cmx stubs/ai_options.cmx utils/wwwroot.cmx server/serverArgs.cmx utils/config_file.cmx server/serverConfig.cmx server/serverLocalConfig.cmx stubs/filesToIgnore.cmx server/serverEnv.cmx server/methodJumps.cmx server/serverArgumentInfo.cmx server/serverAutoComplete.cmx server/serverBuild.cmx server/serverCheckUtils.cmx server/serverCheckpoint.cmx typing/coverage_level.cmx server/serverColorFile.cmx server/serverCoverageMetric.cmx server/serverError.cmx server/serverFindRefs.cmx server/serverIdentifyFunction.cmx server/serverInferType.cmx stubs/linting_service.cmx server/serverLint.cmx server/serverRefactor.cmx server/serverSearch.cmx server/symbolFunCallService.cmx server/symbolUtils.cmx server/symbolTypeService.cmx server/symbolInfoService.cmx server/serverRpc.cmx server/serverTypeCheck.cmx stubs/buildMain.cmx server/serverCommand.cmx client/clientBuild.cmx client/clientEnv.cmx client/clientIde.cmx client/clientCommand.cmx utils/random_id.cmx client/clientArgs.cmx find/find.cmx format/format_hack.cmx format/format_mode.cmx stubs/formatEventLogger.cmx format/format_diff.cmx hh_format.cmx -o hh_format.native | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventBaseManager.cpp.o | |
-- Performing Test edit_HAVE_HIST_ENTRY - Success | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/EventHandler.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/EventBaseLocal.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseLocal.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
-- Performing Test edit_USE_LIBEDIT_INTERFACE - Failed | |
-- Performing Test edit_USE_NEW_READLINE_INTERFACE | |
2 warnings generated. | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/HHWheelTimer.cpp.o | |
ocamldep.opt -modules h2tp/h2tp.ml > h2tp/h2tp.ml.depends | |
-- Performing Test edit_USE_NEW_READLINE_INTERFACE - Success | |
ocamldep.opt -modules h2tp/common/common_exns.ml > h2tp/common/common_exns.ml.depends | |
-- Using cmake version 3.5.2 | |
-- Not building NDB | |
ocamldep.opt -modules h2tp/common/converter_options.mli > h2tp/common/converter_options.mli.depends | |
ocamldep.opt -modules h2tp/engine.ml > h2tp/engine.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/common_exns.cmo h2tp/common/common_exns.ml | |
-- Library webscalesqlclient depends on OSLIBS /usr/local/opt/openssl/lib/libssl.dylib;/usr/local/opt/openssl/lib/libcrypto.dylib | |
ocamldep.opt -modules h2tp/mapper/constructor_arg_promotion.ml > h2tp/mapper/constructor_arg_promotion.ml.depends | |
ocamldep.opt -modules h2tp/mapper/map_ast.ml > h2tp/mapper/map_ast.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/map_ast.cmo h2tp/mapper/map_ast.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/converter_options.cmi h2tp/common/converter_options.mli | |
ocamldep.opt -modules h2tp/mapper/Deleted_constructs.ml > h2tp/mapper/Deleted_constructs.ml.depends | |
ocamldep.opt -modules h2tp/mapper/detect_collections.ml > h2tp/mapper/detect_collections.ml.depends | |
ocamldep.opt -modules h2tp/common/ast_ext.mli > h2tp/common/ast_ext.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/ast_ext.cmi h2tp/common/ast_ext.mli | |
ocamldep.opt -modules h2tp/mapper/empty_collection_as_bool.ml > h2tp/mapper/empty_collection_as_bool.ml.depends | |
ocamldep.opt -modules h2tp/mapper/enum.ml > h2tp/mapper/enum.ml.depends | |
ocamldep.opt -modules h2tp/mapper/erase_types.ml > h2tp/mapper/erase_types.ml.depends | |
ocamldep.opt -modules h2tp/common/fun.mli > h2tp/common/fun.mli.depends | |
ocamldep.opt -modules h2tp/mapper/hack_variadic.ml > h2tp/mapper/hack_variadic.ml.depends | |
ocamldep.opt -modules h2tp/mapper/initializer_expressions.ml > h2tp/mapper/initializer_expressions.ml.depends | |
ocamldep.opt -modules h2tp/mapper/lambda_expressions.ml > h2tp/mapper/lambda_expressions.ml.depends | |
ocamldep.opt -modules h2tp/mapper/misc.ml > h2tp/mapper/misc.ml.depends | |
ocamldep.opt -modules h2tp/common/parser_hack_ext.mli > h2tp/common/parser_hack_ext.mli.depends | |
ocamldep.opt -modules h2tp/Prepend_require.ml > h2tp/Prepend_require.ml.depends | |
ocamldep.opt -modules h2tp/mapper/ref_collections.ml > h2tp/mapper/ref_collections.ml.depends | |
ocamldep.opt -modules h2tp/common/sys_ext.mli > h2tp/common/sys_ext.mli.depends | |
ocamldep.opt -modules h2tp/unparser/unparser.ml > h2tp/unparser/unparser.ml.depends | |
ocamldep.opt -modules h2tp/unparser/unparsed.ml > h2tp/unparser/unparsed.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmo h2tp/unparser/unparsed.ml | |
-- CMAKE_BUILD_TYPE: RelWithDebInfo | |
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H | |
-- CMAKE_C_FLAGS: -Wno-maybe-uninitialized -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -w -msse4.2 -Wall -Wextra -Wformat-security -Wwrite-strings -std=c99 | |
-- CMAKE_CXX_FLAGS: -I/usr/local/opt/readline/include -L/usr/local/opt/readline/lib -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -Wno-error=array-bounds -Wno-error=switch -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-unknown-warning-option -Wno-return-type-c-linkage -msse4.2 -std=gnu++11 -fno-omit-frame-pointer -fno-operator-names -Wall -Woverloaded-virtual -Werror=format-security -Qunused-arguments -stdlib=libc++ -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 | |
ocamldep.opt -modules h2tp/mapper/unsupported_constructs.ml > h2tp/mapper/unsupported_constructs.ml.depends | |
ocamldep.opt -modules h2tp/mapper/value_collections.ml > h2tp/mapper/value_collections.ml.depends | |
ocamldep.opt -modules h2tp/mapper/yield_break.ml > h2tp/mapper/yield_break.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmo h2tp/mapper/constructor_arg_promotion.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmo h2tp/mapper/Deleted_constructs.ml | |
2 warnings generated. | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/detect_collections.cmo h2tp/mapper/detect_collections.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmo h2tp/mapper/empty_collection_as_bool.ml | |
[ 17%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/Request.cpp.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/enum.cmo h2tp/mapper/enum.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/erase_types.cmo h2tp/mapper/erase_types.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/fun.cmi h2tp/common/fun.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/hack_variadic.cmo h2tp/mapper/hack_variadic.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/initializer_expressions.cmo h2tp/mapper/initializer_expressions.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/lambda_expressions.cmo h2tp/mapper/lambda_expressions.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/misc.cmo h2tp/mapper/misc.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmi h2tp/common/parser_hack_ext.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmo h2tp/Prepend_require.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/ref_collections.cmo h2tp/mapper/ref_collections.ml | |
-- Generating done | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/sys_ext.cmi h2tp/common/sys_ext.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmo h2tp/unparser/unparser.ml | |
-- Build files have been written to: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6 | |
[ 18%] Performing build step for 'webscalesqlclient' | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmo h2tp/mapper/unsupported_constructs.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/value_collections.cmo h2tp/mapper/value_collections.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/yield_break.cmo h2tp/mapper/yield_break.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmo h2tp/engine.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmo h2tp/h2tp.ml | |
ocamldep.opt -modules h2tp/common/converter_options.ml > h2tp/common/converter_options.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/common_exns.cmx h2tp/common/common_exns.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/EventBaseManager.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/map_ast.cmx h2tp/mapper/map_ast.ml | |
Scanning dependencies of target strings | |
[ 0%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o | |
[ 0%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/EventHandler.cpp:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o | |
Scanning dependencies of target gen_dtrace_header | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/converter_options.cmx h2tp/common/converter_options.ml | |
[ 2%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/HHWheelTimer.cpp:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 2%] Built target gen_dtrace_header | |
ocamldep.opt -modules h2tp/common/ast_ext.ml > h2tp/common/ast_ext.ml.depends | |
[ 18%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/ScopedEventBaseThread.cpp.o | |
ocamldep.opt -modules h2tp/common/Str_ext.ml > h2tp/common/Str_ext.ml.depends | |
ocamldep.opt -modules h2tp/common/Str_ext.mli > h2tp/common/Str_ext.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/Str_ext.cmi h2tp/common/Str_ext.mli | |
ocamldep.opt -modules h2tp/common/fun.ml > h2tp/common/fun.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/fun.cmx h2tp/common/fun.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/Str_ext.cmx h2tp/common/Str_ext.ml | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/ast_ext.cmx h2tp/common/ast_ext.ml | |
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o | |
2 warnings generated. | |
Scanning dependencies of target zlib | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o | |
ocamldep.opt -modules h2tp/common/parser_hack_ext.ml > h2tp/common/parser_hack_ext.ml.depends | |
ocamldep.opt -modules h2tp/common/sys_ext.ml > h2tp/common/sys_ext.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/sys_ext.cmx h2tp/common/sys_ext.ml | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/Request.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 4%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparsed.cmx h2tp/unparser/unparsed.ml | |
2 warnings generated. | |
2 warnings generated. | |
[ 4%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/async/SSLContext.cpp.o | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/constructor_arg_promotion.ml | |
Scanning dependencies of target vio | |
[ 5%] Building C object vio/CMakeFiles/vio.dir/vio.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/Deleted_constructs.ml | |
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/detect_collections.cmx h2tp/mapper/detect_collections.ml | |
[ 7%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/empty_collection_as_bool.ml | |
[ 8%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/enum.cmx h2tp/mapper/enum.ml | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/erase_types.cmx h2tp/mapper/erase_types.ml | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o | |
[ 9%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/hack_variadic.cmx h2tp/mapper/hack_variadic.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/initializer_expressions.cmx h2tp/mapper/initializer_expressions.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/lambda_expressions.cmx h2tp/mapper/lambda_expressions.ml | |
[ 11%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o | |
[ 11%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/misc.cmx h2tp/mapper/misc.ml | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src/folly/io/async/ScopedEventBaseThread.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/ScopedEventBaseThread.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/common -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -o h2tp/common/parser_hack_ext.cmx h2tp/common/parser_hack_ext.ml | |
[ 11%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o | |
[ 12%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/Prepend_require.cmx h2tp/Prepend_require.ml | |
2 warnings generated. | |
[ 12%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/ref_collections.cmx h2tp/mapper/ref_collections.ml | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBuf.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/unparser -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/mapper -I h2tp/common -o h2tp/unparser/unparser.cmx h2tp/unparser/unparser.ml | |
[ 14%] Linking C static library libvio.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
[ 14%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
[ 14%] Built target vio | |
[ 14%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/unsupported_constructs.ml | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/IOBufQueue.cpp.o | |
[ 14%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o | |
2 warnings generated. | |
[ 15%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/value_collections.cmx h2tp/mapper/value_collections.ml | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/RecordIO.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp/mapper -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/common -o h2tp/mapper/yield_break.cmx h2tp/mapper/yield_break.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/engine.cmx h2tp/engine.ml | |
[ 16%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o | |
[ 16%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o | |
[ 16%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I h2tp -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o h2tp/h2tp.cmx h2tp/h2tp.ml | |
[ 18%] Linking C static library libzlib.a | |
[ 18%] Built target zlib | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/io/ShutdownSocketSet.cpp.o | |
[ 18%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx heap/ident.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx parsing/namespace_env.cmx parsing/ast.cmx naming/nast.cmx utils/errors.cmx typing/typing_reason.cmx typing/typing_defs.cmx decl/decl_dynamic_yield.cmx decl/decl_enum.cmx deps/typing_deps.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx third-party/core/option.cmx typing/typing_heap.cmx decl/decl_env.cmx decl/decl_hooks.cmx decl/decl_hint.cmx decl/decl_subst.cmx decl/decl_instantiate.cmx decl/decl_utils.cmx decl/decl_inherit.cmx decl/decl_init_check.cmx typing/typing_pos_utils.cmx decl/decl_requirements.cmx globals/autocomplete.cmx globals/ide.cmx naming/naming_heap.cmx third-party/core/result.cmx naming/nast_eval.cmx naming/attributes.cmx naming/namingGlobal.cmx naming/naming_ast_helpers.cmx naming/naming_hooks.cmx naming/typecheckerOptions.cmx parsing/namespaces.cmx naming/naming.cmx parsing/parser_heap.cmx decl/decl.cmx find/find.cmx parsing/lexer_hack.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx h2tp/Prepend_require.cmx h2tp/common/fun.cmx h2tp/common/Str_ext.cmx h2tp/common/ast_ext.cmx h2tp/common/common_exns.cmx h2tp/common/converter_options.cmx h2tp/common/sys_ext.cmx h2tp/common/parser_hack_ext.cmx h2tp/mapper/map_ast.cmx h2tp/mapper/Deleted_constructs.cmx h2tp/mapper/constructor_arg_promotion.cmx h2tp/mapper/detect_collections.cmx h2tp/mapper/empty_collection_as_bool.cmx h2tp/mapper/enum.cmx h2tp/mapper/erase_types.cmx h2tp/mapper/hack_variadic.cmx h2tp/mapper/initializer_expressions.cmx typing/typing_lazy_heap.cmx typing/typing_func_terminality.cmx typing/typing_get_locals.cmx typing/typing_naming_body.cmx h2tp/mapper/lambda_expressions.cmx h2tp/mapper/misc.cmx h2tp/mapper/ref_collections.cmx h2tp/mapper/unsupported_constructs.cmx h2tp/mapper/value_collections.cmx h2tp/mapper/yield_break.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx h2tp/engine.cmx h2tp/h2tp.cmx -o h2tp/h2tp.native | |
[ 19%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o | |
ocamldep.opt -modules hh_match.ml > hh_match.ml.depends | |
ocamldep.opt -modules hh_matcher/matcher.mli > hh_matcher/matcher.mli.depends | |
ocamldep.opt -modules hh_matcher/hh_match_utils.ml > hh_matcher/hh_match_utils.ml.depends | |
ocamldep.opt -modules hh_matcher/ast_code_extent.mli > hh_matcher/ast_code_extent.mli.depends | |
ocamldep.opt -modules parsing/ast_visitor.ml > parsing/ast_visitor.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/ast_code_extent.cmi hh_matcher/ast_code_extent.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast_visitor.cmo parsing/ast_visitor.ml | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_utils.cmo hh_matcher/hh_match_utils.ml | |
ocamldep.opt -modules hh_matcher/patcher.mli > hh_matcher/patcher.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/matcher.cmi hh_matcher/matcher.mli | |
[ 19%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o | |
[ 19%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/patcher.cmi hh_matcher/patcher.mli | |
ocamlc.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_match.cmo hh_match.ml | |
[ 21%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o | |
ocamldep.opt -modules hh_matcher/matcher.ml > hh_matcher/matcher.ml.depends | |
ocamldep.opt -modules hh_matcher/astConstructor.ml > hh_matcher/astConstructor.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/astConstructor.cmo hh_matcher/astConstructor.ml | |
ocamldep.opt -modules hh_matcher/ast_code_extent.ml > hh_matcher/ast_code_extent.ml.depends | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/portability/Environment.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I parsing -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o parsing/ast_visitor.cmx parsing/ast_visitor.ml | |
[ 21%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/portability/SysTime.cpp.o | |
[ 22%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/ast_code_extent.cmx hh_matcher/ast_code_extent.ml | |
[ 23%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/src/folly/stats/Instantiations.cpp.o | |
ocamldep.opt -modules hh_matcher/patcher.ml > hh_matcher/patcher.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_utils.cmx hh_matcher/hh_match_utils.ml | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/EscapeTables.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FingerprintTables.cpp.o | |
[ 23%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/astConstructor.cmx hh_matcher/astConstructor.ml | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/FormatTables.cpp.o | |
[ 19%] Building CXX object third-party/folly/CMakeFiles/folly.dir/gen/GroupVarintTables.cpp.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/patcher.cmx hh_matcher/patcher.ml | |
[ 23%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/matcher.cmx hh_matcher/matcher.ml | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -27 -w -3-4-6-29-35-44-48-50-52 -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_match.cmx hh_match.ml | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o | |
[ 25%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o | |
[ 26%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx heap/ident.cmx hh_matcher/astConstructor.cmx parsing/ast_visitor.cmx hh_matcher/ast_code_extent.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx utils/pidLog.cmx utils/fork.cmx utils/printSignal.cmx procs/worker.cmx procs/multiWorker.cmx utils/findUtils.cmx hh_match.cmx -o hh_match.native | |
[ 26%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o | |
[ 28%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strend.c.o | |
[ 29%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o | |
[ 30%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o | |
[ 30%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o | |
[ 30%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o | |
[ 32%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o | |
ocamldep.opt -modules hh_matcher/test/code_extent_tests.ml > hh_matcher/test/code_extent_tests.ml.depends | |
ocamldep.opt -modules hh_matcher/hh_match_test_utils.mli > hh_matcher/hh_match_test_utils.mli.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_test_utils.cmi hh_matcher/hh_match_test_utils.mli | |
[ 32%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o | |
[ 33%] Building C object strings/CMakeFiles/strings.dir/xml.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/code_extent_tests.cmo hh_matcher/test/code_extent_tests.ml | |
[ 33%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o | |
[ 33%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o | |
[ 35%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o | |
ocamldep.opt -modules hh_matcher/hh_match_test_utils.ml > hh_matcher/hh_match_test_utils.ml.depends | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I hh_matcher/test -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/hh_match_test_utils.cmx hh_matcher/hh_match_test_utils.ml | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/code_extent_tests.cmx hh_matcher/test/code_extent_tests.ml | |
[ 35%] Linking C static library libstrings.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
[ 35%] Built target strings | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/globalConfig.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx parsing/ast_visitor.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/code_extent_tests.cmx -o hh_matcher/test/code_extent_tests.native | |
Scanning dependencies of target mysys | |
[ 35%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o | |
[ 35%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o | |
[ 36%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o | |
[ 36%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o | |
[ 38%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o | |
[ 38%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o | |
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o | |
ocamldep.opt -modules hh_matcher/test/matcher_test.ml > hh_matcher/test/matcher_test.ml.depends | |
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/matcher_test.cmo hh_matcher/test/matcher_test.ml | |
[ 39%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o | |
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/matcher_test.cmx hh_matcher/test/matcher_test.ml | |
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o | |
[ 40%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o | |
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o | |
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o | |
[ 42%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o | |
[ 43%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o | |
[ 43%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx heap/ident.cmx hh_matcher/astConstructor.cmx parsing/ast_visitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/matcher_test.cmx -o hh_matcher/test/matcher_test.native | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o | |
[ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o | |
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o | |
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o | |
[ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o | |
[ 47%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o | |
[ 49%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o | |
[ 49%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o | |
ocamldep.opt -modules hh_matcher/test/patcher_api_test.ml > hh_matcher/test/patcher_api_test.ml.depends | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_api_test.cmo hh_matcher/test/patcher_api_test.ml | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_api_test.cmx hh_matcher/test/patcher_api_test.ml | |
[ 50%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o | |
[ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o | |
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o | |
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o | |
[ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o | |
[ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o | |
[ 56%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx heap/ident.cmx parsing/ast_visitor.cmx hh_matcher/ast_code_extent.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_api_test.cmx -o hh_matcher/test/patcher_api_test.native | |
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o | |
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o | |
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o | |
[ 57%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o | |
[ 59%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o | |
[ 60%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o | |
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o | |
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o | |
[ 61%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o | |
[ 63%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o | |
[ 64%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o | |
ocamldep.opt -modules hh_matcher/test/patcher_module_test.ml > hh_matcher/test/patcher_module_test.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_module_test.cmo hh_matcher/test/patcher_module_test.ml | |
[ 66%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_module_test.cmx hh_matcher/test/patcher_module_test.ml | |
[ 67%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o | |
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o | |
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o | |
[ 69%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o | |
[ 70%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o | |
[ 71%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o | |
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx heap/ident.cmx parsing/ast_visitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_module_test.cmx -o hh_matcher/test/patcher_module_test.native | |
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o | |
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o | |
[ 74%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o | |
[ 76%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o | |
[ 76%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o | |
[ 77%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o | |
[ 78%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o | |
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o | |
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o | |
[ 80%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o | |
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o | |
ocamldep.opt -modules hh_matcher/test/patcher_test.ml > hh_matcher/test/patcher_test.ml.depends | |
ocamlc.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_test.cmo hh_matcher/test/patcher_test.ml | |
[ 81%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o | |
ocamlopt.opt -c -g -w A -warn-error A -w -3-4-6-29-35-44-48-50-52 -I hh_matcher/test -I watchman -I utils -I typing -I stubs -I socket -I server -I search -I procs -I parsing -I naming -I monitor -I libancillary -I hhi -I hh_matcher -I heap -I h2tp -I globals -I fsnotify_darwin -I fsevents -I format -I find -I emitter -I dfind -I deps -I decl -I client -I utils/hh_json -I utils/collections -I third-party/core -I third-party/avl -I h2tp/unparser -I h2tp/mapper -I h2tp/common -o hh_matcher/test/patcher_test.cmx hh_matcher/test/patcher_test.ml | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o | |
[ 83%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o | |
[ 84%] Building C object mysys/CMakeFiles/mysys.dir/kqueue_timers.c.o | |
[ 84%] Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o | |
ocamlopt.opt -g heap/hh_shared.o hhi/hhi_elf.o hhi/hhi_win32res_stubs.o libancillary/libancillary-stubs.o third-party/libancillary/fd_recv.o third-party/libancillary/fd_send.o utils/files.o utils/get_build_id.gen.o utils/get_build_id.o utils/handle_stubs.o utils/nproc.o utils/priorities.o utils/realpath.o utils/sysinfo.o utils/win32_support.o fsevents/fsevents_stubs.o -cclib -lpthread -cclib -L/usr/local/opt/libelf/lib -cclib -L/usr/local/opt/lz4/lib -cclib -llz4 -cclib -framework -cclib CoreServices -cclib -framework -cclib CoreFoundation -cclib -sectcreate -cclib __text -cclib hhi -cclib /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/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/collections/intKey.cmx utils/collections/myMap.cmx utils/collections/iMap.cmx utils/collections/stringKey.cmx utils/collections/sMap.cmx utils/collections/sSet.cmx utils/core.cmx utils/file_pos.cmx utils/hh_json/hh_json.cmx utils/utils.cmx utils/sys_utils.cmx utils/path.cmx utils/relative_path.cmx utils/pos.cmx deps/fileInfo.cmx find/find.cmx globals/ide.cmx heap/prefix.cmx heap/value.cmx stubs/eventLogger.cmx utils/hh_logger.cmx utils/stats.cmx heap/sharedMem.cmx parsing/namespace_env.cmx parsing/ast.cmx utils/errors.cmx parsing/lexer_hack.cmx parsing/namespaces.cmx parsing/parser_heap.cmx third-party/core/option.cmx utils/lint.cmx utils/php_escaping.cmx utils/regexp_utils.cmx parsing/parser_hack.cmx format/format_hack.cmx globals/globalConfig.cmx h2tp/common/common_exns.cmx h2tp/unparser/unparsed.cmx h2tp/unparser/unparser.cmx heap/ident.cmx hh_matcher/astConstructor.cmx parsing/ast_visitor.cmx hh_matcher/ast_code_extent.cmx hh_matcher/hh_match_test_utils.cmx utils/collections/hashSet.cmx naming/naming_special_names.cmx naming/nast.cmx hh_matcher/hh_match_utils.cmx hh_matcher/patcher.cmx hh_matcher/matcher.cmx hhi/hhi_win32res.cmx utils/exit_status.cmx utils/tmp.cmx hhi/hhi.cmx hh_matcher/test/patcher_test.cmx -o hh_matcher/test/patcher_test.native | |
[ 84%] Linking C static library libmysys.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
[ 84%] Built target mysys | |
Scanning dependencies of target dbug | |
[ 85%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o | |
[ 85%] Linking C static library libdbug.a | |
[ 85%] Built target dbug | |
[ 19%] Built target hack | |
Scanning dependencies of target mysys_ssl | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o | |
[ 87%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o | |
[ 88%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o | |
[ 88%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha2.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_md5.cc.o | |
[ 90%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_rnd.cc.o | |
[ 91%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_murmur3.cc.o | |
[ 91%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes_openssl.cc.o | |
[ 91%] Linking CXX static library libmysys_ssl.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys_ssl.a(my_sha2.cc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys_ssl.a(my_sha2.cc.o) has no symbols | |
[ 91%] Built target mysys_ssl | |
Scanning dependencies of target comp_err | |
[ 92%] Building C object extra/CMakeFiles/comp_err.dir/comp_err.c.o | |
[ 92%] Linking CXX executable comp_err | |
[ 92%] Built target comp_err | |
Scanning dependencies of target GenError | |
[ 92%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys | |
[ 92%] Built target GenError | |
Scanning dependencies of target clientlib | |
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/get_password.c.o | |
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/errmsg.c.o | |
[ 94%] Building C object libmysql/CMakeFiles/clientlib.dir/libmysql.c.o | |
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/my_time.c.o | |
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client.c.o | |
[ 95%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o | |
[ 97%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_authentication.cc.o | |
[ 97%] Building CXX object libmysql/CMakeFiles/clientlib.dir/__/sql/net_serv.cc.o | |
[ 98%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/pack.c.o | |
[ 98%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql/password.c.o | |
[ 98%] Linking CXX static library libclientlib.a | |
[ 98%] Built target clientlib | |
[ 98%] Generating webscalesqlclient_depends.c | |
Scanning dependencies of target webscalesqlclient | |
[ 98%] Building C object libmysql/CMakeFiles/webscalesqlclient.dir/webscalesqlclient_depends.c.o | |
[100%] Linking C static library libwebscalesqlclient.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwebscalesqlclient.a(webscalesqlclient_depends.c.o) has no symbols | |
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: libwebscalesqlclient.a the table of contents is empty (no object file members in the library define global symbols) | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/strings/libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/vio/libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/vio/libvio.a(vioshm.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/mysys/libmysys.a(my_lockmem.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/mysql-5.6/mysys_ssl/libmysys_ssl.a(my_sha2.cc.o) has no symbols | |
[100%] Built target webscalesqlclient | |
Scanning dependencies of target symlink_libwebscalesqlclient_r.a | |
[100%] Generating libwebscalesqlclient_r.a | |
[100%] Built target symlink_libwebscalesqlclient_r.a | |
[ 19%] No install step for 'webscalesqlclient' | |
[ 19%] Completed 'webscalesqlclient' | |
[ 19%] Built target webscalesqlclient | |
Scanning dependencies of target hphp_util | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/afdt-util.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/abi-cxx.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/arena.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/alloc.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/asm-x64.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/assertions.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-func.cpp.o | |
[ 19%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/async-job.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/boot_timer.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/bstring.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/build-info.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/capability.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compatibility.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/compression.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronolog.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cronoutils.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/current-executable.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/data-block.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/disasm.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/eh-frame.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-data.cpp.o | |
[ 20%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/embedded-vfs.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/exception.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/file-cache.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hardware-counter.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hash.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/hdf.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/kernel-version.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/light-process.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/lock.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/log-file-flusher.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/logger.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/maphuge.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/network.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/process.cpp.o | |
[ 21%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/rank.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/read-only-arena.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ringbuffer.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/safe-cast.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/service-data.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/shm-counter.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/ssl-init.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stack-trace.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/stacktrace-profiler.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-bag.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/string-vsnprintf.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/struct-log.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable-multi.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/synchronizable.cpp.o | |
[ 22%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-art.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-color.cpp.o | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/text-util.cpp.o | |
2 warnings generated. | |
[ 23%] Linking CXX static library libfolly.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Environment.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(SysTime.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Bits.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(InlineExecutor.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(Environment.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfolly.a(SysTime.cpp.o) has no symbols | |
[ 23%] Built target folly | |
[ 23%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/thread-local.cpp.o | |
Scanning dependencies of target gen-infotabs | |
[ 23%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/gen-infotabs.cpp.o | |
Scanning dependencies of target squangle | |
[ 23%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-infotabs.dir/idl.cpp.o | |
[ 24%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventCounter.cpp.o | |
Scanning dependencies of target wangle | |
[ 24%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/Acceptor.cpp.o | |
Scanning dependencies of target gen-class-map | |
[ 24%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/gen-class-map.cpp.o | |
[ 24%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/logger/DBEventLogger.cpp.o | |
[ 24%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ConnectionManager.cpp.o | |
[ 24%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/timer.cpp.o | |
Scanning dependencies of target gen-ext-hhvm | |
[ 24%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/gen-ext-hhvm.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/Acceptor.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/Acceptor.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/ServerSocketConfig.h:15: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 25%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-class-map.dir/idl.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/ConnectionManager.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/ConnectionManager.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 25%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncConnectionPool.cpp.o | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/trace.cpp.o | |
2 warnings generated. | |
[ 25%] Building CXX object hphp/tools/bootstrap/CMakeFiles/gen-ext-hhvm.dir/idl.cpp.o | |
[ 25%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncHelpers.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncConnectionPool.h:34: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncConnectionPool.h:38: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/type-scan.cpp.o | |
[ 25%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/LoadShedConfiguration.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:706:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] | |
num_open, | |
^~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:707:11: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] | |
num_opening, | |
^~~~~~~~~~~ | |
[ 25%] Linking CXX executable gen-infotabs | |
[ 25%] Built target gen-infotabs | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/vdso.cpp.o | |
2 warnings generated. | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-data.cpp.o | |
[ 25%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/AsyncMysqlClient.cpp.o | |
[ 25%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/ManagedConnection.cpp.o | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-manager.cpp.o | |
[ 25%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SocketOptions.cpp.o | |
[ 25%] Linking CXX executable gen-class-map | |
[ 25%] Built target gen-class-map | |
[ 25%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/cache-saver.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/ManagedConnection.cpp:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/ConnectionManager.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncConnectionPool.cpp:224:5: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef] | |
LOG_EVERY_N(INFO, 1000) << "Closing connection during a transaction." | |
^ | |
/usr/local/opt/glog/include/glog/logging.h:917:30: note: expanded from macro 'LOG_EVERY_N' | |
INVALID_REQUESTED_LOG_SEVERITY); \ | |
^ | |
/usr/local/opt/glog/include/glog/logging.h:912:73: note: expanded from macro 'GOOGLE_GLOG_COMPILE_ASSERT' | |
typedef google::glog_internal_namespace_::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] | |
^ | |
[ 25%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Connection.cpp.o | |
[ 25%] Linking CXX executable gen-ext-hhvm | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncMysqlClient.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 25%] Built target gen-ext-hhvm | |
[ 26%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/SSLAcceptorHandshakeHelper.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/SocketOptions.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/SocketOptions.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/AsyncMysqlClient.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
2 warnings generated. | |
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/DbResult.cpp.o | |
[ 26%] Generating class_map.cpp | |
Scanning dependencies of target hphp_system | |
[ 26%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/class_map.cpp.o | |
2 warnings generated. | |
[ 26%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/FutureAdapter.cpp.o | |
10 warnings generated. | |
[ 26%] Building CXX object hphp/util/CMakeFiles/hphp_util.dir/cache/mmap-file.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/SSLAcceptorHandshakeHelper.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/SSLAcceptorHandshakeHelper.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 26%] Building CXX object hphp/system/CMakeFiles/hphp_system.dir/systemlib.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/Connection.cpp:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/Connection.cpp:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/DbResult.cpp:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/DbResult.cpp:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/FutureAdapter.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/FutureAdapter.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/FutureAdapter.cpp:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/hash-crc.S.o | |
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memcpy-x64.S.o | |
[ 26%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/memset-x64-avx2.S.o | |
[ 27%] Building ASM object hphp/util/CMakeFiles/hphp_util.dir/strcmp-sse42.S.o | |
[ 27%] Linking CXX static library libhphp_util.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(strcmp-sse42.S.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(async-job.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(capability.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(rank.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(memset-x64-avx2.S.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_util.a(strcmp-sse42.S.o) has no symbols | |
[ 27%] Built target hphp_util | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Operation.cpp.o | |
2 warnings generated. | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/acceptor/TransportInfo.cpp.o | |
7 warnings generated. | |
Scanning dependencies of target hfsort | |
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfsort.cpp.o | |
7 warnings generated. | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/channel/Pipeline.cpp.o | |
7 warnings generated. | |
[ 27%] Building CXX object hphp/tools/hfsort/CMakeFiles/hfsort.dir/hfutil.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/acceptor/TransportInfo.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/SSLSessionCacheData.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/Operation.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/Operation.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/tools/hfsort/hfsort.cpp:52:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %x %c %s", &addr, &size, &kind, name) == 4) { | |
~~~ ^~~~~ | |
%llx | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/tools/hfsort/hfsort.cpp:133:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) { | |
~~~ ^~~~ | |
%llx | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/tools/hfsort/hfsort.cpp:133:49: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] | |
if (sscanf(line, "%lx %lx %c %u %*x", &src, &dst, &kind, &count) == 4) { | |
~~~ ^~~~ | |
%llx | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/Operation.cpp:832:9: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] | |
num_rows_seen_, | |
^~~~~~~~~~~~~~ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/channel/Pipeline.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/channel/Pipeline.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 27%] Linking CXX static library libhphp_system.a | |
2 warnings generated. | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/OperationBatch.cpp.o | |
[ 27%] Built target hphp_system | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/SSLSessionCacheUtils.cpp.o | |
3 warnings generated. | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Query.cpp.o | |
7 warnings generated. | |
[ 27%] Building CXX object third-party/squangle/CMakeFiles/squangle.dir/squangle/mysql_client/Row.cpp.o | |
[ 27%] Linking CXX executable hfsort | |
[ 27%] Built target hfsort | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/client/ssl/ThreadSafeSSLSessionCache.cpp.o | |
Scanning dependencies of target hphp_hhbbc | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/analyze.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/OperationBatch.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/OperationBatch.h:31: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/squangle/mysql_client/OperationBatch.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/OperationBatch.h:31: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/client/ssl/ThreadSafeSSLSessionCache.cpp:1: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/client/ssl/ThreadSafeSSLSessionCache.h:4: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/client/ssl/SSLSessionCallbacks.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/cfg.cpp.o | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldBasedFrameDecoder.cpp.o | |
Scanning dependencies of target hphp_analysis | |
8 warnings generated. | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LengthFieldPrepender.cpp.o | |
2 warnings generated. | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/check.cpp.o | |
[ 27%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/builtin_symbols.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/codec/LengthFieldBasedFrameDecoder.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/codec/LengthFieldBasedFrameDecoder.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/codec/ByteToMessageDecoder.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/channel/Handler.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
7 warnings generated. | |
[ 27%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/codec/LineBasedFrameDecoder.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/codec/LengthFieldPrepender.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/codec/LengthFieldPrepender.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/channel/Handler.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/codec/LineBasedFrameDecoder.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/codec/LineBasedFrameDecoder.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/codec/ByteToMessageDecoder.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/channel/Handler.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 27%] Linking CXX static library libsquangle.a | |
[ 27%] Built target squangle | |
[ 27%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/code_generator.cpp.o | |
2 warnings generated. | |
[ 27%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/class-util.cpp.o | |
2 warnings generated. | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/dce.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/compiler.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/Codel.cpp.o | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/debug.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/construct.cpp.o | |
2 warnings generated. | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/CPUThreadPoolExecutor.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/GlobalExecutor.cpp.o | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/emit.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/json.cpp.o | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/func-util.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/concurrent/GlobalExecutor.cpp:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/concurrent/IOThreadPoolExecutor.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/IOThreadPoolExecutor.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/concurrent/IOThreadPoolExecutor.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/concurrent/IOThreadPoolExecutor.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/hhbbc.cpp.o | |
[ 28%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/concurrent/ThreadPoolExecutor.cpp.o | |
[ 28%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/option.cpp.o | |
2 warnings generated. | |
[ 28%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/index.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/deprecated/rx/Dummy.cpp.o | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-builtin.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/package.cpp.o | |
2 warnings generated. | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/type_annotation.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/PasswordInFile.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLContextManager.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_element_expression.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/ssl/SSLContextManager.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLContextManager.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-minstr.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLSessionCacheManager.cpp.o | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/SSLUtil.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/ssl/SSLSessionCacheManager.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLSessionCacheManager.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLCacheProvider.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/ssl/SSLUtil.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36 : singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h: return new ThreadLocalT([createFunc = | |
^ | |
33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/array_pair_expression.cpp.o | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp-state.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/assignment_expression.cpp.o | |
2 warnings generated. | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/await_expression.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef] | |
using F = borrowed_ptr<const php::Func>; | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/hhbbc/index.cpp:1614:11: warning: unused type alias 'F' [-Wunused-local-typedef] | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/interp.cpp.o | |
2 warnings generated. | |
[ 29%] Building CXX object third-party/wangle/CMakeFiles/wangle.dir/src/wangle/ssl/TLSTicketKeyManager.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src/wangle/ssl/TLSTicketKeyManager.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/TLSTicketKeyManager.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/main.cpp.o | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/optimize.cpp.o | |
[ 29%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/binary_op_expression.cpp.o | |
2 warnings generated. | |
[ 29%] Linking CXX static library libwangle.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libwangle.a(Dummy.cpp.o) has no symbols | |
[ 29%] Built target wangle | |
[ 29%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/options-util.cpp.o | |
[ 29%] Generating src/proxygen/lib/http/HTTPCommonHeaders.h | |
[ 29%] Generating src/proxygen/lib/http/HTTPCommonHeaders.cpp | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_constant_expression.cpp.o | |
2 warnings generated. | |
Scanning dependencies of target hphp_proxygen | |
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/CodecProtocol.cpp.o | |
Scanning dependencies of target hphp_thrift | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/class_expression.cpp.o | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/CodecProtocol.cpp:11: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
Scanning dependencies of target jit_sort | |
[ 30%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/jitsort.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocketFactory.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocketFactory.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocket.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.cpp.o | |
[ 30%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKCodec.cpp.o | |
2 warnings generated. | |
[ 30%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parallel.cpp.o | |
[ 30%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/closure_expression.cpp.o | |
2 warnings generated. | |
[ 30%] Generating HHIR opcode table | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSSLSocketFactory.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocketFactory.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocket.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 30%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKCodec.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKCodec.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 31%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/parse.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TBinaryAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 32%] Building CXX object hphp/tools/hfsort/CMakeFiles/jit_sort.dir/hfutil.cpp.o | |
2 warnings generated. | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp.o | |
2 warnings generated. | |
[ 32%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/peephole.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKDecoder.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 32%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventConnection.cpp.o | |
[ 32%] Linking CXX static library libjit_sort.a | |
[ 32%] Built target jit_sort | |
[ 32%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/experimental/hpack9/HPACKEncoder.cpp.o | |
2 warnings generated. | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventServer.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/constant_expression.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventConnection.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventConnection.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/experimental/hpack9/Huffman.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventServer.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventServer.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/experimental/hpack9/StaticHeaderTable.cpp.o | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventTask.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventTask.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventTask.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_function_call.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/GzipHeaderCodec.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
Scanning dependencies of target hphp_runtime_ext | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TEventWorker.cpp.o | |
2 warnings generated. | |
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/show.cpp.o | |
[ 33%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension-registry.cpp.o | |
2 warnings generated. | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HeaderTable.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventWorker.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventWorker.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncServerSocket.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp.o | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKCodec.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/dynamic_variable.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TFramedAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 33%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/extension.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKCodec.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
Scanning dependencies of target hphp_runtime_static | |
2 warnings generated. | |
[ 33%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/stats.cpp.o | |
2 warnings generated. | |
[ 33%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THeaderAsyncChannel.cpp.o | |
2 warnings generated. | |
[ 33%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKContext.cpp.o | |
[ 33%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/encaps_list_expression.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/THeaderAsyncChannel.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/THeaderAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/actrec-args.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKDecoder.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-builtins.cpp.o | |
2 warnings generated. | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp.o | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/annot-type.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 34%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apache/ext_apache.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/THttpAsyncChannel.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression.cpp.o | |
2 warnings generated. | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKEncoder.cpp.o | |
2 warnings generated. | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-ops.cpp.o | |
[ 34%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/ext_apc.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/HPACKHeader.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/Huffman.cpp.o | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-array.cpp.o | |
[ 34%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/expression_list.cpp.o | |
2 warnings generated. | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/async/TZlibAsyncChannel.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/Logging.cpp.o | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-collection.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TZlibAsyncChannel.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TZlibAsyncChannel.h:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Monitor.cpp.o | |
[ 34%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-file-storage.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/ErrorCode.cpp.o | |
[ 34%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/FlowControlFilter.cpp.o | |
[ 34%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/type-system.cpp.o | |
2 warnings generated. | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Mutex.cpp.o | |
[ 34%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/FlowControlFilter.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/FlowControlFilter.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 35%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/apc/snapshot.cpp.o | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ProfiledMutex.cpp.o | |
[ 35%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTP1xCodec.cpp.o | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/ThreadManager.cpp.o | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/function_call.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/apc-file-storage.cpp:216:65: warning: format specifies type 'long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] | |
Logger::Error("Failed to posix_fallocate of size %" PRId64, m_chunkSize); | |
~~~ ^~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/apc-file-storage.cpp:228:63: warning: format specifies type 'long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] | |
Logger::Error("Failed to mmap %s of size %" PRId64, name, m_chunkSize); | |
~~~ ^~~~~~~~~~~ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/concurrency/ThreadManager.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/concurrency/ThreadManager.h:28: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 35%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/unit-util.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTP1xCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTP1xCodec.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 35%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-handle.cpp.o | |
2 warnings generated. | |
[ 35%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/TimerManager.cpp.o | |
2 warnings generated. | |
[ 35%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/include_expression.cpp.o | |
[ 36%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/concurrency/Util.cpp.o | |
[ 36%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTP2Codec.cpp.o | |
2 warnings generated. | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/concurrency/Util.cpp:46:7: warning: unused variable 'ret' [-Wunused-variable] | |
int ret = gettimeofday(&now, nullptr); | |
^ | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-local-array.cpp.o | |
1 warning generated. | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/EventHandlerBase.cpp.o | |
[ 37%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/array/ext_array.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Codec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Codec.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPRequestVerifier.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 37%] Building CXX object hphp/hhbbc/CMakeFiles/hphp_hhbbc.dir/whole-program.cpp.o | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTP2Constants.cpp.o | |
[ 37%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-object.cpp.o | |
[ 37%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-blockable.cpp.o | |
2 warnings generated. | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/processor/PeekProcessor.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/list_assignment.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/processor/PeekProcessor.cpp:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/processor/PeekProcessor.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 37%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTP2Framer.cpp.o | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/TBase64Utils.cpp.o | |
[ 37%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/modifier_expression.cpp.o | |
2 warnings generated. | |
[ 37%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/TDebugProtocol.cpp.o | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPChecks.cpp.o | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-stats.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/protocol/TDebugProtocol.cpp:34:7: warning: unused variable 'ret' [-Wunused-variable] | |
int ret = std::sprintf(buf, "%02x", (int)byte); | |
^ | |
[ 38%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPCodecFactory.cpp.o | |
1 warning generated. | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/THeaderProtocol.cpp.o | |
[ 38%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPChecks.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPChecks.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 38%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/new_object_expression.cpp.o | |
[ 38%] Linking CXX static library libhphp_hhbbc.a | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 38%] Built target hphp_hhbbc | |
[ 38%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-string.cpp.o | |
[ 38%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/TJSONProtocol.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/null_coalesce_expression.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/apc-typed-value.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPCodecFilter.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/TMultiplexedProtocol.cpp.o | |
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-context-enter.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPCodecPrinter.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/protocol/TPhpSerializeProtocol.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/protocol/TMultiplexedProtocol.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/processor/TMultiplexedProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_method_expression.cpp.o | |
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-common.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-external-thread-event-queue.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecPrinter.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecPrinter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TRpcTransportContext.cpp.o | |
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/asio-session.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TRpcTransportContext.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TRpcTransportContext.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPParallelCodec.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/server/TServer.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/object_property_expression.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.cpp:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-data.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPParallelCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPParallelCodec.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/HTTPSettings.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/Thrift.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-init.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/parameter_expression.cpp.o | |
[ 39%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/pipe_variable.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TBufferTransports.cpp.o | |
2 warnings generated. | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/SettingsId.cpp.o | |
[ 39%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/SPDYCodec.cpp.o | |
[ 39%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TCallbackTransport.cpp.o | |
[ 39%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-function-wait-handle.cpp.o | |
[ 39%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-iterator.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFDTransport.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/SPDYCodec.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/SPDYCodec.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/SPDYConstants.cpp.o | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-sort.cpp.o | |
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TFileTransport.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/qop_expression.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:759:44: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] | |
readState_.event_->eventSize_, offset_ + readState_.bufferPtr_ + 4); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TLogging.h:118:15: note: expanded from macro 'T_ERROR' | |
##__VA_ARGS__); \ | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/transport/TFileTransport.cpp:799:15: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat] | |
offset_ + readState_.lastDispatchPtr_); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/SPDYUtil.cpp.o | |
4 warnings generated. | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpClient.cpp.o | |
2 warnings generated. | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/array-util.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/codec/TransportDirection.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPConnector.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/scalar_expression.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpServer.cpp.o | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/autoload-handler.cpp.o | |
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_async-generator-wait-handle.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPConnector.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPConnector.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPConstants.cpp.o | |
[ 40%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_function_call.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/THttpTransport.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TServerSocket.cpp.o | |
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_await-all-wait-handle.cpp.o | |
2 warnings generated. | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPException.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSimpleFileTransport.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/backtrace.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocket.cpp.o | |
[ 40%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPHeaders.cpp.o | |
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_condition-wait-handle.cpp.o | |
[ 40%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketOverHttpTunnel.cpp.o | |
2 warnings generated. | |
[ 40%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/builtin-functions.cpp.o | |
[ 40%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_asio.cpp.o | |
[ 41%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPMessage.cpp.o | |
[ 41%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSocketPool.cpp.o | |
[ 42%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/class-info.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/simple_variable.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLServerSocket.cpp.o | |
[ 42%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPMethod.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_class_name.cpp.o | |
[ 42%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TSSLSocket.cpp.o | |
[ 42%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/static_member_expression.cpp.o | |
[ 43%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_external-thread-event-wait-handle.cpp.o | |
2 warnings generated. | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/ProxygenErrorEnum.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/RFC2616.cpp.o | |
[ 43%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/code-coverage.cpp.o | |
[ 43%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportException.cpp.o | |
[ 43%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-array-wait-handle.cpp.o | |
[ 43%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TTransportUtils.cpp.o | |
[ 43%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/unary_op_expression.cpp.o | |
[ 43%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/ByteEvents.cpp.o | |
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/transport/TZlibTransport.cpp.o | |
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-map-wait-handle.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/collections.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/ByteEvents.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/ByteEvents.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/ByteEventTracker.cpp.o | |
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/FdUtils.cpp.o | |
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/PausableTimer.cpp.o | |
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ScopedServerThread.cpp.o | |
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/user_attribute.cpp.o | |
2 warnings generated. | |
[ 44%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/ServerCreatorBase.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/util/ScopedServerThread.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/ByteEventTracker.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/ByteEventTracker.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/ByteEvents.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/comparisons.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/util/ServerCreatorBase.cpp:22: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 44%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/CodecErrorResponseHandler.cpp.o | |
[ 44%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_expression.cpp.o | |
[ 44%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/concurrent-shared-store.cpp.o | |
[ 44%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_gen-vector-wait-handle.cpp.o | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/expression/yield_from_expression.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SocketRetriever.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_reschedule-wait-handle.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/CodecErrorResponseHandler.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/CodecErrorResponseHandler.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/SyncServerCreator.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/config.cpp.o | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/block_statement.cpp.o | |
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTP2PriorityQueue.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_resumable-wait-handle.cpp.o | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/TEventServerCreator.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTP2PriorityQueue.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTP2PriorityQueue.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/util/TEventServerCreator.cpp:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TEventServer.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TServer.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/break_statement.cpp.o | |
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/crash-reporter.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/THttpParser.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_sleep-wait-handle.cpp.o | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/case_statement.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/curl-tls-workarounds.cpp.o | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/util/VarintUtils.cpp.o | |
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/socket-event.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp.o | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp/VirtualProfiling.cpp.o | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/frozen/Frozen.cpp.o | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/catch_statement.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDirectResponseHandler.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/frozen/FrozenUtil.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.cpp:1: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPDownstreamSession.cpp.o | |
[ 45%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-stream-wrapper.cpp.o | |
[ 45%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/frozen/schema/MemorySchema.cpp.o | |
2 warnings generated. | |
[ 45%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_constant.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDownstreamSession.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPDownstreamSession.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 45%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_static-wait-handle.cpp.o | |
[ 46%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/GeneratedCodeHelper.cpp.o | |
2 warnings generated. | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/data-walker.cpp.o | |
[ 46%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/BinaryProtocol.cpp.o | |
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_waitable-wait-handle.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/GeneratedCodeHelper.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/GeneratedCodeHelper.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Future.h:30: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise.h:116: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/Promise-inl.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/futures/detail/Core.h:33: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datatype-profiler.cpp.o | |
2 warnings generated. | |
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPErrorPage.cpp.o | |
[ 46%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/CompactProtocol.cpp.o | |
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPEvent.cpp.o | |
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_require_statement.cpp.o | |
[ 46%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/asio/ext_wait-handle.cpp.o | |
[ 46%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/DebugProtocol.cpp.o | |
[ 46%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPSession.cpp.o | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dateinterval.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPEvent.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPEvent.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_statement.cpp.o | |
2 warnings generated. | |
[ 46%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/datetime.cpp.o | |
[ 46%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/class_variable.cpp.o | |
[ 46%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/JSONProtocol.cpp.o | |
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPSessionAcceptor.cpp.o | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/async_mysql/ext_async_mysql.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/continue_statement.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionAcceptor.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionAcceptor.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPException.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 47%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/JSONProtocolCommon.cpp.o | |
2 warnings generated. | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/ext_bcmath.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:21: | |
In file included from /usr/local/opt/boost/include/boost/context/all.hpp:9: | |
In file included from /usr/local/opt/boost/include/boost/context/protected_fixedsize_stack.hpp:12: | |
/usr/local/opt/boost/include/boost/context/posix/protected_fixedsize_stack.hpp:76:19: warning: unused variable 'result' [-Wunused-variable] | |
const int result( ::mprotect( vp, traits_type::page_size(), PROT_NONE) ); | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Fiber.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h:69: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton.h:190: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/Baton-inl.h:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager.h:546: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:271:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
addTaskFinally([func = std::forward<F>(func)]() mutable { return func(); }, | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:272:19: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[p = std::move(p)](folly::Try<T> && t) mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:284:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
auto functionWrapper = [f = folly::makeMoveWrapper( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:9: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/experimental/fibers/FiberManager-inl.h:309:27: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ p = std::move(p), func = std::forward<F>(func), this ]() mutable { | |
^ | |
[ 47%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/Serializer.cpp.o | |
[ 47%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/debuggable.cpp.o | |
[ 47%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPTransaction.cpp.o | |
[ 47%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/SimpleJSONProtocol.cpp.o | |
[ 47%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/declare_statement.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:205:30: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
op->setCallback([ event, clientPtr = getDefaultClient() ]( | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/async_mysql/ext_async_mysql.cpp:349:18: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
[ event, clientPtr = data->m_async_pool->getMysqlClient() ]( | |
^ | |
2 warnings generated. | |
[ 47%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/bz2-file.cpp.o | |
[ 48%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/directory.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 48%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/protocol/VirtualProtocol.cpp.o | |
[ 48%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp.o | |
[ 48%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/do_statement.cpp.o | |
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bz2/ext_bz2.cpp.o | |
[ 49%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/util/FilePoller.cpp.o | |
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/echo_statement.cpp.o | |
2 warnings generated. | |
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/util/FilePoller.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/util/FilePoller.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/ScopedEventBaseThread.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/HTTPUpstreamSession.cpp.o | |
[ 49%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread.cpp.o | |
2 warnings generated. | |
[ 49%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/exp_statement.cpp.o | |
[ 49%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/dummy-resource.cpp.o | |
10 warnings generated. | |
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/SimpleController.cpp.o | |
[ 49%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/empty-array.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPUpstreamSession.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPUpstreamSession.h:13: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h:21: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/SimpleController.cpp:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/CodecErrorResponseHandler.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 49%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/session/TransportFilter.cpp.o | |
[ 49%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/src/thrift/lib/cpp2/Version.cpp.o | |
2 warnings generated. | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/finally_statement.cpp.o | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-idl.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/TransportFilter.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/TransportFilter.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/emulate-zend.cpp.o | |
[ 50%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/Sasl_constants.cpp.o | |
2 warnings generated. | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/enum-cache.cpp.o | |
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/Window.cpp.o | |
2 warnings generated. | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-map.cpp.o | |
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/services/RequestWorker.cpp.o | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/exceptions.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/for_statement.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/RequestWorker.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/RequestWorker.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/WorkerThread.h:15: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 50%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-pair.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/foreach_statement.cpp.o | |
2 warnings generated. | |
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/services/Service.cpp.o | |
2 warnings generated. | |
[ 50%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/Sasl_types.cpp.o | |
[ 50%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/services/WorkerThread.cpp.o | |
[ 50%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/function_statement.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/Service.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/Service.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 50%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/execution-context.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/WorkerThread.cpp:10: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/services/WorkerThread.h:15: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/Sasl_types.cpp:9: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/Sasl_types.tcc:15: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/server/Cpp2ConnContext.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/async/TAsyncSocket.h:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 51%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.cpp.o | |
2 warnings generated. | |
[ 51%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/AsyncTimeoutSet.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.cpp:7: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.h:9: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/ServiceIncludes.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 51%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-set.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 51%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_client.cpp.o | |
2 warnings generated. | |
[ 51%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/ChromeUtils.cpp.o | |
[ 51%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/CryptUtil.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_client.cpp:7: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.h:9: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/ServiceIncludes.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 51%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/global_statement.cpp.o | |
2 warnings generated. | |
[ 51%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/extended-logger.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/Exception.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/HTTPTime.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/Logging.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/goto_statement.cpp.o | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/collections/ext_collections-vector.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/ParseURL.cpp.o | |
[ 52%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_processmap_binary.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/RendezvousHash.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_branch_statement.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-await.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_processmap_binary.cpp:7: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.h:9: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/ServiceIncludes.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/if_statement.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/ZlibStreamCompressor.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/utils/ZlibStreamDecompressor.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/external/http_parser/http_parser_cpp.cpp.o | |
2 warnings generated. | |
[ 52%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_processmap_compact.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-stream-wrapper.cpp.o | |
2 warnings generated. | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ctype/ext_ctype.cpp.o | |
[ 52%] Building CXX object third-party/proxygen/CMakeFiles/hphp_proxygen.dir/src/proxygen/lib/http/HTTPCommonHeaders.cpp.o | |
[ 52%] Linking CXX static library libhphp_proxygen.a | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/file-await.cpp:1: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/file-await.h:6: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/interface_statement.cpp.o | |
[ 52%] Built target hphp_proxygen | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file-util.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService_processmap_compact.cpp:7: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/gen/thrift/lib/cpp2/gen-cpp2/SaslAuthService.h:9: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/ServiceIncludes.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/TProcessor.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h:25: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBaseManager.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/curl-multi-await.cpp.o | |
2 warnings generated. | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/file.cpp.o | |
2 warnings generated. | |
[ 52%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/thrift/gen-cpp/reflection_constants.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/glob-stream-wrapper.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/label_statement.cpp.o | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/curl-multi-resource.cpp.o | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-collect.cpp.o | |
2 warnings generated. | |
[ 52%] Building CXX object third-party/thrift/CMakeFiles/hphp_thrift.dir/gen/thrift/lib/thrift/gen-cpp/reflection_types.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/curl/curl-multi-await.cpp:3: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 52%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/curl-pool.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/method_statement.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/return_statement.cpp.o | |
[ 52%] Linking CXX static library libhphp_thrift.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(CompactProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(JSONProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SimpleJSONProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(Sasl_constants.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SaslAuthService_processmap_binary.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SaslAuthService_processmap_compact.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(TTransportException.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(VirtualProfiling.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(CompactProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(JSONProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SimpleJSONProtocol.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(Sasl_constants.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SaslAuthService_processmap_binary.cpp.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_thrift.a(SaslAuthService_processmap_compact.cpp.o) has no symbols | |
[ 52%] Built target hphp_thrift | |
[ 52%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-graph.cpp.o | |
[ 52%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement.cpp.o | |
2 warnings generated. | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/heap-report.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/curl-resource.cpp.o | |
0 clang-3.6 0x000000010739b8fc llvm::sys::PrintStackTrace(__sFILE*) + 57 | |
1 clang-3.6 0x000000010739bde0 SignalHandler(int) + 206 | |
2 libsystem_platform.dylib 0x00007fff8b29f52a _sigtramp + 26 | |
3 libsystem_platform.dylib 0x00007fff591809f8 _sigtramp + 3454932200 | |
4 clang-3.6 0x0000000107a80d1e (anonymous namespace)::AnalyzeImplicitConversions(clang::Sema&, clang::Expr*, clang::SourceLocation) + 445 | |
5 clang-3.6 0x0000000107a8102f (anonymous namespace)::AnalyzeImplicitConversions(clang::Sema&, clang::Expr*, clang::SourceLocation) + 1230 | |
6 clang-3.6 0x0000000107a8102f (anonymous namespace)::AnalyzeImplicitConversions(clang::Sema&, clang::Expr*, clang::SourceLocation) + 1230 | |
7 clang-3.6 0x0000000107a8102f (anonymous namespace)::AnalyzeImplicitConversions(clang::Sema&, clang::Expr*, clang::SourceLocation) + 1230 | |
8 clang-3.6 0x0000000107a816ce clang::Sema::CheckCompletedExpr(clang::Expr*, clang::SourceLocation, bool) + 24 | |
9 clang-3.6 0x0000000107b9ead3 clang::Sema::ActOnFinishFullExpr(clang::Expr*, clang::SourceLocation, bool, bool, bool) + 337 | |
10 clang-3.6 0x0000000107afef44 clang::Sema::BuildMemberInitializer(clang::ValueDecl*, clang::Expr*, clang::SourceLocation) + 1330 | |
11 clang-3.6 0x0000000107cd0d8b clang::Sema::InstantiateMemInitializers(clang::CXXConstructorDecl*, clang::CXXConstructorDecl const*, clang::MultiLevelTemplateArgumentList const&) + 1175 | |
12 clang-3.6 0x0000000107cd0769 clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool) + 1889 | |
13 clang-3.6 0x0000000107cd1088 clang::Sema::PerformPendingInstantiations(bool) + 298 | |
14 clang-3.6 0x0000000107cd0862 clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool) + 2138 | |
15 clang-3.6 0x0000000107cd1088 clang::Sema::PerformPendingInstantiations(bool) + 298 | |
16 clang-3.6 0x0000000107a5dfea clang::Sema::ActOnEndOfTranslationUnit() + 464 | |
17 clang-3.6 0x000000010799d305 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) + 257 | |
18 clang-3.6 0x000000010793f164 clang::ParseAST(clang::Sema&, bool, bool) + 333 | |
19 clang-3.6 0x00000001074fdc36 clang::FrontendAction::Execute() + 62 | |
20 clang-3.6 0x00000001074de3f4 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 452 | |
21 clang-3.6 0x000000010752561f clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 3111 | |
22 clang-3.6 0x0000000106a7cc51 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 919 | |
23 clang-3.6 0x0000000106a7c364 main + 7601 | |
24 libdyld.dylib 0x00007fff8d16e5ad start + 1 | |
25 libdyld.dylib 0x00000000000000d9 start + 1927879469 | |
Stack dump: | |
0. Program arguments: /usr/local/Cellar/llvm/3.6.2/bin/clang-3.6 -cc1 -triple x86_64-apple-macosx10.11.0 -emit-obj -disable-free -disable-llvm-verifier -main-file-name loop_statement.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-feature +sse4.2 -target-linker-version 264.3.101 -dwarf-column-info -coverage-file /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o -resource-dir /usr/local/Cellar/llvm/3.6.2/bin/../lib/clang/3.6.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -D ALWAYS_ASSERT=1 -D DEFAULT_CONFIG_DIR="/usr/local/etc/hhvm" -D ENABLE_FASTCGI=1 -D FOLLY_HAVE_PTHREAD_ATFORK=1 -D FOLLY_HAVE_SCHED_H=1 -D FOLLY_HAVE_VLA=1 -D FOLLY_HAVE_WEAK_SYMBOLS=1 -D FOLLY_NO_CONFIG=1 -D FOLLY_USE_LIBCPP=1 -D HAVE_BOOST1_49 -D HAVE_CURL_MULTI_WAIT -D HAVE_LIBDL -D HHVM -D HHVM_DYNAMIC_EXTENSION_DIR="/usr/local/Cellar/hhvm/3.13.1_1/lib/hhvm/extensions" -D HPHP_OSS=1 -D LIBDWARF_CONST_NAME -D MACOSX_DEPLOYMENT_TARGET=10.6 -D MAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6 -D MBFL_STATIC -D NDEBUG -D NO_HARDWARE_COUNTERS=1 -D NO_LIB_GFLAGS -D NO_TCMALLOC=1 -D OPENSSL_NO_RAND_EGD -D PACKAGE=hhvm -D PACKAGE_VERSION=Release -D PHP_MYSQL_UNIX_SOCK_ADDR="/tmp/mysql.sock" -D RELEASE=1 -D SKIP_USER_CHANGE=1 -D THRIFT_MUTEX_EMULATE_PTHREAD_TIMEDLOCK -D USE_CMAKE -D USE_JEMALLOC=1 -D _PTHREADS=1 -D _REENTRANT=1 -D __STDC_FORMAT_MACROS -D NDEBUG -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1 -I /usr/local/opt/boost/include -I /usr/local/opt/glog/include -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/re2/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/squangle/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/webscalesqlclient/src/include -I /usr/local/opt/pcre/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/tbb/include -I /usr/local/opt/openssl/include -I /usr/local/opt/oniguruma/include -I /usr/local/opt/readline/include -I /usr/local/opt/dwarfutils/include -I /usr/local/opt/libelf/include/libelf -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/double-conversion/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/fastlz -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/timelib -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/libafdt/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/libmbfl -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/libmbfl/mbfl -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/libmbfl/filters -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/thrift/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/wangle/src -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party -I /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/compiler/.. -I /usr/local/opt/readline/include -stdlib=libc++ -O3 -Wno-deprecated -Wno-strict-aliasing -Wno-write-strings -Wno-invalid-offsetof -Wno-error=array-bounds -Wno-error=switch -Wno-unused-result -Wno-sign-compare -Wno-attributes -Wno-maybe-uninitialized -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wall -Woverloaded-virtual -Werror=format-security -std=gnu++11 -fdebug-compilation-dir /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/compiler -ferror-limit 19 -fmessage-length 0 -fno-operator-names -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.11.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o -x c++ /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/compiler/statement/loop_statement.cpp | |
1. <eof> parser at end of file | |
2. /usr/local/Cellar/llvm/3.6.2/bin/../include/c++/v1/functional:1452:7: instantiating function definition 'function' | |
3. /usr/local/Cellar/llvm/3.6.2/bin/../include/c++/v1/functional:1302:14: instantiating function definition '__func' | |
[ 53%] Building CXX object hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/statement_list.cpp.o | |
clang-3.6: error: unable to execute command: Segmentation fault: 11 | |
clang-3.6: error: clang frontend command failed due to signal (use -v to see invocation) | |
clang version 3.6.2 (tags/RELEASE_362/final) | |
Target: x86_64-apple-darwin15.5.0 | |
Thread model: posix | |
clang-3.6: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/curl/ext_curl.cpp.o | |
clang-3.6: note: diagnostic msg: | |
******************** | |
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: | |
Preprocessed source(s) and associated run script(s) are located at: | |
clang-3.6: note: diagnostic msg: /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/loop_statement-94f61b.cpp | |
clang-3.6: note: diagnostic msg: /var/folders/yh/0fr576zn7tv9nzrjthd4mk7w0000gn/T/loop_statement-94f61b.sh | |
clang-3.6: note: diagnostic msg: | |
******************** | |
make[2]: *** [hphp/compiler/CMakeFiles/hphp_analysis.dir/statement/loop_statement.cpp.o] Error 254 | |
make[2]: *** Waiting for unfinished jobs.... | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hhprof.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/datetime/ext_datetime.cpp.o | |
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/hphp-system.cpp.o | |
[ 53%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/debugger/ext_debugger.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/domdocument/ext_domdocument.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/curl/ext_curl.cpp:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/enum/ext_enum.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-client.cpp.o | |
make[1]: *** [hphp/compiler/CMakeFiles/hphp_analysis.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fb/ext_fb.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/http-stream-wrapper.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/ext_fileinfo.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-setting.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apprentice.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/init-fini-node.cpp.o | |
2 warnings generated. | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intercept.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/apptype.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/intl-convert.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/ascmagic.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/libevent-http-client.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mem-file.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/cdf_time.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/memory-manager.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/compress.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/mixed-array.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/encoding.cpp.o | |
[ 54%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o | |
[ 54%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/fsmagic.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/output-file.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/packed-array.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-globals.cpp.o | |
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/funcs.cpp.o | |
[ 55%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/is_tar.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/php-stream-wrapper.cpp.o | |
[ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/pipe.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/magic.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/print.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readcdf.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/readelf.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/plain-file.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/preg.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/softmagic.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/fileinfo/libmagic/strlcpy.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/program-functions.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/property-table.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/proxy-array.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds-util.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/rds.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/ext_filter.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/logical_filters.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-array.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/filter/sanitizing_filters.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/ext_gd.cpp.o | |
[ 56%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type-codec.cpp.o | |
[ 56%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_arc.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/repo-auth-type.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/req-ptr.cpp.o | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/req-root.cpp.o | |
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdcache.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/gd/ext_gd.cpp:3396:36: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] | |
"element %li", type); | |
~~~ ^~~~ | |
%lli | |
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_color.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/gd/ext_gd.cpp:6488:21: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] | |
byte_count_signed); | |
^~~~~~~~~~~~~~~~~ | |
[ 57%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/request-injection-data.cpp.o | |
[ 57%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_crop.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_filter.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontg.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/resource-data.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-error.cpp.o | |
2 warnings generated. | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/runtime-option.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shape.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/shared-string.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/simple-counter.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontl.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontmb.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfonts.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdfontt.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdft.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd2.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gd.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/socket.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stack-logger.cpp.o | |
[ 58%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_in.cpp.o | |
[ 58%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stat-cache.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/static-string-table.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stats.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_gif_out.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper-registry.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdhelpers.cpp.o | |
[ 59%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_interpolation.cpp.o | |
[ 59%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/stream-wrapper.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-buffer.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_dp.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_file.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-data.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_io_ss.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_jpeg.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-holder.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/string-util.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdkanji.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_matrix.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/struct-array.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/system-profiler.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_pixelate.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/temp-file.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-hooks.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_png.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-info.cpp.o | |
[ 60%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thread-safe-setlocale.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_rotate.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_security.cpp.o | |
[ 60%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_ss.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/thrift-buffer.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gdtables.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timestamp.cpp.o | |
[ 61%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/timezone.cpp.o | |
[ 61%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_topal.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_transform.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-arith.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-comparisons.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/tv-helpers.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_wbmp.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/gd_webp.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-array.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/wbmp.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-object.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/webpimg.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gd/libgd/xbm.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-resource.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-string.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/generator/ext_generator.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-structure.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gettext/ext_gettext.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/type-variant.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/gmp/ext_gmp.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/typed-value.cpp.o | |
[ 62%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/unit-cache.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/ext_hash.cpp.o | |
[ 62%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_adler32.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url-file.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/url.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_crc32.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-attributes.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_fnv1.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-directory.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-file.cpp.o | |
[ 63%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_furc.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-fs-node.cpp.o | |
[ 63%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/user-stream-wrapper.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_gost.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/utf8-decode.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_haval.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-serializer.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_joaat.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_keccak.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/variable-unserializer.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_md.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_murmur.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-collator.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_ripemd.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_salsa.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-custom-element.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_sha.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_snefru.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_tiger.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hash/hash_whirlpool.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh/ext_hh.cpp.o | |
[ 64%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hh_client/ext_hh_client.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-functions.cpp.o | |
[ 64%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-math.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/hotprofiler/ext_hotprofiler.cpp.o | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/variable-unserializer.cpp:144:66: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] | |
throw Exception("Size of serialized string (%ld) exceeds max", size); | |
~~~ ^~~~ | |
%lld | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/variable-unserializer.cpp:149:75: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] | |
throw Exception("Size of serialized string (%ld) must not be negative", size); | |
~~~ ^~~~ | |
%lld | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/iconv/ext_iconv.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/CodePointBreakIterator.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_break_iterator.cpp.o | |
[ 65%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_calendar.cpp.o | |
2 warnings generated. | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-pack.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-printf.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-qsort.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_collator.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-rand.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_fmt.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-scanf.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_date_pattern_gen.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-sort.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-string.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_grapheme.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_iterator.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-strtod.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_locale.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_misc.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_msg_fmt.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/zend-url.cpp.o | |
[ 66%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_normalizer.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.tab.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ini-parser/zend-ini.yy.cpp.o | |
[ 66%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/break_point.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_num_fmt.cpp.o | |
_build/dbg/hphp/runtime/base/ini-parser/57833b0/zend-ini.ll.cc:1899:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static int yyinput (void) | |
^ | |
1 warning generated. | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_rsrc_bundle.cpp.o | |
[ 67%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_timezone.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_base.cpp.o | |
[ 67%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_client.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_command.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_transliterator.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_hook_handler.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_proxy.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_server.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uchar.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uconverter.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_ucsdet.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/debugger_thrift_buffer.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ext_icu_uspoof.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/icu.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/dummy_sandbox.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUMatcher.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_abort.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_break.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_complete.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/ICUTransliterator.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/icu/LifeEventTokenizer.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_config.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_constant.cpp.o | |
[ 68%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_continue.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/constants.cpp.o | |
[ 68%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/ext_imagick.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagick.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_down.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickdraw.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixel.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/imagick/imagickpixeliterator.cpp.o | |
[ 69%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/intervaltimer/ext_intervaltimer.cpp.o | |
[ 69%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_eval.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_example.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ipc/ext_ipc.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_exception.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extended.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_extension.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_flow_control.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/ext_json.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/json/JSON_parser.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_frame.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/ldap/ext_ldap.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/libxml/ext_libxml.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mail/ext_mail.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/ext_mailparse.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_global.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_help.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_info.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/mime.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_internal_testing.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_interrupt.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_list.cpp.o | |
[ 70%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_machine.cpp.o | |
[ 70%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mailparse/rfc822.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mbstring/ext_mbstring.cpp.o | |
[ 71%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_macro.cpp.o | |
[ 71%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mcrypt/ext_mcrypt.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_next.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcache/ext_memcache.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/memcached/ext_memcached.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysql.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_common.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_out.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/mysql_stats.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_print.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/mysql/ext_mysqli.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_quit.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_run.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_shell.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_signal.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_step.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/objprof/ext_objprof.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/openssl/ext_openssl.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/password/ext_password.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pcre/ext_pcre.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/ext_pdo.cpp.o | |
[ 72%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo/pdo_driver.cpp.o | |
[ 72%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_thread.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo_mysql/pdo_mysql.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_up.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_variable.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/debugger/cmd/cmd_where.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/access-log.cpp.o | |
[ 73%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/admin-request-handler.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/pdo_sqlite/pdo_sqlite.cpp.o | |
[ 73%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/phar/ext_phar.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/dynamic-content-cache.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/files-match.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/posix/ext_posix.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/process/ext_process.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/random/ext_random.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/health-metrics.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/host-health-monitor.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-protocol.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/readline/ext_readline.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/reflection/ext_reflection.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-request-handler.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/http-server.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/ip-block-map.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/server/ext_server.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/session/ext_session.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/log-writer.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/simplexml/ext_simplexml.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/encoding.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/memory-stats.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/ext_soap.cpp.o | |
[ 74%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/pagelet-server.cpp.o | |
[ 74%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/packet.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/schema.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/replay-transport.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/request-uri.cpp.o | |
[ 75%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/rpc-request-handler.cpp.o | |
[ 75%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/sdl.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/satellite-server.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/soap.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-name-indication.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-note.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-stats.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/soap/xml.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sockets/ext_sockets.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/spl/ext_spl.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/sqlite3/ext_sqlite3.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server-worker.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/server.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/source-root-info.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/server-stats.cpp:17: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/server-stats.h:222:12: warning: private field 'm_cpuStart' is not used [-Wunused-private-field] | |
timespec m_cpuStart; | |
^ | |
1 warning generated. | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_classobj.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_closure.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/static-content-cache.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/takeover-agent.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/transport.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/upload.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_errorfunc.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_file.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_function.cpp.o | |
[ 76%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_gc.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/virtual-host.cpp.o | |
[ 76%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/warmup-request-handler.cpp.o | |
[ 77%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_intrinsics.cpp.o | |
[ 77%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/xbox-server.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server-factory.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-server.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_math.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-session.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_misc.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network-posix.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_network-win.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-transport.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/fastcgi/fastcgi-worker.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server-factory.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server-factory.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-server.cpp.o | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_options.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/server/proxygen/proxygen-transport.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-transport.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-worker.cpp:19: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/fastcgi/fastcgi-session.h:27: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_output.cpp.o | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_process.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-server-factory.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-transport.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-server.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-server.h:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-transport.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-transport.cpp:16: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/server/proxygen/proxygen-transport.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h:18: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/acceptor/TransportInfo.h:12: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/wangle/ssl/SSLUtil.h:14: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSSLSocket.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncSocket.h:26: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/AsyncTransport.h:24: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_string.cpp.o | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/std/ext_std_variable.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/act-rec.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as-shared.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/as.cpp.o | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bc-pattern.cpp.o | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/stream/ext_stream-user-filters.cpp.o | |
[ 78%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/bytecode.cpp.o | |
2 warnings generated. | |
[ 78%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/string/ext_string.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thread/ext_thread.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/stream/ext_stream.cpp:32: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/base/file-await.h:6: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/ext/asio/socket-event.h:5: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/EventBase.h:41: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/io/async/Request.h:27: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:32:21: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
: singleton_([createFunc = std::move(createFunc)]() mutable { | |
^ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/third-party/folly/folly/SingletonThreadLocal.h:33:36: warning: initialized lambda captures are a C++14 extension [-Wc++14-extensions] | |
return new ThreadLocalT([createFunc = | |
^ | |
2 warnings generated. | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/binary.cpp.o | |
[ 79%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/compact.cpp.o | |
2 warnings generated. | |
[ 79%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/class.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debugger-hook.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/disas.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/ext_thrift.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/event-hook.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/fixed-string-map.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func-emitter.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/thrift/spec-holder.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/func.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/url/ext_url.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/wddx/ext_wddx.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/ext_xdebug.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/globals-array.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hh-utils.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/hook.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/status.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_command.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hhbc-codec.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/hhbc.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_profiler.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_server.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_utils.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/instance-bits.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-repo-proxy.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/litstr-table.cpp.o | |
[ 80%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_str.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/member-key.cpp.o | |
[ 80%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/member-operations.cpp.o | |
[ 81%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/name-value-table.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_var.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/php5_xdebug/xdebug_xml.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xenon/ext_xenon.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xhprof/ext_xhprof.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xml/ext_xml.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/named-entity.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlreader/ext_xmlreader.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xmlwriter/ext_xmlwriter.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-data.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native-prop-handler.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/native.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xsl/ext_xsl.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/pc-filter.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/php-debug.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass-emitter.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zip/ext_zip.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/ext_zlib.cpp.o | |
[ 82%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/zlib/zip-file.cpp.o | |
[ 82%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/add.c.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/preclass.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo-helpers.cpp.o | |
[ 82%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/compare.c.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/repo.cpp.o | |
[ 82%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/ringbuffer-print.cpp.o | |
[ 82%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/debug.c.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/div.c.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/runtime.cpp.o | |
[ 83%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/srckey.cpp.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/divmod.c.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/doaddsub.c.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/init.c.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/int2num.c.o | |
[ 83%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/nearzero.c.o | |
[ 84%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/treadmill.cpp.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/neg.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2long.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/num2str.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/outofmem.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/output.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raise.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/raisemod.c.o | |
[ 84%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/recmul.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rmzero.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/rt.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sqrt.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/str2num.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/sub.c.o | |
[ 85%] Building C object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/bcmath/zero.c.o | |
[ 85%] Linking CXX static library libhphp_runtime_ext.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_runtime_ext.a(ext_std_network-win.cpp.o) has no symbols | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-alias.cpp.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhphp_runtime_ext.a(ext_std_network-win.cpp.o) has no symbols | |
[ 85%] Built target hphp_runtime_ext | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-constraint.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/type-profile.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit-emitter.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unit.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/unwind.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/vm-regs.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/debug.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/dwarf.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/gdb-jit.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/debug/jit_symbol.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi-arm.cpp.o | |
[ 85%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi-ppc64.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi-x64.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/abi.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-analysis.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-class.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/alias-id-set.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align-arm.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align-ppc64.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/abi-ppc64.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/abi-ppc64.h:23: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2018:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2040:27: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
static_cast<uint32_t>(imm), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2055:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2071:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2085:31: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
1, | |
^~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2106:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2128:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xop, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2147:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
0x0, //Reserved | |
^~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2166:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2192:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2218:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2243:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2270:32: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2292:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rsv, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2311:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2331:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2356:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2378:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xo, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2402:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align-x64.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/align.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/analysis.cpp.o | |
19 warnings generated. | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/annotation.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/arg-group.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/align-ppc64.cpp:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/smashable-instr-ppc64.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/abi-ppc64.h:23: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2018:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2040:27: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
static_cast<uint32_t>(imm), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2055:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2071:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2085:31: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
1, | |
^~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2106:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2128:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xop, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2147:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
0x0, //Reserved | |
^~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2166:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2192:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2218:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2243:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2270:32: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2292:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rsv, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2311:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2331:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2356:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2378:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xo, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2402:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
19 warnings generated. | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/bc-marker.cpp.o | |
[ 86%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg-clean.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cfg.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/cg-meta.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/check.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-cache.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-helpers.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-internal.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-minstr-x64.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/code-gen-x64.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/dce.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/debug-guards.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/extra-data.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/fixup.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/frame-state.cpp.o | |
[ 87%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-effects.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard-arm.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard-ppc64.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard-x64.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-guard.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/func-guard-ppc64.cpp:20: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/abi-ppc64.h:23: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2018:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2040:27: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
static_cast<uint32_t>(imm), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2055:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2071:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2085:31: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
1, | |
^~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2106:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2128:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xop, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2147:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
0x0, //Reserved | |
^~~~~~~~~~~~~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2166:30: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
lk, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2192:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2218:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2243:9: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2270:32: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2292:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rsv, | |
^~~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2311:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2331:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2356:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
tx, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2378:7: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
xo, | |
^~~ | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2402:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
rc, | |
^~~ | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/func-prologue.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/gvn.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/inlining-decider.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/insert-asserts.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-builder.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-instruction.cpp.o | |
19 warnings generated. | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-opcode.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ir-unit.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-arith.cpp.o | |
[ 88%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-basic.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-builtin.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-call.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-cns.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-control.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-create.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-exit.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-func-prologue.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-guards.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-inlining.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-interpone.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-iter.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-minstr.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-resumable.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-ret.cpp.o | |
[ 89%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-sprop-global.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-state.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen-types.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irgen.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irlower-arith.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irlower-cmp.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/irlower.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/licm.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/load-elim.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/loop-analysis.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mc-generator.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/memory-effects.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-effects.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/minstr-helpers.cpp.o | |
[ 90%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/mutation.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/native-calls.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/normalized-instruction.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/opt.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/pdce-inlining.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/perf-counters.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phi.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg-saver.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/phys-reg.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prediction-opts.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/print.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/prof-data.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/punt.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/recycle-tc.cpp.o | |
[ 91%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/ref-deps.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/refcount-opts.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-algorithms.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/reg-alloc.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-guards.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-block.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-cfg.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-hot-trace.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-method.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-prune-arcs.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-selection.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/region-tracelet.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/regionize-func.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation-x64.cpp.o | |
[ 92%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/relocation.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/service-requests.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/simplify.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr-arm.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr-ppc64.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr-x64.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/smashable-instr.cpp.o | |
[ 93%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/vm/jit/srcdb.cpp.o | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/smashable-instr-ppc64.cpp:17: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/smashable-instr-ppc64.h:23: | |
In file included from /tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/runtime/vm/jit/abi-ppc64.h:23: | |
/tmp/hhvm-20160620-87544-1jixqsn/hhvm-3.13.1/hphp/ppc64-asm/asm-ppc64.h:2018:29: warning: suggest braces around initi |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment