[INFO] updating cached repository cGuille/doggos [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cGuille/doggos [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cGuille/doggos" "work/ex/clippy-test-run/sources/stable/gh/cGuille/doggos"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/cGuille/doggos'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cGuille/doggos" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cGuille/doggos"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cGuille/doggos'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e40cf3b67b85a1e949b15ef50514e757d66a173b [INFO] sha for GitHub repo cGuille/doggos: e40cf3b67b85a1e949b15ef50514e757d66a173b [INFO] validating manifest of cGuille/doggos 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 cGuille/doggos 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 cGuille/doggos [INFO] finished frobbing cGuille/doggos [INFO] frobbed toml for cGuille/doggos written to work/ex/clippy-test-run/sources/stable/gh/cGuille/doggos/Cargo.toml [INFO] started frobbing cGuille/doggos [INFO] finished frobbing cGuille/doggos [INFO] frobbed toml for cGuille/doggos written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/cGuille/doggos/Cargo.toml [INFO] crate cGuille/doggos 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 cGuille/doggos against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/cGuille/doggos:/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] 3210b056cbd4eb35cb78ecf50351eb8734338c57b637abd6a33136c7f4e1b3b2 [INFO] running `"docker" "start" "-a" "3210b056cbd4eb35cb78ecf50351eb8734338c57b637abd6a33136c7f4e1b3b2"` [INFO] [stderr] Checking tokio-io v0.1.7 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking regex v1.0.2 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Checking tokio-threadpool v0.1.5 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Checking serde_urlencoded v0.5.2 [INFO] [stderr] Checking error-chain v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking tokio-reactor v0.1.2 [INFO] [stderr] Checking h2 v0.1.10 [INFO] [stderr] Checking parking_lot v0.5.5 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Checking tokio-fs v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio-tcp v0.1.0 [INFO] [stderr] Checking crossbeam-channel v0.1.3 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Checking cookie v0.10.1 [INFO] [stderr] Checking trust-dns-proto v0.3.3 [INFO] [stderr] Checking tokio-signal v0.1.5 [INFO] [stderr] Compiling actix v0.5.8 [INFO] [stderr] Checking trust-dns-resolver v0.8.2 [INFO] [stderr] Checking actix-web v0.6.15 [INFO] [stderr] Checking doggos v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: writing `&String` instead of `&str` involves a new object where a slice will do. [INFO] [stderr] --> src/main.rs:29:30 [INFO] [stderr] | [INFO] [stderr] 29 | fn find(&self, doggo_id: &String) -> Option { [INFO] [stderr] | ^^^^^^^ help: change this to: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] warning: writing `&String` instead of `&str` involves a new object where a slice will do. [INFO] [stderr] --> src/main.rs:29:30 [INFO] [stderr] | [INFO] [stderr] 29 | fn find(&self, doggo_id: &String) -> Option { [INFO] [stderr] | ^^^^^^^ help: change this to: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_arg)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.41s [INFO] running `"docker" "inspect" "3210b056cbd4eb35cb78ecf50351eb8734338c57b637abd6a33136c7f4e1b3b2"` [INFO] running `"docker" "rm" "-f" "3210b056cbd4eb35cb78ecf50351eb8734338c57b637abd6a33136c7f4e1b3b2"` [INFO] [stdout] 3210b056cbd4eb35cb78ecf50351eb8734338c57b637abd6a33136c7f4e1b3b2