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 arm64-linux when using clang++ but success when using g++ #41655

Open
bunnykek opened this issue Oct 19, 2024 · 0 comments
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@bunnykek
Copy link

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

Host Environment

  • Host: arm64-linux
  • Compiler: Clang 19.1.2
  • vcpkg-tool version: 2999-12-31-unknownhash
    vcpkg-scripts version: d567b66 2024-10-19 (4 hours ago)

To Reproduce

vcpkg install

Failure logs

-- Using cached grpc-grpc-v1.51.1.tar.gz.
-- Cleaning sources at /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /workspaces/projectx/vcpkg/downloads/grpc-grpc-v1.51.1.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 snprintf.patch
-- Applying patch 00012-fix-use-cxx17.patch
-- Applying patch 00014-pkgconfig-upbdefs.patch
-- Applying patch 00015-disable-download-archive.patch
-- Applying patch 00016_add_header.patch
-- Using source at /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean
-- Configuring arm64-linux
-- Building arm64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/local/bin/cmake --build . --config Debug --target install -- -v -j12
    Working Directory: /workspaces/projectx/vcpkg/buildtrees/grpc/arm64-linux-dbg
    See logs for more information:
      /workspaces/projectx/vcpkg/buildtrees/grpc/install-arm64-linux-dbg-out.log

Call Stack (most recent call first):
  /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  buildtrees/versioning_/versions/grpc/a78d7b20a22ebe842a2e78624254d1462ca49415/portfile.cmake:70 (vcpkg_cmake_install)
  scripts/ports.cmake:192 (include)



/workspaces/projectx/vcpkg/buildtrees/grpc/install-arm64-linux-dbg-out.log
Change Dir: '/workspaces/projectx/vcpkg/buildtrees/grpc/arm64-linux-dbg'

