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
[DEBUG TimerFinished] BuildRoot::find(), Elapsed=9.182µs
[DEBUG TimerFinished] PantsConfig::parse(), Elapsed=2.161389ms
[INFO scie_pants] Found Pants build root at Some("/root/repos/proj")
[INFO scie_pants] The required Pants version is Some("1.30.0")
[DEBUG TimerFinished] scie-pants::get_pants_process(), Elapsed=2.255882ms
[DEBUG TimerFinished] MAIN, Elapsed=2.259232ms
Error: Failed to retrieve SCIE location from the environment.
Caused by:
environment variable not found
[DEBUG TimerFinished] BuildRoot::find(), Elapsed=744.538µs
[INFO scie_pants] Found Pants build root at None
[INFO scie_pants] The required Pants version is None
[DEBUG TimerFinished] scie-pants::get_pants_process(), Elapsed=1.04068ms
[DEBUG TimerFinished] MAIN, Elapsed=1.105761ms
Error: Failed to exec process.
Caused by:
ENOENT: No such file or directory
Then when setting export PANTS_SOURCE=/root/repos/pants
and running: RUST_LOG=debug scie-pants
Gives:
[DEBUG TimerFinished] BuildRoot::find(), Elapsed=8.898µs
/root/repos/pants/pants:source:24: no such file or directory: /root/repos/proj/build-support/common.sh`
and running: RUST_LOG=debug SCIE=inspect scie-pants
Gives:
Could be that the later versions of scie-pants are unable to run pants 1.x. scie-pants are not tested against pants 1.x, and could be broken in that regard.
If you are using pants 1.30.0, then the best bet could be to keep using the older pants bootstrap script instead, until you're able to upgrade to a 2.x version of pants.
Running:
RUST_LOG=debug scie-pants
Gives:
Running:
RUST_LOG=debug SCIE=inspect scie-pants
Gives:
Then when setting
export PANTS_SOURCE=/root/repos/pants
and running:
RUST_LOG=debug scie-pants
Gives:
and running:
RUST_LOG=debug SCIE=inspect scie-pants
Gives:
only if run from pants dir, otherwise same error as previous command run saying:
no such file or directory: /root/repos/proj/build-support/common.sh
Version
The text was updated successfully, but these errors were encountered: