[INFO] updating cached repository Wallacoloo/fimfiction-api-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Wallacoloo/fimfiction-api-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Wallacoloo/fimfiction-api-rust" "work/ex/clippy-test-run/sources/stable/gh/Wallacoloo/fimfiction-api-rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Wallacoloo/fimfiction-api-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Wallacoloo/fimfiction-api-rust" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Wallacoloo/fimfiction-api-rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Wallacoloo/fimfiction-api-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b49f1fcb7a9beb9b947b4eea26f52d12f969894b [INFO] sha for GitHub repo Wallacoloo/fimfiction-api-rust: b49f1fcb7a9beb9b947b4eea26f52d12f969894b [INFO] validating manifest of Wallacoloo/fimfiction-api-rust 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 Wallacoloo/fimfiction-api-rust 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 Wallacoloo/fimfiction-api-rust [INFO] finished frobbing Wallacoloo/fimfiction-api-rust [INFO] frobbed toml for Wallacoloo/fimfiction-api-rust written to work/ex/clippy-test-run/sources/stable/gh/Wallacoloo/fimfiction-api-rust/Cargo.toml [INFO] started frobbing Wallacoloo/fimfiction-api-rust [INFO] finished frobbing Wallacoloo/fimfiction-api-rust [INFO] frobbed toml for Wallacoloo/fimfiction-api-rust written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Wallacoloo/fimfiction-api-rust/Cargo.toml [INFO] crate Wallacoloo/fimfiction-api-rust 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 Wallacoloo/fimfiction-api-rust 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/Wallacoloo/fimfiction-api-rust:/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] c237d2197e1b92f6dc25272048e04c21a1c3e4afd88ed4dd5cda977ffa2aefde [INFO] running `"docker" "start" "-a" "c237d2197e1b92f6dc25272048e04c21a1c3e4afd88ed4dd5cda977ffa2aefde"` [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking fimfiction-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: large size difference between variants [INFO] [stderr] --> src/resources.rs:410:5 [INFO] [stderr] | [INFO] [stderr] 410 | PrivateMessage(PrivateMessage), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] | [INFO] [stderr] 410 | PrivateMessage(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: large size difference between variants [INFO] [stderr] --> src/resources.rs:410:5 [INFO] [stderr] | [INFO] [stderr] 410 | PrivateMessage(PrivateMessage), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] | [INFO] [stderr] 410 | PrivateMessage(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.75s [INFO] running `"docker" "inspect" "c237d2197e1b92f6dc25272048e04c21a1c3e4afd88ed4dd5cda977ffa2aefde"` [INFO] running `"docker" "rm" "-f" "c237d2197e1b92f6dc25272048e04c21a1c3e4afd88ed4dd5cda977ffa2aefde"` [INFO] [stdout] c237d2197e1b92f6dc25272048e04c21a1c3e4afd88ed4dd5cda977ffa2aefde