Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. $ pwd
  2. /builds/jhf/functionary
  3. $ ls -lt Cargo.toml
  4. -rw-rw-rw- 1 root root 1431 Oct 22 17:18 Cargo.toml
  5. $ ls -ld .
  6. drwxrwxrwx 21 root root 4096 Oct 22 17:30 .
  7. $ head -1 Cargo.toml
  8. ###
  9. $ CARGO_LOG="cargo=trace" cargo -vv --verbose --verbose clean
  10. [2019-10-22T17:31:41Z DEBUG cargo] exit_with_error; err=CliError { error: Some(ErrorMessage { msg: "could not find `Cargo.toml` in `/builds/jhf/functionary` or any parent directory" }), unknown: false, exit_code: 101 }
  11. error: could not find `Cargo.toml` in `/builds/jhf/functionary` or any parent directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement