Closed obycode closed 1 month ago
Looks like some new integration test failures here. Let's not merge until they've been reviewed.
Another new kind of CI failure. @wileyj, have you ever seen this one?
Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set. Input key: stacks-core-1c13216f40e101695442d889d53b65984c6d8e9c-cargo
Another new kind of CI failure. @wileyj, have you ever seen this one?
Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set. Input key: stacks-core-1c13216f40e101695442d889d53b65984c6d8e9c-cargo
it's more of a safety check to fail fast - the cache store has been pretty consistent, but it's just an http(s) download and can fail for random reasons.
if the cache buiild steps pass, the only reason this would trigger is if there was some network issue on the vm (there are other issues that could pop up from time to time - like the download not succeeding, or the extraction failing, but those produce different failures than you shared here).
looking over the tests, i see a lot passed so this was most likely transient - if you have a specific link to where you found that error i can look more, but as long as the workflows to build the cache complete successfully - a retry should get past that error.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This change ended up being a lot larger than I'd hoped, but with a recent investigation into some networking failures when communicating with the bitcoin node, these warnings were annoying. I'm just trying to reduce false-positive warning logs.
The problematic case shows up like this in the logs before this change: