[INFO] cloning repository TeaAndPotatoes/upman [INFO] running `"git" "clone" "--bare" "git://github.com/TeaAndPotatoes/upman.git" "work/cache/sources/gh/TeaAndPotatoes/upman"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/TeaAndPotatoes/upman'... [INFO] running `"git" "clone" "work/cache/sources/gh/TeaAndPotatoes/upman" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/TeaAndPotatoes/upman"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/TeaAndPotatoes/upman'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TeaAndPotatoes/upman" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e0f153d4096344aa6a43d5436ffc92a69f2a0478 [INFO] sha for GitHub repo TeaAndPotatoes/upman: e0f153d4096344aa6a43d5436ffc92a69f2a0478 [INFO] validating manifest of TeaAndPotatoes/upman on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of TeaAndPotatoes/upman on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing TeaAndPotatoes/upman [INFO] finished frobbing TeaAndPotatoes/upman [INFO] frobbed toml for TeaAndPotatoes/upman written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/TeaAndPotatoes/upman/Cargo.toml [INFO] started frobbing TeaAndPotatoes/upman [INFO] finished frobbing TeaAndPotatoes/upman [INFO] frobbed toml for TeaAndPotatoes/upman written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman/Cargo.toml [INFO] crate TeaAndPotatoes/upman already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing TeaAndPotatoes/upman against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] ee47237440dc0e9a352e05c2e1cef60e45bfee6a867c6a36533a96cb2b24b90f [INFO] running `"docker" "start" "-a" "ee47237440dc0e9a352e05c2e1cef60e45bfee6a867c6a36533a96cb2b24b90f"` [INFO] [stderr] Compiling open v1.2.1 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling parking_lot v0.5.4 [INFO] [stderr] Compiling console v0.6.1 [INFO] [stderr] Compiling dialoguer v0.1.0 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling upman v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:20:50 [INFO] [stderr] | [INFO] [stderr] 20 | let config_directory = format!("{}/.upman/", std::env::home_dir().unwrap().display()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.89s [INFO] running `"docker" "inspect" "ee47237440dc0e9a352e05c2e1cef60e45bfee6a867c6a36533a96cb2b24b90f"` [INFO] running `"docker" "rm" "-f" "ee47237440dc0e9a352e05c2e1cef60e45bfee6a867c6a36533a96cb2b24b90f"` [INFO] [stdout] ee47237440dc0e9a352e05c2e1cef60e45bfee6a867c6a36533a96cb2b24b90f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 85de4580f1f99b95216c36c95c9b7b94980c33974ba817977216b54591b9b2fe [INFO] running `"docker" "start" "-a" "85de4580f1f99b95216c36c95c9b7b94980c33974ba817977216b54591b9b2fe"` [INFO] [stderr] Compiling upman v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:20:50 [INFO] [stderr] | [INFO] [stderr] 20 | let config_directory = format!("{}/.upman/", std::env::home_dir().unwrap().display()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "85de4580f1f99b95216c36c95c9b7b94980c33974ba817977216b54591b9b2fe"` [INFO] running `"docker" "rm" "-f" "85de4580f1f99b95216c36c95c9b7b94980c33974ba817977216b54591b9b2fe"` [INFO] [stdout] 85de4580f1f99b95216c36c95c9b7b94980c33974ba817977216b54591b9b2fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/TeaAndPotatoes/upman:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 491c2dc6f221e7492edeb85553f0577fe675e7198a947a8a69706ea5c2039c6b [INFO] running `"docker" "start" "-a" "491c2dc6f221e7492edeb85553f0577fe675e7198a947a8a69706ea5c2039c6b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/upman-4d9bc38e1de1e23a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "491c2dc6f221e7492edeb85553f0577fe675e7198a947a8a69706ea5c2039c6b"` [INFO] running `"docker" "rm" "-f" "491c2dc6f221e7492edeb85553f0577fe675e7198a947a8a69706ea5c2039c6b"` [INFO] [stdout] 491c2dc6f221e7492edeb85553f0577fe675e7198a947a8a69706ea5c2039c6b