[INFO] updating cached repository taivokasper/unzipr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/taivokasper/unzipr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/taivokasper/unzipr" "work/ex/clippy-test-run/sources/stable/gh/taivokasper/unzipr"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/taivokasper/unzipr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/taivokasper/unzipr" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/taivokasper/unzipr"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/taivokasper/unzipr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e2adc6812224689c9a2bedf9708d5fbedb6dca2 [INFO] sha for GitHub repo taivokasper/unzipr: 9e2adc6812224689c9a2bedf9708d5fbedb6dca2 [INFO] validating manifest of taivokasper/unzipr 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 taivokasper/unzipr 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 taivokasper/unzipr [INFO] finished frobbing taivokasper/unzipr [INFO] frobbed toml for taivokasper/unzipr written to work/ex/clippy-test-run/sources/stable/gh/taivokasper/unzipr/Cargo.toml [INFO] started frobbing taivokasper/unzipr [INFO] finished frobbing taivokasper/unzipr [INFO] frobbed toml for taivokasper/unzipr written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/taivokasper/unzipr/Cargo.toml [INFO] crate taivokasper/unzipr 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 taivokasper/unzipr 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/taivokasper/unzipr:/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] 1eedb24a94756b54a20e6bc2b49522c6d09adaa98b194c125e411c880eefceca [INFO] running `"docker" "start" "-a" "1eedb24a94756b54a20e6bc2b49522c6d09adaa98b194c125e411c880eefceca"` [INFO] [stderr] Compiling build_const v0.2.0 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling miniz_oxide_c_api v0.1.2 [INFO] [stderr] Checking miniz_oxide v0.1.2 [INFO] [stderr] Checking msdos_time v0.1.5 [INFO] [stderr] Compiling crc v1.7.0 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking bzip2 v0.3.2 [INFO] [stderr] Checking flate2 v1.0.1 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking zip v0.3.0 [INFO] [stderr] Checking unzipr v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/list.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 12 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 13 | | [INFO] [stderr] 14 | | let action_input = ListActionInput { [INFO] [stderr] ... | [INFO] [stderr] 21 | | Ok(Box::new(action_input)) [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_ret_no_self)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/pipe.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 15 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | let (target_file, middle_files) = nested_files.split_last() [INFO] [stderr] ... | [INFO] [stderr] 28 | | Ok(Box::new(action_input)) [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/unpack.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / pub fn new(unpack_target: &str, input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 16 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | let action_input = UnpackActionInput { [INFO] [stderr] ... | [INFO] [stderr] 26 | | Ok(Box::new(action_input)) [INFO] [stderr] 27 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/list.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 12 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 13 | | [INFO] [stderr] 14 | | let action_input = ListActionInput { [INFO] [stderr] ... | [INFO] [stderr] 21 | | Ok(Box::new(action_input)) [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_ret_no_self)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/pipe.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 15 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | let (target_file, middle_files) = nested_files.split_last() [INFO] [stderr] ... | [INFO] [stderr] 28 | | Ok(Box::new(action_input)) [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] warning: methods called `new` usually return `Self` [INFO] [stderr] --> src/unpack.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / pub fn new(unpack_target: &str, input: Vec<&str>) -> Result, Error> { [INFO] [stderr] 16 | | let (input_file, nested_files) = input.as_slice().split_first().unwrap(); [INFO] [stderr] 17 | | [INFO] [stderr] 18 | | let action_input = UnpackActionInput { [INFO] [stderr] ... | [INFO] [stderr] 26 | | Ok(Box::new(action_input)) [INFO] [stderr] 27 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_ret_no_self [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.01s [INFO] running `"docker" "inspect" "1eedb24a94756b54a20e6bc2b49522c6d09adaa98b194c125e411c880eefceca"` [INFO] running `"docker" "rm" "-f" "1eedb24a94756b54a20e6bc2b49522c6d09adaa98b194c125e411c880eefceca"` [INFO] [stdout] 1eedb24a94756b54a20e6bc2b49522c6d09adaa98b194c125e411c880eefceca