[INFO] crate warp_dsl 0.0.1 is already in cache [INFO] extracting crate warp_dsl 0.0.1 into work/ex/clippy-test-run/sources/stable/reg/warp_dsl/0.0.1 [INFO] extracting crate warp_dsl 0.0.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/warp_dsl/0.0.1 [INFO] validating manifest of warp_dsl-0.0.1 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 warp_dsl-0.0.1 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 warp_dsl-0.0.1 [INFO] finished frobbing warp_dsl-0.0.1 [INFO] frobbed toml for warp_dsl-0.0.1 written to work/ex/clippy-test-run/sources/stable/reg/warp_dsl/0.0.1/Cargo.toml [INFO] started frobbing warp_dsl-0.0.1 [INFO] finished frobbing warp_dsl-0.0.1 [INFO] frobbed toml for warp_dsl-0.0.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/warp_dsl/0.0.1/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 warp_dsl-0.0.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/warp_dsl/0.0.1:/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] 2de870e320ee5924080c7c4b6ca2345b546c8743ca6860221387b94e32edfa12 [INFO] running `"docker" "start" "-a" "2de870e320ee5924080c7c4b6ca2345b546c8743ca6860221387b94e32edfa12"` [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Compiling warp_dsl_impl v0.0.1 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Compiling headers-derive v0.0.2 [INFO] [stderr] Checking headers-core v0.0.2 [INFO] [stderr] Checking hyper v0.12.23 [INFO] [stderr] Checking block-padding v0.1.3 [INFO] [stderr] Checking block-buffer v0.7.2 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking warp_dsl v0.0.1 (/opt/crater/workdir) [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking headers-ext v0.0.4 [INFO] [stderr] Checking warp v0.1.11 [INFO] [stderr] warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() [INFO] [stderr] --> tests/posts.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let routes = router!( [INFO] [stderr] | __________________^ [INFO] [stderr] 57 | | [INFO] [stderr] 58 | | // GET /resource/$id [INFO] [stderr] 59 | | // Use '&' to combine directives [INFO] [stderr] ... | [INFO] [stderr] 116 | | [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'warp::delete': warp::delete2() is meant to replace delete() [INFO] [stderr] --> tests/posts.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let routes = router!( [INFO] [stderr] | __________________^ [INFO] [stderr] 57 | | [INFO] [stderr] 58 | | // GET /resource/$id [INFO] [stderr] 59 | | // Use '&' to combine directives [INFO] [stderr] ... | [INFO] [stderr] 116 | | [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() [INFO] [stderr] --> tests/posts.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let routes = router!( [INFO] [stderr] | __________________^ [INFO] [stderr] 57 | | [INFO] [stderr] 58 | | // GET /resource/$id [INFO] [stderr] 59 | | // Use '&' to combine directives [INFO] [stderr] ... | [INFO] [stderr] 116 | | [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'warp::index': renamed to warp::path::end [INFO] [stderr] --> tests/posts.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let routes = router!( [INFO] [stderr] | __________________^ [INFO] [stderr] 57 | | [INFO] [stderr] 58 | | // GET /resource/$id [INFO] [stderr] 59 | | // Use '&' to combine directives [INFO] [stderr] ... | [INFO] [stderr] 116 | | [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'warp::post': warp::post2() is meant to replace post() [INFO] [stderr] --> tests/posts.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let routes = router!( [INFO] [stderr] | __________________^ [INFO] [stderr] 57 | | [INFO] [stderr] 58 | | // GET /resource/$id [INFO] [stderr] 59 | | // Use '&' to combine directives [INFO] [stderr] ... | [INFO] [stderr] 116 | | [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.94s [INFO] running `"docker" "inspect" "2de870e320ee5924080c7c4b6ca2345b546c8743ca6860221387b94e32edfa12"` [INFO] running `"docker" "rm" "-f" "2de870e320ee5924080c7c4b6ca2345b546c8743ca6860221387b94e32edfa12"` [INFO] [stdout] 2de870e320ee5924080c7c4b6ca2345b546c8743ca6860221387b94e32edfa12