Oct 15 04:02:12.912 INFO testing anoadragon453/rust-aes against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:02:12.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:13.559 INFO blam! 7f200c120315dbbe803b2593c19436aca752f9216d38eab5daff7355afc68c34 Oct 15 04:02:13.560 INFO running `"docker" "start" "-a" "7f200c120315dbbe803b2593c19436aca752f9216d38eab5daff7355afc68c34"` Oct 15 04:02:14.678 INFO kablam! usermod: no changes Oct 15 04:02:14.747 INFO kablam! Compiling numrs v0.2.0 Oct 15 04:02:15.428 INFO kablam! Compiling aes v0.1.0 (/source) Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:145:67 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:146:67 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:147:67 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:148:67 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:159:51 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 15 04:02:15.991 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:163:68 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:164:68 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:165:68 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:166:68 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 15 04:02:15.991 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:224:38 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:15.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.991 INFO kablam! --> src/main.rs:224:58 Oct 15 04:02:15.991 INFO kablam! | Oct 15 04:02:15.991 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:15.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:15.991 INFO kablam! Oct 15 04:02:15.991 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:15.992 INFO kablam! --> src/main.rs:234:36 Oct 15 04:02:15.992 INFO kablam! | Oct 15 04:02:15.992 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 15 04:02:15.992 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:15.992 INFO kablam! Oct 15 04:02:16.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 15 04:02:16.899 INFO kablam! su: No module specific data is present Oct 15 04:02:17.431 INFO running `"docker" "rm" "-f" "7f200c120315dbbe803b2593c19436aca752f9216d38eab5daff7355afc68c34"` Oct 15 04:02:17.675 INFO blam! 7f200c120315dbbe803b2593c19436aca752f9216d38eab5daff7355afc68c34 Oct 15 04:02:17.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:18.217 INFO blam! 4353859b1180c54c623842c45b579605229f92b3fe962f5634a8f2b0c22b048a Oct 15 04:02:18.219 INFO running `"docker" "start" "-a" "4353859b1180c54c623842c45b579605229f92b3fe962f5634a8f2b0c22b048a"` Oct 15 04:02:19.490 INFO kablam! usermod: no changes Oct 15 04:02:19.564 INFO kablam! Compiling aes v0.1.0 (/source) Oct 15 04:02:20.255 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.255 INFO kablam! --> src/main.rs:145:67 Oct 15 04:02:20.255 INFO kablam! | Oct 15 04:02:20.255 INFO kablam! 145 | let mut col = matrix::from_elems(1, 4, &[round_key.get(0, (i-1)), Oct 15 04:02:20.255 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.255 INFO kablam! | Oct 15 04:02:20.255 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:02:20.255 INFO kablam! Oct 15 04:02:20.255 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.255 INFO kablam! --> src/main.rs:146:67 Oct 15 04:02:20.255 INFO kablam! | Oct 15 04:02:20.255 INFO kablam! 146 | round_key.get(1, (i-1)), Oct 15 04:02:20.255 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.255 INFO kablam! Oct 15 04:02:20.255 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.255 INFO kablam! --> src/main.rs:147:67 Oct 15 04:02:20.255 INFO kablam! | Oct 15 04:02:20.255 INFO kablam! 147 | round_key.get(2, (i-1)), Oct 15 04:02:20.255 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.255 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:148:67 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 148 | round_key.get(3, (i-1))]); Oct 15 04:02:20.256 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:159:51 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 159 | xor_matricies(&mut col, &get_rcon_col((i / 4))); Oct 15 04:02:20.256 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:163:68 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 163 | let init_col = matrix::from_elems(1, 4, &[round_key.get(0, (i-4)), Oct 15 04:02:20.256 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:164:68 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 164 | round_key.get(1, (i-4)), Oct 15 04:02:20.256 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:165:68 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 165 | round_key.get(2, (i-4)), Oct 15 04:02:20.256 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:166:68 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 166 | round_key.get(3, (i-4))]); Oct 15 04:02:20.256 INFO kablam! | ^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:224:38 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:224:58 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 224 | state.set(i, j, sbox.get((hex_row as usize), (hex_col as usize))); Oct 15 04:02:20.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:20.256 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 04:02:20.256 INFO kablam! --> src/main.rs:234:36 Oct 15 04:02:20.256 INFO kablam! | Oct 15 04:02:20.256 INFO kablam! 234 | round_key_chunk.set(i, (j % 4), round_key.get(i, j)); Oct 15 04:02:20.256 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 04:02:20.256 INFO kablam! Oct 15 04:02:21.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 15 04:02:21.163 INFO kablam! su: No module specific data is present Oct 15 04:02:21.455 INFO running `"docker" "rm" "-f" "4353859b1180c54c623842c45b579605229f92b3fe962f5634a8f2b0c22b048a"` Oct 15 04:02:21.540 INFO blam! 4353859b1180c54c623842c45b579605229f92b3fe962f5634a8f2b0c22b048a Oct 15 04:02:21.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.713 INFO blam! 188b92c6a1f99b42ec91643bd163046fbe9992c4fa36965f773e90d2a6ca0d60 Oct 15 04:02:21.716 INFO running `"docker" "start" "-a" "188b92c6a1f99b42ec91643bd163046fbe9992c4fa36965f773e90d2a6ca0d60"` Oct 15 04:02:22.647 INFO kablam! usermod: no changes Oct 15 04:02:22.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 04:02:22.759 INFO kablam! Running /target/debug/deps/aes-c5422033e1b6a91b Oct 15 04:02:22.768 INFO blam! Oct 15 04:02:22.768 INFO blam! running 9 tests Oct 15 04:02:22.769 INFO blam! test test_sub_bytes ... ok Oct 15 04:02:22.769 INFO blam! test test_shift_rows ... ok Oct 15 04:02:22.769 INFO blam! test test_mix_columns ... ok Oct 15 04:02:22.775 INFO blam! test test_key_expansion ... ok Oct 15 04:02:22.775 INFO blam! test test_enc_dec_1 ... ok Oct 15 04:02:22.775 INFO blam! test test_encrypted_append ... ok Oct 15 04:02:22.775 INFO blam! test test_add_round_key ... ok Oct 15 04:02:22.779 INFO kablam! su: No module specific data is present Oct 15 04:02:22.779 INFO blam! test test_xor_matricies ... ok Oct 15 04:02:22.779 INFO blam! test test_enc_dec_2 ... ok Oct 15 04:02:22.779 INFO blam! Oct 15 04:02:22.779 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:02:22.779 INFO blam! Oct 15 04:02:23.777 INFO running `"docker" "rm" "-f" "188b92c6a1f99b42ec91643bd163046fbe9992c4fa36965f773e90d2a6ca0d60"` Oct 15 04:02:23.915 INFO blam! 188b92c6a1f99b42ec91643bd163046fbe9992c4fa36965f773e90d2a6ca0d60