Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

False-positive cache hits #115

Closed
Shatur opened this issue Nov 26, 2021 · 32 comments
Closed

False-positive cache hits #115

Shatur opened this issue Nov 26, 2021 · 32 comments

Comments

@Shatur
Copy link

Shatur commented Nov 26, 2021

Hi! I experiencing false-positive cache hits. I use manifest mode and vcpkg is downloaded with this action.

Action log
2021-11-25T16:08:54.7625198Z ##[group]Run lukka/run-vcpkg@v10
2021-11-25T16:08:54.7625647Z with:
2021-11-25T16:08:54.7626310Z   vcpkgGitCommitId: a4b5cde7f504c1bbbbc455f4a6ee60efd9034772
2021-11-25T16:08:54.7627100Z   vcpkgDirectory: D:\a\FortifyIQ\FortifyIQ/vcpkg
2021-11-25T16:08:54.7627633Z   runVcpkgInstall: false
2021-11-25T16:08:54.7628223Z   vcpkgGitURL: https://github.com/microsoft/vcpkg.git
2021-11-25T16:08:54.7628797Z   doNotUpdateVcpkg: false
2021-11-25T16:08:54.7629223Z   doNotCache: false
2021-11-25T16:08:54.7629749Z   doNotCacheOnWorkflowFailure: false
2021-11-25T16:08:54.7630510Z   vcpkgJsonGlob: **/vcpkg.json
2021-11-25T16:08:54.7630992Z   vcpkgJsonIgnores: ['**/vcpkg/**']
2021-11-25T16:08:54.7632055Z   runVcpkgFormatString: [`install`, `--recurse`, `--clean-after-build`, `--x-install-root`, `$[env.VCPKG_INSTALLED_DIR]`, `--triplet`, `$[env.VCPKG_DEFAULT_TRIPLET]`]
2021-11-25T16:08:54.7632941Z   useShell: true
2021-11-25T16:08:54.7633724Z   logCollectionRegExps: \s*"(.+CMakeOutput\.log)"\.\s*;\s*"(.+CMakeError\.log)"\.\s*;\s*(.+out\.log)\s*;\s+(.+err\.log)\s*;\s*(.+vcpkg.+\.log)\s*
2021-11-25T16:08:54.7634433Z   jobStatus: success
2021-11-25T16:08:54.7634771Z ##[endgroup]
2021-11-25T16:08:55.0737725Z ##[group]Prepare output directories
2021-11-25T16:08:55.0854279Z ##[endgroup]
2021-11-25T16:08:55.1024027Z ⏱ elapsed: 0.005 seconds
2021-11-25T16:08:55.1025162Z ##[group]Compute vcpkg cache key
2021-11-25T16:08:55.1532367Z Found vcpkg.json at 'D:\a\FortifyIQ\FortifyIQ\vcpkg.json', its hash is '4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058''.
2021-11-25T16:08:55.1538278Z Adding user provided vcpkg's Git commit id 'a4b5cde7f504c1bbbbc455f4a6ee60efd9034772' to cache key.
2021-11-25T16:08:55.1539587Z Adding hash of vcpkg.json: '4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058'.
2021-11-25T16:08:55.1542505Z Computed key: {"primary":"runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058","restore":["runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772"]}
2021-11-25T16:08:55.1544831Z ##[endgroup]
2021-11-25T16:08:55.1545290Z ⏱ elapsed: 0.072 seconds
2021-11-25T16:08:55.1547111Z ##[group]Restore vcpkg and its artifacts from cache
2021-11-25T16:08:55.1550594Z Cache key: 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058'
2021-11-25T16:08:55.1552430Z Cache restore keys: 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772'
2021-11-25T16:08:55.1554288Z Cached paths: 'D:/a/FortifyIQ/b/vcpkg_cache,D:\a\FortifyIQ\FortifyIQ\vcpkg,!D:\a\FortifyIQ\FortifyIQ\vcpkg\installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkg_installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\packages,!D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees,!D:\a\FortifyIQ\FortifyIQ\vcpkg\downloads'
2021-11-25T16:09:06.4180368Z Cache Size: ~960 MB (1006811574 B)
2021-11-25T16:09:06.4196544Z [command]C:\Windows\System32\tar.exe -z -xf D:/a/_temp/d3177374-db6c-4460-bd3f-022be236ce5f/cache.tgz -P -C D:/a/FortifyIQ/FortifyIQ
2021-11-25T16:09:28.6068798Z Cache hit, key = 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058'.
2021-11-25T16:09:28.6073405Z ##[endgroup]
2021-11-25T16:09:28.6074072Z ⏱ elapsed: 33.452 seconds
2021-11-25T16:09:28.6356852Z ##[group]Retrieving the vcpkg Git commit id (D:\a\FortifyIQ\FortifyIQ\vcpkg)
2021-11-25T16:09:28.6684040Z Fetching the Git commit id at 'D:\a\FortifyIQ\FortifyIQ\vcpkg' ...
2021-11-25T16:09:28.6693943Z Running command '"C:\Program Files\Git\bin\git.exe"' with args '^"rev-parse^",^"HEAD^"' in current directory 'D:\a\FortifyIQ\FortifyIQ\vcpkg'.
2021-11-25T16:09:28.7748502Z a4b5cde7f504c1bbbbc455f4a6ee60efd9034772
2021-11-25T16:09:28.7806961Z ##[endgroup]
2021-11-25T16:09:28.7807724Z ⏱ elapsed: 0.171 seconds
2021-11-25T16:09:28.7811516Z ##[group]Check whether vcpkg repository is up to date
2021-11-25T16:09:28.7815870Z Checking whether vcpkg's repository is updated to commit id 'a4b5cde7f504c1bbbbc455f4a6ee60efd9034772' ...
2021-11-25T16:09:28.8320216Z Running command '"C:\Program Files\Git\bin\git.exe"' with args '^"submodule^",^"status^",^"D:\a\FortifyIQ\FortifyIQ\vcpkg^"' in current directory 'D:\a\FortifyIQ\FortifyIQ'.
2021-11-25T16:09:29.3111399Z error: pathspec 'D:\a\FortifyIQ\FortifyIQ\vcpkg' did not match any file(s) known to git
2021-11-25T16:09:29.3220400Z Current commit id of vcpkg: 'a4b5cde7f504c1bbbbc455f4a6ee60efd9034772'.
2021-11-25T16:09:29.3222217Z Repository is up to date to requested commit id 'a4b5cde7f504c1bbbbc455f4a6ee60efd9034772'
2021-11-25T16:09:29.3223244Z Is vcpkg repository updated? Yes
2021-11-25T16:09:29.3224328Z ##[endgroup]
2021-11-25T16:09:29.3225098Z ⏱ elapsed: 0.542 seconds
2021-11-25T16:09:29.3226264Z ##[group]Check whether last vcpkg's build is up to date with sources
2021-11-25T16:09:29.3227533Z Checking last vcpkg build commit id in file 'D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkgLastBuiltCommitId' ...
2021-11-25T16:09:29.3230266Z vcpkg executable is up to date with sources.
2021-11-25T16:09:29.3231365Z ##[endgroup]
2021-11-25T16:09:29.3232032Z ⏱ elapsed: 0.000 seconds
2021-11-25T16:09:29.3233102Z ##[group]Check vcpkg executable exists
2021-11-25T16:09:29.3234667Z vcpkg executable exists at: 'D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkg.exe'.
2021-11-25T16:09:29.3236585Z Running command '"D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkg.exe"' with args '^"version^"' in current directory 'undefined'.
2021-11-25T16:09:32.2027646Z ##[endgroup]
2021-11-25T16:09:32.2028518Z ⏱ elapsed: 2.880 seconds
2021-11-25T16:09:32.2029705Z ##[group]Set output environment variables
2021-11-25T16:09:32.2030839Z Set the workflow environment variable 'RUNVCPKG_VCPKG_ROOT' to value 'D:\a\FortifyIQ\FortifyIQ\vcpkg'
2021-11-25T16:09:32.2034926Z Set the workflow environment variable 'VCPKG_ROOT' to value 'D:\a\FortifyIQ\FortifyIQ\vcpkg'
2021-11-25T16:09:32.2037185Z Set the step output variable 'RUNVCPKG_VCPKG_ROOT_OUT' to value 'D:\a\FortifyIQ\FortifyIQ\vcpkg''
2021-11-25T16:09:32.2037866Z 
2021-11-25T16:09:32.2040555Z ##[endgroup]
2021-11-25T16:09:32.2041394Z ⏱ elapsed: 0.001 seconds
2021-11-25T16:09:32.2044498Z run-vcpkg action execution succeeded
2021-11-25T16:09:32.2330610Z ##[group]Run mikehardy/buildcache-action@v1
2021-11-25T16:09:32.2331171Z with:
2021-11-25T16:09:32.2332065Z   access_token: ***
2021-11-25T16:09:32.2332544Z   install_dir: D:\a\FortifyIQ\FortifyIQ
2021-11-25T16:09:32.2333078Z   upload_buildcache_log: false
2021-11-25T16:09:32.2333558Z   zero_buildcache_stats: true
2021-11-25T16:09:32.2333969Z env:
2021-11-25T16:09:32.2334485Z   VCPKG_DEFAULT_BINARY_CACHE: D:/a/FortifyIQ/b/vcpkg_cache
2021-11-25T16:09:32.2335091Z   RUNVCPKG_VCPKG_ROOT: D:\a\FortifyIQ\FortifyIQ\vcpkg
2021-11-25T16:09:32.2335693Z   VCPKG_ROOT: D:\a\FortifyIQ\FortifyIQ\vcpkg
2021-11-25T16:09:32.2336310Z ##[endgroup]
Configuration step log (I omitted most of it, but all packages are rebuilt).
2021-11-25T16:09:56.1102297Z -- Running vcpkg install
2021-11-25T16:09:57.9382498Z Detecting compiler hash for triplet x64-windows...
2021-11-25T16:10:17.5624515Z The following packages will be built and installed:
2021-11-25T16:10:17.5630500Z     boost[core]:x64-windows -> 1.77.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost\19bdc0542dd287e39768144ba2719723a7818750
2021-11-25T16:10:17.5643193Z   * boost-accumulators[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-accumulators\b24ef7a5bec0e29c8013593cd6bba58e52b19a7a
2021-11-25T16:10:17.5645273Z   * boost-algorithm[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-algorithm\338f795a1e6d73ab25444f64fe7ba1d617128813
2021-11-25T16:10:17.5647062Z   * boost-align[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-align\5e733503d18c7e82478961e1155a40a95af0ab42
2021-11-25T16:10:17.5648873Z   * boost-any[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-any\cf8bdfd2ce434a981620383dcc07d46c0a071ca1
2021-11-25T16:10:17.5650753Z   * boost-array[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-array\fb008cce0de1c6a34ac5222d03d7e1069d135dc4
2021-11-25T16:10:17.5652575Z   * boost-asio[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-asio\9c5c591c857588b69354bf075019bc78ce4237bd
2021-11-25T16:10:17.5654550Z   * boost-assert[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-assert\db6b88ce332c6752f87f8f0c098a832e23610303
2021-11-25T16:10:17.5656360Z   * boost-assign[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-assign\c7c391576a6f9714453c28f6b73ddcb3c7439827
2021-11-25T16:10:17.5658176Z   * boost-atomic[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-atomic\c5f02ea8b6555b20b6cc8901bdae9e9628086640
2021-11-25T16:10:17.5660016Z   * boost-beast[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-beast\154d8664ca78bcee263cec7a297afe36a4877313
2021-11-25T16:10:17.5661815Z   * boost-bimap[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-bimap\726aaa86124fd8d1658f0813902b8bf9b27bb707
2021-11-25T16:10:17.5663630Z   * boost-bind[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-bind\a1764edb5aaa4cf532e6e2d60d56420240dec410
2021-11-25T16:10:17.5665461Z   * boost-build[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-build\d12d4a6f44a7356c4262b27adcda834fe893b576
2021-11-25T16:10:17.5667493Z   * boost-callable-traits[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-callable-traits\6c22b4049665b95038b8f5d1e1952434f1387f7c
2021-11-25T16:10:17.5669421Z   * boost-chrono[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-chrono\f0143b4dd81e3de932ea886e69efd196452d81b3
2021-11-25T16:10:17.5671419Z   * boost-circular-buffer[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-circular-buffer\6352fb4c9b9e30001311015e28e712e9a2ef4a33
2021-11-25T16:10:17.5673563Z   * boost-compatibility[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-compatibility\b2b4f365d9ee62baf2f0197bad774a679cb7449e
2021-11-25T16:10:17.5677410Z   * boost-compute[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-compute\3e134e562b5a454a46bf922f7633cdf581db7795
2021-11-25T16:10:17.5679431Z   * boost-concept-check[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-concept-check\9bdfb3a9b14b35dc1833bc559226c7925096ff57
2021-11-25T16:10:17.5681589Z   * boost-config[core]:x64-windows -> 1.77.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-config\0f7b70c02bfb43bbdc8f62bd49c8a5339a65f48c
2021-11-25T16:10:17.5683629Z   * boost-container[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-container\9af11f40e9b9fc2ebdda7e8885f9f49dea1923d7
2021-11-25T16:10:17.5685714Z   * boost-container-hash[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-container-hash\76c8d3c46db10b6774d6986822e53d1140934667
2021-11-25T16:10:17.5687731Z   * boost-context[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-context\ec8ceb582e4ef9936ceb840c70b90dfb20703f1d
2021-11-25T16:10:17.5689666Z   * boost-contract[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-contract\c8249694c8d2dfd942dbb733f138997d00ce89c7
2021-11-25T16:10:17.5691561Z   * boost-conversion[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-conversion\5b591e95244353857eaade53621ee895b1d9e0a6
2021-11-25T16:10:17.5693462Z   * boost-convert[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-convert\8f01a746807fe131cfd83962df7faebd340eaef4
2021-11-25T16:10:17.5695234Z   * boost-core[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-core\a56c8546828ee16a442a336c2385f9986f8c055f
2021-11-25T16:10:17.5697721Z   * boost-coroutine[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-coroutine\a5afb95d36e4f0baa263193b00e9a1abc1f01454
2021-11-25T16:10:17.5699739Z   * boost-coroutine2[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-coroutine2\a8142422dd258f6a24df4ef3caf54b1d48096d8e
2021-11-25T16:10:17.5701609Z   * boost-crc[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-crc\bab49b15015caaf455e6b304a613fccacd501ada
2021-11-25T16:10:17.5703580Z   * boost-date-time[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-date-time\e2ca710f2484af3cbeee428e063a7e4269510110
2021-11-25T16:10:17.5705453Z   * boost-describe[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-describe\399140a565739230fd9b805f047013bf42a2a0b6
2021-11-25T16:10:17.5707304Z   * boost-detail[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-detail\57dabb22a4f9dfe872c6f007c9dbae7bf0847514
2021-11-25T16:10:17.5709162Z   * boost-dll[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-dll\7ca0cf6c2a9f41257ad68442240ff7ad21b7e662
2021-11-25T16:10:17.5711207Z   * boost-dynamic-bitset[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-dynamic-bitset\e5b7742c115d4e4a450062e30b1542c6fe4aac5d
2021-11-25T16:10:17.5713180Z   * boost-endian[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-endian\6950c45ffb4e112920b6dd50c1cddde07b30d61d
2021-11-25T16:10:17.5715073Z   * boost-exception[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-exception\d60d712de012657effc2314a5d8781e453097129
2021-11-25T16:10:17.5716919Z   * boost-fiber[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-fiber\c6fb978600b4d0ec5e62111f587f537d475c95a2
2021-11-25T16:10:17.5718785Z   * boost-filesystem[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-filesystem\7665f5ed27513a334df5b6051cb72d076ce626c2
2021-11-25T16:10:17.5720677Z   * boost-flyweight[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-flyweight\3c927df2056a6603e5bdc20673e22692183fd92e
2021-11-25T16:10:17.5722553Z   * boost-foreach[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-foreach\95983cd3eb11558e24d1f63a68a2ee944da927df
2021-11-25T16:10:17.5724349Z   * boost-format[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-format\15c6449aa221b65139b38cc6c6ef91f32e2d2b1d
2021-11-25T16:10:17.5726190Z   * boost-function[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-function\092af2f7e20c516fc02e8a39d8887f2301bb1fd9
2021-11-25T16:10:17.5728153Z   * boost-function-types[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-function-types\7675770af935fb375c0350c7a5fc561f9bc31432
2021-11-25T16:10:17.5730157Z   * boost-functional[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-functional\26960fd1a5c5ffbb7da0d747f43a61a27d8825eb
2021-11-25T16:10:17.5732154Z   * boost-fusion[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-fusion\e33ce42cfab1b757d73fc0c4ac7edacaefd0be58
2021-11-25T16:10:17.5734138Z   * boost-geometry[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-geometry\96d1b04d567acad7c4caafc869fa7daa64968aac
2021-11-25T16:10:17.5736066Z   * boost-gil[core]:x64-windows -> 1.77.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-gil\d6607eb56e9f61771dbd6915d2e5d4b3b2976a7e
2021-11-25T16:10:17.5737889Z   * boost-graph[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-graph\8c7974cbf961af1d5eabeb1047f2dd16e087f180
2021-11-25T16:10:17.5739706Z   * boost-hana[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-hana\e24bae813978df09c5b5718b6c4d2aa87734ab2a
2021-11-25T16:10:17.5741480Z   * boost-heap[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-heap\d9947d5f31b9c87f5ce1e759e02099b1949502e4
2021-11-25T16:10:17.5743279Z   * boost-histogram[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-histogram\09522ba204485792839f58b858ac31550e14a023
2021-11-25T16:10:17.5745006Z   * boost-hof[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-hof\2c22e81e06ddd812d0328854ce7302f662fca398
2021-11-25T16:10:17.5746720Z   * boost-icl[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-icl\753c4291a6d27d5c2fc377455c83df2ee9fd569a
2021-11-25T16:10:17.5748506Z   * boost-integer[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-integer\375a2af7e2d5d620aa9f42064255c269b0c73f5a
2021-11-25T16:10:17.5750549Z   * boost-interprocess[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-interprocess\6461c4f63a5c0f31efb213c9d1e3b9328b2e3dcc
2021-11-25T16:10:17.5752543Z   * boost-interval[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-interval\e57b55cec7198cb4f448933fa2763465db0c9672
2021-11-25T16:10:17.5754404Z   * boost-intrusive[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-intrusive\9fb49266dc300d8914a0485972738b960ccf4339
2021-11-25T16:10:17.5756221Z   * boost-io[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-io\83ec8bab1f1bbd6eb1e2883a26747c7982d5c34f
2021-11-25T16:10:17.5758263Z   * boost-iostreams[bzip2,core,lzma,zlib,zstd]:x64-windows -> 1.77.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-iostreams\286c74896c6f2a6057bfbce333304f279bb38aac
2021-11-25T16:10:17.5760309Z   * boost-iterator[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-iterator\7bec2abc5b714c2bd975178406937ef59a73f29b
2021-11-25T16:10:17.5762156Z   * boost-json[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-json\80003ce3a7bb1c08b9ac354c58085758343ca42d
2021-11-25T16:10:17.5763932Z   * boost-lambda[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-lambda\56ca5b54a9913e884d79bfd72e13ac6d72acd71d
2021-11-25T16:10:17.5765747Z   * boost-lambda2[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-lambda2\d97e933c5109b73c577e20f53bc095224e9ca198
2021-11-25T16:10:17.5767521Z   * boost-leaf[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-leaf\e257e66da57763ab4e677806d04b6d67721c09df
2021-11-25T16:10:17.5769398Z   * boost-lexical-cast[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-lexical-cast\3a265d9296755adc81f3c02b273d758798903b0c
2021-11-25T16:10:17.5771372Z   * boost-local-function[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-local-function\61818440e17f46b0715e5b53b8c49a79dc274a27
2021-11-25T16:10:17.5773263Z   * boost-locale[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-locale\c391246c7c5588d89f0d3fe5425a3fb3c97d7787
2021-11-25T16:10:17.5775080Z   * boost-lockfree[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-lockfree\6760017d0cf025254b1056309a2c32407081c4bb
2021-11-25T16:10:17.5776822Z   * boost-log[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-log\6ab1ab88f37500f86b5c9b9222e50dc2c17da5c1
2021-11-25T16:10:17.5778641Z   * boost-logic[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-logic\afcc526b0a9287bc84744bf57a1a6d37a0b3b567
2021-11-25T16:10:17.5780542Z   * boost-math[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-math\c3caf2df93bffdc6d72b5c4df120200abe0f6562
2021-11-25T16:10:17.5782477Z   * boost-metaparse[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-metaparse\4f5433852913f94917d5e6afde09d24d48421ed3
2021-11-25T16:10:17.5784704Z   * boost-modular-build-helper[core]:x64-windows -> 1.77.0#4 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-modular-build-helper\aea8b4dbb8063db29d8ac843ef6aac35478bebaa
2021-11-25T16:10:17.5786842Z   * boost-move[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-move\d912a2a9e0b705919dae22cd8af6a4467e209e4e
2021-11-25T16:10:17.5788687Z   * boost-mp11[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-mp11\f685c323f00cf309294ac9e26b554baacbe3aecf
2021-11-25T16:10:17.5790430Z   * boost-mpl[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-mpl\1b0bd80c486b32952b76c2b9539555cff5d2f911
2021-11-25T16:10:17.5792198Z   * boost-msm[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-msm\c2dc03df49f99f1fca480d0439fe973a1f02c96b
2021-11-25T16:10:17.5794265Z   * boost-multi-array[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-multi-array\afcf3afccfec7dacd50795dad8c588b3f2dabbb5
2021-11-25T16:10:17.5796336Z   * boost-multi-index[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-multi-index\e993a57f4569f76310bc8c203372ebe472395005
2021-11-25T16:10:17.5798336Z   * boost-multiprecision[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-multiprecision\58d7184ae4115f7f46671db9929708872e6aae6c
2021-11-25T16:10:17.5800280Z   * boost-nowide[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-nowide\2fc28ef9747a6ead394ae884518c8be324dd8e33
2021-11-25T16:10:17.5802359Z   * boost-numeric-conversion[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-numeric-conversion\78140f78c6400520bd4ce340c68236e083a504e9
2021-11-25T16:10:17.5804417Z   * boost-odeint[core]:x64-windows -> 1.77.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-odeint\effd1406c513ca8f20a1e2b6de0cd299be92d74e
2021-11-25T16:10:17.5806398Z   * boost-optional[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-optional\4a1ddf516bc0edc855ab4d9b8d134f338ba51a94
2021-11-25T16:10:17.5809091Z   * boost-outcome[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-outcome\6737734e6d10c475676e1ed16967ec7792acc7dc
2021-11-25T16:10:17.5810995Z   * boost-parameter[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-parameter\3f480980e4e1ce4713a28bd24d728efb0bb931fa
2021-11-25T16:10:17.5813149Z   * boost-parameter-python[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-parameter-python\5295cb4faa096633a23163b2a6409a27464a157e
2021-11-25T16:10:17.5815142Z   * boost-pfr[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-pfr\23bdfdb9c9cb19e28201088dc055b85dc44b62bf
2021-11-25T16:10:17.5817166Z   * boost-phoenix[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-phoenix\2926d1b537106cb231bb9f3a657f6fde6c8530f8
2021-11-25T16:10:17.5819175Z   * boost-poly-collection[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-poly-collection\d57a3554e15ff1a0bf279688f487751bc5f74efb
2021-11-25T16:10:17.5821151Z   * boost-polygon[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-polygon\81ea3095d56a98f6d5b75db6568a19e48ac819bb
2021-11-25T16:10:17.5822955Z   * boost-pool[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-pool\7794803f75109db0ca64a48d2f1cbd76100b153d
2021-11-25T16:10:17.5824744Z   * boost-predef[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-predef\a291dbfb68391a25f04944f9caa924f570b26d41
2021-11-25T16:10:17.5826757Z   * boost-preprocessor[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-preprocessor\6abad213e30df5ed168164b2612dba2041c7e8c1
2021-11-25T16:10:17.5828829Z   * boost-process[core]:x64-windows -> 1.77.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-process\0e476269a7091861c1db7379d4e925df6d184044
2021-11-25T16:10:17.5830896Z   * boost-program-options[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-program-options\8ba826d9a2078c4e933cb9bfd23cb9c1a0e252ac
2021-11-25T16:10:17.5833062Z   * boost-property-map[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-property-map\c866a47a5b9a770e415dc1078cc37870cd5851bf
2021-11-25T16:10:17.5835116Z   * boost-property-tree[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-property-tree\959191d822cc095e02a3f6d9af5b68aeb823a0d1
2021-11-25T16:10:17.5837039Z   * boost-proto[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-proto\5d33f62f1117da9bac418c4b85d1a1bd96c547a4
2021-11-25T16:10:17.5838985Z   * boost-ptr-container[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-ptr-container\e954b84d951409f6445d7d49bafa66c977ed9834
2021-11-25T16:10:17.5840979Z   * boost-python[core,python3]:x64-windows -> 1.77.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-python\879991d36cfdcdb57b176b9dac08b55c3c69a9a1
2021-11-25T16:10:17.5842885Z   * boost-qvm[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-qvm\5d7b01d612075dfb3d89b799bec152785c838b84
2021-11-25T16:10:17.5844619Z   * boost-random[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-random\3f6c3399689c43f599f3852d98325cb272e8f775
2021-11-25T16:10:17.5846334Z   * boost-range[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-range\737f4f322e661e01459862fbe73f748390b59c3d
2021-11-25T16:10:17.5848085Z   * boost-ratio[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-ratio\724fa7b1c0e1d78a9c29595b042443090e53a8ee
2021-11-25T16:10:17.5849960Z   * boost-rational[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-rational\d54d04de158ddaf33d7b8a6815532e8ee2771515
2021-11-25T16:10:17.5851773Z   * boost-regex[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-regex\c7c4497156a2c9e4f3227ee3807512630242307d
2021-11-25T16:10:17.5853807Z   * boost-safe-numerics[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-safe-numerics\fc4fa0c3b394d848fbc83ca16bcaec15742ed3db
2021-11-25T16:10:17.5856377Z   * boost-scope-exit[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-scope-exit\33d55355e2f85c6188f1d131f386f86b8e29efc1
2021-11-25T16:10:17.5858391Z   * boost-serialization[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-serialization\bdb25d2d55569534825b139f62cf29a2f7aaba6e
2021-11-25T16:10:17.5860399Z   * boost-signals2[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-signals2\ac3a1ba310974e1653a99cccc34339f29ad43786
2021-11-25T16:10:17.5862284Z   * boost-smart-ptr[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-smart-ptr\700532550b70d03254c77f1467ab4c01a2c6e62a
2021-11-25T16:10:17.5864101Z   * boost-sort[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-sort\af8327ce79cadcc43327a0f75d79b2e5feed38b8
2021-11-25T16:10:17.5865996Z   * boost-spirit[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-spirit\bc66c5a9ccd7f7bde95426392bc7ff62189f920d
2021-11-25T16:10:17.5867982Z   * boost-stacktrace[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-stacktrace\8d5ffa9ca1552ad32a5c6a78c28a3e275323dc2d
2021-11-25T16:10:17.5870007Z   * boost-statechart[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-statechart\044b9fc61c729216838037b6b519393e32b2fa26
2021-11-25T16:10:17.5871951Z   * boost-static-assert[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-static-assert\57ca16ab3652380b32a137add7aed6a385754d75
2021-11-25T16:10:17.5874002Z   * boost-static-string[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-static-string\8296453890169b2bf99e2b7ecf4231c7ae572903
2021-11-25T16:10:17.5876047Z   * boost-stl-interfaces[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-stl-interfaces\0e127914d34e8dbaebf9f36fe800b8bc85252233
2021-11-25T16:10:17.5878035Z   * boost-system[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-system\86ac553606d3af5cf67b96bafd1ddaf9e6c57b60
2021-11-25T16:10:17.5879838Z   * boost-test[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-test\6429276e9f4fa438346cb3d41e73b9c15bff1868
2021-11-25T16:10:17.5881557Z   * boost-thread[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-thread\1c097a032a997463e15245272e40ea9298554f8b
2021-11-25T16:10:17.5883479Z   * boost-throw-exception[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-throw-exception\f0887800c8710d96015c7c1541f78265e1227963
2021-11-25T16:10:17.5885423Z   * boost-timer[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-timer\aa256b5fe2ecea8dc514e446f136bbe1100a9805
2021-11-25T16:10:17.5887309Z   * boost-tokenizer[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-tokenizer\56a1fb828a469ba50000983860226452c264050f
2021-11-25T16:10:17.5889019Z   * boost-tti[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-tti\102fbb95889400677115252d4a5954a2f7edd5e1
2021-11-25T16:10:17.5891000Z   * boost-tuple[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-tuple\35d10ab4f156848f6f08f8bc26e41b27638af55e
2021-11-25T16:10:17.5893046Z   * boost-type-erasure[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-type-erasure\d98f14bce468d5ac0e5fca0f61bd6c5eef911224
2021-11-25T16:10:17.5895140Z   * boost-type-index[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-type-index\b8c5d86d75e307f04c4e5548f2ff57dccdc29e40
2021-11-25T16:10:17.5897197Z   * boost-type-traits[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-type-traits\7f108bb5313d004627d2b81b5e2a6d7298b091e9
2021-11-25T16:10:17.5899113Z   * boost-typeof[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-typeof\7df16df37b9fe9d5e4184dfdf928030010522f51
2021-11-25T16:10:17.5900897Z   * boost-ublas[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-ublas\7261e769f15495294c4eed2d06a157979419b0a9
2021-11-25T16:10:17.5902712Z   * boost-uninstall[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-uninstall\1d472d1b44489c230a741cb519e893732f5d00ac
2021-11-25T16:10:17.5904473Z   * boost-units[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-units\696b0e8e934400879bf390ad024b231a3b32fa4c
2021-11-25T16:10:17.5906299Z   * boost-unordered[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-unordered\e0e056b82651533817c1ca6dce6fb6239ccdcdbb
2021-11-25T16:10:17.5908146Z   * boost-utility[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-utility\e3589215d60cac29105fb361ef70e6d8befb8f94
2021-11-25T16:10:17.5910046Z   * boost-uuid[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-uuid\ce741d3c6c5770db02da8abb268bdd0b2cd0519b
2021-11-25T16:10:17.5911906Z   * boost-variant[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-variant\63d66b780f8fb2e1b7c1365fc54b23795b09279c
2021-11-25T16:10:17.5913852Z   * boost-variant2[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-variant2\7cc13c2fc5f9f303b76d9fc39da52e198bd6a998
2021-11-25T16:10:17.5915908Z   * boost-vcpkg-helpers[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-vcpkg-helpers\f0b625fd73edd33c92f70727a4cf068d0268379e
2021-11-25T16:10:17.5917823Z   * boost-vmd[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-vmd\65746c8cdad55d1703218a4e1eeaedd8a8cf3641
2021-11-25T16:10:17.5919609Z   * boost-wave[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-wave\cd8b4e8a20d59332f25b012c8379b8847b98524f
2021-11-25T16:10:17.5921491Z   * boost-winapi[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-winapi\2d4c0be143dbffd619ac154ef5d8f4fe24277bbe
2021-11-25T16:10:17.5923465Z   * boost-xpressive[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-xpressive\bf04b7076a27d24203528b52aaf41efc83923c67
2021-11-25T16:10:17.5925254Z   * boost-yap[core]:x64-windows -> 1.77.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-yap\856780f406def0087cc90b0dd0b623a65d78103e
2021-11-25T16:10:17.5926870Z     botan[core]:x64-windows -> 2.18.1#4 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\botan\477e259691b81a016da459532f616b5fca230a91
2021-11-25T16:10:17.5928478Z   * brotli[core]:x64-windows -> 1.0.9#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\brotli\73d0ed2fd7816c7a4958983b0b027c85b60eac15
2021-11-25T16:10:17.5930100Z   * bzip2[core]:x64-windows -> 1.0.8#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\bzip2\a1ea352502e69888a565563d9151d3f7ab609fb1
2021-11-25T16:10:17.5931854Z   * double-conversion[core]:x64-windows -> 3.1.5#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\double-conversion\d28a31601897003105b70c847d82a82cd5b5355a
2021-11-25T16:10:17.5933668Z     ecm[core]:x64-windows -> 5.84.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\ecm\e01bd7b91852c7fa2dffc588bad45167d8d45c6b
2021-11-25T16:10:17.5935434Z   * egl-registry[core]:x64-windows -> 2020-02-20#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\egl-registry\33252a782754c5b8595212530c1729d41bb78c19
2021-11-25T16:10:17.5937100Z     eigen3[core]:x64-windows -> 3.3.9#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\eigen3\2b845a54aa220fa4099e97be4031cb63634665e3
2021-11-25T16:10:17.5938724Z   * expat[core]:x64-windows -> 2.4.1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\expat\d63d8c6684bc73856e3f684601761939e32feeb3
2021-11-25T16:10:17.5940422Z   * freeglut[core]:x64-windows -> 3.2.1#7 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\freeglut\bf1c06d0a07b6bc80a63c3825a4d136f5307a2f4
2021-11-25T16:10:17.5942460Z   * freetype[brotli,bzip2,core,png,zlib]:x64-windows -> 2.11.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\freetype\9d21ff9f7071d83c1e04eca8cae21b99438400d8
2021-11-25T16:10:17.5944417Z   * harfbuzz[core]:x64-windows -> 3.0.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\harfbuzz\ec7e9e00eba714984a7c4b22b5c51ce0fe1c4e08
2021-11-25T16:10:17.5946122Z   * icu[core]:x64-windows -> 69.1#16 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\icu\042eb68cba932ed45a95883c733406331cbaad6c
2021-11-25T16:10:17.5947919Z   * jasper[core]:x64-windows -> 2.0.33 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\jasper\c00bfcf7f17b8ba6db6ee5e62ac379902bbba96f
2021-11-25T16:10:17.5949726Z   * libffi[core]:x64-windows -> 3.4.2#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\libffi\8fbd8bfde2d551ad1be625223a92997704469a8e
2021-11-25T16:10:17.5951581Z   * libjpeg-turbo[core]:x64-windows -> 2.0.6#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\libjpeg-turbo\48423df98f8715a1f33c2abdfcfc0c0bf5cc5f92
2021-11-25T16:10:17.5954035Z   * liblzma[core]:x64-windows -> 5.2.5#4 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\liblzma\273eaeff533f90bc42394cca9f1ea23ff6b49534
2021-11-25T16:10:17.5955816Z   * libpng[core]:x64-windows -> 1.6.37#16 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\libpng\b082585ac20aefc27150af5386b6a8a15473e93a
2021-11-25T16:10:17.5957831Z   * libwebp[core,nearlossless,simd,unicode]:x64-windows -> 1.2.1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\libwebp\ca5a8b2ed264617e8a35d22e1e6ac18ebe99900f
2021-11-25T16:10:17.5960068Z     minisat-master-keying[core]:x64-windows -> 2.3.6 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\minisat-master-keying\e7f174538407ae3f279ab4c7d2025a8545d220c9
2021-11-25T16:10:17.5961959Z   * opengl[core]:x64-windows -> 0.0#9 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\opengl\9fa8ed2a1fb625613a32ee95d2413dbc921860f7
2021-11-25T16:10:17.5963787Z   * openssl[core]:x64-windows -> 1.1.1l#3 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\openssl\83369bdefab234d8570ac2c0f3b616b0c4ab6cdf
2021-11-25T16:10:17.5965521Z   * pcre2[core]:x64-windows -> 10.39 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\pcre2\a7adfd692604527d08dfc188301fb73bae107550
2021-11-25T16:10:17.5967214Z   * python3[core]:x64-windows -> 3.9.7 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\python3\b3a545b39c982b7f0a12891765dd9909e364ebc6
2021-11-25T16:10:17.5968980Z   * qt5-activeqt[core]:x64-windows -> 5.15.2#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-activeqt\8bf9b51fd87d81531f301ee9060b76c829221afb
2021-11-25T16:10:17.5970733Z   * qt5-base[core]:x64-windows -> 5.15.2#14 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-base\1e5756de068474651dc8ee50fb14be3d4c236b05
2021-11-25T16:10:17.5972713Z   * qt5-declarative[core]:x64-windows -> 5.15.2#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-declarative\0cef09afb36f9debf22319dc4adccf478c611885
2021-11-25T16:10:17.5974908Z   * qt5-imageformats[core]:x64-windows -> 5.15.2#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-imageformats\6f6ca0b9e789dbfafa84ca02eec3da94f2728494
2021-11-25T16:10:17.5976746Z     qt5-svg[core]:x64-windows -> 5.15.2#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-svg\75e1a170720117fcc34369aae8ab7ee4816974a3
2021-11-25T16:10:17.5978541Z     qt5-tools[core]:x64-windows -> 5.15.2#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-tools\b28b98fb7bd66abe2c108d66c3a89c0e388d638f
2021-11-25T16:10:17.5980356Z     qt5-translations[core]:x64-windows -> 5.15.2#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qt5-translations\195b59491201660e5c6299f6f3f78c446827e8d7
2021-11-25T16:10:17.5982003Z     qwt[core]:x64-windows -> 6.2.0 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\qwt\e7204097fda082c43e704e356702fd77aa3c9a52
2021-11-25T16:10:17.5983726Z   * sqlite3[core]:x64-windows -> 3.36.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\sqlite3\e0395ce17570ddb92d952ca5f8be1953ec4c8325
2021-11-25T16:10:17.5985464Z   * tiff[core,jpeg,lzma,zip]:x64-windows -> 4.3.0#2 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\tiff\f147253c84ad1d911393d8b5496f30574a07c780
2021-11-25T16:10:17.5987379Z   * vcpkg-cmake[core]:x64-windows -> 2021-09-13 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake\fc4d9fcc5b8d2b97c083c6b70dd06df5174bd97b
2021-11-25T16:10:17.5989487Z   * vcpkg-cmake-config[core]:x64-windows -> 2021-11-01 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-config\38a87ee8edd9ea8e8fff604fbcb785661a8d0e28
2021-11-25T16:10:17.5991847Z   * vcpkg-pkgconfig-get-modules[core]:x64-windows -> 2021-04-02#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\vcpkg-pkgconfig-get-modules\558512de1cc52fd9e246d6e7b99575418dd8500f
2021-11-25T16:10:17.5993881Z   * zlib[core]:x64-windows -> 1.2.11#13 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\zlib\92cfe30c807d343c6359d272242f0765ad906740
2021-11-25T16:10:17.5995470Z   * zstd[core]:x64-windows -> 1.5.0#1 -- D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\zstd\1260425f27dec6dd2e795369d4c28de5a676daef
2021-11-25T16:10:17.5996643Z Additional packages (*) will be modified to complete this operation.
2021-11-25T16:10:17.5997658Z Restored 0 packages from D:\a\FortifyIQ\b\vcpkg_cache in 2.834 ms. Use --debug to see more details.
2021-11-25T16:10:17.5998541Z Starting package 1/185: boost-uninstall:x64-windows
2021-11-25T16:10:17.5999318Z Building package boost-uninstall[core]:x64-windows...
2021-11-25T16:10:17.6000704Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-uninstall\1d472d1b44489c230a741cb519e893732f5d00ac
2021-11-25T16:10:17.6206732Z -- 
2021-11-25T16:10:17.6208329Z Please use the following command when you need to remove all boost ports/components:
2021-11-25T16:10:17.6209336Z     "./vcpkg remove boost-uninstall:x64-windows --recurse"
2021-11-25T16:10:17.6209875Z 
2021-11-25T16:10:17.6210464Z -- Performing post-build validation
2021-11-25T16:10:17.6211220Z -- Performing post-build validation done
2021-11-25T16:10:17.6419074Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\1b\1bf88f57c318c241946670254e9992a8bbf20e1ae46fa0946cf184732bf565ac.zip
2021-11-25T16:10:17.6420659Z Installing package boost-uninstall[core]:x64-windows...
2021-11-25T16:10:17.6421625Z Elapsed time for package boost-uninstall:x64-windows: 74.01 ms
2021-11-25T16:10:17.6423030Z Starting package 2/185: boost-vcpkg-helpers:x64-windows
2021-11-25T16:10:17.6424334Z Building package boost-vcpkg-helpers[core]:x64-windows...
2021-11-25T16:10:17.6425920Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-vcpkg-helpers\f0b625fd73edd33c92f70727a4cf068d0268379e
2021-11-25T16:10:17.6902552Z -- Performing post-build validation
2021-11-25T16:10:17.6903567Z -- Performing post-build validation done
2021-11-25T16:10:17.7089108Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\16\1638f8ec6db3e270a7cd5a62bc9fdf61af6a5c1c21cab7439f0751c859e057a7.zip
2021-11-25T16:10:17.7090936Z Installing package boost-vcpkg-helpers[core]:x64-windows...
2021-11-25T16:10:17.7092217Z Elapsed time for package boost-vcpkg-helpers:x64-windows: 67.23 ms
2021-11-25T16:10:17.7093127Z Starting package 3/185: boost-config:x64-windows
2021-11-25T16:10:17.7093962Z Building package boost-config[core]:x64-windows...
2021-11-25T16:10:17.7095485Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-config\0f7b70c02bfb43bbdc8f62bd49c8a5339a65f48c
2021-11-25T16:10:19.1012620Z -- Downloading https://github.com/boostorg/config/archive/boost-1.77.0.tar.gz -> boostorg-config-boost-1.77.0.tar.gz...
2021-11-25T16:10:19.1015225Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-config-boost-1.77.0.tar.gz
2021-11-25T16:10:19.1016809Z -- Applying patch fix-emscripten-compilation.patch
2021-11-25T16:10:19.1018358Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-config/src/ost-1.77.0-c5a073705d.clean
2021-11-25T16:10:19.1019349Z -- Packaging headers
2021-11-25T16:10:19.1020060Z -- Packaging headers done
2021-11-25T16:10:19.1021685Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:19.1023463Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-config_x64-windows/share/boost-config/usage
2021-11-25T16:10:19.1024967Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-config_x64-windows/share/boost-config/copyright
2021-11-25T16:10:19.1025972Z -- Performing post-build validation
2021-11-25T16:10:19.1026723Z -- Performing post-build validation done
2021-11-25T16:10:19.2503453Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\41\411ca6191ff27f88afc8e21f5d8e86b5e813df7b0d5e7add3ef428e4cc259d2c.zip
2021-11-25T16:10:19.2505403Z Installing package boost-config[core]:x64-windows...
2021-11-25T16:10:19.2506328Z Elapsed time for package boost-config:x64-windows: 1.541 s
2021-11-25T16:10:19.2507406Z Starting package 4/185: boost-static-assert:x64-windows
2021-11-25T16:10:19.2508426Z Building package boost-static-assert[core]:x64-windows...
2021-11-25T16:10:19.2510064Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-static-assert\57ca16ab3652380b32a137add7aed6a385754d75
2021-11-25T16:10:19.8561174Z -- Downloading https://github.com/boostorg/static_assert/archive/boost-1.77.0.tar.gz -> boostorg-static_assert-boost-1.77.0.tar.gz...
2021-11-25T16:10:19.8563353Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-static_assert-boost-1.77.0.tar.gz
2021-11-25T16:10:19.8565001Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-static-assert/src/ost-1.77.0-01bb67957f.clean
2021-11-25T16:10:19.8565938Z -- Packaging headers
2021-11-25T16:10:19.8566547Z -- Packaging headers done
2021-11-25T16:10:19.8568434Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:19.8570027Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-static-assert_x64-windows/share/boost-static-assert/usage
2021-11-25T16:10:19.8571536Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-static-assert_x64-windows/share/boost-static-assert/copyright
2021-11-25T16:10:19.8572518Z -- Performing post-build validation
2021-11-25T16:10:19.8573176Z -- Performing post-build validation done
2021-11-25T16:10:19.8747189Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\77\77fb69dbd024409ab14e2606166ff87b207bea7ff0e66d4822c19441b144ece2.zip
2021-11-25T16:10:19.8748916Z Installing package boost-static-assert[core]:x64-windows...
2021-11-25T16:10:19.8750103Z Elapsed time for package boost-static-assert:x64-windows: 624.4 ms
2021-11-25T16:10:19.8751182Z Starting package 5/185: boost-type-traits:x64-windows
2021-11-25T16:10:19.8752299Z Building package boost-type-traits[core]:x64-windows...
2021-11-25T16:10:19.8753827Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-type-traits\7f108bb5313d004627d2b81b5e2a6d7298b091e9
2021-11-25T16:10:20.8048055Z -- Downloading https://github.com/boostorg/type_traits/archive/boost-1.77.0.tar.gz -> boostorg-type_traits-boost-1.77.0.tar.gz...
2021-11-25T16:10:20.8050107Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-type_traits-boost-1.77.0.tar.gz
2021-11-25T16:10:20.8051793Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-type-traits/src/ost-1.77.0-968a99873d.clean
2021-11-25T16:10:20.8052755Z -- Packaging headers
2021-11-25T16:10:20.8053367Z -- Packaging headers done
2021-11-25T16:10:20.8054640Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:20.8056272Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-type-traits_x64-windows/share/boost-type-traits/usage
2021-11-25T16:10:20.8057721Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-type-traits_x64-windows/share/boost-type-traits/copyright
2021-11-25T16:10:20.8058866Z -- Performing post-build validation
2021-11-25T16:10:20.8059519Z -- Performing post-build validation done
2021-11-25T16:10:20.9367267Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\c9\c966210fa22235549360a9b48abeca14da6fd900d20170ab4df6d77f0d7374a2.zip
2021-11-25T16:10:20.9369034Z Installing package boost-type-traits[core]:x64-windows...
2021-11-25T16:10:20.9370076Z Elapsed time for package boost-type-traits:x64-windows: 1.062 s
2021-11-25T16:10:20.9371247Z Starting package 6/185: boost-assert:x64-windows
2021-11-25T16:10:20.9372068Z Building package boost-assert[core]:x64-windows...
2021-11-25T16:10:20.9373568Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-assert\db6b88ce332c6752f87f8f0c098a832e23610303
2021-11-25T16:10:21.5574635Z -- Downloading https://github.com/boostorg/assert/archive/boost-1.77.0.tar.gz -> boostorg-assert-boost-1.77.0.tar.gz...
2021-11-25T16:10:21.5576937Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-assert-boost-1.77.0.tar.gz
2021-11-25T16:10:21.5578489Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-assert/src/ost-1.77.0-3c0a5535c1.clean
2021-11-25T16:10:21.5579361Z -- Packaging headers
2021-11-25T16:10:21.5579965Z -- Packaging headers done
2021-11-25T16:10:21.5581241Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:21.5582650Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-assert_x64-windows/share/boost-assert/usage
2021-11-25T16:10:21.5583921Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-assert_x64-windows/share/boost-assert/copyright
2021-11-25T16:10:21.5584781Z -- Performing post-build validation
2021-11-25T16:10:21.5585475Z -- Performing post-build validation done
2021-11-25T16:10:21.5791168Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\d0\d015e4dfdf74d70a0811b6379ddb5b92b4c631b8217252c8cedce75b8c90458b.zip
2021-11-25T16:10:21.5792997Z Installing package boost-assert[core]:x64-windows...
2021-11-25T16:10:21.5794116Z Elapsed time for package boost-assert:x64-windows: 642.4 ms
2021-11-25T16:10:21.5795060Z Starting package 7/185: boost-throw-exception:x64-windows
2021-11-25T16:10:21.5796143Z Building package boost-throw-exception[core]:x64-windows...
2021-11-25T16:10:21.5797714Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-throw-exception\f0887800c8710d96015c7c1541f78265e1227963
2021-11-25T16:10:22.1819668Z -- Downloading https://github.com/boostorg/throw_exception/archive/boost-1.77.0.tar.gz -> boostorg-throw_exception-boost-1.77.0.tar.gz...
2021-11-25T16:10:22.1821881Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-throw_exception-boost-1.77.0.tar.gz
2021-11-25T16:10:22.1823768Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-throw-exception/src/ost-1.77.0-70ac6481c8.clean
2021-11-25T16:10:22.1824727Z -- Packaging headers
2021-11-25T16:10:22.1825363Z -- Packaging headers done
2021-11-25T16:10:22.1826640Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:22.1828227Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-throw-exception_x64-windows/share/boost-throw-exception/usage
2021-11-25T16:10:22.1829827Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-throw-exception_x64-windows/share/boost-throw-exception/copyright
2021-11-25T16:10:22.1830835Z -- Performing post-build validation
2021-11-25T16:10:22.1831488Z -- Performing post-build validation done
2021-11-25T16:10:22.2034767Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\98\98833d165f0a205d8b7149a9630e0f8c126ef3890e9973d8c031ccdb4dc59ded.zip
2021-11-25T16:10:22.2036480Z Installing package boost-throw-exception[core]:x64-windows...
2021-11-25T16:10:22.2037739Z Elapsed time for package boost-throw-exception:x64-windows: 624.4 ms
2021-11-25T16:10:22.2038953Z Starting package 8/185: boost-preprocessor:x64-windows
2021-11-25T16:10:22.2039909Z Building package boost-preprocessor[core]:x64-windows...
2021-11-25T16:10:22.2041536Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-preprocessor\6abad213e30df5ed168164b2612dba2041c7e8c1
2021-11-25T16:10:23.4057738Z -- Downloading https://github.com/boostorg/preprocessor/archive/boost-1.77.0.tar.gz -> boostorg-preprocessor-boost-1.77.0.tar.gz...
2021-11-25T16:10:23.4060222Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-preprocessor-boost-1.77.0.tar.gz
2021-11-25T16:10:23.4061909Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-preprocessor/src/ost-1.77.0-1f6402d562.clean
2021-11-25T16:10:23.4062816Z -- Packaging headers
2021-11-25T16:10:23.4063430Z -- Packaging headers done
2021-11-25T16:10:23.4064730Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:23.4066322Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-preprocessor_x64-windows/share/boost-preprocessor/usage
2021-11-25T16:10:23.4067826Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-preprocessor_x64-windows/share/boost-preprocessor/copyright
2021-11-25T16:10:23.4068838Z -- Performing post-build validation
2021-11-25T16:10:23.4069483Z -- Performing post-build validation done
2021-11-25T16:10:24.0555544Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\ac\acce9aefa494154b77c66ede4c0103b5ceec1ce019b97985eda8e7bbe36b7583.zip
2021-11-25T16:10:24.0557552Z Installing package boost-preprocessor[core]:x64-windows...
2021-11-25T16:10:24.0558710Z Elapsed time for package boost-preprocessor:x64-windows: 1.852 s
2021-11-25T16:10:24.0559755Z Starting package 9/185: boost-core:x64-windows
2021-11-25T16:10:24.0560559Z Building package boost-core[core]:x64-windows...
2021-11-25T16:10:24.0561962Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-core\a56c8546828ee16a442a336c2385f9986f8c055f
2021-11-25T16:10:24.7488136Z -- Downloading https://github.com/boostorg/core/archive/boost-1.77.0.tar.gz -> boostorg-core-boost-1.77.0.tar.gz...
2021-11-25T16:10:24.7490301Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-core-boost-1.77.0.tar.gz
2021-11-25T16:10:24.7491763Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-core/src/ost-1.77.0-43217ce510.clean
2021-11-25T16:10:24.7492607Z -- Packaging headers
2021-11-25T16:10:24.7493203Z -- Packaging headers done
2021-11-25T16:10:24.7494603Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:24.7496200Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-core_x64-windows/share/boost-core/usage
2021-11-25T16:10:24.7497412Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-core_x64-windows/share/boost-core/copyright
2021-11-25T16:10:24.7498272Z -- Performing post-build validation
2021-11-25T16:10:24.7498924Z -- Performing post-build validation done
2021-11-25T16:10:24.7964437Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\60\60ada13c528617422280c8698dd2b933be48da3dbf129cbd2cc45196e76f1132.zip
2021-11-25T16:10:24.7966222Z Installing package boost-core[core]:x64-windows...
2021-11-25T16:10:24.7967225Z Elapsed time for package boost-core:x64-windows: 740.8 ms
2021-11-25T16:10:24.7968115Z Starting package 10/185: boost-integer:x64-windows
2021-11-25T16:10:24.7968971Z Building package boost-integer[core]:x64-windows...
2021-11-25T16:10:24.7970477Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-integer\375a2af7e2d5d620aa9f42064255c269b0c73f5a
2021-11-25T16:10:25.4331380Z -- Downloading https://github.com/boostorg/integer/archive/boost-1.77.0.tar.gz -> boostorg-integer-boost-1.77.0.tar.gz...
2021-11-25T16:10:25.4333647Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-integer-boost-1.77.0.tar.gz
2021-11-25T16:10:25.4335431Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-integer/src/ost-1.77.0-ac5518d624.clean
2021-11-25T16:10:25.4336307Z -- Packaging headers
2021-11-25T16:10:25.4336903Z -- Packaging headers done
2021-11-25T16:10:25.4338238Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:25.4339664Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-integer_x64-windows/share/boost-integer/usage
2021-11-25T16:10:25.4340971Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-integer_x64-windows/share/boost-integer/copyright
2021-11-25T16:10:25.4341853Z -- Performing post-build validation
2021-11-25T16:10:25.4342512Z -- Performing post-build validation done
2021-11-25T16:10:25.4627825Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\bd\bdcae5aeb268511c9cfe00af6c7dacf007700004428720da2fb31a9dd6f41e64.zip
2021-11-25T16:10:25.4629758Z Installing package boost-integer[core]:x64-windows...
2021-11-25T16:10:25.4630905Z Elapsed time for package boost-integer:x64-windows: 666.4 ms
2021-11-25T16:10:25.4631752Z Starting package 11/185: boost-detail:x64-windows
2021-11-25T16:10:25.4632584Z Building package boost-detail[core]:x64-windows...
2021-11-25T16:10:25.4634563Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-detail\57dabb22a4f9dfe872c6f007c9dbae7bf0847514
2021-11-25T16:10:26.1027598Z -- Downloading https://github.com/boostorg/detail/archive/boost-1.77.0.tar.gz -> boostorg-detail-boost-1.77.0.tar.gz...
2021-11-25T16:10:26.1029844Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-detail-boost-1.77.0.tar.gz
2021-11-25T16:10:26.1031347Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-detail/src/ost-1.77.0-18788f6710.clean
2021-11-25T16:10:26.1032195Z -- Packaging headers
2021-11-25T16:10:26.1032789Z -- Packaging headers done
2021-11-25T16:10:26.1034062Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:26.1035541Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-detail_x64-windows/share/boost-detail/usage
2021-11-25T16:10:26.1036798Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-detail_x64-windows/share/boost-detail/copyright
2021-11-25T16:10:26.1037665Z -- Performing post-build validation
2021-11-25T16:10:26.1038312Z -- Performing post-build validation done
2021-11-25T16:10:26.1355038Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\46\46f264f9c9ceaccdd0e77796b15f19c41f7a1dc7c12955ea5384552ae10a250f.zip
2021-11-25T16:10:26.1356870Z Installing package boost-detail[core]:x64-windows...
2021-11-25T16:10:26.1358605Z Elapsed time for package boost-detail:x64-windows: 672.7 ms
2021-11-25T16:10:26.1359611Z Starting package 12/185: boost-container-hash:x64-windows
2021-11-25T16:10:26.1360596Z Building package boost-container-hash[core]:x64-windows...
2021-11-25T16:10:26.1362196Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-container-hash\76c8d3c46db10b6774d6986822e53d1140934667
2021-11-25T16:10:26.7938372Z -- Downloading https://github.com/boostorg/container_hash/archive/boost-1.77.0.tar.gz -> boostorg-container_hash-boost-1.77.0.tar.gz...
2021-11-25T16:10:26.7941538Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-container_hash-boost-1.77.0.tar.gz
2021-11-25T16:10:26.7943359Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-container-hash/src/ost-1.77.0-e0451e9ab0.clean
2021-11-25T16:10:26.7944373Z -- Packaging headers
2021-11-25T16:10:26.7944971Z -- Packaging headers done
2021-11-25T16:10:26.7946296Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:26.7947863Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-container-hash_x64-windows/share/boost-container-hash/usage
2021-11-25T16:10:26.7949690Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-container-hash_x64-windows/share/boost-container-hash/copyright
2021-11-25T16:10:26.7950724Z -- Performing post-build validation
2021-11-25T16:10:26.7951382Z -- Performing post-build validation done
2021-11-25T16:10:26.8225809Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\cc\ccacfff517c9d40a180bec8d9201634f735115c84c0b28fae1bc5d22372f18aa.zip
2021-11-25T16:10:26.8227720Z Installing package boost-container-hash[core]:x64-windows...
2021-11-25T16:10:26.8228937Z Elapsed time for package boost-container-hash:x64-windows: 687 ms
2021-11-25T16:10:26.8229918Z Starting package 13/185: boost-type-index:x64-windows
2021-11-25T16:10:26.8230835Z Building package boost-type-index[core]:x64-windows...
2021-11-25T16:10:26.8232395Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-type-index\b8c5d86d75e307f04c4e5548f2ff57dccdc29e40
2021-11-25T16:10:27.5821060Z -- Downloading https://github.com/boostorg/type_index/archive/boost-1.77.0.tar.gz -> boostorg-type_index-boost-1.77.0.tar.gz...
2021-11-25T16:10:27.5823129Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-type_index-boost-1.77.0.tar.gz
2021-11-25T16:10:27.5824751Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-type-index/src/ost-1.77.0-7ac4a412e5.clean
2021-11-25T16:10:27.5825649Z -- Packaging headers
2021-11-25T16:10:27.5826292Z -- Packaging headers done
2021-11-25T16:10:27.5827564Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:27.5829537Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-type-index_x64-windows/share/boost-type-index/usage
2021-11-25T16:10:27.5831059Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-type-index_x64-windows/share/boost-type-index/copyright
2021-11-25T16:10:27.5832017Z -- Performing post-build validation
2021-11-25T16:10:27.5832827Z -- Performing post-build validation done
2021-11-25T16:10:27.6134189Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\1b\1b59ae58e74eba474f8eaa278fa5573db0712303fb1bfbe63b625c7310a5b4de.zip
2021-11-25T16:10:27.6136064Z Installing package boost-type-index[core]:x64-windows...
2021-11-25T16:10:27.6137211Z Elapsed time for package boost-type-index:x64-windows: 790.8 ms
2021-11-25T16:10:27.6138103Z Starting package 14/185: boost-tuple:x64-windows
2021-11-25T16:10:27.6138938Z Building package boost-tuple[core]:x64-windows...
2021-11-25T16:10:27.6140393Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-tuple\35d10ab4f156848f6f08f8bc26e41b27638af55e
2021-11-25T16:10:28.2202244Z -- Downloading https://github.com/boostorg/tuple/archive/boost-1.77.0.tar.gz -> boostorg-tuple-boost-1.77.0.tar.gz...
2021-11-25T16:10:28.2204516Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-tuple-boost-1.77.0.tar.gz
2021-11-25T16:10:28.2206048Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-tuple/src/ost-1.77.0-268523074d.clean
2021-11-25T16:10:28.2206910Z -- Packaging headers
2021-11-25T16:10:28.2207503Z -- Packaging headers done
2021-11-25T16:10:28.2208746Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:28.2210149Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-tuple_x64-windows/share/boost-tuple/usage
2021-11-25T16:10:28.2211390Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-tuple_x64-windows/share/boost-tuple/copyright
2021-11-25T16:10:28.2212296Z -- Performing post-build validation
2021-11-25T16:10:28.2212954Z -- Performing post-build validation done
2021-11-25T16:10:28.2448463Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\01\0115b2eebe9f75c5eaa54980064117944a798b2f819b82e91d87ce7dd4f82c9e.zip
2021-11-25T16:10:28.2451093Z Installing package boost-tuple[core]:x64-windows...
2021-11-25T16:10:28.2452060Z Elapsed time for package boost-tuple:x64-windows: 631.5 ms
2021-11-25T16:10:28.2452869Z Starting package 15/185: boost-io:x64-windows
2021-11-25T16:10:28.2453634Z Building package boost-io[core]:x64-windows...
2021-11-25T16:10:28.2455109Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-io\83ec8bab1f1bbd6eb1e2883a26747c7982d5c34f
2021-11-25T16:10:28.7675006Z -- Downloading https://github.com/boostorg/io/archive/boost-1.77.0.tar.gz -> boostorg-io-boost-1.77.0.tar.gz...
2021-11-25T16:10:28.7677247Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-io-boost-1.77.0.tar.gz
2021-11-25T16:10:28.7678726Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-io/src/ost-1.77.0-8be08ef325.clean
2021-11-25T16:10:28.7679590Z -- Packaging headers
2021-11-25T16:10:28.7680186Z -- Packaging headers done
2021-11-25T16:10:28.7681437Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:28.7682787Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-io_x64-windows/share/boost-io/usage
2021-11-25T16:10:28.7683936Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-io_x64-windows/share/boost-io/copyright
2021-11-25T16:10:28.7684763Z -- Performing post-build validation
2021-11-25T16:10:28.7685423Z -- Performing post-build validation done
2021-11-25T16:10:28.7924636Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\2e\2e564b75dc664d3e3dc1e7ce2d54a90c1160a48405f5850babdc658df9d42308.zip
2021-11-25T16:10:28.7926479Z Installing package boost-io[core]:x64-windows...
2021-11-25T16:10:28.7927494Z Elapsed time for package boost-io:x64-windows: 547.5 ms
2021-11-25T16:10:28.7928356Z Starting package 16/185: boost-utility:x64-windows
2021-11-25T16:10:28.7929210Z Building package boost-utility[core]:x64-windows...
2021-11-25T16:10:28.7930687Z -- Installing port from location: D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees\versioning_\versions\boost-utility\e3589215d60cac29105fb361ef70e6d8befb8f94
2021-11-25T16:10:29.4935783Z -- Downloading https://github.com/boostorg/utility/archive/boost-1.77.0.tar.gz -> boostorg-utility-boost-1.77.0.tar.gz...
2021-11-25T16:10:29.4938098Z -- Extracting source D:/a/FortifyIQ/FortifyIQ/vcpkg/downloads/boostorg-utility-boost-1.77.0.tar.gz
2021-11-25T16:10:29.4939661Z -- Using source at D:/a/FortifyIQ/FortifyIQ/vcpkg/buildtrees/boost-utility/src/ost-1.77.0-f29e46cf7e.clean
2021-11-25T16:10:29.4940650Z -- Packaging headers
2021-11-25T16:10:29.4941252Z -- Packaging headers done
2021-11-25T16:10:29.4942586Z -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.77.0/LICENSE_1_0.txt -> boost_LICENSE_1_0.txt...
2021-11-25T16:10:29.4944238Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-utility_x64-windows/share/boost-utility/usage
2021-11-25T16:10:29.4945526Z -- Installing: D:/a/FortifyIQ/FortifyIQ/vcpkg/packages/boost-utility_x64-windows/share/boost-utility/copyright
2021-11-25T16:10:29.4946408Z -- Performing post-build validation
2021-11-25T16:10:29.4947055Z -- Performing post-build validation done
2021-11-25T16:10:29.5414416Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\25\2558684d105b67fb0da622430c27af4c6726770d578f2bc2bfe4fbc1faf4e97b.zip
2021-11-25T16:10:29.5416130Z Installing package boost-utility[core]:x64-windows...
2021-11-25T16:10:29.5417186Z Elapsed time for package boost-utility:x64-windows: 749 ms
2021-11-25T16:10:29.5418102Z Starting package 17/185: boost-predef:x64-windows
2021-11-25T16:10:29.5418937Z Building package boost-predef[core]:x64-windows...
Action post step
2021-11-25T18:57:39.1605751Z ##[group]Save vcpkg and its artifacts into GitHub service cache
2021-11-25T18:57:39.1702680Z Saving cache is skipped, because cache hit occurred on the cache key 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058'.
2021-11-25T18:57:39.1708845Z ##[endgroup]
2021-11-25T18:57:39.1730807Z ⏱ elapsed: 0.010 seconds
2021-11-25T18:57:39.1731644Z run-vcpkg post action execution succeeded

Is prints Saving cache is skipped which shouldn't be the case.

My CMake command:

cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release -D CMAKE_TOOLCHAIN_FILE=$env:VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -D VCPKG_TARGET_TRIPLET=x64-windows -D VCPKG_INSTALL_OPTIONS=--clean-after-build
@lukka
Copy link
Owner

lukka commented Nov 26, 2021

@Shatur the cache hit occurred on the primary key, that is the reason is not created again, as it was already created in the past.

vcpkg is rebuilding everything because of this:

2021-11-25T16:10:17.5997658Z Restored 0 packages from D:\a\FortifyIQ\b\vcpkg_cache in 2.834 ms. Use --debug to see more details.
2021-11-25T16:10:17.5998541Z Starting package 1/185: boost-uninstall:x64-windows

Questions:

  • which is the workflow run that created the cache? By looking into its log it may provide more info.
  • what is the content of such directory "vcpkg_cache" Knowing this information would probably provide more info about why vcpkg is rebuilding everything.

@Shatur
Copy link
Author

Shatur commented Nov 26, 2021

which is the workflow run that created the cache? By looking into its log it may provide more info.

I assume this one: log.txt

@Shatur
Copy link
Author

Shatur commented Nov 26, 2021

what is the content of such directory "vcpkg_cache" Knowing this information would probably provide more info about why vcpkg is rebuilding everything.

Run ls D:\a\FortifyIQ\b\vcpkg_cache

    Directory: D:\a\FortifyIQ\b\vcpkg_cache

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d----          11/18/2021 10:53 AM                01
d----          11/18/2021  8:14 AM                02
d----          11/18/2021  8:12 AM                03
d----          11/18/2021  8:21 AM                04
d----          11/18/2021  8:36 AM                05
d----          11/18/2021  8:43 AM                09
d----          11/18/2021  8:37 AM                0b
d----          11/18/2021  8:17 AM                0c
d----          11/18/2021  8:57 AM                0d
d----          11/18/2021  8:21 AM                11
d----          11/18/2021  9:09 AM                12
d----          11/18/2021  8:41 AM                15
d----          11/18/2021  8:14 AM                1b
d----          11/18/2021  8:33 AM                21
d----          11/18/2021  8:18 AM                23
d----          11/18/2021  8:17 AM                25
d----          11/18/2021  8:36 AM                26
d----          11/18/2021  9:10 AM                28
d----          11/18/2021  8:41 AM                29
d----          11/18/2021  8:14 AM                2b
d----          11/18/2021  8:41 AM                2c
d----          11/18/2021  8:28 AM                2d
d----          11/18/2021  8:18 AM                33
d----          11/18/2021  8:12 AM                34
d----          11/18/2021  8:57 AM                35
d----          11/18/2021  8:43 AM                36
d----          11/18/2021  8:42 AM                38
d----          11/18/2021  8:21 AM                3a
d----          11/18/2021  8:21 AM                3d
d----          11/18/2021 10:02 AM                3f
d----          11/18/2021  8:14 AM                44
d----          11/18/2021  8:12 AM                45
d----          11/18/2021  8:36 AM                47
d----          11/18/2021  8:18 AM                49
d----          11/18/2021 11:08 AM                4e
d----          11/18/2021  8:14 AM                50
d----          11/18/2021  8:37 AM                53
d----          11/18/2021  8:15 AM                54
d----          11/18/2021  8:17 AM                57
d----          11/18/2021  8:42 AM                58
d----          11/18/2021  8:14 AM                5a
d----          11/18/2021  8:12 AM                5b
d----          11/18/2021  8:12 AM                5d
d----          11/18/2021  8:43 AM                5e
d----          11/18/2021  8:17 AM                5f
d----          11/18/2021  8:28 AM                61
d----          11/18/2021  8:36 AM                64
d----          11/18/2021  8:18 AM                66
d----          11/18/2021  8:36 AM                69
d----          11/18/2021  8:19 AM                6b
d----          11/18/2021 11:11 AM                6c
d----          11/18/2021  8:14 AM                6e
d----          11/18/2021  8:18 AM                6f
d----          11/18/2021  8:59 AM                71
d----          11/18/2021  8:12 AM                72
d----          11/18/2021  8:14 AM                73
d----          11/18/2021  8:57 AM                76
d----          11/18/2021  8:40 AM                77
d----          11/18/2021  8:41 AM                78
d----          11/18/2021  8:18 AM                79
d----          11/18/2021  8:34 AM                7a
d----          11/18/2021  8:37 AM                7b
d----          11/18/2021  8:12 AM                7c
d----          11/18/2021  8:12 AM                7f
d----          11/18/2021  8:12 AM                81
d----          11/18/2021  8:36 AM                82
d----          11/18/2021  8:37 AM                86
d----          11/18/2021  8:13 AM                88
d----          11/18/2021  8:21 AM                89
d----          11/18/2021  8:36 AM                8b
d----          11/18/2021  8:13 AM                8c
d----          11/18/2021  8:59 AM                8e
d----          11/18/2021  8:13 AM                8f
d----          11/18/2021  8:14 AM                90
d----          11/18/2021 10:05 AM                91
d----          11/18/2021  8:14 AM                93
d----          11/18/2021  9:10 AM                97
d----          11/18/2021 10:04 AM                99
d----          11/18/2021  8:42 AM                9b
d----          11/18/2021  8:14 AM                9d
d----          11/18/2021 10:04 AM                9e
d----          11/18/2021  8:28 AM                a0
d----          11/18/2021  8:18 AM                a2
d----          11/18/2021  8:41 AM                a4
d----          11/18/2021  8:36 AM                a8
d----          11/18/2021  8:14 AM                aa
d----          11/18/2021  8:57 AM                ab
d----          11/18/2021  8:43 AM                ad
d----          11/18/2021  8:13 AM                ae
d----          11/18/2021  8:58 AM                b1
d----          11/18/2021  8:21 AM                b3
d----          11/18/2021  9:14 AM                b5
d----          11/18/2021  8:14 AM                b8
d----          11/18/2021  8:18 AM                ba
d----          11/18/2021  8:43 AM                bb
d----          11/18/2021  8:14 AM                bc
d----          11/18/2021  9:14 AM                be
d----          11/18/2021  8:15 AM                c0
d----          11/18/2021  8:42 AM                c2
d----          11/18/2021  8:12 AM                c5
d----          11/18/2021  8:21 AM                c7
d----          11/18/2021 10:03 AM                c9
d----          11/18/2021  8:43 AM                cc
d----          11/18/2021  8:21 AM                cd
d----          11/18/2021 10:05 AM                ce
d----          11/18/2021  8:13 AM                cf
d----          11/18/2021  8:43 AM                d0
d----          11/18/2021 10:04 AM                d3
d----          11/18/2021  8:36 AM                d4
d----          11/18/2021  8:43 AM                d5
d----          11/18/2021  9:14 AM                da
d----          11/18/2021  8:35 AM                db
d----          11/18/2021  8:14 AM                de
d----          11/18/2021  8:12 AM                e0
d----          11/18/2021  8:43 AM                e1
d----          11/18/2021  8:43 AM                e2
d----          11/18/2021  8:36 AM                e3
d----          11/18/2021  8:13 AM                e4
d----          11/18/2021  8:21 AM                e6
d----          11/18/2021 11:07 AM                e7
d----          11/18/2021  8:12 AM                e8
d----          11/18/2021  8:37 AM                ea
d----          11/18/2021  8:35 AM                eb
d----          11/18/2021  8:12 AM                ec
d----          11/18/2021  8:14 AM                ed
d----          11/18/2021  8:36 AM                ee
d----          11/18/2021  8:13 AM                ef
d----          11/18/2021  8:36 AM                f0
d----          11/18/2021 10:50 AM                f2
d----          11/18/2021 10:03 AM                f3
d----          11/18/2021  8:14 AM                f4
d----          11/18/2021  8:21 AM                f7
d----          11/18/2021  8:42 AM                f9
d----          11/18/2021  8:40 AM                fb
d----          11/18/2021  8:21 AM                fd
d----          11/18/2021  8:42 AM                fe
d----          11/18/2021  8:15 AM                ff

@lukka
Copy link
Owner

lukka commented Nov 27, 2021

@Shatur thanks for providing the data!

So far this is the description of the problem:

  • in the provided workflow run that created the cache, the vcpkg cache has been generated in the cache directory per each package built by vcpkg, e.g.:

2021-11-18T08:42:44.5535277Z Stored binary cache: D:\a\FortifyIQ\b\vcpkg_cache\58\58ff9ea1fda4c2bfee27c0e10978319d89fa236c42a693045726e867a7d56dc8.zip

and the whole content of the vcpkg_cache directory was stored on the cache service (it took about 2 minutes, looks quite big) during the execution of the post action of run-vcpkg:

2021-11-18T11:52:23.9630664Z Saving a new cache entry, because primary key was missed or a fallback restore key was hit.
2021-11-18T11:52:23.9633590Z Caching paths: 'D:/a/FortifyIQ/b/vcpkg_cache,D:\a\FortifyIQ\FortifyIQ\vcpkg,!D:\a\FortifyIQ\FortifyIQ\vcpkg\installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkg_installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\packages,!D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees,!D:\a\FortifyIQ\FortifyIQ\vcpkg\downloads'
2021-11-18T11:52:23.9637139Z Saving cache with primary key 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058' ...
2021-11-18T11:52:24.2170441Z [command]C:\Windows\System32\tar.exe -z -cf cache.tgz -P -C D:/a/FortifyIQ/FortifyIQ --files-from manifest.txt
2021-11-18T11:54:26.3984339Z Cache saved successfully
  • During subsequent workflow runs, the cache is hit and restored, but it is not leveraged by vcpkg:
 Cached paths: 'D:/a/FortifyIQ/b/vcpkg_cache,D:\a\FortifyIQ\FortifyIQ\vcpkg,!D:\a\FortifyIQ\FortifyIQ\vcpkg\installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\vcpkg_installed,!D:\a\FortifyIQ\FortifyIQ\vcpkg\packages,!D:\a\FortifyIQ\FortifyIQ\vcpkg\buildtrees,!D:\a\FortifyIQ\FortifyIQ\vcpkg\downloads'
2021-11-25T16:09:06.4180368Z Cache Size: ~960 MB (1006811574 B)
2021-11-25T16:09:06.4196544Z [command]C:\Windows\System32\tar.exe -z -xf D:/a/_temp/d3177374-db6c-4460-bd3f-022be236ce5f/cache.tgz -P -C D:/a/FortifyIQ/FortifyIQ
2021-11-25T16:09:28.6068798Z Cache hit, key = 'runnerOS=win19-vcpkgGitCommit=a4b5cde7f504c1bbbbc455f4a6ee60efd9034772_vcpkgJson=4b0d610d09ccd039dbb7435d731552f77242342062aaa8defd4c0284eca2d058'.
2021-11-25T16:09:28.6073405Z ##[endgroup]

The size is 1GB, and it is not empty, and the key matches the one in the workflow run that created the cache.

Next step

By all of the above, looks like vcpkg is refusing to use the cached binary packages stored under vcpkg_cache directory, and by passing the flag --debug to vcpkg could help us in spotting why those packages are not consumed.

Next steps:

  • Would you mind trying to pass the --debug flag and see what vcpkg is telling us?
  • Or, if you provide me a small repro (like the vcpkg.json file and the relevant part of the workflow), I can try this out as well.

@Shatur
Copy link
Author

Shatur commented Nov 27, 2021

Thanks for looking into it?

Would you mind trying to pass the --debug flag and see what vcpkg is telling us?

How can I do this?

@lukka
Copy link
Owner

lukka commented Nov 30, 2021

Thanks for looking into it?

Would you mind trying to pass the --debug flag and see what vcpkg is telling us?

How can I do this?

One way is to create a workflow that is running run-vcpkg to restore the cache, and then using a run: step where vcpkg is launched from the directory where vcpkg.json is located with the --debug flag, such as:

- name: discover why vcpkg does not consume the binary archives 
  run:  $VCPKG_ROOT/vcpkg install --debug
  shell: bash ; or whatever it is needed, e.g., pwsh
  working-directory: ${{ env.VCPKG_ROOT }}

@Shatur
Copy link
Author

Shatur commented Nov 30, 2021

One way is to create a workflow that is running run-vcpkg to restore the cache, and then using a run: step where vcpkg is launched from the directory where vcpkg.json is located with the --debug flag, such as:

Here is the output: log.txt

@lukka
Copy link
Owner

lukka commented Dec 1, 2021

@Shatur I think that, when launching vcpkg, the triplet must be explicitly passed in also, since the default is x86-windows. In the last log the triplet is x86-windows, and if the assumption that the cache has been previously created with the x64-windows triplet, the fact that no binary cache archives have been used is expected. Let's try again with:

run: $VCPKG_ROOT/vcpkg install --debug --triplet x64-windows

@Shatur
Copy link
Author

Shatur commented Dec 1, 2021

Right, here is with the correct triplet: log.txt

@lukka
Copy link
Owner

lukka commented Dec 6, 2021

@Shatur thanks a lot for the logs with --debug passed to vcpkg . It did not yet provide a clear explanation about why the cache archive were not used, but it may be that the reason is that the cache does not contain what it is expected. For example, in the last provided log.txt, the binary archive for boost-uninstall has been created and stored here: D:\a\FortifyIQ\b\vcpkg_cache\1b\1bf88f57c318c241946670254e9992a8bbf20e1ae46fa0946cf184732bf565ac.zip. In principle that file would be there already, but it was not and hence vcpkg rebuilt boost-uninstall again. I believe the archived file for boost-uninstallis in the cache, but with a different hash (i.e. file name), which may be caused by many different reason (some input is differnt, like the cmake version, OS version or compiler version, and such).

  1. Could you please show the entire tree with subdirectories under the vcpkg_cache directory?
  2. Is this a persistent problem? I.e. does this reoccur if you force a new cache-key, and hence a new cache is going to be created at the first run of the workflow, and then are the subsequent workflow runs consuming the cache or not?

@Shatur
Copy link
Author

Shatur commented Dec 6, 2021

Could you please show the entire tree with subdirectories under the vcpkg_cache directory?

Here is what I tried.

2021-12-06T08:14:00.8535969Z ##[group]Run tree D:\a\FortifyIQ\b\vcpkg_cache
2021-12-06T08:14:00.8536813Z �[36;1mtree D:\a\FortifyIQ\b\vcpkg_cache�[0m
2021-12-06T08:14:00.8581455Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2021-12-06T08:14:00.8582014Z env:
2021-12-06T08:14:00.8582582Z   VCPKG_DEFAULT_BINARY_CACHE: D:/a/FortifyIQ/b/vcpkg_cache
2021-12-06T08:14:00.8583198Z   RUNVCPKG_VCPKG_ROOT: D:\a\FortifyIQ\FortifyIQ\vcpkg
2021-12-06T08:14:00.8583812Z   VCPKG_ROOT: D:\a\FortifyIQ\FortifyIQ\vcpkg
2021-12-06T08:14:00.8584290Z ##[endgroup]
2021-12-06T08:14:01.1337598Z Folder PATH listing for volume Temporary Storage
2021-12-06T08:14:01.1375561Z Volume serial number is 8282-C2EB
2021-12-06T08:14:01.1376384Z D:\A\FORTIFYIQ\B\VCPKG_CACHE
2021-12-06T08:14:01.1378160Z ����01
2021-12-06T08:14:01.1378760Z ����02
2021-12-06T08:14:01.1379132Z ����03
2021-12-06T08:14:01.1379537Z ����04
2021-12-06T08:14:01.1379937Z ����05
2021-12-06T08:14:01.1380349Z ����09
2021-12-06T08:14:01.1380827Z ����0b
2021-12-06T08:14:01.1381201Z ����0c
2021-12-06T08:14:01.1381606Z ����0d
2021-12-06T08:14:01.1382009Z ����11
2021-12-06T08:14:01.1382425Z ����12
2021-12-06T08:14:01.1382787Z ����15
2021-12-06T08:14:01.1383191Z ����1b
2021-12-06T08:14:01.1383605Z ����21
2021-12-06T08:14:01.1384056Z ����23
2021-12-06T08:14:01.1384497Z ����25
2021-12-06T08:14:01.1384906Z ����26
2021-12-06T08:14:01.1385267Z ����28
2021-12-06T08:14:01.1386365Z ����29
2021-12-06T08:14:01.1387629Z ����2b
2021-12-06T08:14:01.1389042Z ����2c
2021-12-06T08:14:01.1389850Z ����2d
2021-12-06T08:14:01.1390345Z ����33
2021-12-06T08:14:01.1390765Z ����34
2021-12-06T08:14:01.1391229Z ����35
2021-12-06T08:14:01.1391686Z ����36
2021-12-06T08:14:01.1392138Z ����38
2021-12-06T08:14:01.1392554Z ����3a
2021-12-06T08:14:01.1393013Z ����3d
2021-12-06T08:14:01.1393463Z ����3f
2021-12-06T08:14:01.1393916Z ����44
2021-12-06T08:14:01.1394338Z ����45
2021-12-06T08:14:01.1395223Z ����47
2021-12-06T08:14:01.1395751Z ����49
2021-12-06T08:14:01.1396161Z ����4e
2021-12-06T08:14:01.1396582Z ����50
2021-12-06T08:14:01.1397051Z ����53
2021-12-06T08:14:01.1397465Z ����54
2021-12-06T08:14:01.1398043Z ����57
2021-12-06T08:14:01.1398451Z ����58
2021-12-06T08:14:01.1398856Z ����5a
2021-12-06T08:14:01.1399267Z ����5b
2021-12-06T08:14:01.1399640Z ����5d
2021-12-06T08:14:01.1400048Z ����5e
2021-12-06T08:14:01.1400451Z ����5f
2021-12-06T08:14:01.1400855Z ����61
2021-12-06T08:14:01.1401223Z ����64
2021-12-06T08:14:01.1401628Z ����66
2021-12-06T08:14:01.1402594Z ����69
2021-12-06T08:14:01.1403094Z ����6b
2021-12-06T08:14:01.1403511Z ����6c
2021-12-06T08:14:01.1403878Z ����6e
2021-12-06T08:14:01.1404288Z ����6f
2021-12-06T08:14:01.1404695Z ����71
2021-12-06T08:14:01.1405094Z ����72
2021-12-06T08:14:01.1405460Z ����73
2021-12-06T08:14:01.1405858Z ����76
2021-12-06T08:14:01.1406265Z ����77
2021-12-06T08:14:01.1406771Z ����78
2021-12-06T08:14:01.1407188Z ����79
2021-12-06T08:14:01.1407588Z ����7a
2021-12-06T08:14:01.1407999Z ����7b
2021-12-06T08:14:01.1408430Z ����7c
2021-12-06T08:14:01.1408796Z ����7f
2021-12-06T08:14:01.1409199Z ����81
2021-12-06T08:14:01.1409598Z ����82
2021-12-06T08:14:01.1410005Z ����86
2021-12-06T08:14:01.1410373Z ����88
2021-12-06T08:14:01.1410785Z ����89
2021-12-06T08:14:01.1411185Z ����8b
2021-12-06T08:14:01.1411595Z ����8c
2021-12-06T08:14:01.1412005Z ����8e
2021-12-06T08:14:01.1412415Z ����8f
2021-12-06T08:14:01.1412811Z ����90
2021-12-06T08:14:01.1413172Z ����91
2021-12-06T08:14:01.1413575Z ����93
2021-12-06T08:14:01.1413976Z ����97
2021-12-06T08:14:01.1414381Z ����99
2021-12-06T08:14:01.1414772Z ����9b
2021-12-06T08:14:01.1415193Z ����9d
2021-12-06T08:14:01.1415606Z ����9e
2021-12-06T08:14:01.1416013Z ����a0
2021-12-06T08:14:01.1416387Z ����a2
2021-12-06T08:14:01.1416962Z ����a4
2021-12-06T08:14:01.1417386Z ����a8
2021-12-06T08:14:01.1417798Z ����aa
2021-12-06T08:14:01.1418172Z ����ab
2021-12-06T08:14:01.1418585Z ����ad
2021-12-06T08:14:01.1418990Z ����ae
2021-12-06T08:14:01.1421303Z ����b1
2021-12-06T08:14:01.1422145Z ����b3
2021-12-06T08:14:01.1422646Z ����b5
2021-12-06T08:14:01.1423074Z ����b8
2021-12-06T08:14:01.1423567Z ����ba
2021-12-06T08:14:01.1424020Z ����bb
2021-12-06T08:14:01.1424467Z ����bc
2021-12-06T08:14:01.1424881Z ����be
2021-12-06T08:14:01.1425435Z ����c0
2021-12-06T08:14:01.1425883Z ����c2
2021-12-06T08:14:01.1426289Z ����c5
2021-12-06T08:14:01.1426855Z ����c7
2021-12-06T08:14:01.1427306Z ����c9
2021-12-06T08:14:01.1427763Z ����cc
2021-12-06T08:14:01.1428173Z ����cd
2021-12-06T08:14:01.1428623Z ����ce
2021-12-06T08:14:01.1429079Z ����cf
2021-12-06T08:14:01.1429522Z ����d0
2021-12-06T08:14:01.1429929Z ����d3
2021-12-06T08:14:01.1430371Z ����d4
2021-12-06T08:14:01.1430819Z ����d5
2021-12-06T08:14:01.1431260Z ����da
2021-12-06T08:14:01.1431671Z ����db
2021-12-06T08:14:01.1432388Z ����de
2021-12-06T08:14:01.1432911Z ����e0
2021-12-06T08:14:01.1433367Z ����e1
2021-12-06T08:14:01.1433782Z ����e2
2021-12-06T08:14:01.1434226Z ����e3
2021-12-06T08:14:01.1434692Z ����e4
2021-12-06T08:14:01.1435142Z ����e6
2021-12-06T08:14:01.1435547Z ����e7
2021-12-06T08:14:01.1436032Z ����e8
2021-12-06T08:14:01.1436511Z ����ea
2021-12-06T08:14:01.1437059Z ����eb
2021-12-06T08:14:01.1437513Z ����ec
2021-12-06T08:14:01.1437938Z ����ed
2021-12-06T08:14:01.1438401Z ����ee
2021-12-06T08:14:01.1439026Z ����ef
2021-12-06T08:14:01.1439491Z ����f0
2021-12-06T08:14:01.1439943Z ����f2
2021-12-06T08:14:01.1440407Z ����f3
2021-12-06T08:14:01.1440821Z ����f4
2021-12-06T08:14:01.1441274Z ����f7
2021-12-06T08:14:01.1441728Z ����f9
2021-12-06T08:14:01.1442183Z ����fb
2021-12-06T08:14:01.1442601Z ����fd
2021-12-06T08:14:01.1443054Z ����fe
2021-12-06T08:14:01.1443507Z ����ff

Is this a persistent problem? I.e. does this reoccur if you force a new cache-key, and hence a new cache is going to be created at the first run of the workflow, and then are the subsequent workflow runs consuming the cache or not?

Let me try it.

@Shatur
Copy link
Author

Shatur commented Dec 6, 2021

Let me try it.

The issue doesn't exists after changing the vcpkg.json and generating a new cache.

@lukka
Copy link
Owner

lukka commented Dec 8, 2021

@Shatur i wonder if you hit some sort of special case where the image OS of the GitHub runners changed between the time the cache has been created, and the time it is being consumed, and that would cause vcpkg to be discarding and not consuming the cache. By looking into the provided log.txt, the cache has been generated on this runner:

2021-11-18T08:10:49.2506993Z Current runner version: '2.284.0'
2021-11-18T08:10:49.3886805Z Microsoft Windows Server 2019
2021-11-18T08:10:49.3888267Z 10.0.17763
2021-11-18T08:10:49.3891164Z ##[group]Virtual Environment
2021-11-18T08:10:49.3892306Z Environment: windows-2019
2021-11-18T08:10:49.3893396Z Version: 20211110.1
2021-11-18T08:10:49.3894780Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20211110.1/images/win/Windows2019-Readme.md
2021-11-18T08:10:49.3896284Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20211110.1

But I do not have any info about where the cache is being consistently discarded, do you have such information?

I see that the last stable release of the runners for Windows 2019 is the more recent 20211130.3, so looks like likely a potential cause of this behavior.

@Shatur
Copy link
Author

Shatur commented Dec 8, 2021

I see that the last stable release of the runners for Windows 2019 is the more recent 20211130.3, so looks like likely a potential cause of this behavior.

Yes, runs with cache misses use other versions:

2021-12-03T16:31:57.2792320Z Current runner version: '2.285.0'
2021-12-03T16:31:57.2830469Z ##[group]Operating System
2021-12-03T16:31:57.2831329Z Microsoft Windows Server 2019
2021-12-03T16:31:57.2832059Z 10.0.17763
2021-12-03T16:31:57.2832493Z Datacenter
2021-12-03T16:31:57.2832908Z ##[endgroup]
2021-12-03T16:31:57.2833419Z ##[group]Virtual Environment
2021-12-03T16:31:57.2833961Z Environment: windows-2019
2021-12-03T16:31:57.2834686Z Version: 20211229.2
2021-12-03T16:31:57.2835764Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20211229.2/images/win/Windows2019-Readme.md
2021-12-03T16:31:57.2837397Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20211229.2

Maybe we should include compiler version into cache keys?

@lukka
Copy link
Owner

lukka commented Dec 9, 2021

@Shatur that would be good, but I do not know how to get the version of the compiler used by CMake and vcpkg.
In principle the cache key should be using the imageOS environment variable, which should contain the whole image version, but it does not work on your runs: runnerOS=win19. I would have expected instead win19-<version>. Is this something to fix on run-vcpkg? I have to check this out.

@Shatur
Copy link
Author

Shatur commented Dec 22, 2021

I think I understand why this is happening. If I cancel the task or it fails on a new hash, then the cache is saved, but only partially (because the job was cancelled or failed). And on all next executions with the same hash only this cache part will be restored.

@lukka
Copy link
Owner

lukka commented Dec 25, 2021

@Shatur that is a correct observation indeed. Looks like there is no logic to handle the case where the run-vcpkg step fails. Whatever its result is, the post action is doing some logic to save cache that is disregarding whether the run-vcpkg was successful. It accounts only for doNotCache and doNotCacheOnWorkflowFailure .

Do you have a link (or log file with verbose mode on) of a cancelled workflow? This case should be accounted and working correctly, since jobStatus would be set to cancelled, and in that case the cache would not be saved.

@Shatur
Copy link
Author

Shatur commented Jan 25, 2022

Do you have a link (or log file with verbose mode on) of a cancelled workflow? This case should be accounted and working correctly, since jobStatus would be set to cancelled, and in that case the cache would not be saved.

Right now I don't have a verbose-enabled log, but this is the case. I observed this issue just now.

@lukka
Copy link
Owner

lukka commented Jan 26, 2022

@Shatur a link to the run, or the non-verbose log could be still something to be look into.

@Shatur
Copy link
Author

Shatur commented Jan 26, 2022

@lukka here: log.txt
I canceled the job during the CMake configuration step. Because this step installs libraries, I have a partial cache.

@lukka
Copy link
Owner

lukka commented Jan 26, 2022

@Shatur thanks for the logs! The status of the workflow is not properly read in the post action of run-vcpkg, that is whatever job.status value is at the time of run-vcpkg execution, the same value holds when the post action of run-vcpkg is executing, which means it can be set to succeeded but it really is failed when the workflow is cancelled after run-vcpkg starts.

A way to read the job status from the post action is needed to solve this problem, and the documentation does not provide one.

@Shatur
Copy link
Author

Shatur commented Jan 26, 2022

A way to read the job status from the post action is needed to solve this problem, and the documentation does not provide one.

Is it possible to run post actions only success? As we can do with regular actions using if.

@lukka
Copy link
Owner

lukka commented Jan 27, 2022

@Shatur the post-action has the condition if: always(), as it should always be run, and it has its internal logic to establish whether to save the cache or not. This is essential in order to save the cache when run-vcpkg was successfully run and packages were installed, but some subsequent step failed.

@Shatur
Copy link
Author

Shatur commented Jan 27, 2022

the post-action has the condition if: always(), as it should always be run, and it has its internal logic to establish whether to save the cache or not.

Oh, makes sense.

@lukka
Copy link
Owner

lukka commented Jan 30, 2022

@Shatur I tried to get the status of the currently running job in the post action by using REST APIs, and unfortunately my conclusion is that it is not possible to get the status of a running job, but only of a job already completed.
I'd be happy if anyone could review the code I tested it with, and tell me I am doing some mistake and prove me wrong.

Otehrwise the only option I see is to drop the doNotCacheOnWorkflowFailure and any logid related to it, and in the post action the cache should be saved only when:

  • the run-vcpkg step succeeded;
  • there was no cache hit on the primary key.

@Shatur
Copy link
Author

Shatur commented Jan 30, 2022

the run-vcpkg step succeeded;
there was no cache hit on the primary key.

But what if the job fails at CMake configuration step as in my case?

@lukka
Copy link
Owner

lukka commented Jan 30, 2022

@Shatur it will save broken cache indeed, but that is not avoidable, unless we devise something.

@Shatur
Copy link
Author

Shatur commented Jan 30, 2022

@Shatur it will save broken cache indeed, but that is not avoidable, unless we devise something.

@lukka Maybe save cache even on cache hit? Uploading doesn't take a lot of time. I think fixing messed cache worth it.

@lukka lukka mentioned this issue Jan 30, 2022
@lukka
Copy link
Owner

lukka commented Jan 30, 2022

@Shatur cache is immutable, once create cannot be modified.
Fixed in #126 , please try run-vcpkg@v10.1 and let me know!

@lukka lukka closed this as completed Jan 30, 2022
@Shatur
Copy link
Author

Shatur commented Jan 30, 2022

Will try, but I don't think it will help since the issue in non-full cache creation :(

@lukka
Copy link
Owner

lukka commented Jan 30, 2022

@Shatur note you can use the RUNVCPKG_NO_CACHE env var and implement your own logic around it to decide whether to save the cache or not.
In case the run-vcpkg step succeeded and there was a cache-miss, the cache is going to be saved no matter what. If you want to monitor for success a specific step, there must be a way to say "when that step fails, do not save the cache by setting RUNVCPKG_NO_CACHE env var".

I am pretty sure we can find a way to embed this logic into the action itself in the future.

@Shatur
Copy link
Author

Shatur commented Jan 30, 2022

note you can use the RUNVCPKG_NO_CACHE env var and implement your own logic around it to decide whether to save the cache or not.

Hm... I think I can try to set this var on a separate step using if: failure().

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

No branches or pull requests

2 participants