[INFO] updating cached repository scirner22/stockcli-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/scirner22/stockcli-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/scirner22/stockcli-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/scirner22/stockcli-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scirner22/stockcli-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0d9ca99cb513e0d9d23628034564b17915469cd9 [INFO] sha for GitHub repo scirner22/stockcli-rs: 0d9ca99cb513e0d9d23628034564b17915469cd9 [INFO] validating manifest of scirner22/stockcli-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scirner22/stockcli-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing scirner22/stockcli-rs [INFO] finished frobbing scirner22/stockcli-rs [INFO] frobbed toml for scirner22/stockcli-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/scirner22/stockcli-rs/Cargo.toml [INFO] started frobbing scirner22/stockcli-rs [INFO] finished frobbing scirner22/stockcli-rs [INFO] frobbed toml for scirner22/stockcli-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs/Cargo.toml [INFO] crate scirner22/stockcli-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing scirner22/stockcli-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs:/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-08-13" "build" "--frozen"` [INFO] [stdout] 6a4ab4657ad5dc0ea8d27105921c4c1f064da19c0d499c818893544edba956a2 [INFO] running `"docker" "start" "-a" "6a4ab4657ad5dc0ea8d27105921c4c1f064da19c0d499c818893544edba956a2"` [INFO] [stderr] Compiling encode_unicode v0.3.2 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling tokio-io v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.6 [INFO] [stderr] Compiling prettytable-rs v0.7.0 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-reactor v0.1.5 [INFO] [stderr] Compiling openssl v0.10.11 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Compiling tokio v0.1.8 [INFO] [stderr] Compiling hyper v0.12.9 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling stockcli 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:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | let mut default_config = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "6a4ab4657ad5dc0ea8d27105921c4c1f064da19c0d499c818893544edba956a2"` [INFO] running `"docker" "rm" "-f" "6a4ab4657ad5dc0ea8d27105921c4c1f064da19c0d499c818893544edba956a2"` [INFO] [stdout] 6a4ab4657ad5dc0ea8d27105921c4c1f064da19c0d499c818893544edba956a2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0b94aa0e94085e810402522311323e801d6b28c14903e0192262719163a308b3 [INFO] running `"docker" "start" "-a" "0b94aa0e94085e810402522311323e801d6b28c14903e0192262719163a308b3"` [INFO] [stderr] Compiling stockcli 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:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | let mut default_config = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `"docker" "inspect" "0b94aa0e94085e810402522311323e801d6b28c14903e0192262719163a308b3"` [INFO] running `"docker" "rm" "-f" "0b94aa0e94085e810402522311323e801d6b28c14903e0192262719163a308b3"` [INFO] [stdout] 0b94aa0e94085e810402522311323e801d6b28c14903e0192262719163a308b3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/scirner22/stockcli-rs:/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-08-13" "test" "--frozen"` [INFO] [stdout] 274edc632da7732535c90f47d3032fdcad48d1049476c1e36d7f2c8b688a9f5c [INFO] running `"docker" "start" "-a" "274edc632da7732535c90f47d3032fdcad48d1049476c1e36d7f2c8b688a9f5c"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/stockcli-3b0a26240f153109 [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" "274edc632da7732535c90f47d3032fdcad48d1049476c1e36d7f2c8b688a9f5c"` [INFO] running `"docker" "rm" "-f" "274edc632da7732535c90f47d3032fdcad48d1049476c1e36d7f2c8b688a9f5c"` [INFO] [stdout] 274edc632da7732535c90f47d3032fdcad48d1049476c1e36d7f2c8b688a9f5c