[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/clippy-test-run/sources/stable/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/scirner22/stockcli-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scirner22/stockcli-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/scirner22/stockcli-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/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 stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scirner22/stockcli-rs on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "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/clippy-test-run/sources/stable/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/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/scirner22/stockcli-rs/Cargo.toml [INFO] crate scirner22/stockcli-rs has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting scirner22/stockcli-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/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=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" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7509fc296d49f58729da40a04b4e71ed8640c56d221b512457d5d0787199c0f5 [INFO] running `"docker" "start" "-a" "7509fc296d49f58729da40a04b4e71ed8640c56d221b512457d5d0787199c0f5"` [INFO] [stderr] Compiling cc v1.0.23 [INFO] [stderr] Checking encode_unicode v0.3.2 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking serde_json v1.0.27 [INFO] [stderr] Checking tokio-reactor v0.1.5 [INFO] [stderr] Checking csv v0.15.0 [INFO] [stderr] Checking prettytable-rs v0.7.0 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Checking tokio v0.1.8 [INFO] [stderr] Compiling openssl v0.10.11 [INFO] [stderr] Compiling native-tls v0.2.1 [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 22.90s [INFO] running `"docker" "inspect" "7509fc296d49f58729da40a04b4e71ed8640c56d221b512457d5d0787199c0f5"` [INFO] running `"docker" "rm" "-f" "7509fc296d49f58729da40a04b4e71ed8640c56d221b512457d5d0787199c0f5"` [INFO] [stdout] 7509fc296d49f58729da40a04b4e71ed8640c56d221b512457d5d0787199c0f5