[vcvarsall.bat] Environment initialized for: 'x64'

C:\Users\runneradmin\AppData\Local\Temp\8f4c540a>call phpize  2>&1 
Rebuilding configure.js
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev
module ... 
Now run 'configure --help'
Saving configure options to config.nice.bat
Checking for cl.exe ...  <in default path>
  Detected compiler Visual C++ 2019
  Detected x64 compiler
Checking for link.exe ...  <in default path>
Checking for nmake.exe ...  <in default path>
Checking for lib.exe ...  <in default path>
Checking for bison.exe ...  <in default path>
  Detected bison version 3.3.2
Checking for sed.exe ...  <in default path>
Checking for re2c.exe ...  <in default path>
  Detected re2c version 1.1.1
Checking for zip.exe ...  <in default path>
Checking for lemon.exe ...  <in default path>
Checking for 7za.exe ...  <in default path>
Checking for mc.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64

Build dir: C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release
PHP Core:  php8.dll and php8.lib

Checking for cmake.exe ...  C:\Program Files\CMake\bin
Checking for nasm.exe ...  C:\Program Files\NASM
MODE_PHPIZE=true
PHP_SRC_DIR="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a"
BUILD_DIR="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release"
PHP_DIR="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev"
CMAKE="C:\Program Files\CMake\bin\cmake.exe" # version: 3.30.5
NASM="C:\Program Files\NASM\nasm.exe" # version: 2.16.03
COUCHBASE_CMAKE_SOURCE_DIRECTORY="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src"
COUCHBASE_CMAKE_BUILD_DIRECTORY="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build"
COUCHBASE_PHP_CFLAGS="/nologo /D_WINDOWS /DWINDOWS=1 /DZEND_WIN32=1 /DPHP_WIN32=1 /DWIN32 /D_MBCS /D_USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /DNDebug /DNDEBUG /GF /DZEND_DEBUG=0 /I\"..\deps\include\" /std:c++17"
COUCHBASE_PHP_INCLUDES="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\main C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\Zend C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\TSRM C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\ext"
COUCHBASE_PHP_LIB="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\lib\php8.lib"
Enabling extension C:\Users\runneradmin\AppData\Local\Temp\8f4c540a [shared]
cmd /c ""C:\Program Files\CMake\bin\cmake.exe" -S "C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src" -B "C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build" -G "NMake Makefiles" -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_ASM_NASM_COMPILER:PATH="C:\Program Files\NASM\nasm.exe" -D COUCHBASE_PHP_CFLAGS="/nologo /D_WINDOWS /DWINDOWS=1 /DZEND_WIN32=1 /DPHP_WIN32=1 /DWIN32 /D_MBCS /D_USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /DNDebug /DNDEBUG /GF /DZEND_DEBUG=0 /I\"..\deps\include\" /std:c++17" -D COUCHBASE_PHP_INCLUDES="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\main C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\Zend C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\TSRM C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\ext" -D COUCHBASE_PHP_LIB="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\lib\php8.lib" -D COUCHBASE_PHP_LIBDIR="C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release" -D COUCHBASE_CXX_CLIENT_INSTALL=OFF  -D COUCHBASE_CXX_CLIENT_BUILD_SHARED=OFF  -D COUCHBASE_CXX_CLIENT_BUILD_STATIC=OON  -D COUCHBASE_CXX_CLIENT_BUILD_EXAMPLES=OFF  -D COUCHBASE_CXX_CLIENT_BUILD_TOOLS=OFF  -D COUCHBASE_CXX_CLIENT_BUILD_DOCS=OFF  -D COUCHBASE_CXX_CLIENT_BUILD_TESTS=OFF" 2>&1
-- The C compiler identification is MSVC 19.29.30156.0
-- The CXX compiler identification is MSVC 19.29.30156.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - 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: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake version 3.30.5
-- Couchbase C++ client 1.0.3 build 1, master: OFF
-- System: Windows, 10.0.17763, AMD64
-- Windows SDK: 
-- CMAKE_SOURCE_DIR=C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src
-- CMAKE_BINARY_DIR=C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/x64/Release/cmake-build
-- No colored compiler diagnostic set for 'MSVC' compiler.
CMake Warning at deps/couchbase-cxx-client/cmake/Cache.cmake:28 (message):
  ccache is enabled but was not found.  Not using it
Call Stack (most recent call first):
  deps/couchbase-cxx-client/CMakeLists.txt:50 (include)


-- Looking for backtrace
-- Looking for backtrace - not found
-- Looking for dladdr
-- Looking for dladdr - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- CPM: Adding package fmt@11.0.1 (11.0.1 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/fmt/73b5ec45edbd92babfd91c3777a9e1ab9cac8238)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(fmt) is deprecated, call
  FetchContent_MakeAvailable(fmt) instead.  Policy CMP0169 can be set to OLD
  to allow FetchContent_Populate(fmt) to be called directly for now, but the
  ability to call it with declared details will be removed completely in a
  future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:20 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- {fmt} version: 11.0.1
-- Build type: RelWithDebInfo
-- CPM: Adding package spdlog@1.14.1 (v1.14.1 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/spdlog/e0808e0edfc43e55bd95c31d6cd529361a86a374)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(spdlog) is deprecated, call
  FetchContent_MakeAvailable(spdlog) instead.  Policy CMP0169 can be set to
  OLD to allow FetchContent_Populate(spdlog) to be called directly for now,
  but the ability to call it with declared details will be removed completely
  in a future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:43 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Build spdlog: 1.14.1
-- Build type: RelWithDebInfo
-- CPM: Adding package gsl@4.0.0 (v4.0.0 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/gsl/ecabe1fc2eade0a4fe2bbf2039c65838bdc5e8ac)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(gsl) is deprecated, call
  FetchContent_MakeAvailable(gsl) instead.  Policy CMP0169 can be set to OLD
  to allow FetchContent_Populate(gsl) to be called directly for now, but the
  ability to call it with declared details will be removed completely in a
  future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:63 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- CPM: Adding package hdr_histogram@0.11.8 (0.11.8 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/hdr_histogram/d0974b8a43396bee1585615ecac5ab23c37c0b7f)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(hdr_histogram) is deprecated, call
  FetchContent_MakeAvailable(hdr_histogram) instead.  Policy CMP0169 can be
  set to OLD to allow FetchContent_Populate(hdr_histogram) to be called
  directly for now, but the ability to call it with declared details will be
  removed completely in a future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:80 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for ceil in m
-- Looking for ceil in m - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- CPM: Adding package llhttp@9.2.1 (release/v9.2.1 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/llhttp/b4ebeb978a9944ee017aca1d16de350c481c0af6)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(llhttp) is deprecated, call
  FetchContent_MakeAvailable(llhttp) instead.  Policy CMP0169 can be set to
  OLD to allow FetchContent_Populate(llhttp) to be called directly for now,
  but the ability to call it with declared details will be removed completely
  in a future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:101 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 
-- 
-- Project configure summary:
-- 
--   CMake build type .................: RELWITHDEBINFO
--   Install prefix ...................: C:/Program Files (x86)/couchbase
--   Build shared library .............: OFF
--   Build static library .............: ON
-- 
-- CPM: Adding package snappy@1.2.1 (1.2.1 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/snappy/0a0393fbb938164315e957714705b5f76605fcf4)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(snappy) is deprecated, call
  FetchContent_MakeAvailable(snappy) instead.  Policy CMP0169 can be set to
  OLD to allow FetchContent_Populate(snappy) to be called directly for now,
  but the ability to call it with declared details will be removed completely
  in a future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:121 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at deps/cache/snappy/0a0393fbb938164315e957714705b5f76605fcf4/CMakeLists.txt:29 (cmake_minimum_required):
  Compatibility with CMake < 3.5 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.


-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/uio.h
-- Looking for sys/uio.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - not found
-- Looking for lzo1x_1_15_compress in lzo2
-- Looking for lzo1x_1_15_compress in lzo2 - not found
-- Looking for LZ4_compress_default in lz4
-- Looking for LZ4_compress_default in lz4 - not found
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Success
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Success
-- Performing Test HAVE_CLANG_MAVX
-- Performing Test HAVE_CLANG_MAVX - Failed
-- Performing Test HAVE_CLANG_MBMI2
-- Performing Test HAVE_CLANG_MBMI2 - Failed
-- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS
-- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS - Failed
-- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION
-- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION - Failed
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Failed
-- Performing Test HAVE_BUILTIN_CTZ
-- Performing Test HAVE_BUILTIN_CTZ - Failed
-- Performing Test HAVE_BUILTIN_PREFETCH
-- Performing Test HAVE_BUILTIN_PREFETCH - Failed
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Failed
-- Performing Test SNAPPY_HAVE_SSSE3
-- Performing Test SNAPPY_HAVE_SSSE3 - Success
-- Performing Test SNAPPY_HAVE_X86_CRC32
-- Performing Test SNAPPY_HAVE_X86_CRC32 - Success
-- Performing Test SNAPPY_HAVE_NEON_CRC32
-- Performing Test SNAPPY_HAVE_NEON_CRC32 - Failed
-- Performing Test SNAPPY_HAVE_BMI2
-- Performing Test SNAPPY_HAVE_BMI2 - Success
-- Performing Test SNAPPY_HAVE_NEON
-- Performing Test SNAPPY_HAVE_NEON - Failed
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for sysconf
-- Looking for sysconf - not found
-- CPM: Adding package json@1.0.0-beta.14 (1.0.0-beta.14 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/json/5647c041c54a354d6ed0ffcb6d9fcbf11ba1c975)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(json) is deprecated, call
  FetchContent_MakeAvailable(json) instead.  Policy CMP0169 can be set to OLD
  to allow FetchContent_Populate(json) to be called directly for now, but the
  ability to call it with declared details will be removed completely in a
  future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:147 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Adding PEGTL as submodule from external/PEGTL
-- Using std::filesystem
-- CPM: Adding package asio@1.31.0 (asio-1-31-0 to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/asio/768c6803bc60664746ad584fc3f2c095659770bd)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(asio) is deprecated, call
  FetchContent_MakeAvailable(asio) instead.  Policy CMP0169 can be set to OLD
  to allow FetchContent_Populate(asio) to be called directly for now, but the
  ability to call it with declared details will be removed completely in a
  future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake:177 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:73 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Set _WIN32_WINNT=0x0A00
-- Declaring system library snappy
-- Declaring system library llhttp::llhttp
-- Declaring system library hdr_histogram_static
-- Declaring system library Microsoft.GSL::GSL
-- Declaring system library spdlog::spdlog
-- Declaring system library fmt::fmt
-- Declaring system library asio
-- Declaring system library taocpp::json
-- CPM: Adding package boringssl@202308211007 (2ff4b968a7e0cfee66d9f151cb95635b43dc1d5b to C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache/boringssl/2309ffe6a402a1a0f8219f709cfd12acc28a2bb3)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(boringssl) is deprecated, call
  FetchContent_MakeAvailable(boringssl) instead.  Policy CMP0169 can be set
  to OLD to allow FetchContent_Populate(boringssl) to be called directly for
  now, but the ability to call it with declared details will be removed
  completely in a future version.
Call Stack (most recent call first):
  deps/cache/cpm/CPM_0.38.6.cmake:1004 (FetchContent_Populate)
  deps/cache/cpm/CPM_0.38.6.cmake:798 (cpm_fetch_package)
  deps/couchbase-cxx-client/cmake/OpenSSL.cmake:14 (cpmaddpackage)
  deps/couchbase-cxx-client/CMakeLists.txt:75 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The ASM_NASM compiler identification is NASM
-- Found assembler: C:/Program Files/NASM/nasm.exe
-- Declaring system library ssl
-- Using C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/src/deps/cache to keep Mozilla certificates
-- Using std::filesystem
-- CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded$<$<CONFIG:Debug>:Debug>DLL
-- PHP_INCLUDE_DIRS: C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include;C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\main;C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\Zend;C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\TSRM;C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\include\ext
-- COUCHBASE_PHP_CFLAGS: /nologo;/D_WINDOWS;/DWINDOWS=1;/DZEND_WIN32=1;/DPHP_WIN32=1;/DWIN32;/D_MBCS;/D_USE_MATH_DEFINES;/FD;/wd4996;/Qspectre;/guard:cf;/Zc:inline;/Gw;/Zc:__cplusplus;/d2FuncCache1;/Zc:wchar_t;/Zi;/LD;/MD;/Ox;/DNDebug;/DNDEBUG;/GF;/DZEND_DEBUG=0;/I"..\deps\include";/std:c++17
-- Configuring done (123.5s)
-- Generating done (0.8s)
-- Build files have been written to: C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/x64/Release/cmake-build


Creating build dirs...
Generating files...
Generating Makefile
Generating main/config.pickle.h
Generating pickle deps
Done.



Enabled extensions:
----------------------
| Extension | Mode   |
----------------------
| couchbase | shared |
----------------------


-----------------------------------------
|                     |                 |
-----------------------------------------
| Build type          | Release         |
| Thread Safety       | No              |
| Compiler            | Visual C++ 2019 |
| Target Architecture | x64             |
| Host Architecture   | x64             |
| Optimization        | PGO disabled    |
| Native intrinsics   | SSE2            |
| Static analyzer     | disabled        |
-----------------------------------------


Type 'nmake' to build PHP
	"cl.exe" /D ZEND_COMPILE_DL_EXT=1 /D COMPILE_DL_COUCHBASE /D COUCHBASE_EXPORTS=1 /nologo /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/main /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/Zend /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/TSRM /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /d2FuncCache1 /Zc:wchar_t /Zi /LD /MD /Ox /D NDebug /D NDEBUG /GF /D ZEND_DEBUG=0 /I "..\deps\include" /std:c++17 /FpC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\\ /FRC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\\ /FdC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\\ /c C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\dummy.c /FoC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\\dummy.obj
dummy.c
	rc /nologo  /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/main /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/Zend /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/TSRM /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include/ext /I C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev/include /n /fo C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\php_couchbase.dll.res /d FILE_DESCRIPTION="\"php_couchbase.dll\"" /d FILE_NAME="\"php_couchbase.dll\"" /d URL="\"https://www.php.net\"" /d INTERNAL_NAME="\"COUCHBASE extension\"" /d THANKS_GUYS="\"\"" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\build\template.rc
NMAKE : warning U4004: too many rules for target 'C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\php_couchbase.dll'
	"C:\Program Files\CMake\bin\cmake.exe" --build "C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build" --verbose
Change Dir: 'C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/x64/Release/cmake-build'

Run Build Command(s): "C:/Program Files/CMake/bin/cmake.exe" -E env VERBOSE=1 nmake -f Makefile /nologo
	"C:\Program Files\CMake\bin\cmake.exe" -SC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src -BC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --check-build-system CMakeFiles\Makefile.cmake 0
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_progress_start C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\CMakeFiles C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\\CMakeFiles\progress.marks
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f CMakeFiles\Makefile2 /nologo -L                  all
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\jsonsl.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\jsonsl.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\CMakeFiles\jsonsl.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\jsonsl.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\jsonsl.dir\build
[  0%] Building C object deps/couchbase-cxx-client/CMakeFiles/jsonsl.dir/third_party/jsonsl/jsonsl.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\jsonsl.dir\third_party\jsonsl\jsonsl.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm412C.tmp
jsonsl.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  0%] Built target jsonsl
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\fmt-build\CMakeFiles\fmt.dir\build.make /nologo -L                  _deps\fmt-build\CMakeFiles\fmt.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\fmt\73b5ec45edbd92babfd91c3777a9e1ab9cac8238 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build\CMakeFiles\fmt.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\fmt-build\CMakeFiles\fmt.dir\build.make /nologo -L                  _deps\fmt-build\CMakeFiles\fmt.dir\build
[  0%] Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\fmt.dir\src\format.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4226.tmp
format.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  1%] Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\fmt.dir\src\os.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm49F7.tmp
os.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  1%] Linking CXX static library fmt.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\fmt.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\fmt-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:fmt.lib @CMakeFiles\fmt.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  1%] Built target fmt
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\crypto.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\crypto.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build\CMakeFiles\crypto.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\crypto.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\crypto.dir\build
[  1%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/chacha/chacha-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\chacha\chacha-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\chacha\chacha-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\chacha\chacha-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\chacha\chacha-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  1%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/aesni-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\aesni-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\aesni-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\aesni-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\aesni-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/bn-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\bn-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\bn-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\bn-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\bn-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/co-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\co-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\co-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\co-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\co-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/ghash-ssse3-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-ssse3-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-ssse3-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-ssse3-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\ghash-ssse3-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/ghash-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\ghash-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\ghash-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/md5-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\md5-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\md5-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\md5-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\md5-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/sha1-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha1-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha1-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha1-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\sha1-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/sha256-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha256-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha256-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha256-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\sha256-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  2%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/sha512-586-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha512-586-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha512-586-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\sha512-586-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\sha512-586-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/vpaes-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\vpaes-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\vpaes-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\vpaes-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\vpaes-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/fipsmodule/x86-mont-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\x86-mont-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\x86-mont-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\fipsmodule\x86-mont-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\fipsmodule\x86-mont-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86/crypto/test/trampoline-x86-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86\crypto\test\trampoline-x86-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86\crypto\test\trampoline-x86-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86\crypto\test\trampoline-x86-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86\crypto\test\trampoline-x86-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/chacha/chacha-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\chacha\chacha-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\chacha\chacha-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\chacha\chacha-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\chacha\chacha-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\aes128gcmsiv-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\aes128gcmsiv-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\aes128gcmsiv-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\cipher_extra\aes128gcmsiv-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\chacha20_poly1305_x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\chacha20_poly1305_x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\cipher_extra\chacha20_poly1305_x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\cipher_extra\chacha20_poly1305_x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  3%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-gcm-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-gcm-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-gcm-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\aesni-gcm-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/aesni-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\aesni-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\aesni-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-ssse3-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-ssse3-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-ssse3-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\ghash-ssse3-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/ghash-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\ghash-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\ghash-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/md5-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\md5-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\md5-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\md5-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\md5-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/p256-x86_64-asm-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256-x86_64-asm-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256-x86_64-asm-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256-x86_64-asm-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\p256-x86_64-asm-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256_beeu-x86_64-asm-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256_beeu-x86_64-asm-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\p256_beeu-x86_64-asm-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\p256_beeu-x86_64-asm-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  4%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/rdrand-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rdrand-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rdrand-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rdrand-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\rdrand-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/rsaz-avx2-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rsaz-avx2-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rsaz-avx2-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\rsaz-avx2-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\rsaz-avx2-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/sha1-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha1-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha1-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha1-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\sha1-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/sha256-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha256-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha256-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha256-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\sha256-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/sha512-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha512-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha512-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\sha512-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\sha512-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/vpaes-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\vpaes-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\vpaes-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\vpaes-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\vpaes-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/x86_64-mont-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\x86_64-mont-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  5%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/fipsmodule/x86_64-mont5-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont5-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont5-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\fipsmodule\x86_64-mont5-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\fipsmodule\x86_64-mont5-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building ASM_NASM object _deps/boringssl-build/CMakeFiles/crypto.dir/win-x86_64/crypto/test/trampoline-x86_64-win.asm.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~1\NASM\nasm.exe -DBORINGSSL_IMPLEMENTATION -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -IC:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\src\include -gcv8 -MD CMakeFiles\crypto.dir\win-x86_64\crypto\test\trampoline-x86_64-win.asm.obj.d -MT _deps\boringssl-build\CMakeFiles\crypto.dir\win-x86_64\crypto\test\trampoline-x86_64-win.asm.obj -f win64 -o CMakeFiles\crypto.dir\win-x86_64\crypto\test\trampoline-x86_64-win.asm.obj C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3\win-x86_64\crypto\test\trampoline-x86_64-win.asm
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/err_data.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\err_data.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5418.tmp
err_data.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_bitstr.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_bitstr.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5496.tmp
a_bitstr.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_bool.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_bool.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm563D.tmp
a_bool.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_d2i_fp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_d2i_fp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm56BB.tmp
a_d2i_fp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_dup.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_dup.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5739.tmp
a_dup.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  6%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_gentm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_gentm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm57C7.tmp
a_gentm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_i2d_fp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_i2d_fp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5854.tmp
a_i2d_fp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_int.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_int.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm58D2.tmp
a_int.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_mbstr.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_mbstr.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5A6A.tmp
a_mbstr.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_object.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_object.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5B16.tmp
a_object.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_octet.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_octet.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5CBD.tmp
a_octet.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_strex.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_strex.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5D3B.tmp
a_strex.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  7%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_strnid.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_strnid.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5DD9.tmp
a_strnid.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_time.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_time.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5F8F.tmp
a_time.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_type.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_type.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm603C.tmp
a_type.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/a_utctm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\a_utctm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm60D9.tmp
a_utctm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/asn1_lib.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\asn1_lib.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6167.tmp
asn1_lib.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/asn1_par.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\asn1_par.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm62FE.tmp
asn1_par.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/asn_pack.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\asn_pack.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm638C.tmp
asn_pack.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/f_int.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\f_int.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm640A.tmp
f_int.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  8%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/f_string.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\f_string.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6488.tmp
f_string.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/posix_time.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\posix_time.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6506.tmp
posix_time.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_dec.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_dec.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm65A3.tmp
tasn_dec.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_enc.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_enc.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6769.tmp
tasn_enc.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_fre.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_fre.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6920.tmp
tasn_fre.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_new.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_new.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm69AD.tmp
tasn_new.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_typ.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_typ.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6B54.tmp
tasn_typ.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[  9%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/asn1/tasn_utl.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\asn1\tasn_utl.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6BE2.tmp
tasn_utl.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/base64/base64.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\base64\base64.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6D89.tmp
base64.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/bio.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\bio.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6F01.tmp
bio.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/bio_mem.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\bio_mem.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm70B7.tmp
bio_mem.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/connect.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\connect.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm724E.tmp
connect.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/errno.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\errno.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7453.tmp
errno.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/fd.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\fd.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm75EA.tmp
fd.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 10%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/file.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\file.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7781.tmp
file.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/hexdump.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\hexdump.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7919.tmp
hexdump.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/pair.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\pair.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7AB0.tmp
pair.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/printf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\printf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7C38.tmp
printf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/socket.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\socket.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7CB6.tmp
socket.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bio/socket_helper.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bio\socket_helper.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7E4D.tmp
socket_helper.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/blake2/blake2.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\blake2\blake2.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7FE4.tmp
blake2.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 11%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bn_extra/bn_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bn_extra\bn_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm816C.tmp
bn_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bn_extra/convert.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bn_extra\convert.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm81EA.tmp
convert.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/buf/buf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\buf\buf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm83B0.tmp
buf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bytestring/asn1_compat.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bytestring\asn1_compat.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8537.tmp
asn1_compat.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bytestring/ber.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bytestring\ber.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm86BF.tmp
ber.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bytestring/cbb.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bytestring\cbb.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8847.tmp
cbb.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bytestring/cbs.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bytestring\cbs.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm89EE.tmp
cbs.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 12%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/bytestring/unicode.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\bytestring\unicode.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8B94.tmp
unicode.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/chacha/chacha.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\chacha\chacha.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8C03.tmp
chacha.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/cipher_extra.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\cipher_extra.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8D8A.tmp
cipher_extra.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/derive_key.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\derive_key.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8F22.tmp
derive_key.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_aesctrhmac.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_aesctrhmac.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8F80.tmp
e_aesctrhmac.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_aesgcmsiv.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_aesgcmsiv.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9118.tmp
e_aesgcmsiv.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_chacha20poly1305.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_chacha20poly1305.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm92AF.tmp
e_chacha20poly1305.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_des.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_des.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9446.tmp
e_des.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 13%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_null.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_null.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm95CE.tmp
e_null.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_rc2.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_rc2.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9755.tmp
e_rc2.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_rc4.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_rc4.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm991C.tmp
e_rc4.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/e_tls.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\e_tls.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9A94.tmp
e_tls.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cipher_extra/tls_cbc.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cipher_extra\tls_cbc.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9C2B.tmp
tls_cbc.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/conf/conf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\conf\conf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9DE1.tmp
conf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_apple.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_apple.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9F88.tmp
cpu_aarch64_apple.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 14%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_fuchsia.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_fuchsia.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA0F1.tmp
cpu_aarch64_fuchsia.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_linux.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_linux.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA269.tmp
cpu_aarch64_linux.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_openbsd.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_openbsd.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA3D1.tmp
cpu_aarch64_openbsd.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_sysreg.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_sysreg.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA430.tmp
cpu_aarch64_sysreg.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_aarch64_win.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_aarch64_win.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA5A8.tmp
cpu_aarch64_win.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_arm_freebsd.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_arm_freebsd.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA710.tmp
cpu_arm_freebsd.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_arm_linux.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_arm_linux.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA878.tmp
cpu_arm_linux.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 15%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/cpu_intel.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\cpu_intel.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA9E1.tmp
cpu_intel.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/crypto.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\crypto.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAB97.tmp
crypto.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/curve25519/curve25519.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\curve25519\curve25519.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAD00.tmp
curve25519.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/curve25519/curve25519_64_adx.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\curve25519\curve25519_64_adx.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAF24.tmp
curve25519_64_adx.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/curve25519/spake25519.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\curve25519\spake25519.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB09C.tmp
spake25519.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/des/des.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\des\des.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB252.tmp
des.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/dh_extra/dh_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\dh_extra\dh_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB447.tmp
dh_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 16%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/dh_extra/params.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\dh_extra\params.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB5FE.tmp
params.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/digest_extra/digest_extra.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\digest_extra\digest_extra.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB7A4.tmp
digest_extra.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/dsa/dsa.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\dsa\dsa.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB95B.tmp
dsa.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/dsa/dsa_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\dsa\dsa_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBB31.tmp
dsa_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ec_extra/ec_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ec_extra\ec_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBCD8.tmp
ec_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ec_extra/ec_derive.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ec_extra\ec_derive.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBE9E.tmp
ec_derive.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ec_extra/hash_to_curve.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ec_extra\hash_to_curve.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC083.tmp
hash_to_curve.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 17%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ecdh_extra/ecdh_extra.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ecdh_extra\ecdh_extra.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC2A7.tmp
ecdh_extra.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ecdsa_extra/ecdsa_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ecdsa_extra\ecdsa_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC4AC.tmp
ecdsa_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/engine/engine.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\engine\engine.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC6A1.tmp
engine.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/err/err.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\err\err.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC838.tmp
err.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/evp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\evp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC9CF.tmp
evp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/evp_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\evp_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCB66.tmp
evp_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/evp_ctx.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\evp_ctx.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCD0D.tmp
evp_ctx.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 18%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_dsa_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_dsa_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCEC4.tmp
p_dsa_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_ec.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_ec.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD05B.tmp
p_ec.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_ec_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_ec_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD211.tmp
p_ec_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_ed25519.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_ed25519.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD2AF.tmp
p_ed25519.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_ed25519_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_ed25519_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD33C.tmp
p_ed25519_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_hkdf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_hkdf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD4E3.tmp
p_hkdf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_rsa.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_rsa.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD68A.tmp
p_rsa.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_rsa_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_rsa_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD831.tmp
p_rsa_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 19%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_x25519.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_x25519.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD9C8.tmp
p_x25519.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/p_x25519_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\p_x25519_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDA56.tmp
p_x25519_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/pbkdf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\pbkdf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDC1C.tmp
pbkdf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/print.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\print.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDDB3.tmp
print.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/scrypt.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\scrypt.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDF5A.tmp
scrypt.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/evp/sign.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\evp\sign.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE111.tmp
sign.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/ex_data.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\ex_data.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE19E.tmp
ex_data.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 20%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/fipsmodule/bcm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\fipsmodule\bcm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE326.tmp
bcm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/fipsmodule/fips_shared_support.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\fipsmodule\fips_shared_support.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE903.tmp
fips_shared_support.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/hpke/hpke.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\hpke\hpke.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE971.tmp
hpke.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/hrss/hrss.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\hrss\hrss.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEB08.tmp
hrss.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/kyber/keccak.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\kyber\keccak.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmED0D.tmp
keccak.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/kyber/kyber.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\kyber\kyber.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEEB4.tmp
kyber.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/lhash/lhash.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\lhash\lhash.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF06A.tmp
lhash.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 21%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/mem.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\mem.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF1E2.tmp
mem.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/obj/obj.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\obj\obj.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF37A.tmp
obj.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/obj/obj_xref.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\obj\obj_xref.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF540.tmp
obj_xref.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_all.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_all.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF6C7.tmp
pem_all.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_info.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_info.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF774.tmp
pem_info.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_lib.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_lib.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF831.tmp
pem_lib.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_oth.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_oth.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFA07.tmp
pem_oth.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 22%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_pk8.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_pk8.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFAA4.tmp
pem_pk8.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_pkey.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_pkey.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFB51.tmp
pem_pkey.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFBFE.tmp
pem_x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pem/pem_xaux.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pem\pem_xaux.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFC9B.tmp
pem_xaux.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pkcs7/pkcs7.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pkcs7\pkcs7.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFD38.tmp
pkcs7.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pkcs7/pkcs7_x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pkcs7\pkcs7_x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFDC6.tmp
pkcs7_x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pkcs8/p5_pbev2.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pkcs8\p5_pbev2.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFF8C.tmp
p5_pbev2.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 23%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pkcs8/pkcs8.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pkcs8\pkcs8.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm142.tmp
pkcs8.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pkcs8/pkcs8_x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pkcs8\pkcs8_x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm308.tmp
pkcs8_x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/poly1305/poly1305.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\poly1305\poly1305.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4EE.tmp
poly1305.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/poly1305/poly1305_arm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\poly1305\poly1305_arm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm695.tmp
poly1305_arm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/poly1305/poly1305_vec.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\poly1305\poly1305_vec.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7FD.tmp
poly1305_vec.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/pool/pool.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\pool\pool.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm965.tmp
pool.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/deterministic.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\deterministic.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAED.tmp
deterministic.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/forkunsafe.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\forkunsafe.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC65.tmp
forkunsafe.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 24%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/getentropy.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\getentropy.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDCD.tmp
getentropy.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/ios.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\ios.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF45.tmp
ios.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/passive.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\passive.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm10BD.tmp
passive.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/rand_extra.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\rand_extra.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1226.tmp
rand_extra.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/trusty.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\trusty.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1294.tmp
trusty.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rand_extra/windows.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rand_extra\windows.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm13FD.tmp
windows.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rc4/rc4.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rc4\rc4.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1575.tmp
rc4.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 25%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/refcount.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\refcount.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm15D3.tmp
refcount.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rsa_extra/rsa_asn1.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rsa_extra\rsa_asn1.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm175B.tmp
rsa_asn1.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rsa_extra/rsa_crypt.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rsa_extra\rsa_crypt.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm18F2.tmp
rsa_crypt.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/rsa_extra/rsa_print.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\rsa_extra\rsa_print.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1AC8.tmp
rsa_print.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/siphash/siphash.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\siphash\siphash.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1B36.tmp
siphash.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/stack/stack.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\stack\stack.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1CAE.tmp
stack.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/thread.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\thread.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1E46.tmp
thread.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 26%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/thread_none.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\thread_none.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1EB4.tmp
thread_none.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/thread_pthread.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\thread_pthread.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm201C.tmp
thread_pthread.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/thread_win.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\thread_win.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2194.tmp
thread_win.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/trust_token/pmbtoken.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\trust_token\pmbtoken.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm230C.tmp
pmbtoken.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/trust_token/trust_token.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\trust_token\trust_token.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2501.tmp
trust_token.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/trust_token/voprf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\trust_token\voprf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm26C7.tmp
voprf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/a_digest.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\a_digest.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm28AD.tmp
a_digest.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 27%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/a_sign.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\a_sign.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm294A.tmp
a_sign.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/a_verify.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\a_verify.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2B10.tmp
a_verify.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/algorithm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\algorithm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2CC7.tmp
algorithm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/asn1_gen.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\asn1_gen.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2E7D.tmp
asn1_gen.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/by_dir.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\by_dir.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3053.tmp
by_dir.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/by_file.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\by_file.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3219.tmp
by_file.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/i2d_pr.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\i2d_pr.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm33D0.tmp
i2d_pr.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 28%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/name_print.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\name_print.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm346D.tmp
name_print.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/policy.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\policy.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm351A.tmp
policy.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/rsa_pss.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\rsa_pss.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm36EF.tmp
rsa_pss.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/t_crl.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\t_crl.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm38B6.tmp
t_crl.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/t_req.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\t_req.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3962.tmp
t_req.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/t_x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\t_x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3B29.tmp
t_x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/t_x509a.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\t_x509a.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3CFE.tmp
t_x509a.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 29%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3EB5.tmp
x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_att.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_att.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3F52.tmp
x509_att.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_cmp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_cmp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4118.tmp
x509_cmp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_d2.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_d2.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm42DE.tmp
x509_d2.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_def.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_def.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm437C.tmp
x509_def.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_ext.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_ext.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4428.tmp
x509_ext.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_lu.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_lu.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm45DF.tmp
x509_lu.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_obj.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_obj.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm47B5.tmp
x509_obj.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 30%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_req.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_req.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm498A.tmp
x509_req.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_set.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_set.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4B41.tmp
x509_set.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_trs.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_trs.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4D07.tmp
x509_trs.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_txt.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_txt.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4ECD.tmp
x509_txt.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_v3.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_v3.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4F6A.tmp
x509_v3.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_vfy.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_vfy.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5131.tmp
x509_vfy.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509_vpm.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509_vpm.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5335.tmp
x509_vpm.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 31%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509cset.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509cset.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm550B.tmp
x509cset.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509name.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509name.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm56C1.tmp
x509name.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509rset.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509rset.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5878.tmp
x509rset.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x509spki.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x509spki.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5A2E.tmp
x509spki.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_algor.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_algor.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5ADB.tmp
x_algor.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_all.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_all.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5B88.tmp
x_all.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_attrib.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_attrib.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5D4E.tmp
x_attrib.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 32%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_crl.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_crl.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5F05.tmp
x_crl.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_exten.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_exten.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm60DB.tmp
x_exten.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_info.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_info.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6281.tmp
x_info.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_name.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_name.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm632E.tmp
x_name.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_pkey.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_pkey.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6504.tmp
x_pkey.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_pubkey.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_pubkey.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm66AB.tmp
x_pubkey.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_req.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_req.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6871.tmp
x_req.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 33%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_sig.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_sig.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6A28.tmp
x_sig.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_spki.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_spki.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6AD4.tmp
x_spki.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_val.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_val.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6B72.tmp
x_val.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_x509.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_x509.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6D19.tmp
x_x509.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509/x_x509a.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509\x_x509a.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6EEE.tmp
x_x509a.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_akey.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_akey.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm70A5.tmp
v3_akey.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_akeya.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_akeya.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm726B.tmp
v3_akeya.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 34%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_alt.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_alt.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7318.tmp
v3_alt.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_bcons.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_bcons.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm74DE.tmp
v3_bcons.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_bitst.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_bitst.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7694.tmp
v3_bitst.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_conf.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_conf.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm785B.tmp
v3_conf.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_cpols.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_cpols.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7A21.tmp
v3_cpols.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_crld.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_crld.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7BF6.tmp
v3_crld.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_enum.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_enum.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7DCC.tmp
v3_enum.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_extku.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_extku.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7F83.tmp
v3_extku.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 35%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_genn.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_genn.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8149.tmp
v3_genn.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_ia5.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_ia5.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm82FF.tmp
v3_ia5.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_info.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_info.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm84B6.tmp
v3_info.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_int.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_int.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8572.tmp
v3_int.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_lib.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_lib.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm861F.tmp
v3_lib.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_ncons.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_ncons.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm87E5.tmp
v3_ncons.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_ocsp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_ocsp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm89BB.tmp
v3_ocsp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 36%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_pcons.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_pcons.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8A68.tmp
v3_pcons.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_pmaps.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_pmaps.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8C2E.tmp
v3_pmaps.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_prn.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_prn.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8DF4.tmp
v3_prn.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_purp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_purp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8EB1.tmp
v3_purp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_skey.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_skey.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9096.tmp
v3_skey.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building C object _deps/boringssl-build/CMakeFiles/crypto.dir/src/crypto/x509v3/v3_utl.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\crypto.dir\src\crypto\x509v3\v3_utl.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm925C.tmp
v3_utl.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Linking C static library crypto.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\crypto.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:crypto.lib @CMakeFiles\crypto.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Built target crypto
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\ssl.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\ssl.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build\CMakeFiles\ssl.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\ssl.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\ssl.dir\build
[ 37%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/bio_ssl.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\bio_ssl.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9449.tmp
bio_ssl.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 37%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/d1_both.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\d1_both.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9573.tmp
d1_both.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/d1_lib.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\d1_lib.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm97A6.tmp
d1_lib.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/d1_pkt.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\d1_pkt.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm99BB.tmp
d1_pkt.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/d1_srtp.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\d1_srtp.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9BBF.tmp
d1_srtp.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/dtls_method.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\dtls_method.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9DC4.tmp
dtls_method.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/dtls_record.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\dtls_record.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9FC8.tmp
dtls_record.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/encrypted_client_hello.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\encrypted_client_hello.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA1CD.tmp
encrypted_client_hello.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 38%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/extensions.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\extensions.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA45E.tmp
extensions.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/handoff.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\handoff.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA72E.tmp
handoff.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/handshake.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\handshake.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA9BF.tmp
handshake.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/handshake_client.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\handshake_client.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAC02.tmp
handshake_client.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/handshake_server.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\handshake_server.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAE84.tmp
handshake_server.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/s3_both.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\s3_both.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB106.tmp
s3_both.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/s3_lib.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\s3_lib.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB349.tmp
s3_lib.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 39%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/s3_pkt.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\s3_pkt.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB56D.tmp
s3_pkt.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_aead_ctx.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_aead_ctx.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB791.tmp
ssl_aead_ctx.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_asn1.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_asn1.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB9B4.tmp
ssl_asn1.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_buffer.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_buffer.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBBF8.tmp
ssl_buffer.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_cert.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_cert.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBDFC.tmp
ssl_cert.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_cipher.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_cipher.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC08D.tmp
ssl_cipher.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_file.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_file.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC2E0.tmp
ssl_file.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 40%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_key_share.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_key_share.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC514.tmp
ssl_key_share.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_lib.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_lib.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC776.tmp
ssl_lib.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_privkey.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_privkey.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCA84.tmp
ssl_privkey.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_session.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_session.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCCC7.tmp
ssl_session.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_stat.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_stat.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCF39.tmp
ssl_stat.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_transcript.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_transcript.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD13E.tmp
ssl_transcript.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_versions.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_versions.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD343.tmp
ssl_versions.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 41%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/ssl_x509.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\ssl_x509.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD567.tmp
ssl_x509.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/t1_enc.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\t1_enc.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD7F8.tmp
t1_enc.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls13_both.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls13_both.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDA1C.tmp
tls13_both.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls13_client.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls13_client.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDC6E.tmp
tls13_client.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls13_enc.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls13_enc.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDEC1.tmp
tls13_enc.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls13_server.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls13_server.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE0F5.tmp
tls13_server.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls_method.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls_method.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE367.tmp
tls_method.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 42%] Building CXX object _deps/boringssl-build/CMakeFiles/ssl.dir/src/ssl/tls_record.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\ssl.dir\src\ssl\tls_record.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE57B.tmp
tls_record.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 43%] Linking CXX static library ssl.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\ssl.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:ssl.lib @CMakeFiles\ssl.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 43%] Built target ssl
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\asio.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\asio.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\CMakeFiles\asio.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\asio.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\asio.dir\build
[ 43%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/asio.dir/__/cache/asio/768c6803bc60664746ad584fc3f2c095659770bd/asio/src/asio.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\asio.dir\__\cache\asio\768c6803bc60664746ad584fc3f2c095659770bd\asio\src\asio.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE7E7.tmp
asio.cpp
Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 43%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/asio.dir/__/cache/asio/768c6803bc60664746ad584fc3f2c095659770bd/asio/src/asio_ssl.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\asio.dir\__\cache\asio\768c6803bc60664746ad584fc3f2c095659770bd\asio\src\asio_ssl.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF093.tmp
asio_ssl.cpp
Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 43%] Linking CXX static library asio.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\asio.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:asio.lib @CMakeFiles\asio.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 43%] Built target asio
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\spdlog-build\CMakeFiles\spdlog.dir\build.make /nologo -L                  _deps\spdlog-build\CMakeFiles\spdlog.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\spdlog\e0808e0edfc43e55bd95c31d6cd529361a86a374 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build\CMakeFiles\spdlog.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\spdlog-build\CMakeFiles\spdlog.dir\build.make /nologo -L                  _deps\spdlog-build\CMakeFiles\spdlog.dir\build
[ 43%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/spdlog.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\spdlog.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF4E7.tmp
spdlog.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/stdout_sinks.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\stdout_sinks.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4.tmp
stdout_sinks.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/color_sinks.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\color_sinks.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm574.tmp
color_sinks.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/file_sinks.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\file_sinks.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA57.tmp
file_sinks.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/async.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\async.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDA3.tmp
async.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building CXX object _deps/spdlog-build/CMakeFiles/spdlog.dir/src/cfg.cpp.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\spdlog.dir\src\cfg.cpp.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1238.tmp
cfg.cpp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Linking CXX static library spdlog.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\spdlog.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\spdlog-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:spdlog.lib @CMakeFiles\spdlog.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Built target spdlog
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\hdr_histogram-build\src\CMakeFiles\hdr_histogram_static.dir\build.make /nologo -L                  _deps\hdr_histogram-build\src\CMakeFiles\hdr_histogram_static.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\hdr_histogram\d0974b8a43396bee1585615ecac5ab23c37c0b7f\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src\CMakeFiles\hdr_histogram_static.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\hdr_histogram-build\src\CMakeFiles\hdr_histogram_static.dir\build.make /nologo -L                  _deps\hdr_histogram-build\src\CMakeFiles\hdr_histogram_static.dir\build
[ 44%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_encoding.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_encoding.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm16F6.tmp
hdr_encoding.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_histogram.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_histogram.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1755.tmp
hdr_histogram.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_histogram_log_no_op.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_histogram_log_no_op.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm17E2.tmp
hdr_histogram_log_no_op.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_interval_recorder.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_interval_recorder.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1841.tmp
hdr_interval_recorder.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 44%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_thread.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_thread.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm18B0.tmp
hdr_thread.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_time.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_time.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm195C.tmp
hdr_time.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Building C object _deps/hdr_histogram-build/src/CMakeFiles/hdr_histogram_static.dir/hdr_writer_reader_phaser.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\hdr_histogram_static.dir\hdr_writer_reader_phaser.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1A19.tmp
hdr_writer_reader_phaser.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Linking C static library hdr_histogram_static.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\hdr_histogram_static.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\hdr_histogram-build\src
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:hdr_histogram_static.lib @CMakeFiles\hdr_histogram_static.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Built target hdr_histogram_static
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\llhttp-build\CMakeFiles\llhttp_static.dir\build.make /nologo -L                  _deps\llhttp-build\CMakeFiles\llhttp_static.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\llhttp\b4ebeb978a9944ee017aca1d16de350c481c0af6 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build\CMakeFiles\llhttp_static.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\llhttp-build\CMakeFiles\llhttp_static.dir\build.make /nologo -L                  _deps\llhttp-build\CMakeFiles\llhttp_static.dir\build
[ 45%] Building C object _deps/llhttp-build/CMakeFiles/llhttp_static.dir/src/llhttp.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\llhttp_static.dir\src\llhttp.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1ADE.tmp
llhttp.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Building C object _deps/llhttp-build/CMakeFiles/llhttp_static.dir/src/http.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\llhttp_static.dir\src\http.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1EB7.tmp
http.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 45%] Building C object _deps/llhttp-build/CMakeFiles/llhttp_static.dir/src/api.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\llhttp_static.dir\src\api.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1F16.tmp
api.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Linking C static library llhttp.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\llhttp_static.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\llhttp-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:llhttp.lib @CMakeFiles\llhttp_static.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Built target llhttp_static
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\snappy-build\CMakeFiles\snappy.dir\build.make /nologo -L                  _deps\snappy-build\CMakeFiles\snappy.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build\CMakeFiles\snappy.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\snappy-build\CMakeFiles\snappy.dir\build.make /nologo -L                  _deps\snappy-build\CMakeFiles\snappy.dir\build
[ 46%] Building CXX object _deps/snappy-build/CMakeFiles/snappy.dir/snappy-c.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\snappy.dir\snappy-c.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1FEF.tmp
snappy-c.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Building CXX object _deps/snappy-build/CMakeFiles/snappy.dir/snappy-sinksource.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\snappy.dir\snappy-sinksource.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm20FA.tmp
snappy-sinksource.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Building CXX object _deps/snappy-build/CMakeFiles/snappy.dir/snappy-stubs-internal.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\snappy.dir\snappy-stubs-internal.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2168.tmp
snappy-stubs-internal.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Building CXX object _deps/snappy-build/CMakeFiles/snappy.dir/snappy.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\snappy.dir\snappy.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm22C1.tmp
snappy.cc
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(121): warning C4244: 'argument': conversion from 'int' to 'int16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(122): warning C4244: 'argument': conversion from 'int' to 'int16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(123): warning C4244: 'argument': conversion from 'int' to 'int16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(756): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(771): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(773): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(851): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(853): warning C4244: '=': conversion from 'int' to 'char', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(868): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(880): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(893): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(929): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(930): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(932): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(946): warning C4244: '=': conversion from 'uint64_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(953): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(997): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1001): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1005): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1010): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1014): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1021): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1023): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1039): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1041): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1043): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1051): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1082): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1084): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1087): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1089): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1091): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1093): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1098): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1101): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1107): warning C4244: '=': conversion from '__int64' to 'uint16_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1110): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1121): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1709): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1728): warning C4244: 'initializing': conversion from '__int64' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1741): warning C4267: 'argument': conversion from 'size_t' to 'const _Ty', possible loss of data
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1806): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1848): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1986): warning C4245: 'initializing': conversion from 'int' to 'size_t', signed/unsigned mismatch
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2634): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2641): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(628): warning C4244: '=': conversion from 'int' to 'char', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(893): note: see reference to function template instantiation 'char *snappy::EmitLiteral<true>(char *,const char *,int)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(636): warning C4244: '=': conversion from 'int' to 'char', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(641): warning C4244: '=': conversion from 'int' to 'char', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(626): warning C4127: conditional expression is constant
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(626): note: consider using 'if constexpr' statement instead
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(953): note: see reference to function template instantiation 'char *snappy::EmitLiteral<false>(char *,const char *,int)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1772): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2132): note: see reference to function template instantiation 'bool snappy::InternalUncompress<snappy::SnappyIOVecWriter>(snappy::Source *,Writer *)' being compiled
        with
        [
            Writer=snappy::SnappyIOVecWriter
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(673): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(698): note: see reference to function template instantiation 'char *snappy::EmitCopyAtMost64<true>(char *,size_t,size_t)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(915): note: see reference to function template instantiation 'char *snappy::EmitCopy<true>(char *,size_t,size_t)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(675): warning C4245: 'initializing': conversion from 'int' to 'uint32_t', signed/unsigned mismatch
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(687): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1627): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1785): note: see reference to function template instantiation 'void snappy::SnappyDecompressor::DecompressAllTags<Writer>(Writer *)' being compiled
        with
        [
            Writer=snappy::SnappyArrayWriter
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2634): note: see reference to function template instantiation 'bool snappy::InternalUncompressAllTags<snappy::SnappyArrayWriter>(snappy::SnappyDecompressor *,Writer *,uint32_t,uint32_t)' being compiled
        with
        [
            Writer=snappy::SnappyArrayWriter
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1640): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1665): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1665): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'const uint32_t', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2456): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2454): note: while compiling class template member function 'bool snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>::TryFastAppend(const char *,size_t,size_t,char **)'
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1614): note: see reference to function template instantiation 'bool snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>::TryFastAppend(const char *,size_t,size_t,char **)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2610): note: see reference to class template instantiation 'snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2456): warning C4244: 'initializing': conversion from '__int64' to 'const int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2515): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2499): note: while compiling class template member function 'bool snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>::SlowAppend(const char *,size_t)'
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(2447): note: see reference to function template instantiation 'bool snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>::SlowAppend(const char *,size_t)' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\snappy\0a0393fbb938164315e957714705b5f76605fcf4\snappy.cc(1785): note: see reference to function template instantiation 'void snappy::SnappyDecompressor::DecompressAllTags<Writer>(Writer *)' being compiled
        with
        [
            Writer=snappy::SnappyScatteredWriter<snappy::SnappySinkAllocator>
        ]
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Linking CXX static library snappy.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\snappy.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\snappy-build
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:snappy.lib @CMakeFiles\snappy.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Built target snappy
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\core\platform\CMakeFiles\couchbase_backtrace.dir\build.make /nologo -L                  deps\couchbase-cxx-client\core\platform\CMakeFiles\couchbase_backtrace.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client\core\platform C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\core\platform C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\core\platform\CMakeFiles\couchbase_backtrace.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\core\platform\CMakeFiles\couchbase_backtrace.dir\build.make /nologo -L                  deps\couchbase-cxx-client\core\platform\CMakeFiles\couchbase_backtrace.dir\build
[ 46%] Building C object deps/couchbase-cxx-client/core/platform/CMakeFiles/couchbase_backtrace.dir/backtrace.c.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\core\platform
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_backtrace.dir\backtrace.c.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\core\platform --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm25FA.tmp
backtrace.c
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Built target couchbase_backtrace
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\couchbase_cxx_client_static.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\couchbase_cxx_client_static.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client\CMakeFiles\couchbase_cxx_client_static.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f deps\couchbase-cxx-client\CMakeFiles\couchbase_cxx_client_static.dir\build.make /nologo -L                  deps\couchbase-cxx-client\CMakeFiles\couchbase_cxx_client_static.dir\build
[ 46%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/generated/mozilla_ca_bundle.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\generated\mozilla_ca_bundle.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2761.tmp
mozilla_ca_bundle.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 46%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/agent.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\agent.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2908.tmp
agent.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/agent_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\agent_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2F52.tmp
agent_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/agent_group.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\agent_group.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm33E7.tmp
agent_group.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/agent_group_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\agent_group_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3A41.tmp
agent_group_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/analytics_query_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\analytics_query_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3EF5.tmp
analytics_query_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/bucket.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\bucket.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm40CB.tmp
bucket.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/cluster.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\cluster.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm57DE.tmp
cluster.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/cluster_agent.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\cluster_agent.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2B9B.tmp
cluster_agent.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 47%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/cluster_agent_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\cluster_agent_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3149.tmp
cluster_agent_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/cluster_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\cluster_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm360C.tmp
cluster_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/collections_component.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\collections_component.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm386F.tmp
collections_component.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/agent.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\agent.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4939.tmp
agent.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/agent_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\agent_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5167.tmp
agent_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/backoff_calculator.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\backoff_calculator.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm587D.tmp
backoff_calculator.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/error.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\error.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5A53.tmp
error.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 48%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/error_codes.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\error_codes.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5EA9.tmp
error_codes.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/management_component.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\management_component.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6040.tmp
management_component.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/query_component.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\query_component.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6CE4.tmp
query_component.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/columnar/query_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\columnar\query_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7F63.tmp
query_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/config_profiles.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\config_profiles.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm85AD.tmp
config_profiles.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/core_sdk_shim.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\core_sdk_shim.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm88BC.tmp
core_sdk_shim.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/crud_component.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\crud_component.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8D60.tmp
crud_component.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 49%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/crypto/cbcrypto.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\crypto\cbcrypto.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9D11.tmp
cbcrypto.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/dispatcher.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\dispatcher.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9F64.tmp
dispatcher.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/document_id.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\document_id.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA38B.tmp
document_id.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/error_context/key_value.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\error_context\key_value.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA60D.tmp
key_value.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/free_form_http_request.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\free_form_http_request.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA8CD.tmp
free_form_http_request.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/http_component.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\http_component.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmADBF.tmp
http_component.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/analytics.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\analytics.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC39A.tmp
analytics.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 50%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/analytics_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\analytics_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC82F.tmp
analytics_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/analytics_index_manager.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\analytics_index_manager.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC9D6.tmp
analytics_index_manager.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/best_effort_retry_strategy.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\best_effort_retry_strategy.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDA61.tmp
best_effort_retry_strategy.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/binary_collection.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\binary_collection.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDCC4.tmp
binary_collection.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/boolean_field_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\boolean_field_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE938.tmp
boolean_field_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/boolean_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\boolean_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEE3A.tmp
boolean_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/bucket.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\bucket.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF466.tmp
bucket.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 51%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/bucket_manager.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\bucket_manager.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFCD3.tmp
bucket_manager.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/cluster.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\cluster.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7FF.tmp
cluster.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/collection.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\collection.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1C63.tmp
collection.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/collection_manager.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\collection_manager.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3461.tmp
collection_manager.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/common_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\common_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3F9D.tmp
common_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/configuration_profiles_registry.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\configuration_profiles_registry.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4163.tmp
configuration_profiles_registry.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/conjunction_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\conjunction_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4471.tmp
conjunction_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 52%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/date_range.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\date_range.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4A7D.tmp
date_range.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/date_range_facet.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\date_range_facet.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4FBE.tmp
date_range_facet.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/date_range_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\date_range_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5675.tmp
date_range_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/date_range_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\date_range_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5993.tmp
date_range_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/diagnostics.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\diagnostics.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6174.tmp
diagnostics.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/disjunction_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\disjunction_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6A7D.tmp
disjunction_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/dns_srv_tracker.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\dns_srv_tracker.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm70C8.tmp
dns_srv_tracker.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/doc_id_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\doc_id_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7916.tmp
doc_id_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 53%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/error.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\error.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7FAE.tmp
error.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/error_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\error_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8A00.tmp
error_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/expiry.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\expiry.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8D4D.tmp
expiry.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/fail_fast_retry_strategy.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\fail_fast_retry_strategy.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm92DB.tmp
fail_fast_retry_strategy.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/field_level_encryption_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\field_level_encryption_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm94FF.tmp
field_level_encryption_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/geo_bounding_box_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\geo_bounding_box_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm96B6.tmp
geo_bounding_box_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/geo_distance_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\geo_distance_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9C45.tmp
geo_distance_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 54%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/geo_polygon_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\geo_polygon_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA1B4.tmp
geo_polygon_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/get_replica.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\get_replica.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA84D.tmp
get_replica.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_date_range_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_date_range_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmABB9.tmp
internal_date_range_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_error_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_error_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAEF6.tmp
internal_error_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_numeric_range_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_numeric_range_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBE78.tmp
internal_numeric_range_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_search_error_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_search_error_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC196.tmp
internal_search_error_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_search_meta_data.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_search_meta_data.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC4E2.tmp
internal_search_meta_data.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 55%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_search_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_search_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC81F.tmp
internal_search_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_search_row.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_search_row.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCCF3.tmp
internal_search_row.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_search_row_locations.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_search_row_locations.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD0DC.tmp
internal_search_row_locations.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/internal_term_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\internal_term_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD542.tmp
internal_term_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/key_value_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\key_value_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD860.tmp
key_value_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/key_value_error_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\key_value_error_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDA35.tmp
key_value_error_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/logger.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\logger.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE2F1.tmp
logger.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 56%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/lookup_in_replica.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\lookup_in_replica.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE553.tmp
lookup_in_replica.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/management_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\management_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEB9E.tmp
management_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/match_all_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\match_all_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmED64.tmp
match_all_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/match_none_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\match_none_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF2C4.tmp
match_none_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/match_phrase_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\match_phrase_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF8A1.tmp
match_phrase_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/match_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\match_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFD93.tmp
match_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/network_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\network_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2D4.tmp
network_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 57%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/numeric_range.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\numeric_range.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm48B.tmp
numeric_range.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/numeric_range_facet.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\numeric_range_facet.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm76A.tmp
numeric_range_facet.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/numeric_range_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\numeric_range_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE31.tmp
numeric_range_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/numeric_range_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\numeric_range_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm11CC.tmp
numeric_range_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/observe_poll.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\observe_poll.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm16FD.tmp
observe_poll.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/observe_seqno.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\observe_seqno.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2074.tmp
observe_seqno.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/phrase_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\phrase_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm23D1.tmp
phrase_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/prefix_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\prefix_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2A69.tmp
prefix_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 58%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2F6B.tmp
query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/query_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\query_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm37C9.tmp
query_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/query_error_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\query_error_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3960.tmp
query_error_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/query_index_manager.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\query_index_manager.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm419F.tmp
query_index_manager.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/query_string_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\query_string_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm516E.tmp
query_string_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/regexp_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\regexp_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5671.tmp
regexp_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/replica_utils.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\replica_utils.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5B73.tmp
replica_utils.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 59%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/retry_action.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\retry_action.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5E04.tmp
retry_action.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/retry_reason.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\retry_reason.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5EF0.tmp
retry_reason.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/scan_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\scan_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6068.tmp
scan_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/scope.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\scope.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm651C.tmp
scope.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7326.tmp
search.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7F9B.tmp
search_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_index_manager.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_index_manager.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8132.tmp
search_index_manager.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 60%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_meta_data.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_meta_data.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm90B4.tmp
search_meta_data.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_request.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_request.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm93E1.tmp
search_request.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm99CE.tmp
search_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_row.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_row.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9D2A.tmp
search_row.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_row_location.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_row_location.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA087.tmp
search_row_location.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_row_locations.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_row_locations.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA395.tmp
search_row_locations.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_sort_field.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_sort_field.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA720.tmp
search_sort_field.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 61%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_sort_geo_distance.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_sort_geo_distance.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmACBF.tmp
search_sort_geo_distance.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_sort_id.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_sort_id.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB27D.tmp
search_sort_id.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/search_sort_score.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\search_sort_score.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB7EC.tmp
search_sort_score.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/streaming_json_lexer_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\streaming_json_lexer_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBD3D.tmp
streaming_json_lexer_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/array_add_unique.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\array_add_unique.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBF12.tmp
array_add_unique.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/array_append.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\array_append.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC0B9.tmp
array_append.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/array_insert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\array_insert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC260.tmp
array_insert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 62%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/array_prepend.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\array_prepend.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC3F7.tmp
array_prepend.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/count.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\count.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC5AE.tmp
count.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/counter.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\counter.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC735.tmp
counter.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/exists.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\exists.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCB0F.tmp
exists.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCCA6.tmp
get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/insert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\insert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCE3D.tmp
insert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/join_values.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\join_values.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCFE4.tmp
join_values.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 63%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/lookup_in_macro.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\lookup_in_macro.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD12D.tmp
lookup_in_macro.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/lookup_in_specs.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\lookup_in_specs.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD303.tmp
lookup_in_specs.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/mutate_in_macro.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\mutate_in_macro.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD4AA.tmp
mutate_in_macro.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/mutate_in_specs.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\mutate_in_specs.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD680.tmp
mutate_in_specs.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/remove.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\remove.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD855.tmp
remove.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/replace.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\replace.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD9DD.tmp
replace.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/subdoc/upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\subdoc\upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDB84.tmp
upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/term_facet.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\term_facet.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDD2B.tmp
term_facet.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 64%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/term_facet_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\term_facet_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE27B.tmp
term_facet_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/term_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\term_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE599.tmp
term_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/term_range_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\term_range_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEADA.tmp
term_range_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/transaction_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\transaction_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEFDC.tmp
transaction_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/transaction_get_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\transaction_get_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF183.tmp
transaction_get_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/transaction_op_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\transaction_op_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF8A8.tmp
transaction_op_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/vector_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\vector_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFA7E.tmp
vector_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 65%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/vector_search.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\vector_search.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB9.tmp
vector_search.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/view_error_category.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\view_error_category.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6D4.tmp
view_error_category.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/impl/wildcard_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\impl\wildcard_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm86B.tmp
wildcard_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/config_tracker.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\config_tracker.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD6E.tmp
config_tracker.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/dns_client.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\dns_client.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm22FA.tmp
dns_client.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/dns_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\dns_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm351C.tmp
dns_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/http_parser.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\http_parser.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3BA5.tmp
http_parser.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 66%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/http_session.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\http_session.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3EB3.tmp
http_session.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/http_streaming_parser.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\http_streaming_parser.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm52E8.tmp
http_streaming_parser.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/http_streaming_response.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\http_streaming_response.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5579.tmp
http_streaming_response.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/mcbp_message.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\mcbp_message.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm62A9.tmp
mcbp_message.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/mcbp_parser.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\mcbp_parser.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6394.tmp
mcbp_parser.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/mcbp_session.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\mcbp_session.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6693.tmp
mcbp_session.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/io/streams.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\io\streams.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm845D.tmp
streams.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 67%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/key_value_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\key_value_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm966F.tmp
key_value_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/logger/custom_rotating_file_sink.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\logger\custom_rotating_file_sink.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9B04.tmp
custom_rotating_file_sink.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/logger/logger.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\logger\logger.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9E22.tmp
logger.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/management/analytics_link_azure_blob_external.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\management\analytics_link_azure_blob_external.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA3E0.tmp
analytics_link_azure_blob_external.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/management/analytics_link_couchbase_remote.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\management\analytics_link_couchbase_remote.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA70D.tmp
analytics_link_couchbase_remote.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/management/analytics_link_s3_external.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\management\analytics_link_s3_external.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAA3B.tmp
analytics_link_s3_external.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/management/search_index.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\management\search_index.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAD68.tmp
search_index.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 68%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/big_endian.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\big_endian.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB2C8.tmp
big_endian.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/buffer_writer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\buffer_writer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB3F2.tmp
buffer_writer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/codec.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\codec.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB4FD.tmp
codec.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/command_code.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\command_code.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB9FF.tmp
command_code.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/operation_consumer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\operation_consumer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBB58.tmp
operation_consumer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/operation_queue.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\operation_queue.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBFFC.tmp
operation_queue.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/packet.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\packet.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC5BA.tmp
packet.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/queue_request.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\queue_request.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC955.tmp
queue_request.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 69%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/mcbp/server_duration.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\mcbp\server_duration.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCF32.tmp
server_duration.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/meta/version.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\meta\version.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD01D.tmp
version.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/metrics/logging_meter.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\metrics\logging_meter.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDCB1.tmp
logging_meter.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/metrics/meter_wrapper.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\metrics\meter_wrapper.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE9D1.tmp
meter_wrapper.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/n1ql_query_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\n1ql_query_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmED7C.tmp
n1ql_query_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_analytics.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_analytics.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEF80.tmp
document_analytics.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_append.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_append.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF9D2.tmp
document_append.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 70%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_decrement.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_decrement.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFD6D.tmp
document_decrement.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_exists.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_exists.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm108.tmp
document_exists.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm464.tmp
document_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_get_and_lock.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_get_and_lock.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7D0.tmp
document_get_and_lock.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_get_and_touch.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_get_and_touch.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB3C.tmp
document_get_and_touch.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_get_projected.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_get_projected.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEB8.tmp
document_get_projected.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_increment.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_increment.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm180F.tmp
document_increment.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 71%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_insert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_insert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1B9B.tmp
document_insert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_lookup_in.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_lookup_in.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1F45.tmp
document_lookup_in.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_mutate_in.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_mutate_in.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm259F.tmp
document_mutate_in.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_prepend.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_prepend.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2A05.tmp
document_prepend.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2DA0.tmp
document_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_remove.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_remove.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3BE9.tmp
document_remove.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_replace.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_replace.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3F74.tmp
document_replace.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 72%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_search.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_search.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm430F.tmp
document_search.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_touch.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_touch.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5020.tmp
document_touch.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_unlock.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_unlock.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm537C.tmp
document_unlock.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm56D9.tmp
document_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/document_view.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\document_view.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5A64.tmp
document_view.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/http_noop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\http_noop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6419.tmp
http_noop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_dataset_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_dataset_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6708.tmp
analytics_dataset_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 73%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_dataset_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_dataset_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6EAB.tmp
analytics_dataset_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_dataset_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_dataset_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm763D.tmp
analytics_dataset_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_dataverse_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_dataverse_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7DDF.tmp
analytics_dataverse_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_dataverse_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_dataverse_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8591.tmp
analytics_dataverse_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_get_pending_mutations.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_get_pending_mutations.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8D43.tmp
analytics_get_pending_mutations.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_index_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_index_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm94B6.tmp
analytics_index_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_index_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_index_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9CA6.tmp
analytics_index_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 74%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_index_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_index_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA458.tmp
analytics_index_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_connect.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_connect.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmABDB.tmp
analytics_link_connect.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB38D.tmp
analytics_link_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_disconnect.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_disconnect.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBAA2.tmp
analytics_link_disconnect.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC244.tmp
analytics_link_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC9D7.tmp
analytics_link_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/analytics_link_replace.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\analytics_link_replace.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD244.tmp
analytics_link_replace.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD94A.tmp
bucket_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 75%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_describe.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_describe.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE040.tmp
bucket_describe.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE801.tmp
bucket_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_flush.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_flush.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEB9C.tmp
bucket_flush.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEF56.tmp
bucket_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF795.tmp
bucket_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/bucket_update.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\bucket_update.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFFE3.tmp
bucket_update.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/change_password.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\change_password.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm708.tmp
change_password.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 76%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/cluster_describe.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\cluster_describe.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB10.tmp
cluster_describe.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/cluster_developer_preview_enable.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\cluster_developer_preview_enable.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm117A.tmp
cluster_developer_preview_enable.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/collection_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\collection_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1478.tmp
collection_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/collection_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\collection_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1D53.tmp
collection_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/collection_update.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\collection_update.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm25D0.tmp
collection_update.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/collections_manifest_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\collections_manifest_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2EAB.tmp
collections_manifest_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/error_utils.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\error_utils.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3245.tmp
error_utils.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 77%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_deploy_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_deploy_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3999.tmp
eventing_deploy_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_drop_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_drop_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4013.tmp
eventing_drop_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_get_all_functions.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_get_all_functions.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm469C.tmp
eventing_get_all_functions.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_get_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_get_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4FC4.tmp
eventing_get_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_get_status.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_get_status.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm594B.tmp
eventing_get_status.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_pause_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_pause_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm60FD.tmp
eventing_pause_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_resume_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_resume_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6776.tmp
eventing_resume_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 78%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_undeploy_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_undeploy_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6DEF.tmp
eventing_undeploy_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/eventing_upsert_function.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\eventing_upsert_function.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7478.tmp
eventing_upsert_function.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/freeform.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\freeform.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7EBA.tmp
freeform.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/group_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\group_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm818A.tmp
group_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/group_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\group_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm84B7.tmp
group_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/group_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\group_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8B5F.tmp
group_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/group_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\group_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9284.tmp
group_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 79%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/query_index_build.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\query_index_build.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm997B.tmp
query_index_build.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/query_index_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\query_index_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA19A.tmp
query_index_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/query_index_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\query_index_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAC0B.tmp
query_index_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/query_index_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\query_index_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB60E.tmp
query_index_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/query_index_get_all_deferred.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\query_index_get_all_deferred.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBEAA.tmp
query_index_get_all_deferred.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/role_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\role_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC6AA.tmp
role_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/scope_create.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\scope_create.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCD72.tmp
scope_create.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/scope_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\scope_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD61D.tmp
scope_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 80%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/scope_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\scope_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDE8B.tmp
scope_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_get_stats.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_get_stats.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE4F4.tmp
search_get_stats.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_analyze_document.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_analyze_document.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE7A5.tmp
search_index_analyze_document.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_control_ingest.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_control_ingest.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEE9B.tmp
search_index_control_ingest.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_control_plan_freeze.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_control_plan_freeze.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF543.tmp
search_index_control_plan_freeze.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_control_query.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_control_query.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFBDC.tmp
search_index_control_query.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2A3.tmp
search_index_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 81%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm95B.tmp
search_index_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1070.tmp
search_index_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_get_documents_count.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_get_documents_count.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1766.tmp
search_index_get_documents_count.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_get_stats.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_get_stats.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1E2E.tmp
search_index_get_stats.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/search_index_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\search_index_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm24B7.tmp
search_index_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/user_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\user_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2C68.tmp
user_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/user_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\user_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2FF4.tmp
user_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 82%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/user_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\user_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm37B5.tmp
user_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/user_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\user_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4070.tmp
user_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/view_index_drop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\view_index_drop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm47A5.tmp
view_index_drop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/view_index_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\view_index_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4C59.tmp
view_index_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/view_index_get_all.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\view_index_get_all.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5350.tmp
view_index_get_all.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/operations/management/view_index_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\operations\management\view_index_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5B30.tmp
view_index_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/origin.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\origin.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6320.tmp
origin.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 83%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/base64.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\base64.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm78EC.tmp
base64.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/dirutils.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\dirutils.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7AB2.tmp
dirutils.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/random.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\random.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7F08.tmp
random.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/string_hex.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\string_hex.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm818B.tmp
string_hex.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/terminate_handler.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\terminate_handler.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm841B.tmp
terminate_handler.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/platform/uuid.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\platform\uuid.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm863F.tmp
uuid.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/client_request.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\client_request.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8805.tmp
client_request.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 84%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/client_response.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\client_response.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8A48.tmp
client_response.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_append.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_append.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8ECD.tmp
cmd_append.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_cluster_map_change_notification.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_cluster_map_change_notification.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9093.tmp
cmd_cluster_map_change_notification.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_decrement.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_decrement.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9354.tmp
cmd_decrement.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm950A.tmp
cmd_get.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_and_lock.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_and_lock.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm96D0.tmp
cmd_get_and_lock.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_and_touch.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_and_touch.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9887.tmp
cmd_get_and_touch.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 85%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_cluster_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_cluster_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9A4D.tmp
cmd_get_cluster_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_collection_id.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_collection_id.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA337.tmp
cmd_get_collection_id.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_collections_manifest.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_collections_manifest.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA4FD.tmp
cmd_get_collections_manifest.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_error_map.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_error_map.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAA5D.tmp
cmd_get_error_map.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_meta.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_meta.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB0B7.tmp
cmd_get_meta.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_get_replica.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_get_replica.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB26E.tmp
cmd_get_replica.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_hello.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_hello.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB415.tmp
cmd_hello.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_increment.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_increment.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB5EA.tmp
cmd_increment.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 86%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_insert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_insert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB7B0.tmp
cmd_insert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_lookup_in.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_lookup_in.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB977.tmp
cmd_lookup_in.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_lookup_in_replica.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_lookup_in_replica.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBBF8.tmp
cmd_lookup_in_replica.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_mutate_in.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_mutate_in.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBDED.tmp
cmd_mutate_in.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_noop.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_noop.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmBFF2.tmp
cmd_noop.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_observe_seqno.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_observe_seqno.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC189.tmp
cmd_observe_seqno.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_prepend.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_prepend.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC34F.tmp
cmd_prepend.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 87%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_remove.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_remove.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC4F6.tmp
cmd_remove.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_replace.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_replace.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC6BC.tmp
cmd_replace.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_sasl_auth.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_sasl_auth.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC892.tmp
cmd_sasl_auth.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_sasl_list_mechs.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_sasl_list_mechs.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCA39.tmp
cmd_sasl_list_mechs.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_sasl_step.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_sasl_step.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCC0F.tmp
cmd_sasl_step.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_select_bucket.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_select_bucket.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCDC5.tmp
cmd_select_bucket.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_touch.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_touch.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCF6C.tmp
cmd_touch.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 88%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_unlock.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_unlock.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD122.tmp
cmd_unlock.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/cmd_upsert.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\cmd_upsert.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD2C9.tmp
cmd_upsert.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/frame_info_utils.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\frame_info_utils.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD48F.tmp
frame_info_utils.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/protocol/status.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\protocol\status.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD5AA.tmp
status.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/range_scan_load_balancer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\range_scan_load_balancer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD83B.tmp
range_scan_load_balancer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/range_scan_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\range_scan_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDBB7.tmp
range_scan_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/range_scan_orchestrator.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\range_scan_orchestrator.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDDDA.tmp
range_scan_orchestrator.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 89%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/retry_orchestrator.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\retry_orchestrator.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEDE9.tmp
retry_orchestrator.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/row_streamer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\row_streamer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF5AA.tmp
row_streamer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/client.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\client.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFEF2.tmp
client.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/context.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\context.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm155.tmp
context.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/mechanism.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\mechanism.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2BD.tmp
mechanism.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/plain/plain.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\plain\plain.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm493.tmp
plain.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/scram-sha/scram-sha.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\scram-sha\scram-sha.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm659.tmp
scram-sha.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 90%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/sasl/scram-sha/stringutils.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\sasl\scram-sha\stringutils.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAEE.tmp
stringutils.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/scan_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\scan_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmC56.tmp
scan_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/search_query_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\search_query_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFC2.tmp
search_query_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/seed_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\seed_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm11A7.tmp
seed_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/topology/configuration.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\topology\configuration.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1496.tmp
configuration.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(126): warning C4244: '=': conversion from '_Ty' to 'unsigned short', possible loss of data
        with
        [
            _Ty=long
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<long>(_Ty2 &&)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=long
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<long>(_Ty2 &&)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=long
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client\core\topology\configuration.cxx(305): note: see reference to function template instantiation 'std::optional<uint16_t> &std::optional<uint16_t>::operator =<long,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=long
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\couchbase-cxx-client\core\topology\configuration.cxx(305): note: see reference to function template instantiation 'std::optional<uint16_t> &std::optional<uint16_t>::operator =<long,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=long
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\xutility(149): warning C4244: 'initializing': conversion from '_Ty' to '_Ty', possible loss of data
        with
        [
            _Ty=long
        ]
        and
        [
            _Ty=unsigned short
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(115): note: see reference to function template instantiation 'void std::_Construct_in_place<unsigned short,_Ty>(unsigned short &,_Ty &&) noexcept' being compiled
        with
        [
            _Ty=long
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(128): note: see reference to function template instantiation '_Ty &std::_Optional_construct_base<_Ty>::_Construct<long>(long &&)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(128): note: see reference to function template instantiation '_Ty &std::_Optional_construct_base<_Ty>::_Construct<long>(long &&)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<long>(_Ty2 &&)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=long
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<long>(_Ty2 &&)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=long
        ]
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/tracing/threshold_logging_tracer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\tracing\threshold_logging_tracer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm187F.tmp
threshold_logging_tracer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/tracing/tracer_wrapper.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\tracing\tracer_wrapper.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2736.tmp
tracer_wrapper.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 91%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/active_transaction_record.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\active_transaction_record.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm29C7.tmp
active_transaction_record.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/async_attempt_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\async_attempt_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3939.tmp
async_attempt_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/atr_cleanup_entry.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\atr_cleanup_entry.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3E5B.tmp
atr_cleanup_entry.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/atr_ids.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\atr_ids.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm530D.tmp
atr_ids.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/attempt_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\attempt_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5948.tmp
attempt_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/attempt_context_impl.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\attempt_context_impl.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5E69.tmp
attempt_context_impl.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/attempt_context_testing_hooks.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\attempt_context_testing_hooks.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8FEA.tmp
attempt_context_testing_hooks.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/binary.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\binary.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm927B.tmp
binary.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 92%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/cleanup_testing_hooks.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\cleanup_testing_hooks.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm93E4.tmp
cleanup_testing_hooks.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/exceptions.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\exceptions.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm957B.tmp
exceptions.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/forward_compat.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\forward_compat.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm9E07.tmp
forward_compat.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/internal/doc_record.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\internal\doc_record.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmA6C3.tmp
doc_record.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmAB29.tmp
result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/staged_mutation.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\staged_mutation.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB089.tmp
staged_mutation.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_attempt.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_attempt.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCBD2.tmp
transaction_attempt.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 93%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_context.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_context.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmCD79.tmp
transaction_context.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_get_result.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_get_result.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmDF3D.tmp
transaction_get_result.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_keyspace.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_keyspace.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEB25.tmp
transaction_keyspace.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_links.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_links.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmEFD9.tmp
transaction_links.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transaction_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transaction_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF642.tmp
transaction_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transactions.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transactions.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmFB16.tmp
transactions.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transactions_cleanup.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transactions_cleanup.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmB82.tmp
transactions_cleanup.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 94%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/transactions_config.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\transactions_config.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm217C.tmp
transactions_config.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/uid_generator.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\uid_generator.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm248A.tmp
uid_generator.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/transactions/utils.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\transactions\utils.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm2621.tmp
utils.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/binary.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\binary.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3323.tmp
binary.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/connection_string.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\connection_string.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm348B.tmp
connection_string.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/duration_parser.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\duration_parser.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm3EAE.tmp
duration_parser.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/json.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\json.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm40F1.tmp
json.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 95%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/json_streaming_lexer.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\json_streaming_lexer.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm540C.tmp
json_streaming_lexer.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/mutation_token.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\mutation_token.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm56EC.tmp
mutation_token.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/split_string.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\split_string.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5845.tmp
split_string.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/utils/url_codec.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\utils\url_codec.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5A97.tmp
url_codec.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Building CXX object deps/couchbase-cxx-client/CMakeFiles/couchbase_cxx_client_static.dir/core/view_query_options.cxx.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase_cxx_client_static.dir\core\view_query_options.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5D86.tmp
view_query_options.cxx
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Linking CXX static library couchbase_cxx_client_static.lib
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	"C:\Program Files\CMake\bin\cmake.exe" -P CMakeFiles\couchbase_cxx_client_static.dir\cmake_clean_target.cmake
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\deps\couchbase-cxx-client
	C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe /nologo /machine:x64 /out:couchbase_cxx_client_static.lib @CMakeFiles\couchbase_cxx_client_static.dir\objects1.rsp
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 96%] Built target couchbase_cxx_client_static
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f CMakeFiles\couchbase.dir\build.make /nologo -L                  CMakeFiles\couchbase.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\CMakeFiles\couchbase.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f CMakeFiles\couchbase.dir\build.make /nologo -L                  CMakeFiles\couchbase.dir\build
[ 97%] Building CXX object CMakeFiles/couchbase.dir/php_couchbase.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\php_couchbase.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm7C1D.tmp
php_couchbase.cxx
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/common.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\common.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8248.tmp
common.cxx
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/connection_handle.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\connection_handle.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm8844.tmp
connection_handle.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(610): warning C4018: '>': signed/unsigned mismatch
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(472): note: see reference to function template instantiation 'bool std::operator ><uint32_t,int,0>(const std::optional<uint32_t> &,const _Ty2 &)' being compiled
        with
        [
            _Ty2=int
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(126): warning C4244: '=': conversion from 'zend_long' to 'unsigned short', possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<zend_long&>(_Ty2)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<zend_long&>(_Ty2)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6030): note: see reference to function template instantiation 'std::optional<uint16_t> &std::optional<uint16_t>::operator =<zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6030): note: see reference to function template instantiation 'std::optional<uint16_t> &std::optional<uint16_t>::operator =<zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(5883): note: see reference to function template instantiation 'void couchbase::php::apply_options::<lambda_924d47507df531bfed08e061574747be>::operator ()<zend_long>(zend_long) const' being compiled
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6031): note: see reference to function template instantiation 'void couchbase::php::options::assign_number<couchbase::php::apply_options::<lambda_924d47507df531bfed08e061574747be>>(const char *,const zend_string *,const zval *,Setter)' being compiled
        with
        [
            Setter=couchbase::php::apply_options::<lambda_924d47507df531bfed08e061574747be>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\xutility(149): warning C4244: 'initializing': conversion from 'zend_long' to '_Ty', possible loss of data
        with
        [
            _Ty=unsigned short
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(115): note: see reference to function template instantiation 'void std::_Construct_in_place<unsigned short,zend_long&>(_Ty &,zend_long &) noexcept' being compiled
        with
        [
            _Ty=unsigned short
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(128): note: see reference to function template instantiation '_Ty &std::_Optional_construct_base<_Ty>::_Construct<zend_long&>(zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(128): note: see reference to function template instantiation '_Ty &std::_Optional_construct_base<_Ty>::_Construct<zend_long&>(zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<zend_long&>(_Ty2)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(265): note: see reference to function template instantiation 'void std::_Optional_construct_base<_Ty>::_Assign<zend_long&>(_Ty2)' being compiled
        with
        [
            _Ty=uint16_t,
            _Ty2=zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(112): note: see reference to function template instantiation 'Integer couchbase::php::parse_integer<Integer>(const std::string &,size_t *,int)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(163): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer_from_hex<Integer>(const zend_string *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(2539): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<std::optional<uint32_t>>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<int32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<int32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(112): note: see reference to function template instantiation 'Integer couchbase::php::parse_integer<Integer>(const std::string &,size_t *,int)' being compiled
        with
        [
            Integer=std::optional<int32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(163): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer_from_hex<Integer>(const zend_string *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<int32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<int32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(3984): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<std::optional<int32_t>>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<int32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=int32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<int32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<int32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<int32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\connection_handle.cxx(6298): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<int32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<int32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<int32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<int32_t>,
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<int32_t>,
            _Ty2=const zend_long &
        ]
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/conversion_utilities.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\conversion_utilities.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmD3C5.tmp
conversion_utilities.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned short', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint16_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint16_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<uint16_t>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(421): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<uint16_t>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(112): note: see reference to function template instantiation 'Integer couchbase::php::parse_integer<Integer>(const std::string &,size_t *,int)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(163): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer_from_hex<Integer>(const zend_string *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(708): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<std::optional<uint32_t>>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.cxx(1240): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/logger.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\logger.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmE2F9.tmp
logger.cxx
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/persistent_connections_cache.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\persistent_connections_cache.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmED79.tmp
persistent_connections_cache.cxx
[ 97%] Building CXX object CMakeFiles/couchbase.dir/wrapper/scan_result_resource.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\scan_result_resource.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nmF654.tmp
scan_result_resource.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned short', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(321): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(321): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint16_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint16_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<uint16_t>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint16_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(148): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<uint16_t>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint16_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(321): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(321): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<uint32_t>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\scan_result_resource.cxx(151): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<uint32_t>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=uint32_t
        ]
[ 98%] Building CXX object CMakeFiles/couchbase.dir/wrapper/transaction_context_resource.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\transaction_context_resource.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4CC.tmp
transaction_context_resource.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from '_Ty' to 'unsigned int', possible loss of data
        with
        [
            _Ty=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<unsigned __int64>(std::in_place_t,unsigned __int64 &&)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(93): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<unsigned __int64,0>(_Ty2 &&)' being compiled
        with
        [
            _Ty2=unsigned __int64
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(112): note: see reference to function template instantiation 'Integer couchbase::php::parse_integer<Integer>(const std::string &,size_t *,int)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(163): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer_from_hex<Integer>(const zend_string *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(178): note: see reference to function template instantiation 'std::pair<couchbase::php::core_error_info,std::optional<Integer>> couchbase::php::cb_get_integer<Integer>(const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(680): note: see reference to function template instantiation 'couchbase::php::core_error_info couchbase::php::cb_assign_integer<std::optional<uint32_t>>(Integer &,const zval *,std::string_view)' being compiled
        with
        [
            Integer=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4244: 'initializing': conversion from 'const zend_long' to 'unsigned int', possible loss of data
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=uint32_t
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(69): note: see reference to function template instantiation 'std::optional<uint32_t>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\transaction_context_resource.cxx(979): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\optional(185): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base<const zend_long&>(std::in_place_t,const zend_long &)' being compiled
        with
        [
            _Ty=std::optional<uint32_t>
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\wrapper\conversion_utilities.hxx(171): note: see reference to function template instantiation 'std::optional<Integer>::optional<const zend_long&,0>(_Ty2)' being compiled
        with
        [
            Integer=std::optional<uint32_t>,
            _Ty2=const zend_long &
        ]
[ 98%] Building CXX object CMakeFiles/couchbase.dir/wrapper/transactions_resource.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\transactions_resource.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm1A59.tmp
transactions_resource.cxx
[ 98%] Building CXX object CMakeFiles/couchbase.dir/wrapper/version.cxx.obj
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\couchbase.dir\wrapper\version.cxx.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm27F6.tmp
version.cxx
[ 98%] Linking CXX shared library php_couchbase.dll
	"C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --intdir=CMakeFiles\couchbase.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\couchbase.dir\objects1.rsp @C:\Users\RUNNER~1\AppData\Local\Temp\nm2AA7.tmp
Visual Studio Incremental Link with embedded manifests
Create CMakeFiles\couchbase.dir/manifest.rc
Create empty: CMakeFiles\couchbase.dir/embed.manifest
RC Pass 1:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe /fo CMakeFiles\couchbase.dir/manifest.res CMakeFiles\couchbase.dir/manifest.rc
LINK Pass 1:
C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\couchbase.dir\objects1.rsp /out:php_couchbase.dll /implib:php_couchbase.lib /pdb:C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\php_couchbase.pdb /dll /version:0.0 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\lib\php8.lib /machine:x64 /debug /INCREMENTAL deps\couchbase-cxx-client\couchbase_cxx_client_static.lib _deps\spdlog-build\spdlog.lib _deps\fmt-build\fmt.lib deps\couchbase-cxx-client\asio.lib _deps\llhttp-build\llhttp.lib _deps\snappy-build\snappy.lib _deps\hdr_histogram-build\src\hdr_histogram_static.lib iphlpapi.lib _deps\boringssl-build\ssl.lib _deps\boringssl-build\crypto.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\couchbase.dir/intermediate.manifest CMakeFiles\couchbase.dir/manifest.res
   Creating library php_couchbase.lib and object php_couchbase.exp
MT:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe /nologo /manifest CMakeFiles\couchbase.dir/intermediate.manifest /out:CMakeFiles\couchbase.dir/embed.manifest /notify_update
RC Pass 2:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe /fo CMakeFiles\couchbase.dir/manifest.res CMakeFiles\couchbase.dir/manifest.rc
FINAL LINK:
C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\couchbase.dir\objects1.rsp /out:php_couchbase.dll /implib:php_couchbase.lib /pdb:C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\php_couchbase.pdb /dll /version:0.0 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\php-dev\lib\php8.lib /machine:x64 /debug /INCREMENTAL deps\couchbase-cxx-client\couchbase_cxx_client_static.lib _deps\spdlog-build\spdlog.lib _deps\fmt-build\fmt.lib deps\couchbase-cxx-client\asio.lib _deps\llhttp-build\llhttp.lib _deps\snappy-build\snappy.lib _deps\hdr_histogram-build\src\hdr_histogram_static.lib iphlpapi.lib _deps\boringssl-build\ssl.lib _deps\boringssl-build\crypto.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\couchbase.dir/intermediate.manifest CMakeFiles\couchbase.dir/manifest.res
   Creating library php_couchbase.lib and object php_couchbase.exp
	echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/x64/Release/cmake-build/php_couchbase.dll C:/Users/runneradmin/AppData/Local/Temp/8f4c540a/x64/Release/cmake-build/php_couchbase.lib C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release/
[ 98%] Built target couchbase
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\bssl.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\bssl.dir\depend
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\src\deps\cache\boringssl\2309ffe6a402a1a0f8219f709cfd12acc28a2bb3 C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build\CMakeFiles\bssl.dir\DependInfo.cmake "--color="
	"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"  -f _deps\boringssl-build\CMakeFiles\bssl.dir\build.make /nologo -L                  _deps\boringssl-build\CMakeFiles\bssl.dir\build
[ 98%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/args.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\args.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4624.tmp
args.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 98%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/ciphers.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\ciphers.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm47EA.tmp
ciphers.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 98%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/client.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\client.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4981.tmp
client.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 98%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/const.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\const.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4E35.tmp
const.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/digest.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\digest.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm4F40.tmp
digest.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/fd.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\fd.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm51C1.tmp
fd.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/file.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\file.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm52EB.tmp
file.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/generate_ech.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\generate_ech.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5434.tmp
generate_ech.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/generate_ed25519.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\generate_ed25519.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5668.tmp
generate_ed25519.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/genrsa.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\genrsa.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm580F.tmp
genrsa.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[ 99%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/pkcs12.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\pkcs12.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm59D5.tmp
pkcs12.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/rand.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\rand.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm5EC7.tmp
rand.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/server.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\server.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm604F.tmp
server.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/sign.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\sign.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm636D.tmp
sign.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/speed.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\speed.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm65A0.tmp
speed.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/tool.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\tool.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6C77.tmp
tool.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Building CXX object _deps/boringssl-build/CMakeFiles/bssl.dir/src/tool/transport_common.cc.obj
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_cl_compile_depends --dep-file=CMakeFiles\bssl.dir\src\tool\transport_common.cc.obj.d --working-dir=C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build --filter-prefix="Note: including file: " -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe @C:\Users\RUNNER~1\AppData\Local\Temp\nm6E5D.tmp
transport_common.cc
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Linking CXX executable bssl.exe
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build
	"C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\bssl.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\bssl.dir\objects1.rsp @C:\Users\RUNNER~1\AppData\Local\Temp\nm7217.tmp
Visual Studio Incremental Link with embedded manifests
Create CMakeFiles\bssl.dir/manifest.rc
Create empty: CMakeFiles\bssl.dir/embed.manifest
RC Pass 1:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe /fo CMakeFiles\bssl.dir/manifest.res CMakeFiles\bssl.dir/manifest.rc
LINK Pass 1:
C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\bssl.dir\objects1.rsp /out:bssl.exe /implib:bssl.lib /pdb:C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build\bssl.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console ssl.lib crypto.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\bssl.dir/intermediate.manifest CMakeFiles\bssl.dir/manifest.res
MT:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe /nologo /manifest CMakeFiles\bssl.dir/intermediate.manifest /out:CMakeFiles\bssl.dir/embed.manifest /notify_update
RC Pass 2:
C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe /fo CMakeFiles\bssl.dir/manifest.res CMakeFiles\bssl.dir/manifest.rc
FINAL LINK:
C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\bssl.dir\objects1.rsp /out:bssl.exe /implib:bssl.lib /pdb:C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\_deps\boringssl-build\bssl.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console ssl.lib crypto.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\bssl.dir/intermediate.manifest CMakeFiles\bssl.dir/manifest.res
	cd C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build
[100%] Built target bssl
	"C:\Program Files\CMake\bin\cmake.exe" -E cmake_progress_start C:\Users\runneradmin\AppData\Local\Temp\8f4c540a\x64\Release\cmake-build\CMakeFiles 0

NMAKE : warning U4004: too many rules for target 'php_couchbase.dll'
EXT couchbase build complete
