[INFO] updating cached repository mattico/hydration-bot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mattico/hydration-bot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mattico/hydration-bot" "work/ex/clippy-test-run/sources/stable/gh/mattico/hydration-bot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/mattico/hydration-bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mattico/hydration-bot" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattico/hydration-bot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattico/hydration-bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f232b37e10271e7b729b08c7d727e91a18e3430c [INFO] sha for GitHub repo mattico/hydration-bot: f232b37e10271e7b729b08c7d727e91a18e3430c [INFO] validating manifest of mattico/hydration-bot 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 mattico/hydration-bot 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 mattico/hydration-bot [INFO] finished frobbing mattico/hydration-bot [INFO] frobbed toml for mattico/hydration-bot written to work/ex/clippy-test-run/sources/stable/gh/mattico/hydration-bot/Cargo.toml [INFO] started frobbing mattico/hydration-bot [INFO] finished frobbing mattico/hydration-bot [INFO] frobbed toml for mattico/hydration-bot written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mattico/hydration-bot/Cargo.toml [INFO] crate mattico/hydration-bot 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 mattico/hydration-bot 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/mattico/hydration-bot:/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] 3e43b9d47ae94c9693ff1a464fba1bfe4a21dca4d5875d650c914680e248ab43 [INFO] running `"docker" "start" "-a" "3e43b9d47ae94c9693ff1a464fba1bfe4a21dca4d5875d650c914680e248ab43"` [INFO] [stderr] Checking kankyo v0.1.1 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking base64 v0.8.0 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Checking flate2 v1.0.2 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Checking evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking serenity v0.5.8 [INFO] [stderr] Checking hydration-bot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/main.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | const PERMISSIONS: u64 = 138240; [INFO] [stderr] | ^^^^^^ help: consider: `138_240` [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: field is never used: `drated_users` [INFO] [stderr] --> src/main.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | drated_users: Mutex>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/main.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | const PERMISSIONS: u64 = 138240; [INFO] [stderr] | ^^^^^^ help: consider: `138_240` [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: field is never used: `drated_users` [INFO] [stderr] --> src/main.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | drated_users: Mutex>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.78s [INFO] running `"docker" "inspect" "3e43b9d47ae94c9693ff1a464fba1bfe4a21dca4d5875d650c914680e248ab43"` [INFO] running `"docker" "rm" "-f" "3e43b9d47ae94c9693ff1a464fba1bfe4a21dca4d5875d650c914680e248ab43"` [INFO] [stdout] 3e43b9d47ae94c9693ff1a464fba1bfe4a21dca4d5875d650c914680e248ab43