You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows CI jobs can fail before any Rust build/test command runs because the Swatinem/rust-cache@v2 step exits with failure while only printing cache configuration and ... Restoring cache ....
For current dev (58d61ea50ac4c217c8e1350b57363b351a0b99d4), the same cache step failed in a different Windows job (Windows / rpc) before build/test work, which suggests this is not caused by PR #786's code changes.
Impact
Affected PRs can remain red even though no build/test command ran. Maintainers with Actions permissions may need to rerun the failed job/run, and we may want to harden the cache step if this repeats.
Summary
Windows CI jobs can fail before any Rust build/test command runs because the
Swatinem/rust-cache@v2step exits with failure while only printing cache configuration and... Restoring cache ....Observed examples:
Windows / ffi: https://github.com/dashpay/rust-dashcore/actions/runs/26536128815/job/78165364578devbranchWindows / rpc: https://github.com/dashpay/rust-dashcore/actions/runs/26528136761/job/78137248833Evidence
For PR #786:
Run Swatinem/rust-cache@v2Run testsdash-spv/src/client/config.rsdash-spv/src/main.rsdash/src/sml/llmq_type/mod.rsdash/src/sml/llmq_type/network.rsFor current
dev(58d61ea50ac4c217c8e1350b57363b351a0b99d4), the same cache step failed in a different Windows job (Windows / rpc) before build/test work, which suggests this is not caused by PR #786's code changes.Impact
Affected PRs can remain red even though no build/test command ran. Maintainers with Actions permissions may need to rerun the failed job/run, and we may want to harden the cache step if this repeats.