Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error for lib/Graph/CMakeFiles/Graph.dir/Nodes.cpp.o #5989

Open
dhruva-sundararajan opened this issue Aug 14, 2022 · 0 comments
Open

Make error for lib/Graph/CMakeFiles/Graph.dir/Nodes.cpp.o #5989

dhruva-sundararajan opened this issue Aug 14, 2022 · 0 comments

Comments

@dhruva-sundararajan
Copy link

dhruva-sundararajan commented Aug 14, 2022

I am getting the following error while i am compiling glow

/Users/dhruva_macintosh/Calligo/glow/lib/Graph/Nodes.cpp:2252:14: error: no matching function for call to 'expectCompareTrue'
  isValid &= expectCompareTrue(
             ^~~~~~~~~~~~~~~~~
/Users/dhruva_macintosh/Calligo/glow/include/glow/Graph/VerifierHelper.h:126:6: note: candidate template ignored: deduced conflicting types for parameter 'InputTy' ('unsigned long' vs. 'unsigned long long')
bool expectCompareTrue(
     ^
/Users/dhruva_macintosh/Calligo/glow/include/glow/Graph/VerifierHelper.h:154:6: note: candidate template ignored: could not match 'ArrayRef<type-parameter-0-0>' against 'unsigned long long'
bool expectCompareTrue(
     ^
1 error generated.
make[2]: *** [lib/Graph/CMakeFiles/Graph.dir/Nodes.cpp.o] Error 1
make[1]: *** [lib/Graph/CMakeFiles/Graph.dir/all] Error 2
make: *** [all] Error 2

llvm-g++ version

clang version 8.0.1 (https://github.com/llvm-mirror/clang.git 2e4c9c5fc864c2c432e4c262a67c42d824b265c6) (https://github.com/llvm-mirror/llvm.git ea28a67e47fd87c6b78597d90eba543bad4d7468)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/bin

I am using MacOS 12.4, Intel processor

Github link of compiler: https://github.com/pytorch/glow

cmake log

-- The C compiler identification is Clang 8.0.1
-- The CXX compiler identification is Clang 8.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found glog with new-style glog target.
-- Glow: Found gflags with new-style gflags target.
-- No build type selected, default to Debug
-- Tests not explicitly enabled/disabled, default to enable
-- Performing Test HAS_W_NO_PSABI
-- Performing Test HAS_W_NO_PSABI - Failed
-- Found Git: /usr/bin/git (found version "2.32.1 (Apple Git-133)") 
-- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/libz.tbd (found version "1.2.11") 
-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.37") 
-- Using 64b tensor dimensions.
-- Libjit option 'fast-math' enabled.
-- Found LLVM 8.0.1
-- Using LLVMConfig.cmake in: ~/Calligo/glow/utils/llvm_install/lib/cmake/llvm
-- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "3.0.5")  
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found Boost: /usr/local/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found suitable version "1.79.0", minimum required is "1.51.0") found components: context filesystem program_options regex system thread 
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (DOUBLE_CONVERSION) does not match the name of the calling package
  (DoubleConversion).  This can lead to problems in calling code that expects
  `find_package` result variables (e.g., `_FOUND`) to follow a certain
  pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindDoubleConversion.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:35 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found DOUBLE_CONVERSION: /usr/local/lib/libdouble-conversion.dylib  
-- Found double-conversion: /usr/local/lib/libdouble-conversion.dylib
-- Found gflags from package config /usr/local/lib/cmake/gflags/gflags-config.cmake
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (glog) does
  not match the name of the calling package (Glog).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/build/fbcode_builder/CMake/FindGlog.cmake:17 (find_package_handle_standard_args)
  thirdparty/folly/CMake/folly-deps.cmake:46 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found glog: /usr/local/lib/libglog.dylib  
-- Found libevent: /usr/local/lib/libevent.dylib
-- Looking for ASN1_TIME_diff
-- Looking for ASN1_TIME_diff - not found
-- Found BZip2: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/libbz2.tbd (found version "1.0.8") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - not found
-- Looking for lzma_auto_decoder in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd
-- Looking for lzma_auto_decoder in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd - not found
-- Looking for lzma_easy_encoder in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd
-- Looking for lzma_easy_encoder in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd - not found
-- Looking for lzma_lzma_preset in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd
-- Looking for lzma_lzma_preset in /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/liblzma.tbd - not found
-- Could NOT find LibLZMA (missing: LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version "5.2.5")
-- Found LZ4: /usr/local/lib/liblz4.dylib  
-- Found LZ4: /usr/local/lib/liblz4.dylib
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (ZSTD) does
  not match the name of the calling package (Zstd).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindZstd.cmake:32 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:90 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found ZSTD: /usr/local/lib/libzstd.dylib  
-- Found Zstd: /usr/local/lib/libzstd.dylib
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (SNAPPY)
  does not match the name of the calling package (Snappy).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindSnappy.cmake:31 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:97 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found SNAPPY: /usr/local/lib/libsnappy.dylib  
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBDWARF)
  does not match the name of the calling package (LibDwarf).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindLibDwarf.cmake:25 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:104 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find LIBDWARF (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR) 
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBIBERTY)
  does not match the name of the calling package (Libiberty).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindLibiberty.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:108 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find LIBIBERTY (missing: LIBIBERTY_LIBRARY LIBIBERTY_INCLUDE_DIR) 
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBAIO)
  does not match the name of the calling package (LibAIO).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindLibAIO.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:112 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find LIBAIO (missing: LIBAIO_LIBRARY LIBAIO_INCLUDE_DIR) 
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBURING)
  does not match the name of the calling package (LibUring).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindLibUring.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:116 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find LIBURING (missing: LIBURING_LIBRARY LIBURING_INCLUDE_DIR) 
CMake Warning (dev) at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBSODIUM)
  does not match the name of the calling package (Libsodium).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  thirdparty/folly/CMake/FindLibsodium.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  thirdparty/folly/CMake/folly-deps.cmake:120 (find_package)
  thirdparty/folly/CMakeLists.txt:113 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found LIBSODIUM: /usr/local/lib/libsodium.dylib  
-- Found Libsodium: /usr/local/lib/libsodium.dylib
-- Looking for C++ include elf.h
-- Looking for C++ include elf.h - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include  
-- Setting FOLLY_USE_SYMBOLIZER: OFF
-- Performing Test FOLLY_CPP_ATOMIC_BUILTIN
-- Performing Test FOLLY_CPP_ATOMIC_BUILTIN - Success
-- Looking for C++ include jemalloc/jemalloc.h
-- Looking for C++ include jemalloc/jemalloc.h - found
-- Performing Test COMPILER_HAS_UNKNOWN_WARNING_OPTION
-- Performing Test COMPILER_HAS_UNKNOWN_WARNING_OPTION - Success
-- Performing Test COMPILER_HAS_W_SHADOW_LOCAL
-- Performing Test COMPILER_HAS_W_SHADOW_LOCAL - Failed
-- Performing Test COMPILER_HAS_W_SHADOW_COMPATIBLE_LOCAL
-- Performing Test COMPILER_HAS_W_SHADOW_COMPATIBLE_LOCAL - Failed
-- Performing Test COMPILER_HAS_W_NOEXCEPT_TYPE
-- Performing Test COMPILER_HAS_W_NOEXCEPT_TYPE - Success
-- Performing Test COMPILER_HAS_W_NULLABILITY_COMPLETENESS
-- Performing Test COMPILER_HAS_W_NULLABILITY_COMPLETENESS - Success
-- Performing Test COMPILER_HAS_W_INCONSISTENT_MISSING_OVERRIDE
-- Performing Test COMPILER_HAS_W_INCONSISTENT_MISSING_OVERRIDE - Success
-- Performing Test COMPILER_HAS_F_OPENMP
-- Performing Test COMPILER_HAS_F_OPENMP - Success
-- Looking for pthread_atfork
-- Looking for pthread_atfork - found
-- Looking for memrchr
-- Looking for memrchr - not found
-- Looking for accept4
-- Looking for accept4 - not found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for preadv
-- Looking for preadv - found
-- Looking for pwritev
-- Looking for pwritev - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for sendmmsg
-- Looking for sendmmsg - not found
-- Looking for recvmmsg
-- Looking for recvmmsg - not found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - not found
-- Performing Test FOLLY_HAVE_IFUNC
-- Performing Test FOLLY_HAVE_IFUNC - Failed
-- Performing Test FOLLY_HAVE_STD__IS_TRIVIALLY_COPYABLE
-- Performing Test FOLLY_HAVE_STD__IS_TRIVIALLY_COPYABLE - Success
-- Performing Test FOLLY_HAVE_UNALIGNED_ACCESS
-- Performing Test FOLLY_HAVE_UNALIGNED_ACCESS - Success
-- Performing Test FOLLY_HAVE_VLA
-- Performing Test FOLLY_HAVE_VLA - Success
-- Performing Test FOLLY_HAVE_LINUX_VDSO
-- Performing Test FOLLY_HAVE_LINUX_VDSO - Failed
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of __int128
-- Check size of __int128 - done
-- Performing Test HAVE_INT128_TRAITS
-- Performing Test HAVE_INT128_TRAITS - Success
-- Performing Test FOLLY_HAVE_WCHAR_SUPPORT
-- Performing Test FOLLY_HAVE_WCHAR_SUPPORT - Success
-- Performing Test FOLLY_HAVE_EXTRANDOM_SFMT19937
-- Performing Test FOLLY_HAVE_EXTRANDOM_SFMT19937 - Failed
-- Performing Test FOLLY_USE_LIBCPP
-- Performing Test FOLLY_USE_LIBCPP - Success
-- Performing Test FOLLY_USE_LIBSTDCPP
-- Performing Test FOLLY_USE_LIBSTDCPP - Failed
-- Performing Test HAVE_VSNPRINTF_ERRORS
-- Performing Test HAVE_VSNPRINTF_ERRORS - Failed
-- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS
-- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS - Success
-- arch  does not match x86_64, skipping setting SSE2/AVX2 compile flags for LtHash SIMD code
-- Performing Test COMPILER_HAS_M_PCLMUL
-- Performing Test COMPILER_HAS_M_PCLMUL - Success
-- compiler has flag pclmul, setting compile flag for /Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/hash/detail/ChecksumDetail.cpp;/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/hash/detail/Crc32CombineDetail.cpp;/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/hash/detail/Crc32cDetail.cpp
-- Adding CPU backend.
-- Adding LIBJIT library: libjit_cpu.
-- Adding Interpreter backend.
-- Check backend CPU for ONNXModelWriters
-- Check backend Interpreter for ONNXModelWriters
-- Found Protobuf: /usr/local/lib/libprotobuf.dylib (found version "3.21.4") 
-- 
-- ******** Summary ********
--   CMake version         : 3.24.0
--   CMake command         : /usr/local/Cellar/cmake/3.24.0/bin/cmake
--   System                : Darwin
--   C++ compiler          : /Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/bin/clang++
--   C++ compiler version  : 8.0.1
--   CXX flags             :  -Wall -Wnon-virtual-dtor -Wnon-virtual-dtor
--   Build type            : Debug
--   Compile definitions   : GIT_SHA1="a2036bd33";GIT_DATE="2022-08-01";GIT_TAG="";GLOW_BUILD_DATE="2022-08-21";GLOW_VERSION="2022-08-01 (a2036bd33) ()";WITH_PNG;GLOW_WITH_LLVMIRCODEGEN=1;GLOW_WITH_CPU=1;__STDC_FORMAT_MACROS;GOOGLE_PROTOBUF_NO_RTTI;ONNX_NAMESPACE=glow_onnx
--   CMAKE_PREFIX_PATH     : 
--   CMAKE_INSTALL_PREFIX  : /usr/local
--   CMAKE_MODULE_PATH     : /Users/dhruva_macintosh/Calligo/glow/cmake/modules;/usr/local/lib/cmake/glog/../../../share/glog/cmake
-- 
--   ONNX version          : 1.5.0
--   ONNX NAMESPACE        : glow_onnx
--   ONNX_BUILD_TESTS      : OFF
--   ONNX_BUILD_BENCHMARKS : OFF
--   ONNX_USE_LITE_PROTO   : OFF
--   ONNXIFI_DUMMY_BACKEND : OFF
--   ONNXIFI_ENABLE_EXT    : OFF
-- 
--   Protobuf compiler     : /usr/local/bin/protoc
--   Protobuf includes     : /usr/local/include
--   Protobuf libraries    : /usr/local/lib/libprotobuf.dylib
--   BUILD_ONNX_PYTHON     : OFF
-- Check backend CPU for custom instructions or nodes
-- Check backend Interpreter for custom instructions or nodes
-- Failed to find LLVM FileCheck
-- git Version: v1.5.0
-- Version: 1.5.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Failed
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX -- success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
CMake Deprecation Warning at tests/googletest/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at tests/googletest/googlemock/CMakeLists.txt:45 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at tests/googletest/googletest/CMakeLists.txt:56 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Found PythonInterp: /Users/dhruva_macintosh/.pyenv/shims/python (found version "3.8.8") 
Skipping adding test en2gr_cpu_test because it requires a models directory. Configure with -DGLOW_MODELS_DIR.
Skipping adding test en2gr_quantization_test because it requires a models directory. Configure with -DGLOW_MODELS_DIR.
Skipping adding test en2gr_cpu_partition_test because it requires a models directory. Configure with -DGLOW_MODELS_DIR.
Skipping adding test en2gr_cpu_config_test because it requires a models directory. Configure with -DGLOW_MODELS_DIR.
Skipping adding test resnet_runtime_test because it requires a models directory. Configure with -DGLOW_MODELS_DIR.
-- Configuring done
CMake Warning (dev) at thirdparty/folly/CMakeLists.txt:314 (add_library):
  Policy CMP0063 is not set: Honor visibility properties for all target
  types.  Run "cmake --help-policy CMP0063" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "folly_base" of type "OBJECT_LIBRARY" has the following visibility
  properties set for CXX:

    CXX_VISIBILITY_PRESET
    VISIBILITY_INLINES_HIDDEN

  For compatibility CMake is not honoring them for this target.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at thirdparty/folly/CMakeLists.txt:355 (add_library):
  Policy CMP0063 is not set: Honor visibility properties for all target
  types.  Run "cmake --help-policy CMP0063" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "folly" of type "STATIC_LIBRARY" has the following visibility
  properties set for CXX:

    CXX_VISIBILITY_PRESET
    VISIBILITY_INLINES_HIDDEN

  For compatibility CMake is not honoring them for this target.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at thirdparty/folly/CMakeLists.txt:364 (add_library):
  Policy CMP0063 is not set: Honor visibility properties for all target
  types.  Run "cmake --help-policy CMP0063" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "folly_test_util" of type "STATIC_LIBRARY" has the following
  visibility properties set for CXX:

    CXX_VISIBILITY_PRESET
    VISIBILITY_INLINES_HIDDEN

  For compatibility CMake is not honoring them for this target.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at thirdparty/folly/folly/CMakeLists.txt:15 (add_library):
  Policy CMP0063 is not set: Honor visibility properties for all target
  types.  Run "cmake --help-policy CMP0063" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "follybenchmark" of type "STATIC_LIBRARY" has the following
  visibility properties set for CXX:

    CXX_VISIBILITY_PRESET
    VISIBILITY_INLINES_HIDDEN

  For compatibility CMake is not honoring them for this target.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/dhruva_macintosh/Calligo/build

make log

[  1%] Building C object CMakeFiles/Miniz.dir/thirdparty/miniz-2.0.8/miniz.c.o
[  1%] Linking C static library libMiniz.a
[  1%] Built target Miniz
[  1%] Building CXX object lib/Flags/CMakeFiles/Flags.dir/Flags.cpp.o
[  1%] Linking CXX static library libFlags.a
[  1%] Built target Flags
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ClockGettimeWrappers.cpp.o
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Conv.cpp.o
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Demangle.cpp.o
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ExceptionWrapper.cpp.o
[  1%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Executor.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/File.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/FileUtil.cpp.o
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:115:20: warning: 'preadv' is only available on macOS 11.0 or
      newer [-Wunguarded-availability-new]
  return wrapNoInt(preadv, fd, iov, count, offset);
                   ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/uio.h:103:9: note: 'preadv' has been marked as being introduced
      in macOS 11.0 here, but the deployment target is macOS 10.17.0
ssize_t preadv(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(preadv) __API_AVAILABLE(macos(11.0), ios(14.0), watchos(7...
        ^
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:115:20: note: enclose 'preadv' in a __builtin_available check to
      silence this warning
  return wrapNoInt(preadv, fd, iov, count, offset);
                   ^~~~~~
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:131:20: warning: 'pwritev' is only available on macOS 11.0 or
      newer [-Wunguarded-availability-new]
  return wrapNoInt(pwritev, fd, iov, count, offset);
                   ^~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/uio.h:104:9: note: 'pwritev' has been marked as being introduced
      in macOS 11.0 here, but the deployment target is macOS 10.17.0
ssize_t pwritev(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(pwritev) __API_AVAILABLE(macos(11.0), ios(14.0), watchos...
        ^
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:131:20: note: enclose 'pwritev' in a __builtin_available check
      to silence this warning
  return wrapNoInt(pwritev, fd, iov, count, offset);
                   ^~~~~~~
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:155:20: warning: 'preadv' is only available on macOS 11.0 or
      newer [-Wunguarded-availability-new]
  return wrapvFull(preadv, fd, iov, count, offset);
                   ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/uio.h:103:9: note: 'preadv' has been marked as being introduced
      in macOS 11.0 here, but the deployment target is macOS 10.17.0
ssize_t preadv(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(preadv) __API_AVAILABLE(macos(11.0), ios(14.0), watchos(7...
        ^
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:155:20: note: enclose 'preadv' in a __builtin_available check to
      silence this warning
  return wrapvFull(preadv, fd, iov, count, offset);
                   ^~~~~~
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:163:20: warning: 'pwritev' is only available on macOS 11.0 or
      newer [-Wunguarded-availability-new]
  return wrapvFull(pwritev, fd, iov, count, offset);
                   ^~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/uio.h:104:9: note: 'pwritev' has been marked as being introduced
      in macOS 11.0 here, but the deployment target is macOS 10.17.0
ssize_t pwritev(int, const struct iovec *, int, off_t) __DARWIN_NOCANCEL(pwritev) __API_AVAILABLE(macos(11.0), ios(14.0), watchos...
        ^
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/FileUtil.cpp:163:20: note: enclose 'pwritev' in a __builtin_available check
      to silence this warning
  return wrapvFull(pwritev, fd, iov, count, offset);
                   ^~~~~~~
4 warnings generated.
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Fingerprint.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Format.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/GroupVarint.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/IPAddress.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/IPAddressV4.cpp.o
[  2%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/IPAddressV6.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/MacAddress.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/MicroLock.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Random.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ScopeGuard.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/SharedMutex.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Singleton.cpp.o
[  3%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/SocketAddress.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/String.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Subprocess.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/TimeoutQueue.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Unicode.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/Uri.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/dynamic.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/json.cpp.o
[  4%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/json_patch.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/json_pointer.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/compression/Compression.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/compression/CompressionContextPoolSingletons.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/compression/Zlib.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/compression/Zstd.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/concurrency/CacheLocality.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/container/detail/F14Table.cpp.o
[  5%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/AsyncTrace.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/AtFork.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/Demangle.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/Futex.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/IPAddress.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/MemoryIdler.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/RangeCommon.cpp.o
[  6%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/RangeSse42.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/SingletonStackTrace.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/SocketFastOpen.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/Sse.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/StaticSingletonManager.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/ThreadLocalDetail.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/detail/UniqueInstance.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/CPUThreadPoolExecutor.cpp.o
[  7%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/Codel.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/EDFThreadPoolExecutor.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/ExecutorWithPriority.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/GlobalExecutor.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/GlobalThreadPoolList.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/IOThreadPoolExecutor.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/InlineExecutor.cpp.o
[  8%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/ManualExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/QueuedImmediateExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/SerialExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/ThreadPoolExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/ThreadedExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/TimedDrivableExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/executors/TimekeeperScheduledExecutor.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/AtomicReadMostlyMainPtr.cpp.o
[  9%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/DynamicParser.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/EnvUtil.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/FunctionScheduler.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/JSONSchema.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/JemallocHugePageAllocator.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/JemallocNodumpAllocator.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/NestedCommandLineApp.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/ProgramOptions.cpp.o
[ 10%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/QuotientMultiSet.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/STTimerFDTimeoutManager.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/Select64.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/TestUtil.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/ThreadedRepeatingFunctionRunner.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/TimerFD.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/TimerFDTimeoutManager.cpp.o
[ 11%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/bser/Dump.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/bser/Load.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/coro/Baton.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/coro/Mutex.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/coro/SharedMutex.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/crypto/Blake2xb.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/crypto/LtHash.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_AVX2.cpp.o
[ 12%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_SSE2.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_Simple.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/io/FsUtil.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/io/HugePages.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/observer/detail/Core.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/observer/detail/ObserverManager.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/experimental/settings/Settings.cpp.o
[ 13%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/external/farmhash/farmhash.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/Baton.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/Fiber.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/FiberManager.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/FiberManagerMap.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/GuardPageAllocator.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/Semaphore.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/SimpleLoopController.cpp.o
[ 15%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/fibers/detail/AtomicBatchDispatcher.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/futures/Barrier.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/futures/Future.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/futures/ManualTimekeeper.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/futures/ThreadWheelTimekeeper.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/Checksum.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/SpookyHashV1.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/SpookyHashV2.cpp.o
[ 16%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/detail/ChecksumDetail.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/detail/Crc32CombineDetail.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/hash/detail/Crc32cDetail.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/init/Init.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/Cursor.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/GlobalShutdownSocketSet.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/IOBuf.cpp.o
[ 17%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/IOBufQueue.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/RecordIO.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/ShutdownSocketSet.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncPipe.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncSSLSocket.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncServerSocket.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncSignalHandler.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncSocket.cpp.o
[ 18%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncSocketException.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncTimeout.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/AsyncUDPSocket.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventBase.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventBaseBackendBase.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventBaseLocal.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventBaseManager.cpp.o
[ 19%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventBaseThread.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/EventHandler.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/HHWheelTimer.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/PasswordInFile.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/Request.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/SSLContext.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/SSLOptions.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/ScopedEventBaseThread.cpp.o
[ 20%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/TimeoutManager.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/VirtualEventBase.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/ssl/OpenSSLUtils.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/ssl/SSLErrors.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/lang/Assume.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/lang/CString.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/lang/SafeAssert.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/AsyncFileWriter.cpp.o
[ 21%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/AsyncLogWriter.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/CustomLogFormatter.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/FileHandlerFactory.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/FileWriterFactory.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/GlogStyleFormatter.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/ImmediateFileWriter.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/Init.cpp.o
[ 22%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/InitWeak.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogCategory.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogCategoryConfig.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogConfig.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogConfigParser.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogHandlerConfig.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogLevel.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogMessage.cpp.o
[ 23%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogName.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogStream.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LogStreamProcessor.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/Logger.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/LoggerDB.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/ObjectToString.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/RateLimiter.cpp.o
[ 24%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/StandardLogHandler.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/StandardLogHandlerFactory.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/StreamHandlerFactory.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/logging/xlog.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/memory/MallctlHelper.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/memory/SanitizeLeak.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/memory/ThreadCachedArena.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/memory/detail/MallocImpl.cpp.o
[ 25%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/net/NetOps.cpp.o
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/net/NetOps.cpp:324:15: warning: unused parameter 'timeout'
      [-Wunused-parameter]
    timespec* timeout) {
              ^
1 warning generated.
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/net/detail/SocketFileDescriptorMap.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Builtins.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Dirent.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Fcntl.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Libgen.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Malloc.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/OpenSSL.cpp.o
[ 26%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/PThread.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Sched.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Semaphore.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Sockets.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Stdio.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Stdlib.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/String.cpp.o
[ 27%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysFile.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysMembarrier.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysMman.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysResource.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysStat.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysTime.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/SysUio.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Time.cpp.o
[ 29%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/portability/Unistd.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ssl/Init.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ssl/OpenSSLCertUtils.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ssl/OpenSSLHash.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ssl/detail/OpenSSLThreading.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/ssl/detail/SSLSessionImpl.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/stats/QuantileEstimator.cpp.o
[ 30%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/stats/TDigest.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/stats/detail/DoubleRadixSort.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/AsymmetricMemoryBarrier.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/AtomicNotification.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/DistributedMutex.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/Hazptr.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/HazptrThreadPoolExecutor.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/ParkingLot.cpp.o
[ 31%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/Rcu.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/SanitizeThread.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/WaitOptions.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/synchronization/detail/Hardware.cpp.o
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/synchronization/detail/Hardware.cpp:122:72: warning: unused parameter
      'status' [-Wunused-parameter]
[[noreturn]] FOLLY_DISABLE_SANITIZERS static void rtmAbortFunc(uint8_t status) {
                                                                       ^
1 warning generated.
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/system/HardwareConcurrency.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/system/MemoryMapping.cpp.o
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/system/MemoryMapping.cpp:283:17: warning: unused parameter 'addr'
      [-Wunused-parameter]
    const void* addr,
                ^
/Users/dhruva_macintosh/Calligo/glow/thirdparty/folly/folly/system/MemoryMapping.cpp:284:12: warning: unused parameter 'len'
      [-Wunused-parameter]
    size_t len,
           ^
2 warnings generated.
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/system/Shell.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/system/ThreadName.cpp.o
[ 32%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/test/ScopedBoundPort.cpp.o
[ 33%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/test/SocketPair.cpp.o
[ 33%] Building CXX object thirdparty/folly/CMakeFiles/folly_base.dir/folly/io/async/test/TimeUtil.cpp.o
[ 33%] Built target folly_base
[ 34%] Linking CXX static library libfolly.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Baton.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Mutex.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SharedMutex.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(ChecksumDetail.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(MallocImpl.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SocketFileDescriptorMap.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Builtins.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Dirent.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Fcntl.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Malloc.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(OpenSSL.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(PThread.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Sched.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Semaphore.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Sockets.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Stdio.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysFile.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysMman.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysResource.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysStat.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysTime.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(SysUio.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libfolly.a(Unistd.cpp.o) has no symbols
[ 34%] Built target folly
[ 34%] Building CXX object lib/Support/CMakeFiles/Support.dir/Debug.cpp.o
[ 34%] Building CXX object lib/Support/CMakeFiles/Support.dir/Error.cpp.o
[ 34%] Building CXX object lib/Support/CMakeFiles/Support.dir/Random.cpp.o
[ 34%] Building CXX object lib/Support/CMakeFiles/Support.dir/Support.cpp.o
[ 34%] Building CXX object lib/Support/CMakeFiles/Support.dir/ThreadPool.cpp.o
[ 35%] Building CXX object lib/Support/CMakeFiles/Support.dir/ZipUtils.cpp.o
[ 35%] Linking CXX static library libSupport.a
[ 35%] Built target Support
[ 35%] Building CXX object tools/ClassGen/CMakeFiles/MemberType.dir/MemberType.cpp.o
[ 35%] Linking CXX static library libMemberType.a
[ 35%] Built target MemberType
[ 35%] Building CXX object tools/ClassGen/CMakeFiles/InstrGen.dir/InstrGen.cpp.o
[ 35%] Building CXX object tools/ClassGen/CMakeFiles/InstrGen.dir/InstrBuilder.cpp.o
[ 35%] Linking CXX executable ../../bin/InstrGen
ld: warning: dylib (/usr/local/opt/zlib/lib/libz.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libglog.0.6.0.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libgflags.2.2.2.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_context-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_filesystem-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_atomic-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_program_options-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_regex-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_system-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_thread-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libgflags.2.2.2.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libdouble-conversion.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libglog.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/openssl/lib/libssl.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/openssl/lib/libcrypto.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libzstd.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libjemalloc.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libc++.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ErrorHandling.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Error.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringRef.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(APFloat.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(raw_ostream.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(SmallVector.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Signals.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Debug.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(APInt.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Hashing.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ManagedStatic.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Twine.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(NativeFormatting.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMDemangle.a(ItaniumDemangle.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(FoldingSet.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Threading.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(CommandLine.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Program.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Path.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Process.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Mutex.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringExtras.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringSaver.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(MemoryBuffer.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringMap.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(SmallPtrSet.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ConvertUTFWrapper.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(MD5.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Host.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Errno.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Triple.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ConvertUTF.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ARMTargetParser.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
[ 35%] Built target InstrGen
[ 35%] InstrGen: Generating instructions.
Writing instr descriptors to:
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenInstr.h
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenInstr.cpp
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenInstr.def
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenIRBuilder.h
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenIRBuilder.cpp
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenIRGen.h
[ 35%] Built target AutoGenInstr
[ 35%] Building CXX object tools/ClassGen/CMakeFiles/NodeGen.dir/NodeGen.cpp.o
[ 35%] Building CXX object tools/ClassGen/CMakeFiles/NodeGen.dir/NodeBuilder.cpp.o
[ 35%] Linking CXX executable ../../bin/NodeGen
ld: warning: dylib (/usr/local/opt/zlib/lib/libz.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libgflags.2.2.2.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libglog.0.6.0.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_context-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_filesystem-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_atomic-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_program_options-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_regex-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_system-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libboost_thread-mt.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libdouble-conversion.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libgflags.2.2.2.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libglog.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/openssl/lib/libssl.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/openssl/lib/libcrypto.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libzstd.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/lib/libjemalloc.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libc++.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: dylib (/usr/local/opt/llvm/lib/libunwind.dylib) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Error.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ErrorHandling.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(raw_ostream.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Signals.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Debug.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ManagedStatic.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Twine.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(NativeFormatting.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(SmallVector.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMDemangle.a(ItaniumDemangle.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Threading.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(CommandLine.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Program.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Path.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Process.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Mutex.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringRef.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(APFloat.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringExtras.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringSaver.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(MemoryBuffer.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(StringMap.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(SmallPtrSet.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ConvertUTFWrapper.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(MD5.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Host.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Errno.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(APInt.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Triple.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(Hashing.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(FoldingSet.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ConvertUTF.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
ld: warning: object file (/Users/dhruva_macintosh/Calligo/glow/utils/llvm_install/lib/libLLVMSupport.a(ARMTargetParser.cpp.o)) was built for newer macOS version (12.0) than being linked (10.17)
[ 35%] Built target NodeGen
[ 35%] NodeGen: Generating nodes.
Writing node descriptors to:
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenNodes.h
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenNodes.cpp
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenNodes.def
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenNodesImport.h
	/Users/dhruva_macintosh/Calligo/build/glow/AutoGenNodesExport.h
[ 35%] Built target AutoGenNode
[ 35%] Built target AutoGen
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/Tensor.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/TensorSerialization.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/Type.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/IO.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/TaggedList.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/NumpyReader.cpp.o
[ 36%] Building CXX object lib/Base/CMakeFiles/Base.dir/Image.cpp.o
[ 37%] Linking CXX static library libBase.a
[ 37%] Built target Base
[ 37%] Building CXX object lib/PassManager/CMakeFiles/PassManager.dir/PassConfig.cpp.o
[ 37%] Building CXX object lib/PassManager/CMakeFiles/PassManager.dir/PassManager.cpp.o
[ 37%] Building CXX object lib/PassManager/CMakeFiles/PassManager.dir/PassPipeline.cpp.o
[ 38%] Linking CXX static library libPassManager.a
[ 38%] Built target PassManager
[ 38%] Building CXX object lib/CodeGen/CMakeFiles/CodeGen.dir/MemoryAllocator.cpp.o
[ 38%] Linking CXX static library libCodeGen.a
[ 38%] Built target CodeGen
[ 38%] Building CXX object lib/Support/TensorPool/CMakeFiles/TensorPool.dir/TensorPool.cpp.o
[ 38%] Linking CXX static library libTensorPool.a
[ 38%] Built target TensorPool
[ 39%] Building CXX object lib/Quantization/Base/CMakeFiles/QuantizationBase.dir/Profile.cpp.o
[ 39%] Building CXX object lib/Quantization/Base/CMakeFiles/QuantizationBase.dir/Base.cpp.o
[ 39%] Building CXX object lib/Quantization/Base/CMakeFiles/QuantizationBase.dir/Calibration.cpp.o
[ 39%] Linking CXX static library libQuantizationBase.a
[ 39%] Built target QuantizationBase
[ 39%] Building CXX object lib/Graph/CMakeFiles/Graph.dir/__/__/glow/AutoGenNodes.cpp.o
[ 40%] Building CXX object lib/Graph/CMakeFiles/Graph.dir/Hook.cpp.o
[ 40%] Building CXX object lib/Graph/CMakeFiles/Graph.dir/Node.cpp.o
[ 40%] Building CXX object lib/Graph/CMakeFiles/Graph.dir/Nodes.cpp.o
/Users/dhruva_macintosh/Calligo/glow/lib/Graph/Nodes.cpp:2252:14: error: no matching function for call to 'expectCompareTrue'
  isValid &= expectCompareTrue(
             ^~~~~~~~~~~~~~~~~
/Users/dhruva_macintosh/Calligo/glow/include/glow/Graph/VerifierHelper.h:126:6: note: candidate template ignored: deduced conflicting
      types for parameter 'InputTy' ('unsigned long' vs. 'unsigned long long')
bool expectCompareTrue(
     ^
/Users/dhruva_macintosh/Calligo/glow/include/glow/Graph/VerifierHelper.h:154:6: note: candidate template ignored: could not match
      'ArrayRef<type-parameter-0-0>' against 'unsigned long long'
bool expectCompareTrue(
     ^
1 error generated.
make[2]: *** [lib/Graph/CMakeFiles/Graph.dir/Nodes.cpp.o] Error 1
make[1]: *** [lib/Graph/CMakeFiles/Graph.dir/all] Error 2
make: *** [all] Error 2

Thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant