Internal build failure after commit 001fc99 #40749
Replies: 2 comments
-
Possible Issues and Fixes:1. Check Jenkins Build EnvironmentJenkins might be running a different cargo --version
which cargo If it differs, Jenkins might be using a system-installed Cargo. You can force Jenkins to use Rust from export PATH="$HOME/.cargo/bin:$PATH"
cargo --version # Verify again To persist this, add it to your Jenkins build script or the 2. Manually Remove and Regenerate
|
Beta Was this translation helpful? Give feedback.
-
Build failure still happen after I regenerate a Cargo.lock file. Error message shows a requirement of higher rustc version. But once update and make, build failed again. It seems all caused by this line of Cargo.toml. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Internal nighty CI tried to build v2.5.7 yesterday (yesterday just pushed), while before v2.5.6(inclusive) every release were built successfully.
Built got error:
I'm pretty sure the rust and cargo version are correct, and only 1 version in the env
And I found this commit quite related, 001fc99
Any expert has insight about it?
Beta Was this translation helpful? Give feedback.
All reactions