Run Build Command(s): /usr/bin/ninja -v -v -j12 install
[1/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/cpu_windows.cc
[2/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_iphone.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_iphone.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_iphone.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/cpu_iphone.cc
[3/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/cpu_posix.cc
[4/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/log_android.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/log_android.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/log_android.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/log_android.cc
[5/1243] /usr/bin/clang  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -fPIC  -g -std=gnu11 -fPIC -MD -MT CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_windows.c.o -MF CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_windows.c.o.d -o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_windows.c.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/address_sorting_windows.c
[6/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/log_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/log_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/log_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/log_posix.cc
[7/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/log_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/log_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/log_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/log_windows.cc
[8/1243] /usr/bin/clang  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -fPIC  -g -std=gnu11 -fPIC -MD -MT CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o -MF CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o.d -o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/address_sorting_posix.c
[9/1243] /usr/bin/clang  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -fPIC  -g -std=gnu11 -fPIC -MD -MT CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting.c.o -MF CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting.c.o.d -o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting.c.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/address_sorting.c
[10/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/alloc.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/alloc.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/alloc.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/alloc.cc
[11/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/string_util_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/string_util_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/string_util_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/string_util_windows.cc
[12/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/string_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/string_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/string_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/string_windows.cc
[13/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/string_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/string_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/string_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/string_posix.cc
[14/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/sync_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/sync_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/sync_posix.cc
[15/1243] : && /usr/local/bin/cmake -E rm -f libaddress_sorting.a && /usr/bin/ar qc libaddress_sorting.a  CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting.c.o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_posix.c.o CMakeFiles/address_sorting.dir/third_party/address_sorting/address_sorting_windows.c.o && /usr/bin/ranlib libaddress_sorting.a && :
[16/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/sync_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/sync_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/sync_windows.cc
[17/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/time_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/time_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/time_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/time_windows.cc
[18/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/sync.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/sync.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/sync.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/sync.cc
...
Skipped 16 lines
...
[35/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_windows.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_windows.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_windows.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/thd_windows.cc
[36/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/env_linux.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/env_linux.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/env_linux.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/env_linux.cc
[37/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/examine_stack.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/examine_stack.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/examine_stack.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/examine_stack.cc
[38/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/log_linux.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/log_linux.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/log_linux.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/log_linux.cc
[39/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gpr/sync_abseil.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gpr/sync_abseil.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_abseil.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gpr/sync_abseil.cc
[40/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/idle_filter_state.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/idle_filter_state.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/idle_filter_state.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/channel_idle/idle_filter_state.cc
[41/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/mpscq.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/mpscq.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/mpscq.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/mpscq.cc
[42/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/host_port.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/host_port.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/host_port.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/host_port.cc
[43/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/thd_posix.cc
[44/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/global_config_env.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/global_config_env.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/global_config_env.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/global_config_env.cc
[45/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/strerror.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/strerror.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/strerror.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/strerror.cc
[46/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/time_util.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/time_util.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/time_util.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/time_util.cc
[47/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backend_metric.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backend_metric.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backend_metric.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/backend_metric.cc
[48/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/gpr.dir/src/core/lib/gprpp/stat_posix.cc.o -MF CMakeFiles/gpr.dir/src/core/lib/gprpp/stat_posix.cc.o.d -o CMakeFiles/gpr.dir/src/core/lib/gprpp/stat_posix.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/gprpp/stat_posix.cc
[49/1243] : && /usr/local/bin/cmake -E rm -f libgpr.a && /usr/bin/ar qc libgpr.a  CMakeFiles/gpr.dir/src/core/lib/gpr/alloc.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/atm.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_iphone.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_linux.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/cpu_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/log.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/log_android.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/log_linux.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/log_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/log_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/string.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/string_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/string_util_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/string_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/sync.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_abseil.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/sync_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/time.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/time_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/time_precise.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/time_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/tmpfile_msys.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/tmpfile_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/tmpfile_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gpr/wrap_memcpy.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/env_linux.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/env_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/env_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/examine_stack.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/fork.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/global_config_env.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/host_port.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/mpscq.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/stat_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/stat_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/strerror.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/tchar.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_posix.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/thd_windows.cc.o CMakeFiles/gpr.dir/src/core/lib/gprpp/time_util.cc.o && /usr/bin/ranlib libgpr.a && :
[50/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backup_poller.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backup_poller.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/backup_poller.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/backup_poller.cc
[51/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_channelz.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_channelz.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_channelz.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/client_channel_channelz.cc
[52/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/census/grpc_context.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/census/grpc_context.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/census/grpc_context.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/census/grpc_context.cc
[53/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/config_selector.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/config_selector.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/config_selector.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/config_selector.cc
[54/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/channel_idle/channel_idle_filter.cc
FAILED: CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o 
/usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/channel_idle/channel_idle_filter.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/channel_idle/channel_idle_filter.cc
In file included from /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/channel_idle/channel_idle_filter.cc:48:
In file included from /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/promise/try_seq.h:26:
/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/lib/promise/detail/basic_seq.h:480:38: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  480 |                     Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
      |                                      ^
1 error generated.
[55/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_service_config.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_service_config.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_service_config.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/client_channel_service_config.cc
[56/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_factory.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_factory.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_factory.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/client_channel_factory.cc
[57/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/channel_connectivity.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/channel_connectivity.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/channel_connectivity.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/channel_connectivity.cc
[58/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_plugin.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_plugin.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel_plugin.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/client_channel_plugin.cc
[59/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/dynamic_filters.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/dynamic_filters.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/dynamic_filters.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/dynamic_filters.cc
[60/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc
[61/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/global_subchannel_pool.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/global_subchannel_pool.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/global_subchannel_pool.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/global_subchannel_pool.cc
[62/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/http_proxy.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/http_proxy.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/http_proxy.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/http_proxy.cc
[63/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/health/health_check_client.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/health/health_check_client.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/health/health_check_client.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/health/health_check_client.cc
[64/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/client_channel.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/client_channel.cc
[65/1243] /usr/bin/clang++  -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/address_sorting/include -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upb-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/upbdefs-generated -I/workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/third_party/xxhash -isystem /workspaces/projectx/out/build/debug/vcpkg_installed/arm64-linux/include -fPIC  -g -std=c++17 -fPIC -MD -MT CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc.o -MF CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc.o.d -o CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc.o -c /workspaces/projectx/vcpkg/buildtrees/grpc/src/v1.51.1-d683bf2fe7.clean/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc
ninja: build stopped: subcommand failed.

Additional context

vcpkg.json
{
  "name": "qwertyu",
  "version-string": "1.0.0",
  "builtin-baseline": "50ca16008cebab427e90a98f8ffc34208b215dba",
  "dependencies": [
    "grpc",
    "re2",
    "json-schema-validator",
    "spdlog",
    "boost-beast",
    "boost-property-tree",
    "boost-uuid"
  ]
}

@FrankXie05 FrankXie05 added the category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

2 participants