[INFO] crate geocoding 0.0.3 is already in cache [INFO] extracting crate geocoding 0.0.3 into work/ex/clippy-test-run/sources/stable/reg/geocoding/0.0.3 [INFO] extracting crate geocoding 0.0.3 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/geocoding/0.0.3 [INFO] validating manifest of geocoding-0.0.3 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 geocoding-0.0.3 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 geocoding-0.0.3 [INFO] finished frobbing geocoding-0.0.3 [INFO] frobbed toml for geocoding-0.0.3 written to work/ex/clippy-test-run/sources/stable/reg/geocoding/0.0.3/Cargo.toml [INFO] started frobbing geocoding-0.0.3 [INFO] finished frobbing geocoding-0.0.3 [INFO] frobbed toml for geocoding-0.0.3 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/geocoding/0.0.3/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 geocoding-0.0.3 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/geocoding/0.0.3:/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] 6fe6da72f5f20a514f1b4bd0856140e8f1f13e86a122da90658e38d360b3a80b [INFO] running `"docker" "start" "-a" "6fe6da72f5f20a514f1b4bd0856140e8f1f13e86a122da90658e38d360b3a80b"` [INFO] [stderr] Checking geo v0.7.4 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking reqwest v0.8.8 [INFO] [stderr] Checking geocoding v0.0.3 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:572:28 [INFO] [stderr] | [INFO] [stderr] 572 | Point::new(11.5761796, 48.1599218), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `11.576_179_6` [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] --> src/opencage.rs:572:40 [INFO] [stderr] | [INFO] [stderr] 572 | Point::new(11.5761796, 48.1599218), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `48.159_921_8` [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: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:573:38 [INFO] [stderr] | [INFO] [stderr] 573 | Point::new(11.57583, 48.1608265), [INFO] [stderr] | ^^^^^^^^^^ help: consider: `48.160_826_5` [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: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:590:25 [INFO] [stderr] | [INFO] [stderr] 590 | Point::new(-0.13806939125061035, 51.51989264641164), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.138_069_391_250_610_35` [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: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:590:46 [INFO] [stderr] | [INFO] [stderr] 590 | Point::new(-0.13806939125061035, 51.51989264641164), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider: `51.519_892_646_411_64` [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: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:591:25 [INFO] [stderr] | [INFO] [stderr] 591 | Point::new(-0.13427138328552246, 51.52319711775629), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.134_271_383_285_522_46` [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: long literal lacking separators [INFO] [stderr] --> src/opencage.rs:591:46 [INFO] [stderr] | [INFO] [stderr] 591 | Point::new(-0.13427138328552246, 51.52319711775629), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider: `51.523_197_117_756_29` [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] Finished dev [unoptimized + debuginfo] target(s) in 42.14s [INFO] running `"docker" "inspect" "6fe6da72f5f20a514f1b4bd0856140e8f1f13e86a122da90658e38d360b3a80b"` [INFO] running `"docker" "rm" "-f" "6fe6da72f5f20a514f1b4bd0856140e8f1f13e86a122da90658e38d360b3a80b"` [INFO] [stdout] 6fe6da72f5f20a514f1b4bd0856140e8f1f13e86a122da90658e38d360b3a80b