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
current gitlab configuration is causing fairly regular intermittent failures:
error[E0460]: found possibly newer version of crate `beacon` which `client` depends on
--> /builds/nearprotocol/nearcore/node/devnet/src/lib.rs:9:5
|
9 | use client::Client;
| ^^^^^^
|
= note: perhaps that crate needs to be recompiled?
= note: the following crate versions were found:
I think the trigger is that some PRs may introduce newer dependencies and while the upgrade works fine, the other PR using the "old" set of cached dependencies gets into troubles.
current gitlab configuration is causing fairly regular intermittent failures:
it's sometimes other crates, but same error
ex: https://gitlab.com/nearprotocol/nearcore/-/jobs/160508079
current workaround is to log on to gitlab runners and clear cache dirs
cc: @ilblackdragon @bowenwang1996 @frol
The text was updated successfully, but these errors were encountered: