Oct 15 04:02:15.556 INFO testing anoadragon453/rust-aes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:02:15.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 04:02:15.755 INFO blam! 65fc80b1492d232c3cdf761a37fa0586f3f3d97ad0ea0bc4a5d512ae348f057b Oct 15 04:02:15.756 INFO running `"docker" "start" "-a" "65fc80b1492d232c3cdf761a37fa0586f3f3d97ad0ea0bc4a5d512ae348f057b"` Oct 15 04:02:16.284 INFO kablam! usermod: no changes Oct 15 04:02:16.349 INFO kablam! Compiling numrs v0.2.0 Oct 15 04:02:17.292 INFO kablam! Compiling aes v0.1.0 (/source) Oct 15 04:02:17.893 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.894 INFO kablam! --> src/main.rs:145:67 Oct 15 04:02:17.895 INFO kablam! | Oct 15 04:02:17.896 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 15 04:02:17.896 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.897 INFO kablam! | Oct 15 04:02:17.897 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:02:17.897 INFO kablam! Oct 15 04:02:17.897 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.897 INFO kablam! --> src/main.rs:146:67 Oct 15 04:02:17.897 INFO kablam! | Oct 15 04:02:17.897 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 15 04:02:17.897 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.897 INFO kablam! Oct 15 04:02:17.897 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.897 INFO kablam! --> src/main.rs:147:67 Oct 15 04:02:17.897 INFO kablam! | Oct 15 04:02:17.897 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 15 04:02:17.897 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.897 INFO kablam! Oct 15 04:02:17.897 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.897 INFO kablam! --> src/main.rs:148:67 Oct 15 04:02:17.897 INFO kablam! | Oct 15 04:02:17.897 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 15 04:02:17.897 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.897 INFO kablam! Oct 15 04:02:17.897 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 04:02:17.897 INFO kablam! --> src/main.rs:159:51 Oct 15 04:02:17.897 INFO kablam! | Oct 15 04:02:17.897 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 15 04:02:17.897 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:17.897 INFO kablam! Oct 15 04:02:17.897 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.897 INFO kablam! --> src/main.rs:163:68 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 15 04:02:17.898 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:164:68 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 15 04:02:17.898 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:165:68 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 15 04:02:17.898 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:166:68 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 15 04:02:17.898 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:224:38 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:17.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:224:58 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:17.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:17.898 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:17.898 INFO kablam! --> src/main.rs:234:36 Oct 15 04:02:17.898 INFO kablam! | Oct 15 04:02:17.898 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 15 04:02:17.898 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:17.898 INFO kablam! Oct 15 04:02:18.888 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 15 04:02:18.891 INFO kablam! su: No module specific data is present Oct 15 04:02:20.977 INFO running `"docker" "rm" "-f" "65fc80b1492d232c3cdf761a37fa0586f3f3d97ad0ea0bc4a5d512ae348f057b"` Oct 15 04:02:21.159 INFO blam! 65fc80b1492d232c3cdf761a37fa0586f3f3d97ad0ea0bc4a5d512ae348f057b Oct 15 04:02:21.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 04:02:21.542 INFO blam! e4d3c07249b8c72c8dd4d559bf013d602f0f9daaec2adc96bf9bc7e8ea3f338a Oct 15 04:02:21.545 INFO running `"docker" "start" "-a" "e4d3c07249b8c72c8dd4d559bf013d602f0f9daaec2adc96bf9bc7e8ea3f338a"` Oct 15 04:02:21.904 INFO kablam! usermod: no changes Oct 15 04:02:21.942 INFO kablam! Compiling aes v0.1.0 (/source) Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:145:67 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 15 04:02:22.527 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:146:67 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 15 04:02:22.527 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:147:67 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 15 04:02:22.527 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:148:67 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 15 04:02:22.527 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:159:51 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 15 04:02:22.527 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:163:68 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.527 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 15 04:02:22.527 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.527 INFO kablam! Oct 15 04:02:22.527 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.527 INFO kablam! --> src/main.rs:164:68 Oct 15 04:02:22.527 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 15 04:02:22.528 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:22.528 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.528 INFO kablam! --> src/main.rs:165:68 Oct 15 04:02:22.528 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 15 04:02:22.528 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:22.528 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.528 INFO kablam! --> src/main.rs:166:68 Oct 15 04:02:22.528 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 15 04:02:22.528 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:22.528 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.528 INFO kablam! --> src/main.rs:224:38 Oct 15 04:02:22.528 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:22.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:22.528 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.528 INFO kablam! --> src/main.rs:224:58 Oct 15 04:02:22.528 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:22.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:22.528 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:22.528 INFO kablam! --> src/main.rs:234:36 Oct 15 04:02:22.528 INFO kablam! | Oct 15 04:02:22.528 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 15 04:02:22.528 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:22.528 INFO kablam! Oct 15 04:02:23.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 04:02:23.526 INFO kablam! su: No module specific data is present Oct 15 04:02:23.788 INFO running `"docker" "rm" "-f" "e4d3c07249b8c72c8dd4d559bf013d602f0f9daaec2adc96bf9bc7e8ea3f338a"` Oct 15 04:02:23.913 INFO blam! e4d3c07249b8c72c8dd4d559bf013d602f0f9daaec2adc96bf9bc7e8ea3f338a Oct 15 04:02:23.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 04:02:24.113 INFO blam! 024fbe0af4e3868d623547c37873d269c223aca6cdd99a8e8a2998af01e095df Oct 15 04:02:24.116 INFO running `"docker" "start" "-a" "024fbe0af4e3868d623547c37873d269c223aca6cdd99a8e8a2998af01e095df"` Oct 15 04:02:24.510 INFO kablam! usermod: no changes Oct 15 04:02:24.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 04:02:24.547 INFO kablam! Running /target/debug/deps/aes-9074f0e6baad4027 Oct 15 04:02:24.549 INFO blam! Oct 15 04:02:24.549 INFO blam! running 9 tests Oct 15 04:02:24.552 INFO blam! test test_add_round_key ... ok Oct 15 04:02:24.552 INFO blam! test test_enc_dec_1 ... ok Oct 15 04:02:24.552 INFO blam! test test_enc_dec_2 ... ok Oct 15 04:02:24.552 INFO blam! test test_mix_columns ... ok Oct 15 04:02:24.553 INFO blam! test test_xor_matricies ... ok Oct 15 04:02:24.553 INFO blam! test test_encrypted_append ... ok Oct 15 04:02:24.553 INFO blam! test test_sub_bytes ... ok Oct 15 04:02:24.553 INFO blam! test test_key_expansion ... ok Oct 15 04:02:24.557 INFO blam! test test_shift_rows ... ok Oct 15 04:02:24.557 INFO blam! Oct 15 04:02:24.557 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:02:24.557 INFO blam! Oct 15 04:02:24.560 INFO kablam! su: No module specific data is present Oct 15 04:02:24.824 INFO running `"docker" "rm" "-f" "024fbe0af4e3868d623547c37873d269c223aca6cdd99a8e8a2998af01e095df"` Oct 15 04:02:24.909 INFO blam! 024fbe0af4e3868d623547c37873d269c223aca6cdd99a8e8a2998af01e095df