[INFO] crate html5ever-stream 0.1.0 is already in cache [INFO] extracting crate html5ever-stream 0.1.0 into work/ex/clippy-test-run/sources/stable/reg/html5ever-stream/0.1.0 [INFO] extracting crate html5ever-stream 0.1.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/html5ever-stream/0.1.0 [INFO] validating manifest of html5ever-stream-0.1.0 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 html5ever-stream-0.1.0 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 html5ever-stream-0.1.0 [INFO] finished frobbing html5ever-stream-0.1.0 [INFO] frobbed toml for html5ever-stream-0.1.0 written to work/ex/clippy-test-run/sources/stable/reg/html5ever-stream/0.1.0/Cargo.toml [INFO] started frobbing html5ever-stream-0.1.0 [INFO] finished frobbing html5ever-stream-0.1.0 [INFO] frobbed toml for html5ever-stream-0.1.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/html5ever-stream/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 html5ever-stream-0.1.0 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/reg/html5ever-stream/0.1.0:/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] 7530afc98d441fd031ae6d033eb285399862e68e7ec20d0ffd4cf78a615d69ae [INFO] running `"docker" "start" "-a" "7530afc98d441fd031ae6d033eb285399862e68e7ec20d0ffd4cf78a615d69ae"` [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking skeptic v0.13.4 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling markup5ever v0.7.5 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Compiling html5ever-stream v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking html5ever v0.22.5 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/common.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | queue: queue, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `queue` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: unneeded return statement [INFO] [stderr] --> src/io.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | / return ParserSink{ [INFO] [stderr] 23 | | inner: parser, [INFO] [stderr] 24 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_return)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stderr] help: remove `return` as shown [INFO] [stderr] | [INFO] [stderr] 22 | ParserSink{ [INFO] [stderr] 23 | inner: parser, [INFO] [stderr] 24 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking reqwest v0.8.8 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/common.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | queue: queue, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `queue` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/fut.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 107 | const TEST_HTML: &'static str = "