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

Azure Devops with Windows agent with Visual Studio 2022 Developer Command Prompt v17.8.0 failed to build #8908

Closed
2 of 10 tasks
virajbhatt1583 opened this issue Nov 28, 2023 · 4 comments

Comments

@virajbhatt1583
Copy link

Description

We are using windows agent 22 and we have taken latest version of visual studio (which is now 17.8.0) and while we are building our application we are getting issue of http request 404.

Note: its working fine with older version of visual studio.

Downloading https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
error: Failed to download from mirror set
error: https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

image
Screenshot 2023-11-28 092616

Is it regression?

No

Expected behavior

It should work without error and download required things as per previous working version.

Actual behavior

We have tried multiple time to run the pipeline, but it gives attached issue.
2023-11-27T13:51:39.0996133Z ##[section]Starting: Building using CMake
2023-11-27T13:51:39.1105072Z ==============================================================================
2023-11-27T13:51:39.1105402Z Task : Command line
2023-11-27T13:51:39.1105539Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2023-11-27T13:51:39.1106042Z Version : 2.229.0
2023-11-27T13:51:39.1106152Z Author : Microsoft Corporation
2023-11-27T13:51:39.1106333Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2023-11-27T13:51:39.1106813Z ==============================================================================
2023-11-27T13:51:39.9608775Z Generating script.
2023-11-27T13:51:39.9920817Z ========================== Starting Command Output ===========================
2023-11-27T13:51:40.0136564Z ##[command]"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a_temp\2f8601b9-837d-4b15-9e2a-4aff584671a4.cmd""
2023-11-27T13:51:40.4733574Z **********************************************************************
2023-11-27T13:51:40.4734186Z ** Visual Studio 2022 Developer Command Prompt v17.8.0
2023-11-27T13:51:40.4735130Z ** Copyright (c) 2022 Microsoft Corporation
2023-11-27T13:51:40.4735795Z **********************************************************************
2023-11-27T13:51:46.0369017Z [vcvarsall.bat] Environment initialized for: 'x64'
2023-11-27T13:51:50.9753585Z Preset CMake variables:
2023-11-27T13:51:50.9754159Z
2023-11-27T13:51:50.9754741Z CMAKE_BUILD_TYPE="Release"
2023-11-27T13:51:50.9755129Z CMAKE_CXX_COMPILER="cl"
2023-11-27T13:51:50.9755454Z CMAKE_C_COMPILER="cl"
2023-11-27T13:51:50.9756220Z CMAKE_INSTALL_PREFIX:PATH="D:/a/1/s/out/install/windows-x64-msvc-release"
2023-11-27T13:51:50.9756981Z CMAKE_TOOLCHAIN_FILE="D:/a/1/s/.vcpkg/scripts/buildsystems/vcpkg.cmake"
2023-11-27T13:51:50.9757523Z ENABLE_BENCHMARKING:BOOL="TRUE"
2023-11-27T13:51:50.9757826Z WARNINGS_AS_ERRORS:BOOL="TRUE"
2023-11-27T13:51:50.9758029Z
2023-11-27T13:51:50.9758191Z Preset environment variables:
2023-11-27T13:51:50.9758361Z
2023-11-27T13:51:50.9758520Z VCPKG_ROOT="D:/a/1/s/.vcpkg/"
2023-11-27T13:51:50.9758699Z
2023-11-27T13:51:51.7834800Z -- Bootstrapping vcpkg before install
2023-11-27T13:51:55.1888484Z -- Bootstrapping vcpkg before install - done
2023-11-27T13:51:55.1889355Z -- Running vcpkg install
2023-11-27T13:51:56.2005511Z Detecting compiler hash for triplet x64-windows...
2023-11-27T13:52:33.5711621Z The following packages will be built and installed:
2023-11-27T13:52:33.5713165Z * boost-array[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5713920Z * boost-assert[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5714524Z * boost-build[core]:x64-windows -> 1.80.0#2
2023-11-27T13:52:33.5715404Z * boost-concept-check[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5716060Z * boost-config[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5716662Z * boost-container[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5717341Z * boost-container-hash[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5718010Z * boost-conversion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5718629Z * boost-core[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5719204Z * boost-detail[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5719849Z * boost-dynamic-bitset[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5720559Z * boost-function-types[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5721538Z * boost-fusion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5722318Z boost-integer[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5722944Z * boost-intrusive[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5723534Z * boost-io[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5724126Z * boost-iterator[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5724767Z * boost-lexical-cast[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5725382Z boost-math[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5727548Z * boost-modular-build-helper[core]:x64-windows -> 1.80.0#4
2023-11-27T13:52:33.5728282Z * boost-move[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5728855Z * boost-mp11[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5729432Z * boost-mpl[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5730090Z * boost-numeric-conversion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5730762Z * boost-optional[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5731373Z * boost-predef[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5732003Z * boost-preprocessor[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5732627Z * boost-random[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5733230Z * boost-range[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5733817Z * boost-regex[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5734413Z * boost-smart-ptr[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5735117Z * boost-static-assert[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5735778Z * boost-system[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5736436Z * boost-throw-exception[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5737078Z * boost-tuple[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5737696Z * boost-type-traits[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5738329Z * boost-typeof[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5738927Z * boost-uninstall[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5739551Z * boost-utility[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5740165Z * boost-variant2[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5740805Z * boost-vcpkg-helpers[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5741457Z * boost-winapi[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5742036Z catch2[core]:x64-windows -> 3.2.0
2023-11-27T13:52:33.5742552Z eigen3[core]:x64-windows -> 3.4.0#2
2023-11-27T13:52:33.5743075Z fmt[core]:x64-windows -> 9.1.0
2023-11-27T13:52:33.5743589Z gsl-lite[core]:x64-windows -> 0.40.0
2023-11-27T13:52:33.5744120Z magic-enum[core]:x64-windows -> 0.8.1
2023-11-27T13:52:33.5744692Z nlohmann-json[core]:x64-windows -> 3.11.2
2023-11-27T13:52:33.5745259Z spdlog[core]:x64-windows -> 1.11.0
2023-11-27T13:52:33.5745784Z sqlite3[core]:x64-windows -> 3.40.0#1
2023-11-27T13:52:33.5746361Z * vcpkg-cmake[core]:x64-windows -> 2022-10-30
2023-11-27T13:52:33.5747024Z * vcpkg-cmake-config[core]:x64-windows -> 2022-02-06#1
2023-11-27T13:52:33.5747635Z * vcpkg-cmake-get-vars[core]:x64-windows -> 2022-09-04
2023-11-27T13:52:33.5748229Z Additional packages (*) will be modified to complete this operation.
2023-11-27T13:52:33.5749001Z Attempting to fetch 53 package(s) from nuget
2023-11-27T13:52:53.0817059Z Restored 45 package(s) from NuGet in 19.51 s. Use --debug to see more details.
2023-11-27T13:52:53.0821229Z Installing 1/53 boost-uninstall:x64-windows...
2023-11-27T13:52:53.1155847Z Elapsed time to handle boost-uninstall:x64-windows: 33.87 ms
2023-11-27T13:52:53.1157335Z Installing 2/53 boost-vcpkg-helpers:x64-windows...
2023-11-27T13:52:53.1194020Z Elapsed time to handle boost-vcpkg-helpers:x64-windows: 3.842 ms
2023-11-27T13:52:53.1194826Z Installing 3/53 boost-config:x64-windows...
2023-11-27T13:52:53.1969296Z Elapsed time to handle boost-config:x64-windows: 77.32 ms
2023-11-27T13:52:53.1970403Z Installing 4/53 boost-static-assert:x64-windows...
2023-11-27T13:52:53.2006406Z Elapsed time to handle boost-static-assert:x64-windows: 3.823 ms
2023-11-27T13:52:53.2007300Z Installing 5/53 boost-type-traits:x64-windows...
2023-11-27T13:52:53.2786540Z Elapsed time to handle boost-type-traits:x64-windows: 77.83 ms
2023-11-27T13:52:53.2787637Z Installing 6/53 boost-assert:x64-windows...
2023-11-27T13:52:53.2834877Z Elapsed time to handle boost-assert:x64-windows: 4.962 ms
2023-11-27T13:52:53.2835777Z Installing 7/53 boost-throw-exception:x64-windows...
2023-11-27T13:52:53.2879047Z Elapsed time to handle boost-throw-exception:x64-windows: 4.402 ms
2023-11-27T13:52:53.2880579Z Installing 8/53 boost-core:x64-windows...
2023-11-27T13:52:53.3080914Z Elapsed time to handle boost-core:x64-windows: 20.11 ms
2023-11-27T13:52:53.3081871Z Installing 9/53 boost-integer:x64-windows...
2023-11-27T13:52:53.3172215Z Elapsed time to handle boost-integer:x64-windows: 9.145 ms
2023-11-27T13:52:53.3173085Z Installing 10/53 vcpkg-cmake:x64-windows...
2023-11-27T13:52:53.3223869Z Elapsed time to handle vcpkg-cmake:x64-windows: 5.147 ms
2023-11-27T13:52:53.3224748Z Installing 11/53 boost-preprocessor:x64-windows...
2023-11-27T13:52:53.4602598Z Elapsed time to handle boost-preprocessor:x64-windows: 137.7 ms
2023-11-27T13:52:53.4603692Z Installing 12/53 boost-io:x64-windows...
2023-11-27T13:52:53.4683528Z Elapsed time to handle boost-io:x64-windows: 8.207 ms
2023-11-27T13:52:53.4684245Z Installing 13/53 boost-utility:x64-windows...
2023-11-27T13:52:53.4809966Z Elapsed time to handle boost-utility:x64-windows: 12.62 ms
2023-11-27T13:52:53.4810778Z Installing 14/53 boost-predef:x64-windows...
2023-11-27T13:52:53.5290461Z Elapsed time to handle boost-predef:x64-windows: 47.81 ms
2023-11-27T13:52:53.5291539Z Installing 15/53 boost-winapi:x64-windows...
2023-11-27T13:52:53.5683801Z Elapsed time to handle boost-winapi:x64-windows: 39.33 ms
2023-11-27T13:52:53.5685287Z Installing 16/53 boost-mp11:x64-windows...
2023-11-27T13:52:53.5827403Z Elapsed time to handle boost-mp11:x64-windows: 14.46 ms
2023-11-27T13:52:53.5828302Z Installing 17/53 boost-variant2:x64-windows...
2023-11-27T13:52:53.5893321Z Elapsed time to handle boost-variant2:x64-windows: 6.523 ms
2023-11-27T13:52:53.5894259Z Installing 18/53 vcpkg-cmake-get-vars:x64-windows...
2023-11-27T13:52:53.5952502Z Elapsed time to handle vcpkg-cmake-get-vars:x64-windows: 5.882 ms
2023-11-27T13:52:53.5953358Z Installing 19/53 boost-modular-build-helper:x64-windows...
2023-11-27T13:52:53.6021853Z Elapsed time to handle boost-modular-build-helper:x64-windows: 6.897 ms
2023-11-27T13:52:53.6022752Z Installing 20/53 boost-build:x64-windows...
2023-11-27T13:52:53.9879412Z Elapsed time to handle boost-build:x64-windows: 385.6 ms
2023-11-27T13:52:53.9880360Z Installing 21/53 boost-system:x64-windows...
2023-11-27T13:52:54.0093778Z Elapsed time to handle boost-system:x64-windows: 21.44 ms
2023-11-27T13:52:54.0094617Z Installing 22/53 boost-tuple:x64-windows...
2023-11-27T13:52:54.0186476Z Elapsed time to handle boost-tuple:x64-windows: 9.296 ms
2023-11-27T13:52:54.0187208Z Installing 23/53 boost-move:x64-windows...
2023-11-27T13:52:54.0391538Z Elapsed time to handle boost-move:x64-windows: 20.46 ms
2023-11-27T13:52:54.0392461Z Installing 24/53 boost-smart-ptr:x64-windows...
2023-11-27T13:52:54.0762612Z Elapsed time to handle boost-smart-ptr:x64-windows: 37.01 ms
2023-11-27T13:52:54.0763550Z Installing 25/53 boost-mpl:x64-windows...
2023-11-27T13:52:54.3673350Z Elapsed time to handle boost-mpl:x64-windows: 291.1 ms
2023-11-27T13:52:54.3674421Z Installing 26/53 boost-detail:x64-windows...
2023-11-27T13:52:54.3848398Z Elapsed time to handle boost-detail:x64-windows: 17.46 ms
2023-11-27T13:52:54.3849365Z Installing 27/53 boost-container-hash:x64-windows...
2023-11-27T13:52:54.3974067Z Elapsed time to handle boost-container-hash:x64-windows: 12.57 ms
2023-11-27T13:52:54.3975045Z Installing 28/53 boost-concept-check:x64-windows...
2023-11-27T13:52:54.4122678Z Elapsed time to handle boost-concept-check:x64-windows: 14.83 ms
2023-11-27T13:52:54.4123604Z Installing 29/53 boost-regex:x64-windows...
2023-11-27T13:52:54.4620548Z Elapsed time to handle boost-regex:x64-windows: 49.68 ms
2023-11-27T13:52:54.4621603Z Installing 30/53 boost-optional:x64-windows...
2023-11-27T13:52:54.4799495Z Elapsed time to handle boost-optional:x64-windows: 17.94 ms
2023-11-27T13:52:54.4800411Z Installing 31/53 boost-typeof:x64-windows...
2023-11-27T13:52:54.5078087Z Elapsed time to handle boost-typeof:x64-windows: 27.37 ms
2023-11-27T13:52:54.5079496Z Installing 32/53 boost-function-types:x64-windows...
2023-11-27T13:52:54.5396826Z Elapsed time to handle boost-function-types:x64-windows: 32.28 ms
2023-11-27T13:52:54.5397941Z Installing 33/53 boost-fusion:x64-windows...
2023-11-27T13:52:54.8852167Z Elapsed time to handle boost-fusion:x64-windows: 345.4 ms
2023-11-27T13:52:54.8853248Z Installing 34/53 boost-conversion:x64-windows...
2023-11-27T13:52:54.8978703Z Elapsed time to handle boost-conversion:x64-windows: 12.7 ms
2023-11-27T13:52:54.8980155Z Installing 35/53 boost-iterator:x64-windows...
2023-11-27T13:52:54.9219321Z Elapsed time to handle boost-iterator:x64-windows: 24.03 ms
2023-11-27T13:52:54.9220369Z Installing 36/53 boost-array:x64-windows...
2023-11-27T13:52:54.9339383Z Elapsed time to handle boost-array:x64-windows: 12.04 ms
2023-11-27T13:52:54.9340248Z Installing 37/53 boost-range:x64-windows...
2023-11-27T13:52:54.9898114Z Elapsed time to handle boost-range:x64-windows: 55.76 ms
2023-11-27T13:52:54.9899159Z Installing 38/53 boost-dynamic-bitset:x64-windows...
2023-11-27T13:52:55.0049326Z Elapsed time to handle boost-dynamic-bitset:x64-windows: 15.14 ms
2023-11-27T13:52:55.0050346Z Installing 39/53 boost-random:x64-windows...
2023-11-27T13:52:55.0495679Z Elapsed time to handle boost-random:x64-windows: 44.53 ms
2023-11-27T13:52:55.0496710Z Installing 40/53 boost-numeric-conversion:x64-windows...
2023-11-27T13:52:55.0699066Z Elapsed time to handle boost-numeric-conversion:x64-windows: 20.33 ms
2023-11-27T13:52:55.0700250Z Installing 41/53 boost-intrusive:x64-windows...
2023-11-27T13:52:55.1137410Z Elapsed time to handle boost-intrusive:x64-windows: 43.8 ms
2023-11-27T13:52:55.1138517Z Installing 42/53 boost-container:x64-windows...
2023-11-27T13:52:55.1629420Z Elapsed time to handle boost-container:x64-windows: 49.13 ms
2023-11-27T13:52:55.1630553Z Installing 43/53 boost-lexical-cast:x64-windows...
2023-11-27T13:52:55.1808108Z Elapsed time to handle boost-lexical-cast:x64-windows: 17.87 ms
2023-11-27T13:52:55.1809071Z Installing 44/53 boost-math:x64-windows...
2023-11-27T13:52:55.3800157Z Elapsed time to handle boost-math:x64-windows: 199.1 ms
2023-11-27T13:52:55.3801239Z Installing 45/53 vcpkg-cmake-config:x64-windows...
2023-11-27T13:52:55.3941953Z Elapsed time to handle vcpkg-cmake-config:x64-windows: 14.17 ms
2023-11-27T13:52:55.3942966Z Installing 46/53 catch2:x64-windows...
2023-11-27T13:52:55.3943644Z Building catch2[core]:x64-windows...
2023-11-27T13:52:55.4322573Z -- Note: catch2 only supports static library linkage. Building static library.
2023-11-27T13:52:55.4350591Z -- Downloading https://github.com/catchorg/Catch2/archive/v3.2.0.tar.gz -> catchorg-Catch2-v3.2.0.tar.gz...
2023-11-27T13:52:58.5507643Z -- Extracting source D:/a/1/s/.vcpkg/downloads/catchorg-Catch2-v3.2.0.tar.gz
2023-11-27T13:52:59.1886522Z -- Applying patch fix-install-path.patch
2023-11-27T13:52:59.2197380Z -- Using source at D:/a/1/s/.vcpkg/buildtrees/catch2/src/v3.2.0-df4ee13340.clean
2023-11-27T13:52:59.2336010Z -- Found external ninja('1.11.0').
2023-11-27T13:52:59.2399964Z -- Configuring x64-windows
2023-11-27T13:53:08.4247073Z -- Building x64-windows-dbg
2023-11-27T13:53:50.1778986Z -- Building x64-windows-rel
2023-11-27T13:54:33.3545668Z -- Fixing pkgconfig file: D:/a/1/s/.vcpkg/packages/catch2_x64-windows/lib/pkgconfig/catch2-with-main.pc
2023-11-27T13:54:33.3553745Z -- Fixing pkgconfig file: D:/a/1/s/.vcpkg/packages/catch2_x64-windows/lib/pkgconfig/catch2.pc
2023-11-27T13:54:33.3614443Z -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst -> msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst...
2023-11-27T13:54:33.8442390Z -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst -> msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst...
2023-11-27T13:54:48.4391066Z [DEBUG] To include the environment variables in debug output, pass --debug-env
2023-11-27T13:54:48.4392802Z [DEBUG] Feature flag 'binarycaching' unset
2023-11-27T13:54:48.4394121Z [DEBUG] Feature flag 'compilertracking' unset
2023-11-27T13:54:48.4395237Z [DEBUG] Feature flag 'registries' unset
2023-11-27T13:54:48.4396257Z [DEBUG] Feature flag 'versions' unset
2023-11-27T13:54:48.4398450Z Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4401407Z Downloading https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4403843Z Downloading https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4407446Z Downloading https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4411794Z Downloading https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4415727Z Downloading https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4418273Z Download failed -- retrying after 1000ms.Download failed -- retrying after 2000ms.Download failed -- retrying after 4000ms.Downloading https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4420787Z Downloading https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4421837Z error: Failed to download from mirror set
2023-11-27T13:54:48.4422936Z error: https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4424837Z https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4426796Z https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4428748Z https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4430616Z https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4433090Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4435061Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4437023Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4438957Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4440883Z https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4442746Z https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4443728Z
2023-11-27T13:54:48.4444020Z [DEBUG] D:\a_work\1\s\src\vcpkg\base\downloads.cpp(774):
2023-11-27T13:54:48.4444467Z [DEBUG] Time in subprocesses: 0 us
2023-11-27T13:54:48.4444780Z [DEBUG] Time in parsing JSON: 14 us
2023-11-27T13:54:48.4445117Z [DEBUG] Time in JSON reader: 0 us
2023-11-27T13:54:48.4445444Z [DEBUG] Time in filesystem: 2319 us
2023-11-27T13:54:48.4445763Z [DEBUG] Time in loading ports: 0 us
2023-11-27T13:54:48.4446123Z [DEBUG] Exiting after 14.54 s (14527000 us)
2023-11-27T13:54:48.4446400Z
2023-11-27T13:54:48.4446802Z CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:32 (message):
2023-11-27T13:54:48.4447339Z
2023-11-27T13:54:48.4447543Z Failed to download file with error: 1
2023-11-27T13:54:48.4448085Z If you use a proxy, please check your proxy setting. Possible causes are:
2023-11-27T13:54:48.4448606Z
2023-11-27T13:54:48.4448968Z 1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable
2023-11-27T13:54:48.4450483Z to https://address:port. This is not correct, because https:// prefix
2023-11-27T13:54:48.4451210Z claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr
2023-11-27T13:54:48.4451848Z , etc..) is an HTTP proxy. Try setting http://address:port to both
2023-11-27T13:54:48.4452337Z HTTP_PROXY and HTTPS_PROXY instead.
2023-11-27T13:54:48.4452720Z
2023-11-27T13:54:48.4453174Z 2. You are using Fiddler. Currently a bug (microsoft/vcpkg#17752)
2023-11-27T13:54:48.4454064Z will set HTTPS_PROXY to https://fiddler_address:port which lead to problem 1 above.
2023-11-27T13:54:48.4455046Z Workaround is open Windows 10 Settings App, and search for Proxy Configuration page,
2023-11-27T13:54:48.4455896Z Change http=address:port;https=address:port to address, and fill the port number.
2023-11-27T13:54:48.4456509Z
2023-11-27T13:54:48.4456874Z 3. Your proxy's remote server is out of service.
2023-11-27T13:54:48.4457250Z
2023-11-27T13:54:48.4457675Z In future vcpkg releases, if you are using Windows, you no longer need to set
2023-11-27T13:54:48.4458544Z HTTP(S)_PROXY environment variables. Vcpkg will simply apply Windows IE Proxy
2023-11-27T13:54:48.4459484Z Settings set by your proxy software. See (microsoft/vcpkg-tool#49)
2023-11-27T13:54:48.4460278Z and (microsoft/vcpkg-tool#77)
2023-11-27T13:54:48.4460692Z
2023-11-27T13:54:48.4461087Z Otherwise, please submit an issue at https://github.com/Microsoft/vcpkg/issues
2023-11-27T13:54:48.4461546Z
2023-11-27T13:54:48.4461982Z Call Stack (most recent call first):
2023-11-27T13:54:48.4462809Z scripts/cmake/vcpkg_download_distfile.cmake:273 (z_vcpkg_download_distfile_show_proxy_and_fail)
2023-11-27T13:54:48.4463633Z scripts/cmake/vcpkg_acquire_msys.cmake:26 (vcpkg_download_distfile)
2023-11-27T13:54:48.4464569Z scripts/cmake/vcpkg_acquire_msys.cmake:124 (z_vcpkg_acquire_msys_download_package)
2023-11-27T13:54:48.4465379Z scripts/cmake/vcpkg_find_acquire_program.cmake:535 (vcpkg_acquire_msys)
2023-11-27T13:54:48.4466138Z scripts/cmake/vcpkg_fixup_pkgconfig.cmake:151 (vcpkg_find_acquire_program)
2023-11-27T13:54:48.4466796Z ports/catch2/portfile.cmake:26 (vcpkg_fixup_pkgconfig)
2023-11-27T13:54:48.4467236Z scripts/ports.cmake:147 (include)
2023-11-27T13:54:48.4467501Z
2023-11-27T13:54:48.4467606Z
2023-11-27T13:54:48.4501512Z error: building catch2:x64-windows failed with: BUILD_FAILED
2023-11-27T13:54:48.5167260Z error: Please ensure you're using the latest port files with git pull and vcpkg update.
2023-11-27T13:54:48.5172732Z Then check for known issues at:
2023-11-27T13:54:48.5173659Z https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+catch2
2023-11-27T13:54:48.5174356Z You can submit a new issue at:
2023-11-27T13:54:48.5175456Z https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[catch2]+Build+error
2023-11-27T13:54:48.5177189Z Include '[catch2] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
2023-11-27T13:54:48.5178585Z vcpkg-tool version: 2022-11-10-5fdee72bc1fceca198fb1ab7589837206a8b81ba
2023-11-27T13:54:48.5179391Z vcpkg-scripts version: 5402d24c7 2022-12-08 (12 months ago)
2023-11-27T13:54:48.5179823Z
2023-11-27T13:54:48.5179981Z
2023-11-27T13:54:48.5180640Z Please use the prefilled template from D:\a\1\s\build\vcpkg_installed\vcpkg\issue_body.md when reporting your issue.
2023-11-27T13:54:48.6993417Z -- Running vcpkg install - failed
2023-11-27T13:54:48.7014007Z CMake Error at .vcpkg/scripts/buildsystems/vcpkg.cmake:883 (message):
2023-11-27T13:54:48.7015006Z vcpkg install failed. See logs for more information:
2023-11-27T13:54:48.7016126Z D:\a\1\s\build\vcpkg-manifest-install.log
2023-11-27T13:54:48.7016671Z Call Stack (most recent call first):
2023-11-27T13:54:48.7017588Z C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake:148 (include)
2023-11-27T13:54:48.7018357Z CMakeLists.txt:4 (project)
2023-11-27T13:54:48.7018867Z
2023-11-27T13:54:48.7019011Z
2023-11-27T13:54:48.7023981Z CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
2023-11-27T13:54:48.7030761Z -- Configuring incomplete, errors occurred!
2023-11-27T13:54:48.7321923Z The parameter is incorrect
2023-11-27T13:54:48.7323024Z CMake Error: Generator: execution of make failed. Make command was:
2023-11-27T13:54:48.8158290Z ##[error]Cmd.exe exited with code '1'.
2023-11-27T13:54:48.8489414Z ##[section]Finishing: Building using CMake

Repro steps

2023-11-27T13:51:39.0996133Z ##[section]Starting: Building using CMake
2023-11-27T13:51:39.1105072Z ==============================================================================
2023-11-27T13:51:39.1105402Z Task : Command line
2023-11-27T13:51:39.1105539Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2023-11-27T13:51:39.1106042Z Version : 2.229.0
2023-11-27T13:51:39.1106152Z Author : Microsoft Corporation
2023-11-27T13:51:39.1106333Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2023-11-27T13:51:39.1106813Z ==============================================================================
2023-11-27T13:51:39.9608775Z Generating script.
2023-11-27T13:51:39.9920817Z ========================== Starting Command Output ===========================
2023-11-27T13:51:40.0136564Z ##[command]"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a_temp\2f8601b9-837d-4b15-9e2a-4aff584671a4.cmd""
2023-11-27T13:51:40.4733574Z **********************************************************************
2023-11-27T13:51:40.4734186Z ** Visual Studio 2022 Developer Command Prompt v17.8.0
2023-11-27T13:51:40.4735130Z ** Copyright (c) 2022 Microsoft Corporation
2023-11-27T13:51:40.4735795Z **********************************************************************
2023-11-27T13:51:46.0369017Z [vcvarsall.bat] Environment initialized for: 'x64'
2023-11-27T13:51:50.9753585Z Preset CMake variables:
2023-11-27T13:51:50.9754159Z
2023-11-27T13:51:50.9754741Z CMAKE_BUILD_TYPE="Release"
2023-11-27T13:51:50.9755129Z CMAKE_CXX_COMPILER="cl"
2023-11-27T13:51:50.9755454Z CMAKE_C_COMPILER="cl"
2023-11-27T13:51:50.9756220Z CMAKE_INSTALL_PREFIX:PATH="D:/a/1/s/out/install/windows-x64-msvc-release"
2023-11-27T13:51:50.9756981Z CMAKE_TOOLCHAIN_FILE="D:/a/1/s/.vcpkg/scripts/buildsystems/vcpkg.cmake"
2023-11-27T13:51:50.9757523Z ENABLE_BENCHMARKING:BOOL="TRUE"
2023-11-27T13:51:50.9757826Z WARNINGS_AS_ERRORS:BOOL="TRUE"
2023-11-27T13:51:50.9758029Z
2023-11-27T13:51:50.9758191Z Preset environment variables:
2023-11-27T13:51:50.9758361Z
2023-11-27T13:51:50.9758520Z VCPKG_ROOT="D:/a/1/s/.vcpkg/"
2023-11-27T13:51:50.9758699Z
2023-11-27T13:51:51.7834800Z -- Bootstrapping vcpkg before install
2023-11-27T13:51:55.1888484Z -- Bootstrapping vcpkg before install - done
2023-11-27T13:51:55.1889355Z -- Running vcpkg install
2023-11-27T13:51:56.2005511Z Detecting compiler hash for triplet x64-windows...
2023-11-27T13:52:33.5711621Z The following packages will be built and installed:
2023-11-27T13:52:33.5713165Z * boost-array[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5713920Z * boost-assert[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5714524Z * boost-build[core]:x64-windows -> 1.80.0#2
2023-11-27T13:52:33.5715404Z * boost-concept-check[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5716060Z * boost-config[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5716662Z * boost-container[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5717341Z * boost-container-hash[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5718010Z * boost-conversion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5718629Z * boost-core[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5719204Z * boost-detail[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5719849Z * boost-dynamic-bitset[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5720559Z * boost-function-types[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5721538Z * boost-fusion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5722318Z boost-integer[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5722944Z * boost-intrusive[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5723534Z * boost-io[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5724126Z * boost-iterator[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5724767Z * boost-lexical-cast[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5725382Z boost-math[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5727548Z * boost-modular-build-helper[core]:x64-windows -> 1.80.0#4
2023-11-27T13:52:33.5728282Z * boost-move[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5728855Z * boost-mp11[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5729432Z * boost-mpl[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5730090Z * boost-numeric-conversion[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5730762Z * boost-optional[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5731373Z * boost-predef[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5732003Z * boost-preprocessor[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5732627Z * boost-random[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5733230Z * boost-range[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5733817Z * boost-regex[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5734413Z * boost-smart-ptr[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5735117Z * boost-static-assert[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5735778Z * boost-system[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5736436Z * boost-throw-exception[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5737078Z * boost-tuple[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5737696Z * boost-type-traits[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5738329Z * boost-typeof[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5738927Z * boost-uninstall[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5739551Z * boost-utility[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5740165Z * boost-variant2[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5740805Z * boost-vcpkg-helpers[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5741457Z * boost-winapi[core]:x64-windows -> 1.80.0#1
2023-11-27T13:52:33.5742036Z catch2[core]:x64-windows -> 3.2.0
2023-11-27T13:52:33.5742552Z eigen3[core]:x64-windows -> 3.4.0#2
2023-11-27T13:52:33.5743075Z fmt[core]:x64-windows -> 9.1.0
2023-11-27T13:52:33.5743589Z gsl-lite[core]:x64-windows -> 0.40.0
2023-11-27T13:52:33.5744120Z magic-enum[core]:x64-windows -> 0.8.1
2023-11-27T13:52:33.5744692Z nlohmann-json[core]:x64-windows -> 3.11.2
2023-11-27T13:52:33.5745259Z spdlog[core]:x64-windows -> 1.11.0
2023-11-27T13:52:33.5745784Z sqlite3[core]:x64-windows -> 3.40.0#1
2023-11-27T13:52:33.5746361Z * vcpkg-cmake[core]:x64-windows -> 2022-10-30
2023-11-27T13:52:33.5747024Z * vcpkg-cmake-config[core]:x64-windows -> 2022-02-06#1
2023-11-27T13:52:33.5747635Z * vcpkg-cmake-get-vars[core]:x64-windows -> 2022-09-04
2023-11-27T13:52:33.5748229Z Additional packages (*) will be modified to complete this operation.
2023-11-27T13:52:33.5749001Z Attempting to fetch 53 package(s) from nuget
2023-11-27T13:52:53.0817059Z Restored 45 package(s) from NuGet in 19.51 s. Use --debug to see more details.
2023-11-27T13:52:53.0821229Z Installing 1/53 boost-uninstall:x64-windows...
2023-11-27T13:52:53.1155847Z Elapsed time to handle boost-uninstall:x64-windows: 33.87 ms
2023-11-27T13:52:53.1157335Z Installing 2/53 boost-vcpkg-helpers:x64-windows...
2023-11-27T13:52:53.1194020Z Elapsed time to handle boost-vcpkg-helpers:x64-windows: 3.842 ms
2023-11-27T13:52:53.1194826Z Installing 3/53 boost-config:x64-windows...
2023-11-27T13:52:53.1969296Z Elapsed time to handle boost-config:x64-windows: 77.32 ms
2023-11-27T13:52:53.1970403Z Installing 4/53 boost-static-assert:x64-windows...
2023-11-27T13:52:53.2006406Z Elapsed time to handle boost-static-assert:x64-windows: 3.823 ms
2023-11-27T13:52:53.2007300Z Installing 5/53 boost-type-traits:x64-windows...
2023-11-27T13:52:53.2786540Z Elapsed time to handle boost-type-traits:x64-windows: 77.83 ms
2023-11-27T13:52:53.2787637Z Installing 6/53 boost-assert:x64-windows...
2023-11-27T13:52:53.2834877Z Elapsed time to handle boost-assert:x64-windows: 4.962 ms
2023-11-27T13:52:53.2835777Z Installing 7/53 boost-throw-exception:x64-windows...
2023-11-27T13:52:53.2879047Z Elapsed time to handle boost-throw-exception:x64-windows: 4.402 ms
2023-11-27T13:52:53.2880579Z Installing 8/53 boost-core:x64-windows...
2023-11-27T13:52:53.3080914Z Elapsed time to handle boost-core:x64-windows: 20.11 ms
2023-11-27T13:52:53.3081871Z Installing 9/53 boost-integer:x64-windows...
2023-11-27T13:52:53.3172215Z Elapsed time to handle boost-integer:x64-windows: 9.145 ms
2023-11-27T13:52:53.3173085Z Installing 10/53 vcpkg-cmake:x64-windows...
2023-11-27T13:52:53.3223869Z Elapsed time to handle vcpkg-cmake:x64-windows: 5.147 ms
2023-11-27T13:52:53.3224748Z Installing 11/53 boost-preprocessor:x64-windows...
2023-11-27T13:52:53.4602598Z Elapsed time to handle boost-preprocessor:x64-windows: 137.7 ms
2023-11-27T13:52:53.4603692Z Installing 12/53 boost-io:x64-windows...
2023-11-27T13:52:53.4683528Z Elapsed time to handle boost-io:x64-windows: 8.207 ms
2023-11-27T13:52:53.4684245Z Installing 13/53 boost-utility:x64-windows...
2023-11-27T13:52:53.4809966Z Elapsed time to handle boost-utility:x64-windows: 12.62 ms
2023-11-27T13:52:53.4810778Z Installing 14/53 boost-predef:x64-windows...
2023-11-27T13:52:53.5290461Z Elapsed time to handle boost-predef:x64-windows: 47.81 ms
2023-11-27T13:52:53.5291539Z Installing 15/53 boost-winapi:x64-windows...
2023-11-27T13:52:53.5683801Z Elapsed time to handle boost-winapi:x64-windows: 39.33 ms
2023-11-27T13:52:53.5685287Z Installing 16/53 boost-mp11:x64-windows...
2023-11-27T13:52:53.5827403Z Elapsed time to handle boost-mp11:x64-windows: 14.46 ms
2023-11-27T13:52:53.5828302Z Installing 17/53 boost-variant2:x64-windows...
2023-11-27T13:52:53.5893321Z Elapsed time to handle boost-variant2:x64-windows: 6.523 ms
2023-11-27T13:52:53.5894259Z Installing 18/53 vcpkg-cmake-get-vars:x64-windows...
2023-11-27T13:52:53.5952502Z Elapsed time to handle vcpkg-cmake-get-vars:x64-windows: 5.882 ms
2023-11-27T13:52:53.5953358Z Installing 19/53 boost-modular-build-helper:x64-windows...
2023-11-27T13:52:53.6021853Z Elapsed time to handle boost-modular-build-helper:x64-windows: 6.897 ms
2023-11-27T13:52:53.6022752Z Installing 20/53 boost-build:x64-windows...
2023-11-27T13:52:53.9879412Z Elapsed time to handle boost-build:x64-windows: 385.6 ms
2023-11-27T13:52:53.9880360Z Installing 21/53 boost-system:x64-windows...
2023-11-27T13:52:54.0093778Z Elapsed time to handle boost-system:x64-windows: 21.44 ms
2023-11-27T13:52:54.0094617Z Installing 22/53 boost-tuple:x64-windows...
2023-11-27T13:52:54.0186476Z Elapsed time to handle boost-tuple:x64-windows: 9.296 ms
2023-11-27T13:52:54.0187208Z Installing 23/53 boost-move:x64-windows...
2023-11-27T13:52:54.0391538Z Elapsed time to handle boost-move:x64-windows: 20.46 ms
2023-11-27T13:52:54.0392461Z Installing 24/53 boost-smart-ptr:x64-windows...
2023-11-27T13:52:54.0762612Z Elapsed time to handle boost-smart-ptr:x64-windows: 37.01 ms
2023-11-27T13:52:54.0763550Z Installing 25/53 boost-mpl:x64-windows...
2023-11-27T13:52:54.3673350Z Elapsed time to handle boost-mpl:x64-windows: 291.1 ms
2023-11-27T13:52:54.3674421Z Installing 26/53 boost-detail:x64-windows...
2023-11-27T13:52:54.3848398Z Elapsed time to handle boost-detail:x64-windows: 17.46 ms
2023-11-27T13:52:54.3849365Z Installing 27/53 boost-container-hash:x64-windows...
2023-11-27T13:52:54.3974067Z Elapsed time to handle boost-container-hash:x64-windows: 12.57 ms
2023-11-27T13:52:54.3975045Z Installing 28/53 boost-concept-check:x64-windows...
2023-11-27T13:52:54.4122678Z Elapsed time to handle boost-concept-check:x64-windows: 14.83 ms
2023-11-27T13:52:54.4123604Z Installing 29/53 boost-regex:x64-windows...
2023-11-27T13:52:54.4620548Z Elapsed time to handle boost-regex:x64-windows: 49.68 ms
2023-11-27T13:52:54.4621603Z Installing 30/53 boost-optional:x64-windows...
2023-11-27T13:52:54.4799495Z Elapsed time to handle boost-optional:x64-windows: 17.94 ms
2023-11-27T13:52:54.4800411Z Installing 31/53 boost-typeof:x64-windows...
2023-11-27T13:52:54.5078087Z Elapsed time to handle boost-typeof:x64-windows: 27.37 ms
2023-11-27T13:52:54.5079496Z Installing 32/53 boost-function-types:x64-windows...
2023-11-27T13:52:54.5396826Z Elapsed time to handle boost-function-types:x64-windows: 32.28 ms
2023-11-27T13:52:54.5397941Z Installing 33/53 boost-fusion:x64-windows...
2023-11-27T13:52:54.8852167Z Elapsed time to handle boost-fusion:x64-windows: 345.4 ms
2023-11-27T13:52:54.8853248Z Installing 34/53 boost-conversion:x64-windows...
2023-11-27T13:52:54.8978703Z Elapsed time to handle boost-conversion:x64-windows: 12.7 ms
2023-11-27T13:52:54.8980155Z Installing 35/53 boost-iterator:x64-windows...
2023-11-27T13:52:54.9219321Z Elapsed time to handle boost-iterator:x64-windows: 24.03 ms
2023-11-27T13:52:54.9220369Z Installing 36/53 boost-array:x64-windows...
2023-11-27T13:52:54.9339383Z Elapsed time to handle boost-array:x64-windows: 12.04 ms
2023-11-27T13:52:54.9340248Z Installing 37/53 boost-range:x64-windows...
2023-11-27T13:52:54.9898114Z Elapsed time to handle boost-range:x64-windows: 55.76 ms
2023-11-27T13:52:54.9899159Z Installing 38/53 boost-dynamic-bitset:x64-windows...
2023-11-27T13:52:55.0049326Z Elapsed time to handle boost-dynamic-bitset:x64-windows: 15.14 ms
2023-11-27T13:52:55.0050346Z Installing 39/53 boost-random:x64-windows...
2023-11-27T13:52:55.0495679Z Elapsed time to handle boost-random:x64-windows: 44.53 ms
2023-11-27T13:52:55.0496710Z Installing 40/53 boost-numeric-conversion:x64-windows...
2023-11-27T13:52:55.0699066Z Elapsed time to handle boost-numeric-conversion:x64-windows: 20.33 ms
2023-11-27T13:52:55.0700250Z Installing 41/53 boost-intrusive:x64-windows...
2023-11-27T13:52:55.1137410Z Elapsed time to handle boost-intrusive:x64-windows: 43.8 ms
2023-11-27T13:52:55.1138517Z Installing 42/53 boost-container:x64-windows...
2023-11-27T13:52:55.1629420Z Elapsed time to handle boost-container:x64-windows: 49.13 ms
2023-11-27T13:52:55.1630553Z Installing 43/53 boost-lexical-cast:x64-windows...
2023-11-27T13:52:55.1808108Z Elapsed time to handle boost-lexical-cast:x64-windows: 17.87 ms
2023-11-27T13:52:55.1809071Z Installing 44/53 boost-math:x64-windows...
2023-11-27T13:52:55.3800157Z Elapsed time to handle boost-math:x64-windows: 199.1 ms
2023-11-27T13:52:55.3801239Z Installing 45/53 vcpkg-cmake-config:x64-windows...
2023-11-27T13:52:55.3941953Z Elapsed time to handle vcpkg-cmake-config:x64-windows: 14.17 ms
2023-11-27T13:52:55.3942966Z Installing 46/53 catch2:x64-windows...
2023-11-27T13:52:55.3943644Z Building catch2[core]:x64-windows...
2023-11-27T13:52:55.4322573Z -- Note: catch2 only supports static library linkage. Building static library.
2023-11-27T13:52:55.4350591Z -- Downloading https://github.com/catchorg/Catch2/archive/v3.2.0.tar.gz -> catchorg-Catch2-v3.2.0.tar.gz...
2023-11-27T13:52:58.5507643Z -- Extracting source D:/a/1/s/.vcpkg/downloads/catchorg-Catch2-v3.2.0.tar.gz
2023-11-27T13:52:59.1886522Z -- Applying patch fix-install-path.patch
2023-11-27T13:52:59.2197380Z -- Using source at D:/a/1/s/.vcpkg/buildtrees/catch2/src/v3.2.0-df4ee13340.clean
2023-11-27T13:52:59.2336010Z -- Found external ninja('1.11.0').
2023-11-27T13:52:59.2399964Z -- Configuring x64-windows
2023-11-27T13:53:08.4247073Z -- Building x64-windows-dbg
2023-11-27T13:53:50.1778986Z -- Building x64-windows-rel
2023-11-27T13:54:33.3545668Z -- Fixing pkgconfig file: D:/a/1/s/.vcpkg/packages/catch2_x64-windows/lib/pkgconfig/catch2-with-main.pc
2023-11-27T13:54:33.3553745Z -- Fixing pkgconfig file: D:/a/1/s/.vcpkg/packages/catch2_x64-windows/lib/pkgconfig/catch2.pc
2023-11-27T13:54:33.3614443Z -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst -> msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst...
2023-11-27T13:54:33.8442390Z -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst -> msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst...
2023-11-27T13:54:48.4391066Z [DEBUG] To include the environment variables in debug output, pass --debug-env
2023-11-27T13:54:48.4392802Z [DEBUG] Feature flag 'binarycaching' unset
2023-11-27T13:54:48.4394121Z [DEBUG] Feature flag 'compilertracking' unset
2023-11-27T13:54:48.4395237Z [DEBUG] Feature flag 'registries' unset
2023-11-27T13:54:48.4396257Z [DEBUG] Feature flag 'versions' unset
2023-11-27T13:54:48.4398450Z Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4401407Z Downloading https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4403843Z Downloading https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4407446Z Downloading https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4411794Z Downloading https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4415727Z Downloading https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4418273Z Download failed -- retrying after 1000ms.Download failed -- retrying after 2000ms.Download failed -- retrying after 4000ms.Downloading https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4420787Z Downloading https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
2023-11-27T13:54:48.4421837Z error: Failed to download from mirror set
2023-11-27T13:54:48.4422936Z error: https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4424837Z https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4426796Z https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4428748Z https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4430616Z https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4433090Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4435061Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4437023Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4438957Z https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: WinHttpSendRequest() failed: 12007
2023-11-27T13:54:48.4440883Z https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4442746Z https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
2023-11-27T13:54:48.4443728Z
2023-11-27T13:54:48.4444020Z [DEBUG] D:\a_work\1\s\src\vcpkg\base\downloads.cpp(774):
2023-11-27T13:54:48.4444467Z [DEBUG] Time in subprocesses: 0 us
2023-11-27T13:54:48.4444780Z [DEBUG] Time in parsing JSON: 14 us
2023-11-27T13:54:48.4445117Z [DEBUG] Time in JSON reader: 0 us
2023-11-27T13:54:48.4445444Z [DEBUG] Time in filesystem: 2319 us
2023-11-27T13:54:48.4445763Z [DEBUG] Time in loading ports: 0 us
2023-11-27T13:54:48.4446123Z [DEBUG] Exiting after 14.54 s (14527000 us)
2023-11-27T13:54:48.4446400Z
2023-11-27T13:54:48.4446802Z CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:32 (message):
2023-11-27T13:54:48.4447339Z
2023-11-27T13:54:48.4447543Z Failed to download file with error: 1
2023-11-27T13:54:48.4448085Z If you use a proxy, please check your proxy setting. Possible causes are:
2023-11-27T13:54:48.4448606Z
2023-11-27T13:54:48.4448968Z 1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable
2023-11-27T13:54:48.4450483Z to https://address:port. This is not correct, because https:// prefix
2023-11-27T13:54:48.4451210Z claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr
2023-11-27T13:54:48.4451848Z , etc..) is an HTTP proxy. Try setting http://address:port to both
2023-11-27T13:54:48.4452337Z HTTP_PROXY and HTTPS_PROXY instead.
2023-11-27T13:54:48.4452720Z
2023-11-27T13:54:48.4453174Z 2. You are using Fiddler. Currently a bug (microsoft/vcpkg#17752)
2023-11-27T13:54:48.4454064Z will set HTTPS_PROXY to https://fiddler_address:port which lead to problem 1 above.
2023-11-27T13:54:48.4455046Z Workaround is open Windows 10 Settings App, and search for Proxy Configuration page,
2023-11-27T13:54:48.4455896Z Change http=address:port;https=address:port to address, and fill the port number.
2023-11-27T13:54:48.4456509Z
2023-11-27T13:54:48.4456874Z 3. Your proxy's remote server is out of service.
2023-11-27T13:54:48.4457250Z
2023-11-27T13:54:48.4457675Z In future vcpkg releases, if you are using Windows, you no longer need to set
2023-11-27T13:54:48.4458544Z HTTP(S)_PROXY environment variables. Vcpkg will simply apply Windows IE Proxy
2023-11-27T13:54:48.4459484Z Settings set by your proxy software. See (microsoft/vcpkg-tool#49)
2023-11-27T13:54:48.4460278Z and (microsoft/vcpkg-tool#77)
2023-11-27T13:54:48.4460692Z
2023-11-27T13:54:48.4461087Z Otherwise, please submit an issue at https://github.com/Microsoft/vcpkg/issues
2023-11-27T13:54:48.4461546Z
2023-11-27T13:54:48.4461982Z Call Stack (most recent call first):
2023-11-27T13:54:48.4462809Z scripts/cmake/vcpkg_download_distfile.cmake:273 (z_vcpkg_download_distfile_show_proxy_and_fail)
2023-11-27T13:54:48.4463633Z scripts/cmake/vcpkg_acquire_msys.cmake:26 (vcpkg_download_distfile)
2023-11-27T13:54:48.4464569Z scripts/cmake/vcpkg_acquire_msys.cmake:124 (z_vcpkg_acquire_msys_download_package)
2023-11-27T13:54:48.4465379Z scripts/cmake/vcpkg_find_acquire_program.cmake:535 (vcpkg_acquire_msys)
2023-11-27T13:54:48.4466138Z scripts/cmake/vcpkg_fixup_pkgconfig.cmake:151 (vcpkg_find_acquire_program)
2023-11-27T13:54:48.4466796Z ports/catch2/portfile.cmake:26 (vcpkg_fixup_pkgconfig)
2023-11-27T13:54:48.4467236Z scripts/ports.cmake:147 (include)
2023-11-27T13:54:48.4467501Z
2023-11-27T13:54:48.4467606Z
2023-11-27T13:54:48.4501512Z error: building catch2:x64-windows failed with: BUILD_FAILED
2023-11-27T13:54:48.5167260Z error: Please ensure you're using the latest port files with git pull and vcpkg update.
2023-11-27T13:54:48.5172732Z Then check for known issues at:
2023-11-27T13:54:48.5173659Z https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+catch2
2023-11-27T13:54:48.5174356Z You can submit a new issue at:
2023-11-27T13:54:48.5175456Z https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[catch2]+Build+error
2023-11-27T13:54:48.5177189Z Include '[catch2] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
2023-11-27T13:54:48.5178585Z vcpkg-tool version: 2022-11-10-5fdee72bc1fceca198fb1ab7589837206a8b81ba
2023-11-27T13:54:48.5179391Z vcpkg-scripts version: 5402d24c7 2022-12-08 (12 months ago)
2023-11-27T13:54:48.5179823Z
2023-11-27T13:54:48.5179981Z
2023-11-27T13:54:48.5180640Z Please use the prefilled template from D:\a\1\s\build\vcpkg_installed\vcpkg\issue_body.md when reporting your issue.
2023-11-27T13:54:48.6993417Z -- Running vcpkg install - failed
2023-11-27T13:54:48.7014007Z CMake Error at .vcpkg/scripts/buildsystems/vcpkg.cmake:883 (message):
2023-11-27T13:54:48.7015006Z vcpkg install failed. See logs for more information:
2023-11-27T13:54:48.7016126Z D:\a\1\s\build\vcpkg-manifest-install.log
2023-11-27T13:54:48.7016671Z Call Stack (most recent call first):
2023-11-27T13:54:48.7017588Z C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake:148 (include)
2023-11-27T13:54:48.7018357Z CMakeLists.txt:4 (project)
2023-11-27T13:54:48.7018867Z
2023-11-27T13:54:48.7019011Z
2023-11-27T13:54:48.7023981Z CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
2023-11-27T13:54:48.7030761Z -- Configuring incomplete, errors occurred!
2023-11-27T13:54:48.7321923Z The parameter is incorrect
2023-11-27T13:54:48.7323024Z CMake Error: Generator: execution of make failed. Make command was:
2023-11-27T13:54:48.8158290Z ##[error]Cmd.exe exited with code '1'.
2023-11-27T13:54:48.8489414Z ##[section]Finishing: Building using CMake

@virajbhatt1583 virajbhatt1583 changed the title Azure Devops with Windows agent with Visual Studio 2022 Developer Command Prompt v17.8.0failed to build Azure Devops with Windows agent with Visual Studio 2022 Developer Command Prompt v17.8.0 failed to build Nov 28, 2023
@sergei-pyshnoi
Copy link
Contributor

Hello @virajbhatt1583 . Thanks for your report. Can you please provide repro steps that can repeat your behavior? It can be pipeline snippet or failed commands.

@sergei-pyshnoi sergei-pyshnoi added the question Further information is requested label Nov 28, 2023
@virajbhatt1583
Copy link
Author

virajbhatt1583 commented Nov 29, 2023 via email

@sergei-pyshnoi
Copy link
Contributor

actually, it gives mirror error after reinstall .vcpkg. if we can connect to check and repeat, it would be helpful (with version 17.8)

On Tue, Nov 28, 2023 at 2:16 PM sergei-pyshnoi @.> wrote: Hello @virajbhatt1583 https://github.com/virajbhatt1583 . Thanks for your report. Can you please provide repro steps that can repeat your behavior? It can be pipeline snippet or failed commands. — Reply to this email directly, view it on GitHub <#8908 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDQKMDIC5M5FZWK2FVMBQCTYGWQFBAVCNFSM6AAAAAA75BGMVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRZGM2TENJXGI . You are receiving this because you were mentioned.Message ID: @.>

We need reprosteps to start the debugging process. In addition, look like the problem is on the side of dependency mirrors. (if you open them in a browser from the local machine, it also returns 404). Perhaps this is a temporary error. Is the problem still present?

@mikhailkoliada
Copy link
Contributor

Hello! As @sergei-pyshnoi rightly mentioned, we need a minimal public reprosteps to repeat the problem, as we do not have one at the moment I am going to close the issue as stale. As soon as you have repro available feel free to reach us out again and we will gladly help you where we can.

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

No branches or pull requests

3 participants