[INFO] updating cached repository anoadragon453/rust-aes [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/anoadragon453/rust-aes [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/anoadragon453/rust-aes" "work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/anoadragon453/rust-aes" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anoadragon453/rust-aes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anoadragon453/rust-aes'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15d8daf80b2c732e972a588d7dbe505b2500a04a [INFO] sha for GitHub repo anoadragon453/rust-aes: 15d8daf80b2c732e972a588d7dbe505b2500a04a [INFO] validating manifest of anoadragon453/rust-aes on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of anoadragon453/rust-aes on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing anoadragon453/rust-aes [INFO] finished frobbing anoadragon453/rust-aes [INFO] frobbed toml for anoadragon453/rust-aes written to work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes/Cargo.toml [INFO] started frobbing anoadragon453/rust-aes [INFO] finished frobbing anoadragon453/rust-aes [INFO] frobbed toml for anoadragon453/rust-aes written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anoadragon453/rust-aes/Cargo.toml [INFO] crate anoadragon453/rust-aes already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing anoadragon453/rust-aes against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 1634e833b6c4de40575923c1cb894c7868cbfc919c91ef31e49516278a84ef2c [INFO] running `"docker" "start" "-a" "1634e833b6c4de40575923c1cb894c7868cbfc919c91ef31e49516278a84ef2c"` [INFO] [stderr] Compiling numrs v0.2.0 [INFO] [stderr] Compiling aes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:145:67 [INFO] [stderr] | [INFO] [stderr] 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:146:67 [INFO] [stderr] | [INFO] [stderr] 146 | round_key.get(1, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:147:67 [INFO] [stderr] | [INFO] [stderr] 147 | round_key.get(2, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:148:67 [INFO] [stderr] | [INFO] [stderr] 148 | round_key.get(3, (i-1))]); [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:159:51 [INFO] [stderr] | [INFO] [stderr] 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:163:68 [INFO] [stderr] | [INFO] [stderr] 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:164:68 [INFO] [stderr] | [INFO] [stderr] 164 | round_key.get(1, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:165:68 [INFO] [stderr] | [INFO] [stderr] 165 | round_key.get(2, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:166:68 [INFO] [stderr] | [INFO] [stderr] 166 | round_key.get(3, (i-4))]); [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:224:38 [INFO] [stderr] | [INFO] [stderr] 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:224:58 [INFO] [stderr] | [INFO] [stderr] 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "1634e833b6c4de40575923c1cb894c7868cbfc919c91ef31e49516278a84ef2c"` [INFO] running `"docker" "rm" "-f" "1634e833b6c4de40575923c1cb894c7868cbfc919c91ef31e49516278a84ef2c"` [INFO] [stdout] 1634e833b6c4de40575923c1cb894c7868cbfc919c91ef31e49516278a84ef2c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bef016462741b6b1984ecdf1869864c79db496aba90ef52a4712dee9a1a5c709 [INFO] running `"docker" "start" "-a" "bef016462741b6b1984ecdf1869864c79db496aba90ef52a4712dee9a1a5c709"` [INFO] [stderr] Compiling aes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:145:67 [INFO] [stderr] | [INFO] [stderr] 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:146:67 [INFO] [stderr] | [INFO] [stderr] 146 | round_key.get(1, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:147:67 [INFO] [stderr] | [INFO] [stderr] 147 | round_key.get(2, (i-1)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:148:67 [INFO] [stderr] | [INFO] [stderr] 148 | round_key.get(3, (i-1))]); [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:159:51 [INFO] [stderr] | [INFO] [stderr] 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:163:68 [INFO] [stderr] | [INFO] [stderr] 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:164:68 [INFO] [stderr] | [INFO] [stderr] 164 | round_key.get(1, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:165:68 [INFO] [stderr] | [INFO] [stderr] 165 | round_key.get(2, (i-4)), [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:166:68 [INFO] [stderr] | [INFO] [stderr] 166 | round_key.get(3, (i-4))]); [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:224:38 [INFO] [stderr] | [INFO] [stderr] 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:224:58 [INFO] [stderr] | [INFO] [stderr] 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:234:36 [INFO] [stderr] | [INFO] [stderr] 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `"docker" "inspect" "bef016462741b6b1984ecdf1869864c79db496aba90ef52a4712dee9a1a5c709"` [INFO] running `"docker" "rm" "-f" "bef016462741b6b1984ecdf1869864c79db496aba90ef52a4712dee9a1a5c709"` [INFO] [stdout] bef016462741b6b1984ecdf1869864c79db496aba90ef52a4712dee9a1a5c709 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anoadragon453/rust-aes:/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 2c85b38e9ac06858a9311e2a6c2f26c1cb3b96671e4ee80f2b317a2b5b0f4b22 [INFO] running `"docker" "start" "-a" "2c85b38e9ac06858a9311e2a6c2f26c1cb3b96671e4ee80f2b317a2b5b0f4b22"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/aes-7f9f871859ed6b19 [INFO] [stdout] running 9 tests [INFO] [stdout] test test_shift_rows ... ok [INFO] [stdout] test test_sub_bytes ... ok [INFO] [stdout] test test_mix_columns ... ok [INFO] [stdout] test test_key_expansion ... ok [INFO] [stdout] test test_encrypted_append ... ok [INFO] [stdout] test test_enc_dec_2 ... ok [INFO] [stdout] test test_enc_dec_1 ... ok [INFO] [stdout] test test_xor_matricies ... ok [INFO] [stdout] test test_add_round_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2c85b38e9ac06858a9311e2a6c2f26c1cb3b96671e4ee80f2b317a2b5b0f4b22"` [INFO] running `"docker" "rm" "-f" "2c85b38e9ac06858a9311e2a6c2f26c1cb3b96671e4ee80f2b317a2b5b0f4b22"` [INFO] [stdout] 2c85b38e9ac06858a9311e2a6c2f26c1cb3b96671e4ee80f2b317a2b5b0f4b22