[INFO] updating cached repository syvsto/pomo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/syvsto/pomo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/syvsto/pomo" "work/ex/clippy-test-run/sources/stable/gh/syvsto/pomo"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/syvsto/pomo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/syvsto/pomo" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/syvsto/pomo"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/syvsto/pomo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1733b8b54df0226c498cf685d756001116d5c8e7 [INFO] sha for GitHub repo syvsto/pomo: 1733b8b54df0226c498cf685d756001116d5c8e7 [INFO] validating manifest of syvsto/pomo 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 syvsto/pomo 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 syvsto/pomo [INFO] finished frobbing syvsto/pomo [INFO] frobbed toml for syvsto/pomo written to work/ex/clippy-test-run/sources/stable/gh/syvsto/pomo/Cargo.toml [INFO] started frobbing syvsto/pomo [INFO] finished frobbing syvsto/pomo [INFO] frobbed toml for syvsto/pomo written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/syvsto/pomo/Cargo.toml [INFO] crate syvsto/pomo 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 syvsto/pomo 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/syvsto/pomo:/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] 7206346b6bb76c007643711c4702f412d3a212cbd86eb635f9dabfb06724a211 [INFO] running `"docker" "start" "-a" "7206346b6bb76c007643711c4702f412d3a212cbd86eb635f9dabfb06724a211"` [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking env_logger v0.5.12 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking structopt v0.2.10 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking clap-verbosity-flag v0.1.0 [INFO] [stderr] Checking quicli v0.3.0 [INFO] [stderr] Checking pomo v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | const ERROR_MESSAGE: &'static str = [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | const SHORTBREAK_MESSAGE: &'static str = "Break time!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | const LONGBREAK_MESSAGE: &'static str = "Looooong Break time!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | const WORK_MESSAGE: &'static str = "Work work!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | const TITLE_MESSAGE: &'static str = "Pomo"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | const ERROR_MESSAGE: &'static str = [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | const SHORTBREAK_MESSAGE: &'static str = "Break time!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | const LONGBREAK_MESSAGE: &'static str = "Looooong Break time!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | const WORK_MESSAGE: &'static str = "Work work!"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/main.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | const TITLE_MESSAGE: &'static str = "Pomo"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.12s [INFO] running `"docker" "inspect" "7206346b6bb76c007643711c4702f412d3a212cbd86eb635f9dabfb06724a211"` [INFO] running `"docker" "rm" "-f" "7206346b6bb76c007643711c4702f412d3a212cbd86eb635f9dabfb06724a211"` [INFO] [stdout] 7206346b6bb76c007643711c4702f412d3a212cbd86eb635f9dabfb06724a211