microsoft / vcpkg

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

[boost-container] Build failure on x64-windows #38356

Closed mcollard0 closed 5 months ago

mcollard0 commented 6 months ago

Package: boost-container:x64-windows@1.83.0

Host Environment

To Reproduce

vcpkg install Failure logs

-- Using cached boostorg-container-boost-1.83.0.tar.gz.
-- Cleaning sources at C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/src/ost-1.83.0-6dad5460b5.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/vboxuser/AppData/Local/vcpkg/downloads/boostorg-container-boost-1.83.0.tar.gz
-- Using source at C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/src/ost-1.83.0-6dad5460b5.clean
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/Users/vboxuser/AppData/Local/vcpkg/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j8
    Working Directory: C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg
    See logs for more information:
      C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/boost-modular-build.cmake:139 (vcpkg_cmake_install)
  C:/Users/vboxuser/AppData/Local/vcpkg/registries/git-trees/06dc49b47f365371fd98d0373e46369bb97056c8/portfile.cmake:12 (boost_modular_build)
  scripts/ports.cmake:175 (include)
C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\install-x64-windows-dbg-out.log ``` Change Dir: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg' Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v -v -j8 install [1/2] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\build && C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\tools\boost-build\b2.exe toolset=msvc --user-config=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/user-config.jam --stagedir=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage --build-dir=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg runtime-link=shared link=shared address-model=64 architecture=x86 target-os=windows threadapi=win32 variant=debug --disable-icu --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j 8 -sBOOST_ROOT=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/tools/boost-build -sBOOST_BUILD_PATH=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/tools/boost-build --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage" FAILED: CMakeFiles/boost C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/CMakeFiles/boost C:\Windows\system32\cmd.exe /C "cd /D C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\build && C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\tools\boost-build\b2.exe toolset=msvc --user-config=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/user-config.jam --stagedir=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage --build-dir=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg runtime-link=shared link=shared address-model=64 architecture=x86 target-os=windows threadapi=win32 variant=debug --disable-icu --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j 8 -sBOOST_ROOT=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/tools/boost-build -sBOOST_BUILD_PATH=C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/tools/boost-build --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage" notice: loading B2 from C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/tools/boost-build/src/kernel/bootstrap.jam notice: Site configuration files will be ignored due to the notice: --ignore-site-config command-line option. notice: Loading explicitly specified user configuration file: C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\user-config.jam notice: Searching 'C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg' for user-config configuration file 'user-config.jam'. notice: Loading user-config configuration file 'user-config.jam' from 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg'. notice: [msvc-cfg] msvc-14.3 detected, command: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx64\arm\cl.exe' notice: will use 'C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe' for msvc, condition msvc-143 notice: [msvc-cfg] condition: 'msvc-143/x86/32', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86' notice: [msvc-cfg] condition: 'msvc-143//32', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86' notice: [msvc-cfg] condition: 'msvc-143/x86/64', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143//64', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143/x86/', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143//', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143/ia64/64', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86_ia64' notice: [msvc-cfg] condition: 'msvc-143/ia64/', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86_ia64' notice: [msvc-cfg] condition: 'msvc-143/arm/32', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86_arm' notice: [msvc-cfg] condition: 'msvc-143/arm/64', setup: 'C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/share/boost-build/nothing.bat x86_arm64' Building target '../build/stage' Build request: object(property-set)@389 64 x86 on shared shared windows win32 multi msvc debug Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 false ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include -machine:x64 -nologo -debug -INCREMENTAL /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage/lib threading:runtime-link threading:toolset @Jamfile%Jamfile.tag msvc,shared:multi @Jamfile%Jamfile.stage-translate-path Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off false windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage/lib yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc @Jamfile%Jamfile.stage-translate-path console debug off off on desktop Building target '../build/boost_container' Build request: object(property-set)@396 64 x86 off off object on linker on on off off shared yes yes off NT on on off on on shared native off windows on win32 multi 143 msvc debug off off on desktop Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include shared:BOOST_CONTAINER_DYN_LINK=1 static:BOOST_CONTAINER_STATIC_LINK=1 -machine:x64 -nologo -debug -INCREMENTAL define:link threading:runtime-link threading:toolset @Jamfile%Jamfile.tag msvc,shared:multi Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off define:link threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off on desktop Usage requirements for boost_container: Build properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off define:link threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off on desktop *** construct LIB from { alloc_lib.c.C } from { dlmalloc.cpp.CPP } from { global_resource.cpp.CPP } from { monotonic_buffer_resource.cpp.CPP } from { pool_resource.cpp.CPP } from { synchronized_pool_resource.cpp.CPP } from { unsynchronized_pool_resource.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off on desktop find-viable-generators target-type= LIB property-set= trying type LIB there are generators for this type trying generator builtin.lib-generator ( -> LIB ) is viable trying generator builtin.prebuilt ( -> LIB ) feature-requirements are not met: *** 1 viable generators *** construct SHARED_LIB from { alloc_lib.c.C } from { dlmalloc.cpp.CPP } from { global_resource.cpp.CPP } from { monotonic_buffer_resource.cpp.CPP } from { pool_resource.cpp.CPP } from { synchronized_pool_resource.cpp.CPP } from { unsynchronized_pool_resource.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off on desktop find-viable-generators target-type= SHARED_LIB property-set= trying type SHARED_LIB there are generators for this type trying generator msvc.link.dll ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> SHARED_LIB IMPORT_LIB ) is viable trying generator msvc.link.dll ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> SHARED_LIB ) property-requirements are not met: msvc true *** 1 viable generators ** generator msvc.link.dll composing: true *** construct OBJ from { alloc_lib.c.C } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off on desktop find-viable-generators target-type= OBJ property-set= trying type OBJ there are generators for this type trying generator rc.compile.resource ( RC -> OBJ ) is viable ... Skipped 299 lines ... with usage requirements: [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 ] Usage requirements from boost_container: BOOST_CONTAINER_DYN_LINK=1 address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture define:link embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 Usage requirements for stage: BOOST_CONTAINER_DYN_LINK=1 address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture define:link embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 Build properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off false windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage/lib yes yes off NT on on off address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture define:link embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading threading:runtime-link threading:toolset toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc @Jamfile%Jamfile.stage-translate-path console debug off off on desktop /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 *** construct INSTALLED_SHARED_LIB from { msvc%msvc.link.dll-boost_container-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c-alloc_lib.obj.OBJ { alloc_lib.c.C } } { msvc%msvc.compile.c++-dlmalloc.obj.OBJ { dlmalloc.cpp.CPP } } { msvc%msvc.compile.c++-global_resource.obj.OBJ { global_resource.cpp.CPP } } { msvc%msvc.compile.c++-monotonic_buffer_resource.obj.OBJ { monotonic_buffer_resource.cpp.CPP } } { msvc%msvc.compile.c++-pool_resource.obj.OBJ { pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-synchronized_pool_resource.obj.OBJ { synchronized_pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-unsynchronized_pool_resource.obj.OBJ { unsynchronized_pool_resource.cpp.CPP } } } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_CONTAINER_DYN_LINK=1 linker on on off true windows ../include&&/C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/stage/lib LIB yes yes off NT on on off address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define define:link embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading threading:runtime-link threading:toolset toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api auto on on shared native off false project-relative windows on win32 multi 143 msvc console debug off off on desktop find-viable-generators target-type= INSTALLED_SHARED_LIB property-set= msvc-143/debug/address-model-64/architecture-x86/threading-multi trying type INSTALLED_SHARED_LIB there are generators for this type trying generator install-shared-lib ( SHARED_LIB -> INSTALLED_SHARED_LIB ) is viable *** 1 viable generators returned { common%common.copy-boost_container-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.link.dll-boost_container-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c-alloc_lib.obj.OBJ { alloc_lib.c.C } } { msvc%msvc.compile.c++-dlmalloc.obj.OBJ { dlmalloc.cpp.CPP } } { msvc%msvc.compile.c++-global_resource.obj.OBJ { global_resource.cpp.CPP } } { msvc%msvc.compile.c++-monotonic_buffer_resource.obj.OBJ { monotonic_buffer_resource.cpp.CPP } } { msvc%msvc.compile.c++-pool_resource.obj.OBJ { pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-synchronized_pool_resource.obj.OBJ { synchronized_pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-unsynchronized_pool_resource.obj.OBJ { unsynchronized_pool_resource.cpp.CPP } } } } generator install-shared-lib spawned { common%common.copy-boost_container-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.link.dll-boost_container-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c-alloc_lib.obj.OBJ { alloc_lib.c.C } } { msvc%msvc.compile.c++-dlmalloc.obj.OBJ { dlmalloc.cpp.CPP } } { msvc%msvc.compile.c++-global_resource.obj.OBJ { global_resource.cpp.CPP } } { msvc%msvc.compile.c++-monotonic_buffer_resource.obj.OBJ { monotonic_buffer_resource.cpp.CPP } } { msvc%msvc.compile.c++-pool_resource.obj.OBJ { pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-synchronized_pool_resource.obj.OBJ { synchronized_pool_resource.cpp.CPP } } { msvc%msvc.compile.c++-unsynchronized_pool_resource.obj.OBJ { unsynchronized_pool_resource.cpp.CPP } } } } with usage requirements: [ ] Usage requirements from stage: BOOST_CONTAINER_DYN_LINK=1 address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture define:link embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /C:/Users/vboxuser/source/repos/untitledMigrationService/vcpkg_installed/vcpkg/blds/boost-container/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 msvc.read-setup msvc-setup.read common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage\lib if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage\lib" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\stage\lib" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861 if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc" common.mkdir C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85 if not exist "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85" mkdir "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85" file C:\Users\vboxuser\AppData\Local\Temp\jam2aecb36.000 msvc.write-setup-script C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat type "C:\Users\vboxuser\AppData\Local\Temp\jam2aecb36.000" > "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\dlmalloc.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\dlmalloc.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\dlmalloc.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" dlmalloc.cpp compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\synchronized_pool_resource.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\synchronized_pool_resource.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\synchronized_pool_resource.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" synchronized_pool_resource.cpp compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\alloc_lib.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\alloc_lib.c" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\alloc_lib.obj" -TC -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP -Od -RTC1 -Ob0 -Za -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" alloc_lib.c C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um\winnt.h(13596): error C2467: illegal declaration of anonymous 'union' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(1878): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(3103): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(3182): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4082): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4136): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4152): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4155): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4320): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4331): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4567): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4668): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4695): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4778): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4905): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(4953): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5027): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5081): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5094): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5129): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5205): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5207): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5243): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5245): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5332): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5334): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5453): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5462): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5501): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5602): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5622): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5705): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5755): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5757): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5794): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5796): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5867): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_2_8_6.c(5869): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(793): error C2097: illegal initialization C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(978): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(986): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(979): error C2097: illegal initialization C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1061): error C2097: illegal initialization C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1080): error C2097: illegal initialization C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1111): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1113): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1124): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1150): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1172): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1176): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1200): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1202): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1222): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1252): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1294): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1298): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1318): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1320): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1385): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1432): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1464): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1467): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1473): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\src\ost-1.83.0-6dad5460b5.clean\src\dlmalloc_ext_2_8_6.c(1479): warning C4133: 'function': incompatible types - from 'int *' to 'volatile LONG *' compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\global_resource.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\global_resource.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\global_resource.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" global_resource.cpp compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\monotonic_buffer_resource.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\monotonic_buffer_resource.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\monotonic_buffer_resource.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" monotonic_buffer_resource.cpp compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\pool_resource.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\pool_resource.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\pool_resource.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" pool_resource.cpp compile-c-c++ C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\unsynchronized_pool_resource.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\unsynchronized_pool_resource.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-container\x64-windows-dbg\boost\build\17a8c9ca3b8927c9ea3f9b7cab707861\unsynchronized_pool_resource.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++20 -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /Z7 /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CONTAINER_DYN_LINK=1 "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include" unsynchronized_pool_resource.cpp ...skipped boost_container-vc143-mt-gd-x64-1_83.dll for lack of alloc_lib.obj... ...skipped boost_container-vc143-mt-gd-x64-1_83.dll for lack of boost_container-vc143-mt-gd-x64-1_83.dll... ...failed updating 1 target... ninja: build stopped: subcommand failed. ```

Additional context

vcpkg.json ``` { "dependencies": [ "boost", { "name": "curl", "features": [ "brotli", "wolfssl" ] }, "zlib", "pugixml", "nlohmann-json", "brotli", { "name": "dcmtk", "features": [ "zlib", "openssl" ] } ] } ```
mcollard0 commented 6 months ago

Related cmake settings: set(VCPKG_TARGET_ARCHITECTURE x64) set(VCPKG_CRT_LINKAGE static) set(VCPKG_LIBRARY_LINKAGE static) set(VCPKG_CXX_FLAGS " ${VCPKG_CXXFLAGS} /std::c++20) set(VCPKG_C_FLAGS "/Od /RTC1 /Ob0 /Za ${VCPKG_C_FLAGS}")

Failed ultimately in following stack: (compressed to what I believe are relevant messages:)

-- Building foundation.obj call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul cl "..\src\framework.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5**framework.obj"** -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++17 -MD -O2 -Oi -Gy -DNDEBUG -Z7 /O2 /Z7 /Ob2 /W4 /MD /Zc:forScope /Zc:wchar_t /Zc:inline /Gw /favor:blend -wd4671 -wd4673 -DBOOST_ALL_NO_LIB=1 -DNDEBUG "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include"

...skipped <pC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5>libboost_test_exec_monitor-vc143-mt-x64-1_83.lib for lack of <pC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5>framework.obj...

...failed updating 1 target...

mcollard0 commented 6 months ago

Repro steps: Git clone new vcpkg, attempt build of enclosed vcpkg.json. (Included two ways for reference.)

I am open to blowing away vspkg, however, having tried that it did not resolve my issue.

install-x64-windows-rel-out.log Adding windows-rel-out-log. vcpkg.json Adding vcpkg.json>

JonLiu1993 commented 6 months ago

@mcollard0, Please make sure you are using the latest port files with git pull and vcpkg update:

vcpkg-tool version: 2023-12-12-1c9ec1978a6b0c2b39c9e9554a96e3e275f7556e
https://github.com/microsoft/vcpkg/commit/a34c873a9717a888f58dc05268dea15592c2f0ff

You need use the latest vcpkg, used "git pull" and "vcpkg update".

mcollard0 commented 6 months ago

When I attempt this update, I get the following error: the update command does not currently support manifest mode. Instead, modify your vcpkg.json and run install.note: updating vcpkg by rerunning bootstrap-vcpkg may resolve this failure.

What is the right thing to do next?

JonLiu1993 commented 6 months ago

Copy your vcpkg.json file to another location and use the command update vcpkg in classic mode, then copy it back and continue using manifest mode.

dg0yt commented 5 months ago

This issue is obsolete. Boost builds were changed to CMake. New problems, new tickets.