[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/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/scirner22/stockcli-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scirner22/stockcli-rs" "work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/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 master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scirner22/stockcli-rs on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "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/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/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/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/scirner22/stockcli-rs/Cargo.toml [INFO] crate scirner22/stockcli-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking scirner22/stockcli-rs against try#58b21121d0b447ceb3f1a655155d802191acf044 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-2/try#58b21121d0b447ceb3f1a655155d802191acf044:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/scirner22/stockcli-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3385eac589f368db1979c8ad6e6b8424f8af8e902d39dfed7290fe36680e0f94 [INFO] running `"docker" "start" "-a" "3385eac589f368db1979c8ad6e6b8424f8af8e902d39dfed7290fe36680e0f94"` [INFO] [stderr] Checking encode_unicode v0.3.2 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Checking csv v0.15.0 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Checking serde_json v1.0.27 [INFO] [stderr] Checking prettytable-rs v0.7.0 [INFO] [stderr] Checking hyper v0.12.9 [INFO] [stderr] Checking hyper-tls v0.3.0 [INFO] [stderr] Checking 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] 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 11.53s [INFO] running `"docker" "inspect" "3385eac589f368db1979c8ad6e6b8424f8af8e902d39dfed7290fe36680e0f94"` [INFO] running `"docker" "rm" "-f" "3385eac589f368db1979c8ad6e6b8424f8af8e902d39dfed7290fe36680e0f94"` [INFO] [stdout] 3385eac589f368db1979c8ad6e6b8424f8af8e902d39dfed7290fe36680e0f94