ci: failure in Windows native job #34012

issue fanquake openend this issue on December 5, 2025
  1. fanquake commented at 9:59 am on December 5, 2025: member

    Has been re-run multiple times. https://github.com/bitcoin/bitcoin/actions/runs/19800578606/job/57234826268?pr=33973#step:9:900:

     0
     1Completed submission of libevent[core,thread]:x64-windows@2.1.12#7 to 1 binary cache(s) in 248 ms
     2Waiting for 1 remaining binary cache submissions...
     3Completed submission of sqlite3[core,json1]:x64-windows@3.50.4 to 1 binary cache(s) in 399 ms (1/1)
     4All requested installations completed successfully in: 2.4 min
     5-- Running vcpkg install - done
     6-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.20348.
     7-- The CXX compiler identification is MSVC 19.44.35221.0
     8-- Detecting CXX compiler ABI info
     9-- Detecting CXX compiler ABI info - done
    10-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
    11-- Detecting CXX compile features
    12-- Detecting CXX compile features - done
    13-- Performing Test CXX_SUPPORTS__WX__OPTIONS_STRICT
    14-- Performing Test CXX_SUPPORTS__WX__OPTIONS_STRICT - Success
    15CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
    16  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
    17Call Stack (most recent call first):
    18  C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
    19  C:/Program Files/CMake/share/cmake-3.31/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args)
    20  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:908 (_find_package)
    21  cmake/module/FindZeroMQ.cmake:31 (find_package)
    22  C:/vcpkg/scripts/buildsystems/vcpkg.cmake:908 (_find_package)
    23  CMakeLists.txt:127 (find_package)
    24
    25
    26-- Configuring incomplete, errors occurred!
    27Error: Process completed with exit code 1.
    
  2. fanquake added the label Windows on Dec 5, 2025
  3. maflcko added the label CI failed on Dec 5, 2025
  4. maflcko commented at 10:16 am on December 5, 2025: member

    I haven’t looked here, but generally CI does not work well with re-running tasks, when the code is merged with current master, but the ci config is stale.

    The solution is to minimize the ci config (yaml) and pull out all ci settings and ci scripts into stand-alone files (similar to the files .github/ci-lint-exec.py .github/ci-test-each-commit-exec.py)

    As the error is zmq related, it could be due to 49c672853503e561cd1e7fed19a32f21ad345370, but again, I haven’t checked this closely.

  5. hebasto commented at 11:41 am on December 5, 2025: member

    I haven’t looked here, but generally CI does not work well with re-running tasks, when the code is merged with current master, but the ci config is stale.

    As the error is zmq related, it could be due to 49c6728, but again, I haven’t checked this closely.

    I concur with both assessments above.

    The .github/workflows/ci.yml for the failed run looks outdated: https://github.com/bitcoin/bitcoin/actions/runs/19800578606/workflow?pr=33973.

    UPDATE. Although the issue occurred in the Windows CI job, it is not specific to Windows.

  6. maflcko removed the label Windows on Dec 5, 2025

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-12-17 06:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me