[INFO] updating cached repository necaris/dice-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/necaris/dice-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/necaris/dice-rs" "work/ex/clippy-test-run/sources/stable/gh/necaris/dice-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/necaris/dice-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/necaris/dice-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/necaris/dice-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/necaris/dice-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ea160add2a75d1ed78caae50f79f3796f0c49f72 [INFO] sha for GitHub repo necaris/dice-rs: ea160add2a75d1ed78caae50f79f3796f0c49f72 [INFO] validating manifest of necaris/dice-rs 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 necaris/dice-rs 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 necaris/dice-rs [INFO] finished frobbing necaris/dice-rs [INFO] frobbed toml for necaris/dice-rs written to work/ex/clippy-test-run/sources/stable/gh/necaris/dice-rs/Cargo.toml [INFO] started frobbing necaris/dice-rs [INFO] finished frobbing necaris/dice-rs [INFO] frobbed toml for necaris/dice-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/necaris/dice-rs/Cargo.toml [INFO] crate necaris/dice-rs 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 necaris/dice-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/necaris/dice-rs:/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] 0211bcc9c49df314bd680964a171844b69cabb45ed12ea9bc45d7706cf40a1c1 [INFO] running `"docker" "start" "-a" "0211bcc9c49df314bd680964a171844b69cabb45ed12ea9bc45d7706cf40a1c1"` [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking textwrap v0.6.0 [INFO] [stderr] Checking clap v2.25.0 [INFO] [stderr] Checking dice v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/die.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | sides: sides, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `sides` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/die.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | sides: sides, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `sides` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::die` [INFO] [stderr] --> benches/lib.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | use super::die::*; [INFO] [stderr] | ^^^ maybe a missing `extern crate die;`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing `extern crate die;`? [INFO] [stderr] --> benches/lib.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | let mut d = super::die::Die::new(sides); [INFO] [stderr] | ^^^ maybe a missing `extern crate die;`? [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> benches/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0432, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `dice`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/main.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | Err(_) => Err(String::from(format!("{} is not an integer!", v))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `format!("{} is not an integer!", v)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] warning: identical conversion [INFO] [stderr] --> src/main.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | Err(_) => Err(String::from(format!("{} is not an integer!", v))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `format!("{} is not an integer!", v)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0211bcc9c49df314bd680964a171844b69cabb45ed12ea9bc45d7706cf40a1c1"` [INFO] running `"docker" "rm" "-f" "0211bcc9c49df314bd680964a171844b69cabb45ed12ea9bc45d7706cf40a1c1"` [INFO] [stdout] 0211bcc9c49df314bd680964a171844b69cabb45ed12ea9bc45d7706cf40a1c1