[INFO] updating cached repository tismith/cryptopals [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tismith/cryptopals [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tismith/cryptopals" "work/ex/clippy-test-run/sources/stable/gh/tismith/cryptopals"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/tismith/cryptopals'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tismith/cryptopals" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tismith/cryptopals"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tismith/cryptopals'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c1cfc2e1c2a545d35d03258b01c2522624e2170a [INFO] sha for GitHub repo tismith/cryptopals: c1cfc2e1c2a545d35d03258b01c2522624e2170a [INFO] validating manifest of tismith/cryptopals 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 tismith/cryptopals 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 tismith/cryptopals [INFO] finished frobbing tismith/cryptopals [INFO] frobbed toml for tismith/cryptopals written to work/ex/clippy-test-run/sources/stable/gh/tismith/cryptopals/Cargo.toml [INFO] started frobbing tismith/cryptopals [INFO] finished frobbing tismith/cryptopals [INFO] frobbed toml for tismith/cryptopals written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/tismith/cryptopals/Cargo.toml [INFO] crate tismith/cryptopals 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 tismith/cryptopals against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/tismith/cryptopals:/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] 2bf4d2ebe69e28c0a8559a9a9854df503ae4570b00b5ad5d9800895c8a36f15c [INFO] running `"docker" "start" "-a" "2bf4d2ebe69e28c0a8559a9a9854df503ae4570b00b5ad5d9800895c8a36f15c"` [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling serde v1.0.37 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling remove_dir_all v0.5.0 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling bytecount v0.2.0 [INFO] [stderr] Compiling openssl v0.10.6 [INFO] [stderr] Checking bit-vec v0.5.0 [INFO] [stderr] Checking environment v0.1.1 [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Checking hex v0.3.1 [INFO] [stderr] Checking bytecount v0.3.1 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling openssl-sys v0.9.28 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Checking colored v1.6.0 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Checking base64 v0.9.0 [INFO] [stderr] Checking bit-set v0.5.0 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Checking proptest v0.7.0 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Checking stderrlog v0.3.0 [INFO] [stderr] Checking cryptopals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling serde_derive_internals v0.23.0 [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/common.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | mt.state[i] = ((1812433253 * mt.state[i - 1]) ^ ((mt.state[i - 1] >> 30) + i)) & bitmask_1; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `1_812_433_253` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/common.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | y ^= (y << 7) & 2636928640; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `2_636_928_640` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/common.rs:45:22 [INFO] [stderr] | [INFO] [stderr] 45 | y ^= (y << 15) & 4022730752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `4_022_730_752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/common.rs:64:28 [INFO] [stderr] | [INFO] [stderr] 64 | mt.state[i] ^= 2567483615 [INFO] [stderr] | ^^^^^^^^^^ help: consider: `2_567_483_615` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] error: mistyped literal suffix [INFO] [stderr] --> src/common.rs:163:16 [INFO] [stderr] | [INFO] [stderr] 163 | (b'd', 0.034_611_778_363_173_64), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean to write: `0.034_611_778_363_173_f64` [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::mistyped_literal_suffixes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mistyped_literal_suffixes [INFO] [stderr] [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/set3.rs:40:22 [INFO] [stderr] | [INFO] [stderr] 40 | y ^= (y << 15) & 4022730752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `4_022_730_752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `cryptopals`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2bf4d2ebe69e28c0a8559a9a9854df503ae4570b00b5ad5d9800895c8a36f15c"` [INFO] running `"docker" "rm" "-f" "2bf4d2ebe69e28c0a8559a9a9854df503ae4570b00b5ad5d9800895c8a36f15c"` [INFO] [stdout] 2bf4d2ebe69e28c0a8559a9a9854df503ae4570b00b5ad5d9800895c8a36f15c