Oct 11 02:59:27.141 INFO testing anoadragon453/rust-aes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:59:27.141 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:59:27.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:59:27.544 INFO blam! 19cb7dd9e67163db3881ce119995eaa48dcf2a979e0eadc8eb5c6ae2c1c96300 Oct 11 02:59:27.556 INFO running `"docker" "start" "-a" "19cb7dd9e67163db3881ce119995eaa48dcf2a979e0eadc8eb5c6ae2c1c96300"` Oct 11 02:59:28.602 INFO kablam! usermod: no changes Oct 11 02:59:28.700 INFO kablam! Compiling num-bigint v0.1.40 Oct 11 02:59:31.888 INFO kablam! Compiling num-rational v0.1.39 Oct 11 02:59:33.989 INFO kablam! Compiling num v0.1.40 Oct 11 02:59:34.836 INFO kablam! Compiling numrs v0.2.0 Oct 11 02:59:36.114 INFO kablam! Compiling aes v0.1.0 (/source) Oct 11 02:59:37.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.304 INFO kablam! --> src/main.rs:145:67 Oct 11 02:59:37.304 INFO kablam! | Oct 11 02:59:37.304 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 11 02:59:37.304 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.304 INFO kablam! | Oct 11 02:59:37.304 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:59:37.304 INFO kablam! Oct 11 02:59:37.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:146:67 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:147:67 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:148:67 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:159:51 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 11 02:59:37.306 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:163:68 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:164:68 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:165:68 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:166:68 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 11 02:59:37.306 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:224:38 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 11 02:59:37.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:59:37.306 INFO kablam! Oct 11 02:59:37.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.306 INFO kablam! --> src/main.rs:224:58 Oct 11 02:59:37.306 INFO kablam! | Oct 11 02:59:37.306 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 11 02:59:37.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:59:37.307 INFO kablam! Oct 11 02:59:37.307 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:37.307 INFO kablam! --> src/main.rs:234:36 Oct 11 02:59:37.307 INFO kablam! | Oct 11 02:59:37.307 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 11 02:59:37.307 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 02:59:37.307 INFO kablam! Oct 11 02:59:38.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.77s Oct 11 02:59:38.413 INFO kablam! su: No module specific data is present Oct 11 02:59:39.175 INFO running `"docker" "rm" "-f" "19cb7dd9e67163db3881ce119995eaa48dcf2a979e0eadc8eb5c6ae2c1c96300"` Oct 11 02:59:39.462 INFO blam! 19cb7dd9e67163db3881ce119995eaa48dcf2a979e0eadc8eb5c6ae2c1c96300 Oct 11 02:59:39.464 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:59:39.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:59:39.886 INFO blam! cabd58ec16eaf20ec14b112cb14cd9113fb0647437d6c152360a4652ce8436c1 Oct 11 02:59:39.893 INFO running `"docker" "start" "-a" "cabd58ec16eaf20ec14b112cb14cd9113fb0647437d6c152360a4652ce8436c1"` Oct 11 02:59:40.657 INFO kablam! usermod: no changes Oct 11 02:59:40.754 INFO kablam! Compiling aes v0.1.0 (/source) Oct 11 02:59:42.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.304 INFO kablam! --> src/main.rs:145:67 Oct 11 02:59:42.304 INFO kablam! | Oct 11 02:59:42.304 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 11 02:59:42.304 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.304 INFO kablam! | Oct 11 02:59:42.304 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:59:42.304 INFO kablam! Oct 11 02:59:42.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.304 INFO kablam! --> src/main.rs:146:67 Oct 11 02:59:42.304 INFO kablam! | Oct 11 02:59:42.304 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 11 02:59:42.304 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.304 INFO kablam! Oct 11 02:59:42.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.304 INFO kablam! --> src/main.rs:147:67 Oct 11 02:59:42.304 INFO kablam! | Oct 11 02:59:42.304 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 11 02:59:42.304 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.304 INFO kablam! Oct 11 02:59:42.304 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.304 INFO kablam! --> src/main.rs:148:67 Oct 11 02:59:42.304 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 11 02:59:42.305 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:159:51 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 11 02:59:42.305 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:163:68 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 11 02:59:42.305 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:164:68 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 11 02:59:42.305 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:165:68 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 11 02:59:42.305 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:166:68 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 11 02:59:42.305 INFO kablam! | ^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.305 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.305 INFO kablam! --> src/main.rs:224:38 Oct 11 02:59:42.305 INFO kablam! | Oct 11 02:59:42.305 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 11 02:59:42.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:59:42.305 INFO kablam! Oct 11 02:59:42.316 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.316 INFO kablam! --> src/main.rs:224:58 Oct 11 02:59:42.316 INFO kablam! | Oct 11 02:59:42.316 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 11 02:59:42.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:59:42.316 INFO kablam! Oct 11 02:59:42.316 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:59:42.316 INFO kablam! --> src/main.rs:234:36 Oct 11 02:59:42.316 INFO kablam! | Oct 11 02:59:42.316 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 11 02:59:42.316 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 02:59:42.316 INFO kablam! Oct 11 02:59:43.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.79s Oct 11 02:59:43.480 INFO kablam! su: No module specific data is present Oct 11 02:59:43.957 INFO running `"docker" "rm" "-f" "cabd58ec16eaf20ec14b112cb14cd9113fb0647437d6c152360a4652ce8436c1"` Oct 11 02:59:44.112 INFO blam! cabd58ec16eaf20ec14b112cb14cd9113fb0647437d6c152360a4652ce8436c1 Oct 11 02:59:44.114 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:59:44.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:59:44.322 INFO blam! 7517d43651ed819c0217b61215e77ebf4318263ef7682e9a0c279981e0d4ebee Oct 11 02:59:44.336 INFO running `"docker" "start" "-a" "7517d43651ed819c0217b61215e77ebf4318263ef7682e9a0c279981e0d4ebee"` Oct 11 02:59:44.738 INFO kablam! usermod: no changes Oct 11 02:59:44.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:59:44.764 INFO kablam! Running /target/debug/deps/aes-9074f0e6baad4027 Oct 11 02:59:44.766 INFO blam! Oct 11 02:59:44.766 INFO blam! running 9 tests Oct 11 02:59:44.767 INFO blam! test test_mix_columns ... ok Oct 11 02:59:44.767 INFO blam! test test_encrypted_append ... ok Oct 11 02:59:44.767 INFO blam! test test_key_expansion ... ok Oct 11 02:59:44.767 INFO blam! test test_add_round_key ... ok Oct 11 02:59:44.768 INFO blam! test test_enc_dec_1 ... ok Oct 11 02:59:44.768 INFO blam! test test_sub_bytes ... ok Oct 11 02:59:44.768 INFO blam! test test_shift_rows ... ok Oct 11 02:59:44.768 INFO blam! test test_xor_matricies ... ok Oct 11 02:59:44.768 INFO blam! test test_enc_dec_2 ... ok Oct 11 02:59:44.768 INFO blam! Oct 11 02:59:44.768 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:59:44.768 INFO blam! Oct 11 02:59:44.770 INFO kablam! su: No module specific data is present Oct 11 02:59:45.033 INFO running `"docker" "rm" "-f" "7517d43651ed819c0217b61215e77ebf4318263ef7682e9a0c279981e0d4ebee"` Oct 11 02:59:45.130 INFO blam! 7517d43651ed819c0217b61215e77ebf4318263ef7682e9a0c279981e0d4ebee