Skip to content

Force revision builds to ALWAYS build #120

@kammce

Description

@kammce

I noticed that strong_ptr wasn't, during packaging and upload wasn't creating the package but downloading it, and extracting it, then building the test package, which fails due to cmake dependencies that were never needed because strong_ptr was already built. See exhibit 1. Displaying the content below so it doesn't go away:

2026-04-24T15:31:01.3131041Z ##[group]Run conan create . -s:h build_type=Debug -s:h os=Linux -s:h arch=armv8 --version=0.1.8 -pr:h hal/tc/llvm --build=missing 
2026-04-24T15:31:01.3132296Z �[36;1mconan create . -s:h build_type=Debug -s:h os=Linux -s:h arch=armv8 --version=0.1.8 -pr:h hal/tc/llvm --build=missing �[0m
2026-04-24T15:31:01.3147213Z shell: /usr/bin/bash -e {0}
2026-04-24T15:31:01.3147530Z env:
2026-04-24T15:31:01.3147730Z   VERBOSE: 1
2026-04-24T15:31:01.3148123Z   CONAN_REMOTE_USER: ***
2026-04-24T15:31:01.3153273Z   CONAN_REMOTE_PASSWORD: ***
2026-04-24T15:31:01.3153539Z ##[endgroup]
2026-04-24T15:31:01.5452201Z 
2026-04-24T15:31:01.5452839Z ======== Exporting recipe to the cache ========
2026-04-24T15:31:01.5992817Z strong_ptr/0.1.8: Exporting package recipe: /home/runner/work/strong_ptr/strong_ptr/conanfile.py
2026-04-24T15:31:01.6103868Z strong_ptr/0.1.8: Copied 1 '.py' file: conanfile.py
2026-04-24T15:31:01.6104282Z strong_ptr/0.1.8: Copied 2 files: .clang-tidy, LICENSE
2026-04-24T15:31:01.6105006Z strong_ptr/0.1.8: Copied 1 '.txt' file: CMakeLists.txt
2026-04-24T15:31:01.6105384Z strong_ptr/0.1.8: Copied 2 '.cppm' files: strong_ptr.cppm, util.cppm
2026-04-24T15:31:01.6105788Z strong_ptr/0.1.8: Copied 6 '.cpp' files
2026-04-24T15:31:01.6234633Z strong_ptr/0.1.8: Exported to cache folder: /home/runner/.conan2/p/stron143f8a2fbcb8a/e
2026-04-24T15:31:01.6235383Z strong_ptr/0.1.8: Exported: strong_ptr/0.1.8#92d047f902a588a21246970281525418 (2026-04-24 15:31:01 UTC)
2026-04-24T15:31:01.6235741Z 
2026-04-24T15:31:01.6235874Z ======== Input profiles ========
2026-04-24T15:31:01.6236122Z Profile host:
2026-04-24T15:31:01.6236343Z [settings]
2026-04-24T15:31:01.6236514Z arch=armv8
2026-04-24T15:31:01.6236703Z build_type=Debug
2026-04-24T15:31:01.6236927Z compiler=clang
2026-04-24T15:31:01.6237146Z compiler.cppstd=23
2026-04-24T15:31:01.6237357Z compiler.libcxx=libc++
2026-04-24T15:31:01.6237595Z compiler.version=20
2026-04-24T15:31:01.6237784Z os=Linux
2026-04-24T15:31:01.6237965Z [tool_requires]
2026-04-24T15:31:01.6238199Z *: llvm-toolchain/20
2026-04-24T15:31:01.6238356Z 
2026-04-24T15:31:01.6238433Z Profile build:
2026-04-24T15:31:01.6238622Z [settings]
2026-04-24T15:31:01.6238827Z arch=armv8
2026-04-24T15:31:01.6239015Z build_type=Release
2026-04-24T15:31:01.6239212Z compiler=gcc
2026-04-24T15:31:01.6239432Z compiler.cppstd=gnu17
2026-04-24T15:31:01.6239676Z compiler.libcxx=libstdc++11
2026-04-24T15:31:01.6239914Z compiler.version=13
2026-04-24T15:31:01.6240199Z os=Linux
2026-04-24T15:31:01.6240301Z 
2026-04-24T15:31:01.6241495Z 
2026-04-24T15:31:01.6241817Z ======== Computing dependency graph ========
2026-04-24T15:31:01.6283762Z Connecting to remote 'conancenter' anonymously
2026-04-24T15:31:01.8528126Z cmake/4.3.0: Not found in local cache, looking in remotes...
2026-04-24T15:31:01.8528829Z cmake/4.3.0: Checking remote: conancenter
2026-04-24T15:31:01.9845979Z cmake/4.3.0: Downloaded recipe revision b939a42e98f593fb34d3a8c5cc860359
2026-04-24T15:31:02.0561129Z ninja/1.13.2: Not found in local cache, looking in remotes...
2026-04-24T15:31:02.0561526Z ninja/1.13.2: Checking remote: conancenter
2026-04-24T15:31:02.1201732Z ninja/1.13.2: Downloaded recipe revision c8c5dc2a52ed6e4e42a66d75b4717ceb
2026-04-24T15:31:02.1225148Z boost-ext-ut/2.3.1: Not found in local cache, looking in remotes...
2026-04-24T15:31:02.1225610Z boost-ext-ut/2.3.1: Checking remote: conancenter
2026-04-24T15:31:02.1952652Z boost-ext-ut/2.3.1: Downloaded recipe revision e0a2761f845926e65a8aee07e3995ed5
2026-04-24T15:31:02.1985036Z cmake/3.31.11: Not found in local cache, looking in remotes...
2026-04-24T15:31:02.1985625Z cmake/3.31.11: Checking remote: conancenter
2026-04-24T15:31:02.2586359Z cmake/3.31.11: Downloaded recipe revision f325c933f618a1fcebc1e1c0babfd1ba
2026-04-24T15:31:02.2617262Z llvm-toolchain/20: Not found in local cache, looking in remotes...
2026-04-24T15:31:02.2618278Z llvm-toolchain/20: Checking remote: conancenter
2026-04-24T15:31:02.2764480Z llvm-toolchain/20: Checking remote: libhal
2026-04-24T15:31:02.2767939Z Connecting to remote 'libhal' anonymously
2026-04-24T15:31:03.2644122Z llvm-toolchain/20: Downloaded recipe revision 82cbb9c8340ecae8a24f578d1a03acfe
2026-04-24T15:31:03.5626657Z libhal-cmake-util/5.0.5: Not found in local cache, looking in remotes...
2026-04-24T15:31:03.5627620Z libhal-cmake-util/5.0.5: Checking remote: conancenter
2026-04-24T15:31:03.5772384Z libhal-cmake-util/5.0.5: Checking remote: libhal
2026-04-24T15:31:03.8410286Z libhal-cmake-util/5.0.5: Downloaded recipe revision ed2fb6c18f664db759fa3ad7d6baebc3
2026-04-24T15:31:03.8447369Z Graph root
2026-04-24T15:31:03.8447828Z     cli
2026-04-24T15:31:03.8448020Z Requirements
2026-04-24T15:31:03.8448978Z     libhal-cmake-util/5.0.5#ed2fb6c18f664db759fa3ad7d6baebc3 - Downloaded (libhal)
2026-04-24T15:31:03.8449495Z     strong_ptr/0.1.8#92d047f902a588a21246970281525418 - Cache
2026-04-24T15:31:03.8449789Z Test requirements
2026-04-24T15:31:03.8450144Z     boost-ext-ut/2.3.1#e0a2761f845926e65a8aee07e3995ed5 - Downloaded (conancenter)
2026-04-24T15:31:03.8450678Z Build requirements
2026-04-24T15:31:03.8451013Z     cmake/3.31.11#f325c933f618a1fcebc1e1c0babfd1ba - Downloaded (conancenter)
2026-04-24T15:31:03.8451517Z     cmake/4.3.0#b939a42e98f593fb34d3a8c5cc860359 - Downloaded (conancenter)
2026-04-24T15:31:03.8452280Z     llvm-toolchain/20#82cbb9c8340ecae8a24f578d1a03acfe - Downloaded (libhal)
2026-04-24T15:31:03.8452752Z     ninja/1.13.2#c8c5dc2a52ed6e4e42a66d75b4717ceb - Downloaded (conancenter)
2026-04-24T15:31:03.8453201Z Resolved version ranges
2026-04-24T15:31:03.8453448Z     cmake/[>=3.21 <4]: cmake/3.31.11
2026-04-24T15:31:03.8453706Z     cmake/[^4.0.0]: cmake/4.3.0
2026-04-24T15:31:03.8453995Z     libhal-cmake-util/[^5.0.2]: libhal-cmake-util/5.0.5
2026-04-24T15:31:03.8454316Z     ninja/[^1.3.0]: ninja/1.13.2
2026-04-24T15:31:03.8454467Z 
2026-04-24T15:31:03.8454594Z ======== Computing necessary packages ========
2026-04-24T15:31:03.9568178Z Connecting to remote 'remote-package-repo' anonymously
2026-04-24T15:31:04.6793593Z Requirements
2026-04-24T15:31:04.6794408Z     libhal-cmake-util/5.0.5#ed2fb6c18f664db759fa3ad7d6baebc3:da39a3ee5e6b4b0d3255bfef95601890afd80709#638e8c0efbd6482e5546b9a4ac552142 - Download (libhal)
2026-04-24T15:31:04.6795467Z     strong_ptr/0.1.8#92d047f902a588a21246970281525418:3dfab047cd775299dffd786745fe36f677400629#b9c6db35e8cf31979e465e0cf86f75ef - Download (libhal)
2026-04-24T15:31:04.6796166Z Test requirements
2026-04-24T15:31:04.6796422Z Build requirements
2026-04-24T15:31:04.6796813Z     llvm-toolchain/20#82cbb9c8340ecae8a24f578d1a03acfe:9e90a910b7ecce32a418c8272227a4621aab6f68 - Build
2026-04-24T15:31:04.6797335Z Skipped binaries
2026-04-24T15:31:04.6797609Z     boost-ext-ut/2.3.1, cmake/3.31.11, cmake/4.3.0, ninja/1.13.2
2026-04-24T15:31:04.6799859Z 
2026-04-24T15:31:04.6800182Z ======== Installing packages ========
2026-04-24T15:31:04.6800500Z 
2026-04-24T15:31:04.6800648Z -------- Downloading 2 packages --------
2026-04-24T15:31:04.6800955Z Downloading binary packages in 4 parallel threads
2026-04-24T15:31:04.6846622Z libhal-cmake-util/5.0.5: Retrieving package da39a3ee5e6b4b0d3255bfef95601890afd80709 from remote 'libhal' 
2026-04-24T15:31:04.6847515Z strong_ptr/0.1.8: Retrieving package 3dfab047cd775299dffd786745fe36f677400629 from remote 'libhal' 
2026-04-24T15:31:05.0408886Z libhal-cmake-util/5.0.5: Package installed da39a3ee5e6b4b0d3255bfef95601890afd80709
2026-04-24T15:31:05.0409515Z libhal-cmake-util/5.0.5: Downloaded package revision 638e8c0efbd6482e5546b9a4ac552142
2026-04-24T15:31:05.9500461Z strong_ptr/0.1.8: Package installed 3dfab047cd775299dffd786745fe36f677400629
2026-04-24T15:31:05.9501294Z strong_ptr/0.1.8: Downloaded package revision b9c6db35e8cf31979e465e0cf86f75ef
2026-04-24T15:31:05.9517069Z llvm-toolchain/20: Calling source() in /home/runner/.conan2/p/llvm-99f5ddf309a65/s
2026-04-24T15:31:05.9517458Z 
2026-04-24T15:31:05.9517789Z -------- Installing package llvm-toolchain/20 (1 of 3) --------
2026-04-24T15:31:05.9518244Z llvm-toolchain/20: Building from source
2026-04-24T15:31:05.9518950Z llvm-toolchain/20: Package llvm-toolchain/20:9e90a910b7ecce32a418c8272227a4621aab6f68
2026-04-24T15:31:05.9519464Z llvm-toolchain/20: conf: user.llvm:variant=upstream
2026-04-24T15:31:05.9521297Z llvm-toolchain/20: Copying sources to build folder
2026-04-24T15:31:05.9522662Z llvm-toolchain/20: Building your package in /home/runner/.conan2/p/b/llvm-d67e15b444980/b
2026-04-24T15:31:05.9528674Z llvm-toolchain/20: Generating aggregated env files
2026-04-24T15:31:05.9529128Z llvm-toolchain/20: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
2026-04-24T15:31:05.9529551Z llvm-toolchain/20: Calling build()
2026-04-24T15:31:05.9529975Z llvm-toolchain/20: Package '9e90a910b7ecce32a418c8272227a4621aab6f68' built
2026-04-24T15:31:05.9530482Z llvm-toolchain/20: Build folder /home/runner/.conan2/p/b/llvm-d67e15b444980/b
2026-04-24T15:31:05.9530872Z llvm-toolchain/20: Generating the package
2026-04-24T15:31:05.9531347Z llvm-toolchain/20: Packaging in folder /home/runner/.conan2/p/b/llvm-d67e15b444980/p
2026-04-24T15:31:05.9531952Z llvm-toolchain/20: Calling package()
2026-04-24T15:31:05.9532232Z llvm-toolchain/20: VARIANT: upstream
2026-04-24T15:31:05.9532582Z llvm-toolchain/20: BUILD_OS: Linux, BUILD_ARCH: armv8
2026-04-24T15:31:06.1393056Z llvm-toolchain/20: Downloading 1.86GB LLVM-20.1.8-Linux-ARM64.tar.xz
2026-04-24T15:31:11.6749522Z llvm-toolchain/20: Uncompressing LLVM-20.1.8-Linux-ARM64.tar.xz to /home/runner/.conan2/p/b/llvm-d67e15b444980/p
2026-04-24T15:34:40.5858790Z llvm-toolchain/20: package(): Packaged 429 files
2026-04-24T15:34:40.5859282Z llvm-toolchain/20: package(): Packaged 2 '.lld' files: ld.lld, ld64.lld
2026-04-24T15:34:40.5859953Z llvm-toolchain/20: package(): Packaged 742 '.a' files
2026-04-24T15:34:40.5860290Z llvm-toolchain/20: package(): Packaged 16 '.1' files
2026-04-24T15:34:40.5860642Z llvm-toolchain/20: package(): Packaged 23 '.so' files
2026-04-24T15:34:40.5861153Z llvm-toolchain/20: package(): Packaged 2 '.8' files: liblldb.so.20.1.8, libclang.so.20.1.8
2026-04-24T15:34:40.5862150Z llvm-toolchain/20: package(): Packaged 3 '.0' files: libunwind.so.1.0, libc++.so.1.0, libc++abi.so.1.0
2026-04-24T15:34:40.5862706Z llvm-toolchain/20: package(): Packaged 1 '.json' file: libc++.modules.json
2026-04-24T15:34:40.5863195Z llvm-toolchain/20: package(): Packaged 60 '.cmake' files
2026-04-24T15:34:40.5863674Z llvm-toolchain/20: package(): Packaged 2 '.in' files: llvm-driver-template.cpp.in, config.h.in
2026-04-24T15:34:40.5864135Z llvm-toolchain/20: package(): Packaged 51 '.o' files
2026-04-24T15:34:40.5864545Z llvm-toolchain/20: package(): Packaged 12 '.syms' files
2026-04-24T15:34:40.5864920Z llvm-toolchain/20: package(): Packaged 5 '.txt' files
2026-04-24T15:34:40.5865260Z llvm-toolchain/20: package(): Packaged 6910 '.h' files
2026-04-24T15:34:40.5865912Z llvm-toolchain/20: package(): Packaged 4 '.modulemap' files: module.modulemap, libunwind.modulemap, module.modulemap, module.modulemap
2026-04-24T15:34:40.5866538Z llvm-toolchain/20: package(): Packaged 964 '.inc' files
2026-04-24T15:34:40.5866944Z llvm-toolchain/20: package(): Packaged 1 '.tcc' file: basic_string.tcc
2026-04-24T15:34:40.5867541Z llvm-toolchain/20: package(): Packaged 43 '.py' files
2026-04-24T15:34:40.5868043Z llvm-toolchain/20: package(): Packaged 4 '.js' files: selectable.js, sorttable.js, sorttable.js, index.js
2026-04-24T15:34:40.5868780Z llvm-toolchain/20: package(): Packaged 4 '.css' files: scanview.css, style.css, scanview.css, clang-doc-default-stylesheet.css
2026-04-24T15:34:40.5869406Z llvm-toolchain/20: package(): Packaged 1 '.c' file: ear.c
2026-04-24T15:34:40.5869798Z llvm-toolchain/20: package(): Packaged 1 '.ico' file: bugcatcher.ico
2026-04-24T15:34:40.5870267Z llvm-toolchain/20: package(): Packaged 2 '.cppm' files: std.cppm, std.compat.cppm
2026-04-24T15:34:40.5870821Z llvm-toolchain/20: package(): Packaged 1 '.sh' file: bash-autocomplete.sh
2026-04-24T15:34:40.5871342Z llvm-toolchain/20: package(): Packaged 1 '.applescript' file: clang-format-bbedit.applescript
2026-04-24T15:34:40.5872495Z llvm-toolchain/20: package(): Packaged 2 '.el' files: clang-include-fixer.el, clang-format.el
2026-04-24T15:34:40.5873081Z llvm-toolchain/20: package(): Packaged 15 '.mod' files
2026-04-24T15:34:40.5873442Z llvm-toolchain/20: package(): Packaged 132 '.def' files
2026-04-24T15:34:40.5873948Z llvm-toolchain/20: package(): Packaged 339 '.td' files
2026-04-24T15:34:40.5874379Z llvm-toolchain/20: package(): Packaged 1 '.TXT' file: LICENSE.TXT
2026-04-24T15:34:40.5874799Z llvm-toolchain/20: package(): Packaged 1 '.imp' file: libcxx.imp
2026-04-24T15:34:40.5907078Z llvm-toolchain/20: Created package revision 2d55359ebc7265b10e13f41f32061c7f
2026-04-24T15:34:40.5907701Z llvm-toolchain/20: Package '9e90a910b7ecce32a418c8272227a4621aab6f68' created
2026-04-24T15:34:40.5908537Z llvm-toolchain/20: Full package reference: llvm-toolchain/20#82cbb9c8340ecae8a24f578d1a03acfe:9e90a910b7ecce32a418c8272227a4621aab6f68#2d55359ebc7265b10e13f41f32061c7f
2026-04-24T15:34:40.6087847Z llvm-toolchain/20: Package folder /home/runner/.conan2/p/b/llvm-d67e15b444980/p
2026-04-24T15:34:40.6113718Z 
2026-04-24T15:34:40.6114377Z ======== Launching test_package ========
2026-04-24T15:34:40.6114641Z 
2026-04-24T15:34:40.6114771Z ======== Computing dependency graph ========
2026-04-24T15:34:40.7202838Z Graph root
2026-04-24T15:34:40.7203405Z     strong_ptr/0.1.8 (test package): /home/runner/work/strong_ptr/strong_ptr/test_package/conanfile.py
2026-04-24T15:34:40.7203861Z Requirements
2026-04-24T15:34:40.7204212Z     libhal-cmake-util/5.0.5#ed2fb6c18f664db759fa3ad7d6baebc3 - Cache
2026-04-24T15:34:40.7204603Z     strong_ptr/0.1.8#92d047f902a588a21246970281525418 - Cache
2026-04-24T15:34:40.7204908Z Test requirements
2026-04-24T15:34:40.7205214Z     boost-ext-ut/2.3.1#e0a2761f845926e65a8aee07e3995ed5 - Cache
2026-04-24T15:34:40.7205545Z Build requirements
2026-04-24T15:34:40.7205804Z     cmake/3.31.11#f325c933f618a1fcebc1e1c0babfd1ba - Cache
2026-04-24T15:34:40.7206178Z     cmake/4.3.0#b939a42e98f593fb34d3a8c5cc860359 - Cache
2026-04-24T15:34:40.7206575Z     llvm-toolchain/20#82cbb9c8340ecae8a24f578d1a03acfe - Cache
2026-04-24T15:34:40.7206950Z     ninja/1.13.2#c8c5dc2a52ed6e4e42a66d75b4717ceb - Cache
2026-04-24T15:34:40.7207158Z 
2026-04-24T15:34:40.7207325Z ======== Computing necessary packages ========
2026-04-24T15:34:40.7331905Z Requirements
2026-04-24T15:34:40.7333253Z     libhal-cmake-util/5.0.5#ed2fb6c18f664db759fa3ad7d6baebc3:da39a3ee5e6b4b0d3255bfef95601890afd80709#638e8c0efbd6482e5546b9a4ac552142 - Cache
2026-04-24T15:34:40.7334314Z     strong_ptr/0.1.8#92d047f902a588a21246970281525418:3dfab047cd775299dffd786745fe36f677400629#b9c6db35e8cf31979e465e0cf86f75ef - Cache
2026-04-24T15:34:40.7334886Z Test requirements
2026-04-24T15:34:40.7335078Z Build requirements
2026-04-24T15:34:40.7335508Z     cmake/4.3.0#b939a42e98f593fb34d3a8c5cc860359:c93719558cf197f1df5a7f1d071093e26f0e44a0 - Missing
2026-04-24T15:34:40.7336296Z     llvm-toolchain/20#82cbb9c8340ecae8a24f578d1a03acfe:9e90a910b7ecce32a418c8272227a4621aab6f68#2d55359ebc7265b10e13f41f32061c7f - Cache
2026-04-24T15:34:40.7337067Z     ninja/1.13.2#c8c5dc2a52ed6e4e42a66d75b4717ceb:85c999356992c5713d308db1a4d7bab6bf572f27 - Missing
2026-04-24T15:34:40.7337538Z Skipped binaries
2026-04-24T15:34:40.7337768Z     boost-ext-ut/2.3.1, cmake/3.31.11
2026-04-24T15:34:40.7338139Z ERROR: Missing binary: cmake/4.3.0:c93719558cf197f1df5a7f1d071093e26f0e44a0
2026-04-24T15:34:40.7338699Z ERROR: Missing binary: ninja/1.13.2:85c999356992c5713d308db1a4d7bab6bf572f27
2026-04-24T15:34:40.7338993Z 
2026-04-24T15:34:40.7339320Z cmake/4.3.0: WARN: Can't find a 'cmake/4.3.0' package binary 'c93719558cf197f1df5a7f1d071093e26f0e44a0' for the configuration:
2026-04-24T15:34:40.7339820Z [settings]
2026-04-24T15:34:40.7340039Z arch=armv8
2026-04-24T15:34:40.7340202Z os=Linux
2026-04-24T15:34:40.7340317Z 
2026-04-24T15:34:40.7340901Z ERROR: Missing prebuilt package for 'cmake/4.3.0', 'ninja/1.13.2'. You can try:
2026-04-24T15:34:40.7341481Z     - List all available packages using 'conan list "cmake/4.3.0:*" -r=remote'
2026-04-24T15:34:40.7342591Z     - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
2026-04-24T15:34:40.7343593Z     - This is a **test_package** missing binary. You can use --build (for all dependencies) or --build-test (exclusive for 'conan create' building test_package' dependencies) to define what can be built from sources
2026-04-24T15:34:40.7344634Z 
2026-04-24T15:34:40.7344899Z More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
2026-04-24T15:34:40.7345239Z 
2026-04-24T15:34:40.7836293Z ##[error]Process completed with exit code 1.
2026-04-24T15:34:40.7967373Z Post job cleanup.
2026-04-24T15:34:40.8584445Z [command]/usr/bin/git version
2026-04-24T15:34:40.8617779Z git version 2.53.0
2026-04-24T15:34:40.8657372Z Temporarily overriding HOME='/home/runner/work/_temp/81fa92c3-073a-4706-8593-06b10324500b' before making global git config changes
2026-04-24T15:34:40.8658148Z Adding repository directory to the temporary git global config as a safe directory
2026-04-24T15:34:40.8660430Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/strong_ptr/strong_ptr
2026-04-24T15:34:40.8690304Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-24T15:34:40.8717289Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-24T15:34:40.8912077Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-24T15:34:40.8930421Z http.https://github.com/.extraheader
2026-04-24T15:34:40.8942197Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-04-24T15:34:40.8969042Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-24T15:34:40.9276395Z Cleaning up orphan processes
2026-04-24T15:34:40.9561161Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Notice that nothing actually built and after lines 2026-04-24T15:31:04.6800648Z -------- Downloading 2 packages -------- strong_ptr is being downlaoded. The solution has to be to get conan to force a build each time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions