[INFO] crate memory-pager 0.8.0 is already in cache [INFO] extracting crate memory-pager 0.8.0 into work/ex/clippy-test-run/sources/stable/reg/memory-pager/0.8.0 [INFO] extracting crate memory-pager 0.8.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/memory-pager/0.8.0 [INFO] validating manifest of memory-pager-0.8.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 memory-pager-0.8.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 memory-pager-0.8.0 [INFO] finished frobbing memory-pager-0.8.0 [INFO] frobbed toml for memory-pager-0.8.0 written to work/ex/clippy-test-run/sources/stable/reg/memory-pager/0.8.0/Cargo.toml [INFO] started frobbing memory-pager-0.8.0 [INFO] finished frobbing memory-pager-0.8.0 [INFO] frobbed toml for memory-pager-0.8.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/memory-pager/0.8.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 memory-pager-0.8.0 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/reg/memory-pager/0.8.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] c7b870ab1f2c34d52d57522ee1127225a41f9ad8413491a909c20a14b843f7db [INFO] running `"docker" "start" "-a" "c7b870ab1f2c34d52d57522ee1127225a41f9ad8413491a909c20a14b843f7db"` [INFO] [stderr] Checking memory-pager v0.8.0 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> tests/test.rs:138:26 [INFO] [stderr] | [INFO] [stderr] 138 | pager.get_mut_or_alloc(1536512); [INFO] [stderr] | ^^^^^^^ help: consider: `1_536_512` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> tests/test.rs:139:27 [INFO] [stderr] | [INFO] [stderr] 139 | assert_eq!(pager.len(), 1536513); [INFO] [stderr] | ^^^^^^^ help: consider: `1_536_513` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: this `else { if .. }` block can be collapsed [INFO] [stderr] --> tests/model.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | } else { [INFO] [stderr] | __________________^ [INFO] [stderr] 48 | | if !page.is_none() { [INFO] [stderr] 49 | | return false; [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::collapsible_if)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if [INFO] [stderr] help: try [INFO] [stderr] | [INFO] [stderr] 47 | } else if !page.is_none() { [INFO] [stderr] 48 | return false; [INFO] [stderr] 49 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.73s [INFO] running `"docker" "inspect" "c7b870ab1f2c34d52d57522ee1127225a41f9ad8413491a909c20a14b843f7db"` [INFO] running `"docker" "rm" "-f" "c7b870ab1f2c34d52d57522ee1127225a41f9ad8413491a909c20a14b843f7db"` [INFO] [stdout] c7b870ab1f2c34d52d57522ee1127225a41f9ad8413491a909c20a14b843f7db