Skip to content

Submitting to local binary cache takes 11s/cache entry #45843

@LegalizeAdulthood

Description

@LegalizeAdulthood

Describe the bug

Local caching of binary results used to be near instantaneous. Now it takes 11 seconds for each submitted cache entry.

Environment

  • Windows 11
  • Compiler: msvc latest

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/LegalizeAdulthood/asmjit-example.git
  2. cd asmjit-example
  3. git checkout 6e8e65871960b71d4d1e6dde20a04c994c8c1f8d
  4. git submodule init
  5. git submodule update --depth 1
  6. cmake --workflow --preset default
The package gtest is compatible with built-in CMake targets:

    enable_testing()

    find_package(GTest CONFIG REQUIRED)
    target_link_libraries(main PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)

    add_test(AllTestsInMain main)

Waiting for 18 remaining binary cache submissions...
Completed submission of boost-type-index:[email protected] to 1 binary cache(s) in 11 s (1/18)
Completed submission of boost-type-traits:[email protected] to 1 binary cache(s) in 11 s (2/18)
Completed submission of boost-tuple:[email protected] to 1 binary cache(s) in 11 s (3/18)
Completed submission of boost-preprocessor:[email protected] to 1 binary cache(s) in 11 s (4/18)
Completed submission of boost-io:[email protected] to 1 binary cache(s) in 11 s (5/18)
Completed submission of boost-utility:[email protected] to 1 binary cache(s) in 11 s (6/18)
Completed submission of boost-predef:[email protected] to 1 binary cache(s) in 11 s (7/18)
Completed submission of boost-mpl:[email protected] to 1 binary cache(s) in 11 s (8/18)
Completed submission of boost-typeof:[email protected] to 1 binary cache(s) in 11 s (9/18)
Completed submission of boost-detail:[email protected] to 1 binary cache(s) in 11 s (10/18)
Completed submission of boost-function-types:[email protected] to 1 binary cache(s) in 11 s (11/18)
Completed submission of boost-bind:[email protected] to 1 binary cache(s) in 11 s (12/18)
Completed submission of boost-function:[email protected] to 1 binary cache(s) in 11 s (13/18)
Completed submission of boost-functional:[email protected] to 1 binary cache(s) in 11 s (14/18)
Completed submission of boost-fusion:[email protected] to 1 binary cache(s) in 11 s (15/18)
Completed submission of boost-hana:[email protected] to 1 binary cache(s) in 11 s (16/18)
Completed submission of boost-charconv:[email protected] to 1 binary cache(s) in 11 s (17/18)
Completed submission of boost-parser:[email protected]#1 to 1 binary cache(s) in 11 s (18/18)
-- Running vcpkg install - done

Expected behavior
It shouldn't take 11s to create a zip file and copy it to a local directory

Failure logs
-(please attached failure logs)

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions