microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.69k stars 6.28k forks source link

vcpkg insist on downloading 7zip #39921

Open malaterre opened 1 month ago

malaterre commented 1 month ago

Describe the bug

This is a docker image with VS BuildTools 2022, cmake, 7z and ninja. However vcpkg insist on download a custom copy of 7zip:

$ vcpkg install zlib
Computing installation plan...
The following packages will be built and installed:
  * vcpkg-cmake:x64-windows@2024-04-23
    zlib:x64-windows@1.3.1
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
A suitable version of 7zip was not found (required v24.6.0) Downloading portable 7zip 24.6.0...
Downloading 7zip...
https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z->C:\dev\vcpkg\downloads\7z2406-extra.7z
Downloading https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z
Extracting 7zip...

System has it in the PATH:

$ 7z
7-Zip 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26
Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...] [@listfile]
<Commands>
[...]

Environment

To Reproduce Steps to reproduce the behavior:

  1. ./vcpkg install zlib
  2. See logs

For reference

$ vcpkg --version
vcpkg package management program version 2024-06-10-02590c430e4ed9215d27870138c2e579cc338772
See LICENSE.txt for license information.

Expected behavior

vcpkg should try harder to use the system installed 7zip.

Failure logs

$ vcpkg install zlib
Computing installation plan...
The following packages will be built and installed:
  * vcpkg-cmake:x64-windows@2024-04-23
    zlib:x64-windows@1.3.1
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
A suitable version of 7zip was not found (required v24.6.0) Downloading portable 7zip 24.6.0...
Downloading 7zip...
https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z->C:\dev\vcpkg\downloads\7z2406-extra.7z
Downloading https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z
Extracting 7zip...
Restored 0 package(s) from C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives in 313 us. Use --debug to see more details.
Installing 1/2 vcpkg-cmake:x64-windows@2024-04-23...
Building vcpkg-cmake:x64-windows@2024-04-23...
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 348 ms.
Elapsed time to handle vcpkg-cmake:x64-windows: 718 ms
vcpkg-cmake:x64-windows package ABI: 307a37f860825d0ca70aa9d3a53f22e57f3854515a12f3da04f246a8389cfcd5
Installing 2/2 zlib:x64-windows@1.3.1...
Building zlib:x64-windows@1.3.1...
-- Downloading https://github.com/madler/zlib/archive/v1.3.1.tar.gz -> madler-zlib-v1.3.1.tar.gz...

Additional context

Docker image for windows 2022 was prepared with:

RUN choco install 7zip.install --version=24.6.0 -y --no-progress;
autoantwort commented 1 month ago

Can you show the log with --debug

StarGate-One commented 1 month ago

Just a thought, vcpkg might be looking for 7za.exe, 7za.dll and/or 7zxa.dll, which is only available from the 7z<version>-extra.7z file?

malaterre commented 1 month ago

Can you show the log with --debug

Here you go:

$ vcpkg install --debug zlib
[DEBUG] To include the environment variables in debug output, pass --debug-env
[DEBUG] Disabling metrics because vcpkg.disable-metrics exists
[DEBUG] Trying to load bundleconfig from C:\dev\vcpkg\vcpkg-bundle.json
[DEBUG] Failed to open: C:\dev\vcpkg\vcpkg-bundle.json
[DEBUG] Bundle config: readonly=false, usegitregistry=false, embeddedsha=nullopt, deployment=Git, vsversion=nullopt
[DEBUG] Feature flag 'binarycaching' unset
[DEBUG] Feature flag 'compilertracking' unset
[DEBUG] Feature flag 'registries' unset
[DEBUG] Feature flag 'versions' unset
[DEBUG] Feature flag 'dependencygraph' unset
[DEBUG] Detected CI environment: GitLab_CI
[DEBUG] Detected Container Execution Service
[DEBUG] Using scripts-root: C:\dev\vcpkg\scripts
[DEBUG] Using builtin-ports: C:\dev\vcpkg\ports
[DEBUG] Using installed-root: C:\dev\vcpkg\installed
[DEBUG] Using buildtrees-root: C:\dev\vcpkg\buildtrees
[DEBUG] Using packages-root: C:\dev\vcpkg\packages
[DEBUG] Using vcpkg-root: C:\dev\vcpkg
[DEBUG] Using scripts-root: C:\dev\vcpkg\scripts
[DEBUG] Using builtin-registry: C:\dev\vcpkg\versions
[DEBUG] Using downloads-root: C:\dev\vcpkg\downloads
[DEBUG] Detecting host with IsWow64Process2
[DEBUG] Detecting host with IsWow64Process2
Computing installation plan...
[DEBUG] Found path: C:\Program Files\CMake\bin\cmake.exe
[DEBUG] Found path: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe
[DEBUG] 1000: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" --version)
[DEBUG] 1000: cmd_execute_and_stream_data() returned 0 after    47589 us
[DEBUG] 1001: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\buildtrees\0.vcpkg_tags.cmake")
[DEBUG] 1001: cmd_execute_and_stream_data() returned 0 after    28256 us
The following packages will be built and installed:
  * vcpkg-cmake:x64-windows@2024-04-23
    zlib:x64-windows@1.3.1
