[INFO] updating cached repository TeaAndPotatoes/upman [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/TeaAndPotatoes/upman [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/TeaAndPotatoes/upman" "work/ex/beta-1.37-6/sources/1.36.0/gh/TeaAndPotatoes/upman"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/TeaAndPotatoes/upman'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TeaAndPotatoes/upman" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/TeaAndPotatoes/upman"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of TeaAndPotatoes/upman on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing TeaAndPotatoes/upman against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 2c15316a8ea34fd805d05ae466aed6b370e2e3252f7b404b48cec754cc760f9f [INFO] running `"docker" "start" "-a" "2c15316a8ea34fd805d05ae466aed6b370e2e3252f7b404b48cec754cc760f9f"` [INFO] [stderr] Compiling open v1.2.1 [INFO] [stderr] Compiling memchr v2.0.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 tempfile v2.2.0 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling parking_lot v0.5.4 [INFO] [stderr] Compiling console v0.6.1 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling dialoguer v0.1.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 31.53s [INFO] running `"docker" "inspect" "2c15316a8ea34fd805d05ae466aed6b370e2e3252f7b404b48cec754cc760f9f"` [INFO] running `"docker" "rm" "-f" "2c15316a8ea34fd805d05ae466aed6b370e2e3252f7b404b48cec754cc760f9f"` [INFO] [stdout] 2c15316a8ea34fd805d05ae466aed6b370e2e3252f7b404b48cec754cc760f9f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 58ffbc9296a03e36f2debfb5464db9312ba91df7360df41f805c9d2172332e0b [INFO] running `"docker" "start" "-a" "58ffbc9296a03e36f2debfb5464db9312ba91df7360df41f805c9d2172332e0b"` [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.29s [INFO] running `"docker" "inspect" "58ffbc9296a03e36f2debfb5464db9312ba91df7360df41f805c9d2172332e0b"` [INFO] running `"docker" "rm" "-f" "58ffbc9296a03e36f2debfb5464db9312ba91df7360df41f805c9d2172332e0b"` [INFO] [stdout] 58ffbc9296a03e36f2debfb5464db9312ba91df7360df41f805c9d2172332e0b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 8962cc8c0ba81d9366db56f17bbde945233ac9f90d9eb43259d857d54f5787fa [INFO] running `"docker" "start" "-a" "8962cc8c0ba81d9366db56f17bbde945233ac9f90d9eb43259d857d54f5787fa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/upman-a2455a12bcc94818 [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" "8962cc8c0ba81d9366db56f17bbde945233ac9f90d9eb43259d857d54f5787fa"` [INFO] running `"docker" "rm" "-f" "8962cc8c0ba81d9366db56f17bbde945233ac9f90d9eb43259d857d54f5787fa"` [INFO] [stdout] 8962cc8c0ba81d9366db56f17bbde945233ac9f90d9eb43259d857d54f5787fa