[INFO] updating cached repository tilda/rusty-bot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tilda/rusty-bot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tilda/rusty-bot" "work/ex/clippy-test-run/sources/stable/gh/tilda/rusty-bot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/tilda/rusty-bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tilda/rusty-bot" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tilda/rusty-bot"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tilda/rusty-bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8ab689e34cf1f7f035755bd9576ffe4d1ef2a259 [INFO] sha for GitHub repo tilda/rusty-bot: 8ab689e34cf1f7f035755bd9576ffe4d1ef2a259 [INFO] validating manifest of tilda/rusty-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 tilda/rusty-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 tilda/rusty-bot [INFO] finished frobbing tilda/rusty-bot [INFO] frobbed toml for tilda/rusty-bot written to work/ex/clippy-test-run/sources/stable/gh/tilda/rusty-bot/Cargo.toml [INFO] started frobbing tilda/rusty-bot [INFO] finished frobbing tilda/rusty-bot [INFO] frobbed toml for tilda/rusty-bot written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tilda/rusty-bot/Cargo.toml [INFO] crate tilda/rusty-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 tilda/rusty-bot against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/tilda/rusty-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] b33f8bdb61a66709797bdf83c0aed010710b136dc95a3a8e0374749e77373809 [INFO] running `"docker" "start" "-a" "b33f8bdb61a66709797bdf83c0aed010710b136dc95a3a8e0374749e77373809"` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling serde v1.0.65 [INFO] [stderr] Checking slog v2.2.3 [INFO] [stderr] Checking trackable v0.2.17 [INFO] [stderr] Compiling openssl-sys v0.9.31 [INFO] [stderr] Checking isatty v0.1.8 [INFO] [stderr] Compiling proc-macro2 v0.4.4 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Checking base64 v0.8.0 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking slog-scope v4.0.1 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking flate2 v1.0.1 [INFO] [stderr] Checking slog-stdlog v3.0.2 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Compiling mime_guess v1.8.4 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.1 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.65 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Checking serde_json v1.0.19 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Checking sloggers v0.2.6 [INFO] [stderr] Checking serenity v0.5.3 [INFO] [stderr] Checking rusty v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | let mut file = File::open("config.json").expect("Not found"); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | let mut file = File::open("config.json").expect("Not found"); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "b33f8bdb61a66709797bdf83c0aed010710b136dc95a3a8e0374749e77373809"` [INFO] running `"docker" "rm" "-f" "b33f8bdb61a66709797bdf83c0aed010710b136dc95a3a8e0374749e77373809"` [INFO] [stdout] b33f8bdb61a66709797bdf83c0aed010710b136dc95a3a8e0374749e77373809