[INFO] updating cached repository Embisto/default-backend [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Embisto/default-backend [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Embisto/default-backend" "work/ex/clippy-test-run/sources/stable/gh/Embisto/default-backend"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Embisto/default-backend'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Embisto/default-backend" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Embisto/default-backend"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Embisto/default-backend'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 925ea6a526c453de587e16e12e0064ce347fbc3e [INFO] sha for GitHub repo Embisto/default-backend: 925ea6a526c453de587e16e12e0064ce347fbc3e [INFO] validating manifest of Embisto/default-backend 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 Embisto/default-backend 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 Embisto/default-backend [INFO] finished frobbing Embisto/default-backend [INFO] frobbed toml for Embisto/default-backend written to work/ex/clippy-test-run/sources/stable/gh/Embisto/default-backend/Cargo.toml [INFO] started frobbing Embisto/default-backend [INFO] finished frobbing Embisto/default-backend [INFO] frobbed toml for Embisto/default-backend written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Embisto/default-backend/Cargo.toml [INFO] crate Embisto/default-backend 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 Embisto/default-backend 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/Embisto/default-backend:/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] 8c1c9d3b77092500fbccbb7017258ae52b99e3f53b970a7c4c3a6950810ef336 [INFO] running `"docker" "start" "-a" "8c1c9d3b77092500fbccbb7017258ae52b99e3f53b970a7c4c3a6950810ef336"` [INFO] [stderr] Compiling cc v1.0.12 [INFO] [stderr] Checking spin v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.16 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Checking http v0.1.5 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Checking tokio-signal v0.1.5 [INFO] [stderr] Checking prometheus v0.4.0 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking crossbeam-channel v0.1.2 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking flate2 v1.0.1 [INFO] [stderr] Checking h2 v0.1.6 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking cookie v0.10.1 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Checking error-chain v0.1.12 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking trust-dns-proto v0.3.3 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Checking trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling actix v0.5.6 [INFO] [stderr] Checking actix-web v0.5.6 [INFO] [stderr] Checking default-backend v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | const NAMESPACE: &'static str = "default_http_backend"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | const SUBSYSTEM: &'static str = "http"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(feature="cargo-clippy", allow(needless_pass_by_value))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | const NAMESPACE: &'static str = "default_http_backend"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | const SUBSYSTEM: &'static str = "http"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "8c1c9d3b77092500fbccbb7017258ae52b99e3f53b970a7c4c3a6950810ef336"` [INFO] running `"docker" "rm" "-f" "8c1c9d3b77092500fbccbb7017258ae52b99e3f53b970a7c4c3a6950810ef336"` [INFO] [stdout] 8c1c9d3b77092500fbccbb7017258ae52b99e3f53b970a7c4c3a6950810ef336