Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[grpc] Build error on x64-windows #41682

Closed
pentanol2 opened this issue Oct 20, 2024 · 1 comment
Closed

[grpc] Build error on x64-windows #41682

pentanol2 opened this issue Oct 20, 2024 · 1 comment

Comments

@pentanol2
Copy link

Package: grpc[codegen,core]:[email protected]#1

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.29.30156.0
  • vcpkg-tool version: 2024-09-30-ab8988503c7cffabfd440b243a383c0a352a023d
    vcpkg-scripts version: d567b66 2024-10-19 (2 days ago)

To Reproduce

vcpkg install grpc

Failure logs

-- Note: grpc only supports static library linkage. Building static library.
-- Using cached grpc-grpc-v1.60.0.tar.gz.
-- Cleaning sources at C:/Users/DevShop/client_projects/triton/vcpkg/buildtrees/grpc/src/v1.60.0-cff025ca16.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/DevShop/client_projects/triton/vcpkg/downloads/grpc-grpc-v1.60.0.tar.gz
-- Applying patch 00001-fix-uwp.patch
-- Applying patch 00002-static-linking-in-linux.patch
-- Applying patch 00003-undef-base64-macro.patch
-- Applying patch 00004-link-gdi32-on-windows.patch
-- Applying patch 00005-fix-uwp-error.patch
-- Applying patch 00009-use-system-upb.patch
-- Applying patch 00015-disable-download-archive.patch
-- Applying patch 00016-fix-plugin-targets.patch
-- Applying patch 00017-abseil.patch
-- Using source at C:/Users/DevShop/client_projects/triton/vcpkg/buildtrees/grpc/src/v1.60.0-cff025ca16.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/Users/DevShop/client_projects/triton/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe --build . --config Release --target install -- -v -j13
    Working Directory: C:/Users/DevShop/client_projects/triton/vcpkg/buildtrees/grpc/x64-windows-rel
    See logs for more information:
      C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\install-x64-windows-rel-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/grpc/portfile.cmake:76 (vcpkg_cmake_install)
  scripts/ports.cmake:192 (include)



C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\install-x64-windows-rel-out.log
Change Dir: 'C:/Users/DevShop/client_projects/triton/vcpkg/buildtrees/grpc/x64-windows-rel'

Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v -v -j13 install
[1/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_ev_driver_posix.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_ev_driver_posix.cc
[2/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper_posix.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper_posix.cc
[3/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\binder\binder_resolver.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\binder\binder_resolver.cc
[4/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_ev_driver_windows.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_ev_driver_windows.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[5/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[6/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\dns_resolver_ares.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\dns_resolver_ares.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[7/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper_windows.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\c_ares\grpc_ares_wrapper_windows.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[8/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\local_subchannel_pool.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\local_subchannel_pool.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[9/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\event_engine\event_engine_client_channel_resolver.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\event_engine\event_engine_client_channel_resolver.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[10/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\resolver\dns\event_engine\service_config_helper.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\resolver\dns\event_engine\service_config_helper.cc
[11/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\lb_policy\xds\xds_cluster_manager.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\xds\xds_cluster_manager.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[12/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc.dir\src\core\ext\filters\client_channel\lb_policy\xds\xds_wrr_locality.cc.obj /Fdgrpc.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\xds\xds_wrr_locality.cc
...
Skipped 4242 lines
...
[881/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\client_channel_service_config.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\client_channel_service_config.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
[882/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\address_filtering.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\address_filtering.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\address_filtering.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\address_filtering.cc
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/time/time.h(801): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_d0460547ex': No space left on device
[883/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\child_policy_handler.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\child_policy_handler.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\child_policy_handler.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\child_policy_handler.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/types/internal/variant.h(1348): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_b2ee8c8ddb': No space left on device
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/types/internal/variant.h(1348): note: see reference to function 'absl::lts_20240722::variant_internal::VariantCopyBaseNontrivial<T0,bool,grpc_core::experimental::Json::NumberValue,std::string,grpc_core::experimental::Json::Object,grpc_core::experimental::Json::Array>::VariantCopyBaseNontrivial(void)'
        with
        [
            T0=absl::lts_20240722::monostate
        ]
[884/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\global_subchannel_pool.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\global_subchannel_pool.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/global_subchannel_pool.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\global_subchannel_pool.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\global_subchannel_pool.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/random/bernoulli_distribution.h(62): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_9b9d31b2ex': No space left on device
[885/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\http_proxy_mapper.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\http_proxy_mapper.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/http_proxy_mapper.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\http_proxy_mapper.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\http_proxy_mapper.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\http_proxy_mapper.cc(306): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_1129cb85db': No space left on device
[886/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\endpoint_list.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\endpoint_list.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/lb_policy/endpoint_list.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\endpoint_list.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\endpoint_list.cc
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/time/time.h(794): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_4c469c40ex': No space left on device
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/time/time.h(868): note: see reference to function 'absl::lts_20240722::Time::Time(const absl::lts_20240722::Time &)'
[887/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\dynamic_filters.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\dynamic_filters.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/dynamic_filters.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\dynamic_filters.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\dynamic_filters.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(613): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_ddcca91bsy': No space left on device
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(588): note: while compiling class template member function '_InIt std::num_get<wchar_t,_InIt>::do_get(_InIt,_InIt,std::ios_base &,std::ios_base::iostate &,double &) const'
        with
        [
            _InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(620): note: see reference to function template instantiation '_InIt std::num_get<wchar_t,_InIt>::do_get(_InIt,_InIt,std::ios_base &,std::ios_base::iostate &,double &) const' being compiled
        with
        [
            _InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(1612): note: see reference to class template instantiation 'std::num_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>' being compiled
[888/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\client_channel.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\client_channel.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/client_channel.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\client_channel.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\client_channel.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\type_traits(1398): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_e52aed21ex': No space left on device
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\utility(100): note: see reference to function template instantiation 'void *&&std::move<_Ty&>(void*&) noexcept' being compiled
        with
        [
            _Ty=void *
        ]
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(249): note: see reference to function template instantiation 'void std::swap<void*,0>(_Ty &,_Ty &) noexcept' being compiled
        with
        [
            _Ty=void *
        ]
[889/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\channel_connectivity.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\channel_connectivity.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/channel_connectivity.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\channel_connectivity.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\channel_connectivity.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\channel_connectivity.cc(266): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_87791ebbdb': No space left on device
[890/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\grpclb\client_load_reporting_filter.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\grpclb\client_load_reporting_filter.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\lb_policy\grpclb\client_load_reporting_filter.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\lb_policy\grpclb\client_load_reporting_filter.cc
C:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\absl/hash/internal/hash.h(114): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_ec4a2f9ddb': No space left on device
[891/1632] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\client_channel_plugin.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\client_channel_plugin.cc
FAILED: CMakeFiles/grpc_unsecure.dir/src/core/ext/filters/client_channel/client_channel_plugin.cc.obj 
C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DABSL_CONSUME_DLL -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x600 -D_WINSOCK_DEPRECATED_NO_WARNINGS -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\address_sorting\include -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upb-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\upbdefs-gen -IC:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\third_party\xxhash -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include -external:IC:\Users\DevShop\client_projects\triton\vcpkg\installed\x64-windows\include\upb\reflection\stage0 -external:W0 /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /wd4065 /wd4506 /wd4200 /wd4291 /wd4244 /wd4267 /wd4987 /wd4774 /wd4819 /wd4996 /wd4619 /wd4503 /utf-8 /MD /O2 /Oi /Gy /DNDEBUG /Z7 /showIncludes /FoCMakeFiles\grpc_unsecure.dir\src\core\ext\filters\client_channel\client_channel_plugin.cc.obj /Fdgrpc_unsecure.pdb /FS -c C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src\core\ext\filters\client_channel\client_channel_plugin.cc
C:\Users\DevShop\client_projects\triton\vcpkg\buildtrees\grpc\src\v1.60.0-cff025ca16.clean\src/core/lib/channel/channel_args.h(287): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(1319): fatal error C1088: Cannot flush compiler intermediate file: 'C:\Users\DevShop\AppData\Local\Temp\_CL_593e6286sy': No space left on device
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(1313): note: while compiling class template member function '_OutIt std::num_put<char,_OutIt>::do_put(_OutIt,std::ios_base &,_Elem,unsigned __int64) const'
        with
        [
            _OutIt=std::ostreambuf_iterator<char,std::char_traits<char>>,
            _Elem=char
        ]
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xlocnum(1609): note: see reference to class template instantiation 'std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>' being compiled
[892/1632] C:\WINDOWS\system32\cmd.exe /C "cd . && C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe  /machine:x64 /nologo /out:grpc.lib @CMakeFiles\grpc.rsp && cd ."
FAILED: grpc.lib 
C:\WINDOWS\system32\cmd.exe /C "cd . && C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\lib.exe  /machine:x64 /nologo /out:grpc.lib @CMakeFiles\grpc.rsp && cd ."
grpc.lib : fatal error LNK1180: insufficient disk space to complete link
ninja: build stopped: subcommand failed.
@dg0yt
Copy link
Contributor

dg0yt commented Oct 20, 2024

No space left on device.

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

No branches or pull requests

2 participants