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
On Windows TC Agent (running as service), I'm getting the following errors:
[2021-06-18 22:17:18,298] INFO - rver.rust.AbstractToolProvider - Locating Cargo tool
[2021-06-18 22:17:18,392] WARN - rver.rust.AbstractToolProvider - Failed to parse Cargo version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
[2021-06-18 22:17:18,485] WARN - rver.rust.AbstractToolProvider - Failed to parse Cargo version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
[2021-06-18 22:17:18,485] INFO - rver.rust.AbstractToolProvider - Locating Rustc tool
[2021-06-18 22:17:18,595] WARN - rver.rust.AbstractToolProvider - Failed to parse Rustc version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
[2021-06-18 22:17:18,689] WARN - rver.rust.AbstractToolProvider - Failed to parse Rustc version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
Rust 1.53
It looks like because of this parsing errors, it cannot locate cargo and rustc.
However, rustup is correctly found:
[2021-06-18 22:17:18,689] INFO - rver.rust.AbstractToolProvider - Locating Rustup tool
[2021-06-18 22:17:18,861] INFO - rver.rust.AbstractToolProvider - Found Rustup at C:\Users\xxxx\.cargo\bin\rustup.exe
Using the same plugin on Linux works.
The text was updated successfully, but these errors were encountered:
This issue occurs for me on linux as well. I have a teamcity-minimal-agent based docker image that I added rustup to.
[2023-02-27 21:44:45,521] INFO - rver.rust.AbstractToolProvider - Locating Cargo tool
[2023-02-27 21:44:45,548] WARN - rver.rust.AbstractToolProvider - Failed to parse Cargo version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
[2023-02-27 21:44:45,548] INFO - rver.rust.AbstractToolProvider - Locating Rustc tool
[2023-02-27 21:44:45,576] WARN - rver.rust.AbstractToolProvider - Failed to parse Rustc version: Input string is NULL or empty: java.lang.IllegalArgumentException: Input string is NULL or empty (enable debug to see stacktrace)
[2023-02-27 21:44:45,576] INFO - rver.rust.AbstractToolProvider - Locating Rustup tool
[2023-02-27 21:44:45,612] INFO - rver.rust.AbstractToolProvider - Found Rustup at /home/buildagent/.cargo/bin/rustup
On Windows TC Agent (running as service), I'm getting the following errors:
Rust 1.53
It looks like because of this parsing errors, it cannot locate cargo and rustc.
However, rustup is correctly found:
Using the same plugin on Linux works.
The text was updated successfully, but these errors were encountered: