[INFO] updating cached repository nwiizo/pendulum [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nwiizo/pendulum [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nwiizo/pendulum" "work/ex/clippy-test-run/sources/stable/gh/nwiizo/pendulum"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/nwiizo/pendulum'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nwiizo/pendulum" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nwiizo/pendulum"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nwiizo/pendulum'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd337e61a40d6fd88036b70820deab298997e51a [INFO] sha for GitHub repo nwiizo/pendulum: bd337e61a40d6fd88036b70820deab298997e51a [INFO] validating manifest of nwiizo/pendulum 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 nwiizo/pendulum 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 nwiizo/pendulum [INFO] finished frobbing nwiizo/pendulum [INFO] frobbed toml for nwiizo/pendulum written to work/ex/clippy-test-run/sources/stable/gh/nwiizo/pendulum/Cargo.toml [INFO] started frobbing nwiizo/pendulum [INFO] finished frobbing nwiizo/pendulum [INFO] frobbed toml for nwiizo/pendulum written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nwiizo/pendulum/Cargo.toml [INFO] crate nwiizo/pendulum 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 nwiizo/pendulum against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/nwiizo/pendulum:/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] 59b8356cb69f93bda91c82decebe3d386f2c54461e854b1c06de05e0bba23a12 [INFO] running `"docker" "start" "-a" "59b8356cb69f93bda91c82decebe3d386f2c54461e854b1c06de05e0bba23a12"` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking regex v0.2.5 [INFO] [stderr] Checking docopt v0.8.3 [INFO] [stderr] Checking pendulum v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | thread::sleep_ms(stoper); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | thread::sleep_ms(stoper); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: called `ok().expect()` on a Result value. You can call `expect` directly on the `Result` [INFO] [stderr] --> src/main.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | / io::stdin().read_line(&mut guess) [INFO] [stderr] 17 | | .ok() [INFO] [stderr] 18 | | .expect("Failed to read line"); [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ok_expect)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ok_expect [INFO] [stderr] [INFO] [stderr] warning: called `ok().expect()` on a Result value. You can call `expect` directly on the `Result` [INFO] [stderr] --> src/main.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | / io::stdin().read_line(&mut guess) [INFO] [stderr] 17 | | .ok() [INFO] [stderr] 18 | | .expect("Failed to read line"); [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ok_expect)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ok_expect [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.42s [INFO] running `"docker" "inspect" "59b8356cb69f93bda91c82decebe3d386f2c54461e854b1c06de05e0bba23a12"` [INFO] running `"docker" "rm" "-f" "59b8356cb69f93bda91c82decebe3d386f2c54461e854b1c06de05e0bba23a12"` [INFO] [stdout] 59b8356cb69f93bda91c82decebe3d386f2c54461e854b1c06de05e0bba23a12