Additional packages (*) will be modified to complete this operation.
[DEBUG] 1002: CreateProcessW("C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -all -prerelease -legacy -products * -format xml)
[DEBUG] 1002: cmd_execute_and_stream_data() returned 0 after    27798 us
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\toolchains/windows.cmake
[DEBUG] C:\dev\vcpkg\scripts\toolchains/windows.cmake has hash e36df1c7f50ab25f9c182fa927d06c19ae082e0d599f132b3f655784b49e4b33
[DEBUG] Trying to hash C:\dev\vcpkg\triplets\x64-windows.cmake
[DEBUG] C:\dev\vcpkg\triplets\x64-windows.cmake has hash 4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c
Detecting compiler hash for triplet x64-windows...
[DEBUG] Found path: C:\Program Files\Git\cmd\git.exe
[DEBUG] 1003: CreateProcessW("C:\Program Files\Git\cmd\git.exe" --version)
[DEBUG] 1003: cmd_execute_and_stream_data() returned 0 after   127633 us
[DEBUG] Detecting host with IsWow64Process2
[DEBUG] Found path: C:\Program Files\PowerShell\7\pwsh.exe
[DEBUG] 1004: CreateProcessW("C:\Program Files\PowerShell\7\pwsh.exe" --version)
[DEBUG] 1004: cmd_execute_and_stream_data() returned 0 after   813755 us
[DEBUG] command line: cmd /d /c "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary/Build\vcvarsall.bat" -vcvars_ver=14.40.33807 amd64   2>&1 <NUL  & echo cdARN4xjKueKScMy9C6H & set
[DEBUG] 1005: CreateProcessW(cmd /d /c "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary/Build\vcvarsall.bat" -vcvars_ver=14.40.33807 amd64   2>&1 <NUL  & echo cdARN4xjKueKScMy9C6H & set)
[DEBUG] 1005: cmd_execute_and_stream_data() returned 0 after  1204394 us
[DEBUG] **********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.10.4
** Copyright (c) 2022 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
cdARN4xjKueKScMy9C6H 
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\ContainerAdministrator\AppData\Roaming
CommandPromptType=Native
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=RUNNER-CCTCAKEC
ComSpec=C:\Windows\system32\cmd.exe
DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um
Framework40Version=v4.0
FrameworkDir=C:\Windows\Microsoft.NET\Framework64\
FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\
FrameworkVersion=v4.0.30319
FrameworkVersion64=v4.0.30319
INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um
LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64
LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319
LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local
NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\
NUMBER_OF_PROCESSORS=4
OS=Windows_NT
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL
Platform=x64
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 106 Stepping 6, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=6a06
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Users\ContainerAdministrator\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
PUBLIC=C:\Users\Public
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\ContainerAdministrator\AppData\Local\Temp
TMP=C:\Users\ContainerAdministrator\AppData\Local\Temp
UCRTVersion=10.0.22621.0
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
USERDOMAIN=User Manager
USERNAME=ContainerAdministrator
USERPROFILE=C:\Users\ContainerAdministrator
VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\
VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\
VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.40.33807\
VCToolsVersion=14.40.33807
VisualStudioVersion=17.0
VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\
VSCMD_ARG_app_plat=Desktop
VSCMD_ARG_HOST_ARCH=x64
VSCMD_ARG_TGT_ARCH=x64
VSCMD_ARG_VCVARS_VER=14.40.33807
VSCMD_VER=17.10.4
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\
windir=C:\Windows
PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\Extensions\Microsoft\CodeCoverage.Console;C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\\x64;C:\Program Files (x86)\Windows Kits\10\bin\\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\;C:\Program Files\PowerShell\7;C:\Windows\system32;C:\Windows;C:\Windows\system32\Wbem;C:\Windows\system32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe
VSLANG=1033
VSCMD_SKIP_SENDTELEMETRY=1
VCPKG_COMMAND=C:/dev/vcpkg/vcpkg.exe
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
WindowsSDKLibVersion=10.0.22621.0\
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\
WindowsSDKVersion=10.0.22621.0\
WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\
WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\
X_VCPKG_RECURSIVE_DATA={
"vcpkg-root-env": "C:\\dev\\vcpkg",
"vcpkg-disable-metrics": true
}
__DOTNET_ADD_64BIT=1
__DOTNET_PREFERRED_BITNESS=64
__VSCMD_PREINIT_PATH=C:\Program Files\PowerShell\7;C:\Windows\system32;C:\Windows;C:\Windows\system32\Wbem;C:\Windows\system32\WindowsPowerShell\v1.0\
[DEBUG] 1006: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" -DCURRENT_PORT_DIR=C:/dev/vcpkg/scripts/detect_compiler -DCURRENT_BUILDTREES_DIR=C:/dev/vcpkg/buildtrees/detect_compiler -DCURRENT_PACKAGES_DIR=C:/dev/vcpkg/packages/detect_compiler_x64-windows -D_HOST_TRIPLET=x64-windows -DCMD=BUILD -DDOWNLOADS=C:/dev/vcpkg/downloads -DTARGET_TRIPLET=x64-windows -DTARGET_TRIPLET_FILE=C:/dev/vcpkg/triplets/x64-windows.cmake -DVCPKG_BASE_VERSION=2024-06-10 -DVCPKG_CONCURRENCY=5 -DVCPKG_PLATFORM_TOOLSET=v143 "-DGIT=C:/Program Files/Git/cmd/git.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\scripts\ports.cmake")
[DEBUG] -- Found external ninja('1.11.0').
[DEBUG] -- Configuring x64-windows
[DEBUG] [1/1] "C:/Program Files/CMake/bin/cmake.exe" -E chdir ".." "C:/Program Files/CMake/bin/cmake.exe" "C:/dev/vcpkg/scripts/detect_compiler" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/dev/vcpkg/packages/detect_compiler_x64-windows" "-DCMAKE_MAKE_PROGRAM=C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/dev/vcpkg" "-DZ_VCPKG_ROOT_DIR=C:/dev/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF"
[DEBUG] -- The C compiler identification is MSVC 19.40.33812.0
[DEBUG] -- The CXX compiler identification is MSVC 19.40.33812.0
[DEBUG] #COMPILER_HASH#0d6c67bb905400c980de9c1cd893e6cceaa88150
[DEBUG] #COMPILER_C_HASH#8695205f8c698aae5b462b331229739bb0f7cfd7
[DEBUG] #COMPILER_C_VERSION#19.40.33812.0
[DEBUG] #COMPILER_C_ID#MSVC
[DEBUG] #COMPILER_C_PATH#C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
[DEBUG] #COMPILER_CXX_HASH#8695205f8c698aae5b462b331229739bb0f7cfd7
[DEBUG] #COMPILER_CXX_VERSION#19.40.33812.0
[DEBUG] #COMPILER_CXX_ID#MSVC
[DEBUG] #COMPILER_CXX_PATH#C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
[DEBUG] -- Configuring done (2.0s)
[DEBUG] -- Generating done (0.0s)
[DEBUG] CMake Warning:
[DEBUG]   Manually-specified variables were not used by the project:
[DEBUG] 
[DEBUG]     BUILD_SHARED_LIBS
[DEBUG]     CMAKE_INSTALL_BINDIR
[DEBUG]     CMAKE_INSTALL_LIBDIR
[DEBUG]     _VCPKG_ROOT_DIR
[DEBUG] 
[DEBUG] 
[DEBUG] -- Build files have been written to: C:/dev/vcpkg/buildtrees/detect_compiler/x64-windows-rel
[DEBUG] 
[DEBUG] 1006: cmd_execute_and_stream_data() returned 0 after  2376826 us
[DEBUG] Detected compiler hash for triplet x64-windows: 0d6c67bb905400c980de9c1cd893e6cceaa88150
Compiler found: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
[DEBUG] Trying to hash C:\dev\vcpkg\ports\vcpkg-cmake\vcpkg.json
[DEBUG] C:\dev\vcpkg\ports\vcpkg-cmake\vcpkg.json has hash 6fd546b781a1aa5df572bdd31672cf222e55698aa5bf7d3e5c11abf1ae56a45b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\compile_wrapper_consider_clang-cl.patch
[DEBUG] C:\dev\vcpkg\scripts\cmake\compile_wrapper_consider_clang-cl.patch has hash 12dbcf92febc9400d782a3d7d073acee4b09a1417ce7d4d5e9be7c55aa177d36
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\execute_process.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\execute_process.cmake has hash 66a937b9c074422643135c319d1abadaa45484a664f1b160d4c163efb444a446
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_acquire_msys.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_acquire_msys.cmake has hash b1658d604bdc4247f518d319e7e96bd49f365f11867a9a0f6943db8f9ed4d763
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_add_to_path.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_add_to_path.cmake has hash 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_apply_patches.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_apply_patches.cmake has hash 4c123ce6f9bf0c46adc8287b7bd6a40b5f5e8daa83623dd21bb8c568ad4421fc
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_backup_restore_env_vars.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_backup_restore_env_vars.cmake has hash 5621f3b6a9586ffc02d49a5032560a48ad291de1cce553b904588f0108648904
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_buildpath_length_warning.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_buildpath_length_warning.cmake has hash fa440f3734e34b462ef96f3e89f0a9c5a11b609110a15a162d24da9218693fd1
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_cmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_cmake.cmake has hash 5201d6149d85fff414f3fbbdc4c793e0b2aeeb6d249a5ae8cf15e39fef66b7e6
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_make.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_make.cmake has hash e6ad744274e4e686395953a69e41afbf0d01f532aacf3ad7c5b444fb1ec14621
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_msbuild.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_msbuild.cmake has hash 9a8367ac19733fc51b8e7edc77968725d2efe1400aaf1fdd767bb329a7b04532
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_ninja.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_ninja.cmake has hash 9bafdd942fe41be20a868e0a41ea6f983895bacba2f257921b53d789c7ad8092
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_nmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_nmake.cmake has hash 918422e54a328b9dce1be8c06916d612de9cc24a18c65cc47f26d78e8c487440
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_build_qmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_build_qmake.cmake has hash cd00146eb665b004c527cf74986e392d2419610ace073bd6abb79d55a7912004
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_check_features.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_check_features.cmake has hash 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_check_linkage.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_check_linkage.cmake has hash 2236edfea13af20524c17d73214e0e5111bf1c13a2fc46c7f2912a46abd0c1a8
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_clean_executables_in_bin.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_clean_executables_in_bin.cmake has hash 5f7427ddf120583cf1f429861989e937858ee7a8c4deb419dca6f3f2fee86a65
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_clean_msbuild.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_clean_msbuild.cmake has hash 67007e54dee8a38487b43228573d877ad270fc6bac7bf8849783d0c2a78ce501
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_common_definitions.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_common_definitions.cmake has hash ea01c5711c7da32d9037361edee123507cb3708fe43b40ab3ecbbd32872310e3
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_common_functions.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_common_functions.cmake has hash 5f07e6f6184a02dcd8fc058eed1747a6bb65ee4a8f524e717651674f0bd7904c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_configure_cmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_configure_cmake.cmake has hash 9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da73497c2
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_configure_gn.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_configure_gn.cmake has hash c6637dbdb7c20b2e067c924eeb50605f7e3cc9e7c8c1434e53c9280134df11ba
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_configure_make.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_configure_make.cmake has hash 62b38f9a75094d0c2f43d4361299cf9317f408fafe3ce4691ba9c6ee44a3db5b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_configure_meson.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_configure_meson.cmake has hash ee93cbbf7c8d52f4a401a158dfc0613ef9516ddb4dd03bc944d2d1351288961c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_configure_qmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_configure_qmake.cmake has hash 9ca016171cbfafb9b056d9b4f6bbb4a59a928a7d72694997e6d3b6d4f951936c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_copy_pdbs.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_copy_pdbs.cmake has hash d57e4f196c82dc562a9968c6155073094513c31e2de475694143d3aa47954b1c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_copy_tools.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_copy_tools.cmake has hash 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_copy_tool_dependencies.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_copy_tool_dependencies.cmake has hash 66eef4116a52fd8cba76d274f44904846df943a3fc52317871cf255733b2efc4
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_download_distfile.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_download_distfile.cmake has hash 2d57e1336ae9daab2f04c0623217094b026080d19bdca3a92396d68ea3e729c7
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_download_sourceforge.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_download_sourceforge.cmake has hash d8a6ab3f2cd82c41cc9a9b9ea9a75f84d7b3a92ac7b3c5c9bb95d381bbae1233
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_execute_build_process.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_execute_build_process.cmake has hash 4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_execute_in_download_mode.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_execute_in_download_mode.cmake has hash 75a3cabe04d6bbaf1f73555516dd3c492edbed22cea204835c3620db5d948851
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_execute_required_process.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_execute_required_process.cmake has hash 0c6f52ca848715efd88acfec9bdb2ed3b5f38a650baa6a614bf23ccc3eec150a
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_execute_required_process_repeat.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_execute_required_process_repeat.cmake has hash 4863f71de8d0fd53ed799c6a5d15795156ae0606ecb61489b7636a050e029e2b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_extract_archive.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_extract_archive.cmake has hash 5cde629f6d23b2979d13cc8188903eeb4087bb195b456bf9df6679f6bcd81e2f
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_extract_source_archive.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_extract_source_archive.cmake has hash 9c733832f8b58b05e6c329ae8b6ad1cfa858224fdc06d4a2d08b428e31de1a51
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_extract_source_archive_ex.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_extract_source_archive_ex.cmake has hash ab9f5bd71a8e1ca4a56d5c09f248c2bc10ff8df3b600c3efb6cca34cba9ec3b7
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_fail_port_install.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_fail_port_install.cmake has hash aef80df96f7c83d79e7b03d132161d8071228e0f1c9eb61ba8b16354f0c9496c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(7Z).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(7Z).cmake has hash 2132e8a2c77364b3977b5c78f0193e6d79c1a01beeae7acdc31cf45efdaa2721
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(ARIA2).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(ARIA2).cmake has hash 948da78edc0b50c8ab8dd8acee7687d3fbbdc6f7c1df2ee8e2bf5fe673794fbe
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(BAZEL).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(BAZEL).cmake has hash 16409b8196d7bb13a7007ecaaaff81d204a8b1194747590136cb517c50547dc5
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(BISON).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(BISON).cmake has hash 97a601e71044956e42e0e51183df1bcd51e9a9490fc3c2e79da0368889b28b64
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(CLANG).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(CLANG).cmake has hash bc9f8433d5ce5a51e45a79c7469cdd9fcad154488b33ff6353af3b29400af50d
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(DARK).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(DARK).cmake has hash 65a32f6f8a7707456a9e96143ea1e438fb44c82ebddf881ff0efc470754577b0
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(DOXYGEN).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(DOXYGEN).cmake has hash 8f4ac6c2f60e1e89e5b48a24[109](https://gitlab.com/clario-clinical/dicom/windows-buildtools/-/jobs/7349780430#L109)8a63141e0d88f00d5fdc2d3c2846c9eaeb82b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(FLEX).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(FLEX).cmake has hash 5126699579bda4fb2b605adedd8cfed7ac53430178931ffd20d8b007cc89f26f
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GASPREPROCESSOR).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GASPREPROCESSOR).cmake has hash 0ff31ab283d7b78bc7af20cdbd66b5adc0432f00f126f81[110](https://gitlab.com/clario-clinical/dicom/windows-buildtools/-/jobs/7349780430#L110)03245908398c88
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GIT).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GIT).cmake has hash bb3644b8863c1a03c3c76cf8b13047557e05b22f4be7a13cb4ad00e72d7ad6b6
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GN).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GN).cmake has hash 2df6666d24cc24c550f96d4fee8140656ff6739fdbc57c4a774f56c7d85ff2fa
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GO).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GO).cmake has hash 47999a9e8fc92fb7b45fcb1ac1f22d4b69a0b3fff83da2e8df8850fd824ad03f
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GPERF).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(GPERF).cmake has hash 07129ac2ca1559ec4dc10e5e24efa25303e380e801049ef548b278a6944cd036
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(JOM).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(JOM).cmake has hash a3409f6506dcb4694592483964e680298244e26233900c6b6d95a9e18866b580
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(MESON).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(MESON).cmake has hash b39aa03a7f091406f39101eadd5ede4f893f01cc2a825422be9b7ad537e64a69
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NASM).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NASM).cmake has hash b6fcd010dcc70cec5e2472dde5a5b794c11ed63a433215d0e4f8ab11620cde0a
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NINJA).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NINJA).cmake has hash 8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NUGET).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(NUGET).cmake has hash [112](https://gitlab.com/clario-clinical/dicom/windows-buildtools/-/jobs/7349780430#L112)3c7214f2942acaff8e024c492227d6ef264abc7e4e815517931cbf3796d1d
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PATCHELF).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PATCHELF).cmake has hash 981d8de1e133c226acf8f3ee2b3faa18aa3b9e502e2a547cdedea59498bcfdab
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PERL).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PERL).cmake has hash 74fb0163458bbc0133de10acbdc27137de6ac3cf15a39568b61a1d847e48ff68
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PKGCONFIG).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PKGCONFIG).cmake has hash 61a1bc1e1bebb1cd6fb2f2718648a52ee9f4f866a790df01bfd89cf7b22c8598
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PYTHON2).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PYTHON2).cmake has hash ed078b84af22461e59694ab205a5ba9d0eb77d094ea64fc5754f7e19644b052e
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PYTHON3).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(PYTHON3).cmake has hash 0befaba75a19d486f5713c0d59fc1c700bbeb4ef479ee9bfe62d7f6a37a5f7a1
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(RUBY).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(RUBY).cmake has hash 641f9c542a6b65ecdf7626d4a9dadee1c1ee6e8b92bbf8ec184969a514fbf28e
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(SCONS).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(SCONS).cmake has hash 93a09225c0260b4e993131d4e246b48c984bb9d582efc183f36dd71875d20714
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(SWIG).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(SWIG).cmake has hash 4b07ff329c995f4ecb6b4c325b690757f2b4ec6666ee7b2264d7083e218fd35c
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(YASM).cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program(YASM).cmake has hash a0e60a6625d0b66f43405d8c438c6241154037c16358fbb14e66f834703710df
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_acquire_program.cmake has hash 96d9ee675798a3bddb54340d404b814be45a35c624b2eab5465cd45eaf18b6d3
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_find_fortran.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_find_fortran.cmake has hash 141a72c914dfb6fe0e33b5e6b27f940ea5f30430d2add788651ee10ee7bafd7b
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_fixup_cmake_targets.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_fixup_cmake_targets.cmake has hash 7f777f83ca76540ed573d986ee53d1b3da1e45f49f3856c44c0773fec71cb49f
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_fixup_pkgconfig.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_fixup_pkgconfig.cmake has hash 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_from_bitbucket.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_from_bitbucket.cmake has hash e875eb81fb8b06b08d0c97aed211b161dca3d1b7da8e562aa5ee8a8809e9e3d0
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_from_git.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_from_git.cmake has hash 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_from_github.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_from_github.cmake has hash b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb0502f
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_from_gitlab.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_from_gitlab.cmake has hash 5bbb6c56a4be11c0d10d488d95af91a37b15f520eba862254a24c6665dd39588
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_from_sourceforge.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_from_sourceforge.cmake has hash 00cb7d5767d56fdd8a1715ebd3c159fccd44dc17653522e23d2e507bce44a4f8
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_get_program_files_platform_bitness.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_get_program_files_platform_bitness.cmake has hash 0c21ce7e9fcf7828f2e06f488f4675816b87942cfbf828c183f5bbcba8ae5fc7
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_get_windows_sdk.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_get_windows_sdk.cmake has hash 9fe97b3807d78c81b54b9512e920112baf68c2b4f5ce483b2764edada074b4ec
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_host_path_list.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_host_path_list.cmake has hash 1e8382b3a80fc7458293fce1659077dcacda9892eb63d911ae0330fdb1aedc2d
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_cmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_cmake.cmake has hash 6119891902c6ad9e9ed1d9b073eb9969159b553f9d6f5bee529cde91769355ff
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_copyright.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_copyright.cmake has hash ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_gn.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_gn.cmake has hash 18f1e80697fca670452e1ff181850e546764cc7c5fa8cb5d6442266523af9806
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_make.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_make.cmake has hash 8d8145837ce718ef60778b50fea1af272146c9efa42367ec2d7726332ef29ab5
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_meson.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_meson.cmake has hash 715cf59e78124dcc0823803544dc12ca4ced4f46ebc43681f4f6cd23d3e99d92
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_msbuild.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_msbuild.cmake has hash d770323312cc635d641183bfa4a0c073f919c8a37b7d9b3576700b1e934f8cd4
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_nmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_nmake.cmake has hash e5540f04f33bc8eee3417da64e2c9a9aa2bc3dee62031238d7eb795ec31cb0b7
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_install_qmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_install_qmake.cmake has hash e9eedf4e8a942dbae43e25d0f7a38a8c3afe7761c5d9e042d1a52017e3dcebe6
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_list.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_list.cmake has hash f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_minimum_required.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_minimum_required.cmake has hash 4da8ab803b83c8f1c7b6272298108b9f62a7cd0618e563242c8e584692534171
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_replace_string.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_replace_string.cmake has hash d43c8699ce27e25d47367c970d1c546f6bc36b6df8fb0be0c3986eb5830bd4f1
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\vcpkg_test_cmake.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\vcpkg_test_cmake.cmake has hash 8117a509de7f30dd5c1f4c35134c1b3180c0825ea03480aa4625e98ddd5476e6
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_apply_patches.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_apply_patches.cmake has hash aed81b9cb2c44e2736e6e912445044a2f0512c041ecbb72ffb3154e44b0044ba
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_escape_regex_control_characters.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_escape_regex_control_characters.cmake has hash 439c52c6ea37cecad4474528fb3b8019f2538380b3771d986e3d7811d8e274b5
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_fixup_rpath.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_fixup_rpath.cmake has hash 175e72bf08f069a89f4ed5e6c32ab32a1a2c2150d60c7567dbfa6866622cbe25
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_forward_output_variable.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_forward_output_variable.cmake has hash ae3440b77321516f29f0b51e26b8ecb05fd31f63d33949dc406a502c300b04ff
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_function_arguments.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_function_arguments.cmake has hash 11721a8a42a2aa2f6f285d485b21aed55834c2029140661bd8e2f0b709288d77
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_get_cmake_vars.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_get_cmake_vars.cmake has hash ce74da978727f15cc4eab6fa8a9c27023f0b51ef654cfbf7df8f3409fb950c43
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_prettify_command_line.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_prettify_command_line.cmake has hash 97e4e92ac6e9da544fc7b9a6695e0d491c2c095ec265d8c0a90bcb8168873ca3
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\cmake\z_vcpkg_setup_pkgconfig_path.cmake
[DEBUG] C:\dev\vcpkg\scripts\cmake\z_vcpkg_setup_pkgconfig_path.cmake has hash ed25792f3b2d24819e143623be1f846513f5955cf7808de0a88b0ecaf97d4ea7
[DEBUG] Trying to hash C:\dev\vcpkg\scripts\ports.cmake
[DEBUG] C:\dev\vcpkg\scripts\ports.cmake has hash 3581688c16865b2026d28240d7c6257b848475ffc9fe81b3f3d304973253cf5e
[DEBUG] <abientries for vcpkg-cmake:x64-windows>
[DEBUG]   cmake|3.29.2
[DEBUG]   features|core
[DEBUG]   portfile.cmake|a711531b7f13b7da16fa1f25d7c5737a423d4a126465dc9e6689a0f043fcc1aa
[DEBUG]   ports.cmake|3581688c16865b2026d28240d7c6257b848475ffc9fe81b3f3d304973253cf5e
[DEBUG]   post_build_checks|2
[DEBUG]   powershell|7.2.16
[DEBUG]   triplet|x64-windows
[DEBUG]   triplet_abi|4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-e36df1c7f50ab25f9c182fa927d06c19ae082e0d599f132b3f655784b49e4b33-0d6c67bb905400c980de9c1cd893e6cceaa88150
[DEBUG]   vcpkg-port-config.cmake|f0a30f77c8f5e3ac40436fe2518a61ad067f2955c7ef3be6d6a0ca4b81cd2a45
[DEBUG]   vcpkg.json|6fd546b781a1aa5df572bdd31672cf222e55698aa5bf7d3e5c11abf1ae56a45b
[DEBUG]   vcpkg_add_to_path|5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe
[DEBUG]   vcpkg_cmake_build.cmake|6d1c27080fe3e768b5e7b968d6a28a37db154ebcb214297de25f10b6713511e1
[DEBUG]   vcpkg_cmake_configure.cmake|a8bc92be2faf621d6183ed1f3eb2ac3b103f4418b95f8695cf0dc7f7c5e8f724
[DEBUG]   vcpkg_cmake_install.cmake|3ae7886dc8434fac6f1e61190cc355fdec5fbd4f60758e2de20423cf49c91369
[DEBUG]   vcpkg_configure_cmake|9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da73497c2
[DEBUG]   vcpkg_execute_build_process|4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0
[DEBUG]   vcpkg_execute_required_process|0c6f52ca848715efd88acfec9bdb2ed3b5f38a650baa6a614bf23ccc3eec150a
[DEBUG]   vcpkg_find_acquire_program|96d9ee675798a3bddb54340d404b814be45a35c624b2eab5465cd45eaf18b6d3
[DEBUG]   vcpkg_find_acquire_program(NINJA)|8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c
[DEBUG]   vcpkg_list|f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29
[DEBUG] </abientries>
[DEBUG] Trying to hash C:\dev\vcpkg\ports\zlib\0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
[DEBUG] C:\dev\vcpkg\ports\zlib\0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch has hash 750b9542cb55e6328cca01d3ca997f1373b9530afa95e04213168676936e7bfa
[DEBUG] Trying to hash C:\dev\vcpkg\ports\zlib\0002-build-static-or-shared-not-both.patch
[DEBUG] C:\dev\vcpkg\ports\zlib\0002-build-static-or-shared-not-both.patch has hash dd4945e8af55d9feb65af706cb0254a6925dc4ac12789586c0d28acf323ad075
[DEBUG] Trying to hash C:\dev\vcpkg\ports\zlib\0003-android-and-mingw-fixes.patch
[DEBUG] C:\dev\vcpkg\ports\zlib\0003-android-and-mingw-fixes.patch has hash 63e62c9bae3952b8cca832e01aa96ef3b2696b21976c5031d6d6d79937d8d54c
[DEBUG] Trying to hash C:\dev\vcpkg\ports\zlib\usage
[DEBUG] C:\dev\vcpkg\ports\zlib\usage has hash be22662327df993eebc437495add75acb365ab18d37c7e5de735d4ea4f5d3083
[DEBUG] Trying to hash C:\dev\vcpkg\ports\zlib\vcpkg.json
[DEBUG] C:\dev\vcpkg\ports\zlib\vcpkg.json has hash 8ad7072167e1bf56d2ed531e43ecc95026d5b305ed0393140d5ec78f5c6b6c00
[DEBUG] <abientries for zlib:x64-windows>
[DEBUG]   0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch|750b9542cb55e6328cca01d3ca997f1373b9530afa95e04213168676936e7bfa
[DEBUG]   0002-build-static-or-shared-not-both.patch|dd4945e8af55d9feb65af706cb0254a6925dc4ac12789586c0d28acf323ad075
[DEBUG]   0003-android-and-mingw-fixes.patch|63e62c9bae3952b8cca832e01aa96ef3b2696b21976c5031d6d6d79937d8d54c
[DEBUG]   cmake|3.29.2
[DEBUG]   features|core
[DEBUG]   portfile.cmake|b14cee469c2da06e036e63293c0b6e6509924462e9b341b317986df46b281695
[DEBUG]   ports.cmake|3581688c16865b2026d28240d7c6257b848475ffc9fe81b3f3d304973253cf5e
[DEBUG]   post_build_checks|2
[DEBUG]   powershell|7.2.16
[DEBUG]   triplet|x64-windows
[DEBUG]   triplet_abi|4556164a2cd3dd6f4742101eabb46def7e71b6e5856faa88e5d005aac12a803c-e36df1c7f50ab25f9c182fa927d06c19ae082e0d599f132b3f655784b49e4b33-0d6c67bb905400c980de9c1cd893e6cceaa88150
[DEBUG]   usage|be22662327df993eebc437495add75acb365ab18d37c7e5de735d4ea4f5d3083
[DEBUG]   vcpkg-cmake|307a37f860825d0ca70aa9d3a53f22e57f3854515a12f3da04f246a8389cfcd5
[DEBUG]   vcpkg-cmake-wrapper.cmake|5d49ef2ee6448479c2aad0e5f732e2676eaba0411860f9bebabe6002d66f57d1
[DEBUG]   vcpkg.json|8ad7072167e1bf56d2ed531e43ecc95026d5b305ed0393140d5ec78f5c6b6c00
[DEBUG]   vcpkg_copy_pdbs|d57e4f196c82dc562a9968c6155073094513c31e2de475694143d3aa47954b1c
[DEBUG]   vcpkg_fixup_pkgconfig|1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777
[DEBUG]   vcpkg_from_git|96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58
[DEBUG]   vcpkg_from_github|b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb0502f
[DEBUG]   vcpkg_replace_string|d43c8699ce27e25d47367c970d1c546f6bc36b6df8fb0be0c3986eb5830bd4f1
[DEBUG] </abientries>
[DEBUG] Default binary cache path is: C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives
A suitable version of 7zip was not found (required v24.6.0) Downloading portable 7zip 24.6.0...
Downloading 7zip...
https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z->C:\dev\vcpkg\downloads\7z2406-extra.7z
Downloading https://github.com/ip7z/7zip/releases/download/24.06/7z2406-extra.7z
[DEBUG] Trying to hash C:\dev\vcpkg\downloads\7z2406-extra.7z.9840.part
[DEBUG] C:\dev\vcpkg\downloads\7z2406-extra.7z.9840.part has hash 6b88a761f7cc8b8affc074b24750bcdc65cc3ab18d127c8bfdd1eca953d43e21558eb[113](https://gitlab.com/clario-clinical/dicom/windows-buildtools/-/jobs/7349780430#L113)7c4b934689990564d7d24cf14e249a773dc1e5ddb7316b10d73682f8
Extracting 7zip...
[DEBUG] 1007: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" -E tar xzf "C:\dev\vcpkg\downloads\7z2406-extra.7z")
[DEBUG] 1007: cmd_execute() returned 0 after 295205 us
Restored 0 package(s) from C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives in 222 us. Use --debug to see more details.
Installing 1/2 vcpkg-cmake:x64-windows@2024-04-23...
Building vcpkg-cmake:x64-windows@2024-04-23...
[DEBUG] Detecting host with IsWow64Process2
[DEBUG] 1008: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" -DALL_FEATURES= -DCURRENT_PORT_DIR=C:/dev/vcpkg/ports/vcpkg-cmake -D_HOST_TRIPLET=x64-windows -DFEATURES=core -DPORT=vcpkg-cmake -DVERSION=2024-04-23 -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DZ_VCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/toolchains/windows.cmake -DCMD=BUILD -DDOWNLOADS=C:/dev/vcpkg/downloads -DTARGET_TRIPLET=x64-windows -DTARGET_TRIPLET_FILE=C:/dev/vcpkg/triplets/x64-windows.cmake -DVCPKG_BASE_VERSION=2024-06-10 -DVCPKG_CONCURRENCY=5 -DVCPKG_PLATFORM_TOOLSET=v143 "-DGIT=C:/Program Files/Git/cmd/git.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\scripts\ports.cmake")
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: C:/dev/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/copyright
[DEBUG] 1008: cmd_execute_and_stream_data() returned 0 after    72292 us
-- Performing post-build validation
[DEBUG] 1009: CreateProcessW("C:\dev\vcpkg\downloads\tools\7zip-24.06-windows\7za.exe" a "C:\dev\vcpkg\packages\vcpkg-cmake_x64-windows.zip" "C:\dev\vcpkg\packages\vcpkg-cmake_x64-windows\*")
[DEBUG] 1009: cmd_execute_and_stream_data() returned 0 after    80802 us
Stored binaries in 1 destinations in 87.9 ms.
Elapsed time to handle vcpkg-cmake:x64-windows: 203 ms
vcpkg-cmake:x64-windows package ABI: 307a37f860825d0ca70aa9d3a53f22e57f3854515a12f3da04f246a8389cfcd5
Installing 2/2 zlib:x64-windows@1.3.1...
Building zlib:x64-windows@1.3.1...
[DEBUG] Detecting host with IsWow64Process2
[DEBUG] 1010: CreateProcessW("C:\Program Files\CMake\bin\cmake.exe" -DALL_FEATURES= -DCURRENT_PORT_DIR=C:/dev/vcpkg/ports/zlib -D_HOST_TRIPLET=x64-windows -DFEATURES=core -DPORT=zlib -DVERSION=1.3.1 -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DZ_VCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/toolchains/windows.cmake -DCMD=BUILD -DDOWNLOADS=C:/dev/vcpkg/downloads -DTARGET_TRIPLET=x64-windows -DTARGET_TRIPLET_FILE=C:/dev/vcpkg/triplets/x64-windows.cmake -DVCPKG_BASE_VERSION=2024-06-10 -DVCPKG_CONCURRENCY=5 -DVCPKG_PLATFORM_TOOLSET=v143 "-DGIT=C:/Program Files/Git/cmd/git.exe" "-DVCPKG_PORT_CONFIGS=C:\dev\vcpkg\installed\x64-windows\share\vcpkg-cmake\vcpkg-port-config.cmake" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\scripts\ports.cmake")
-- Downloading https://github.com/madler/zlib/archive/v1.3.1.tar.gz -> madler-zlib-v1.3.1.tar.gz...
-- Extracting source C:/dev/vcpkg/downloads/madler-zlib-v1.3.1.tar.gz
-- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
-- Applying patch 0002-build-static-or-shared-not-both.patch
-- Applying patch 0003-android-and-mingw-fixes.patch
-- Using source at C:/dev/vcpkg/buildtrees/zlib/src/v1.3.1-2e5db616bf.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: C:/dev/vcpkg/packages/zlib_x64-windows/share/zlib/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: C:/dev/vcpkg/packages/zlib_x64-windows/lib/pkgconfig/zlib.pc
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://repo.msys2.org/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst -> msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst...
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: C:/dev/vcpkg/packages/zlib_x64-windows/debug/lib/pkgconfig/zlib.pc
-- Installing: C:/dev/vcpkg/packages/zlib_x64-windows/share/zlib/copyright
[DEBUG] 1010: cmd_execute_and_stream_data() returned 0 after 10697217 us
-- Performing post-build validation
[DEBUG] The lib C:\dev\vcpkg\packages\zlib_x64-windows\debug\lib\zlibd.lib has directives: 
[DEBUG] The lib C:\dev\vcpkg\packages\zlib_x64-windows\lib\zlib.lib has directives: 
[DEBUG] 1011: CreateProcessW("C:\dev\vcpkg\downloads\tools\7zip-24.06-windows\7za.exe" a "C:\dev\vcpkg\packages\zlib_x64-windows.zip" "C:\dev\vcpkg\packages\zlib_x64-windows\*")
[DEBUG] 1011: cmd_execute_and_stream_data() returned 0 after   156226 us
Stored binaries in 1 destinations in 169 ms.
Elapsed time to handle zlib:x64-windows: 11 s
zlib:x64-windows package ABI: ecba96de86596167b6b304ca74472f[125](https://gitlab.com/clario-clinical/dicom/windows-buildtools/-/jobs/7349780430#L125)230ff8a31f97806a5190901443b39d7
Total install time: 11 s
The package zlib is compatible with built-in CMake targets:
    find_package(ZLIB REQUIRED)
    target_link_libraries(main PRIVATE ZLIB::ZLIB)
[DEBUG] D:\a\_work\1\s\src\vcpkg\commands.install.cpp(1404): 
[DEBUG] Time in subprocesses: 15927993us
[DEBUG] Time in parsing JSON: 49us
[DEBUG] Time in JSON reader: 325us
[DEBUG] Time in filesystem: 109289us
[DEBUG] Time in loading ports: 6865us
[DEBUG] Exiting after 16 s (16357424us)
malaterre commented 1 month ago

In case that helps:

$ choco install 7zip.portable --version=24.6.0
Chocolatey v1.4.0
Installing the following packages:
7zip.portable
By installing, you accept licenses for the packages.
Progress: Downloading 7zip.portable 24.6.0... 100%
7zip.portable v24.6.0 [Approved]
7zip.portable package files install completed. Performing other installation steps.
Installing 64 bit version
Extracting C:\ProgramData\chocolatey\lib\7zip.portable\tools\7zip_x64.exe to C:\ProgramData\chocolatey\lib\7zip.portable\tools...
C:\ProgramData\chocolatey\lib\7zip.portable\tools
Extracting C:\ProgramData\chocolatey\lib\7zip.portable\tools\7zip_extra.7z to C:\ProgramData\chocolatey\lib\7zip.portable\tools\7z-extra...
C:\ProgramData\chocolatey\lib\7zip.portable\tools\7z-extra
 ShimGen has successfully created a shim for 7z.exe
 ShimGen has successfully created a shim for 7zFM.exe
 ShimGen has successfully created a shim for 7zG.exe
 ShimGen has successfully created a shim for 7za.exe
 ShimGen has successfully created a shim for 7za.exe
 The install of 7zip.portable was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\7zip.portable\tools\7z-extra'
Chocolatey installed 1/1 packages. 
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
$ 7za
7-Zip (a) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26
[...]
autoantwort commented 1 month ago

After looking at the source code I see that vcpkg always uses an own copy of 7zip and does not search on the path for it

malaterre commented 1 month ago

After looking at the source code I see that vcpkg always uses an own copy of 7zip and does not search on the path for it

@MonicaLiu0311 Does this answer your concern ? Apparently this is a confirmed issue, and could be improved.

MonicaLiu0311 commented 1 month ago

After looking at the source code I see that vcpkg always uses an own copy of 7zip and does not search on the path for it

@BillyONeal Can you help take a look at this?

Ping again.

github-actions[bot] commented 2 weeks ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

aandrejevas commented 1 week ago

Ping

malaterre commented 1 week ago

After looking at the source code I see that vcpkg always uses an own copy of 7zip and does not search on the path for it

Can you point the exact line location ? Thanks !