Oct 15 20:37:09.312 INFO testing rust-crypto-0.2.36 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:37:09.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 20:37:09.703 INFO blam! 1c9a7a868b53eeeb75a11ada5b7ed8d7bc1d7d01a3894e13bfc0f8c4ad0f15b3 Oct 15 20:37:09.705 INFO running `"docker" "start" "-a" "1c9a7a868b53eeeb75a11ada5b7ed8d7bc1d7d01a3894e13bfc0f8c4ad0f15b3"` Oct 15 20:37:10.986 INFO kablam! usermod: no changes Oct 15 20:37:11.100 INFO kablam! Compiling rust-crypto v0.2.36 (/source) Oct 15 20:37:11.671 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 15 20:37:11.671 INFO kablam! --> build.rs:16:26 Oct 15 20:37:11.671 INFO kablam! | Oct 15 20:37:11.671 INFO kablam! 16 | let mut config = gcc::Config::new(); Oct 15 20:37:11.671 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:11.671 INFO kablam! | Oct 15 20:37:11.671 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:37:11.671 INFO kablam! Oct 15 20:37:11.671 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 15 20:37:11.671 INFO kablam! --> build.rs:25:23 Oct 15 20:37:11.671 INFO kablam! | Oct 15 20:37:11.671 INFO kablam! 25 | let mut cfg = gcc::Config::new(); Oct 15 20:37:11.671 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:11.671 INFO kablam! Oct 15 20:37:11.683 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 15 20:37:11.683 INFO kablam! --> build.rs:16:26 Oct 15 20:37:11.683 INFO kablam! | Oct 15 20:37:11.683 INFO kablam! 16 | let mut config = gcc::Config::new(); Oct 15 20:37:11.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:11.683 INFO kablam! Oct 15 20:37:11.683 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 15 20:37:11.683 INFO kablam! --> build.rs:25:23 Oct 15 20:37:11.683 INFO kablam! | Oct 15 20:37:11.683 INFO kablam! 25 | let mut cfg = gcc::Config::new(); Oct 15 20:37:11.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:11.683 INFO kablam! Oct 15 20:37:13.627 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.627 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:13.627 INFO kablam! | Oct 15 20:37:13.627 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.627 INFO kablam! ... Oct 15 20:37:13.627 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 15 20:37:13.627 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.630 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 15 20:37:13.631 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 20:37:13.631 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:13.631 INFO kablam! | Oct 15 20:37:13.631 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:13.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.631 INFO kablam! ... Oct 15 20:37:13.631 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 20:37:13.631 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:13.631 INFO kablam! Oct 15 20:37:13.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.631 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:13.632 INFO kablam! | Oct 15 20:37:13.632 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.632 INFO kablam! ... Oct 15 20:37:13.632 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 20:37:13.632 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:13.632 INFO kablam! Oct 15 20:37:13.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.632 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:13.632 INFO kablam! | Oct 15 20:37:13.632 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.632 INFO kablam! ... Oct 15 20:37:13.632 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 20:37:13.632 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:13.632 INFO kablam! Oct 15 20:37:13.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.632 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:13.632 INFO kablam! | Oct 15 20:37:13.632 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.632 INFO kablam! ... Oct 15 20:37:13.632 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 20:37:13.632 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:13.632 INFO kablam! Oct 15 20:37:13.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.632 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:13.632 INFO kablam! | Oct 15 20:37:13.632 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.632 INFO kablam! ... Oct 15 20:37:13.632 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 15 20:37:13.632 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:13.632 INFO kablam! Oct 15 20:37:13.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:13.632 INFO kablam! --> src/sha2.rs:398:41 Oct 15 20:37:13.632 INFO kablam! | Oct 15 20:37:13.632 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:13.632 INFO kablam! ... Oct 15 20:37:13.632 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 20:37:13.632 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:13.632 INFO kablam! Oct 15 20:37:19.686 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.67s Oct 15 20:37:19.691 INFO kablam! su: No module specific data is present Oct 15 20:37:20.037 INFO running `"docker" "rm" "-f" "1c9a7a868b53eeeb75a11ada5b7ed8d7bc1d7d01a3894e13bfc0f8c4ad0f15b3"` Oct 15 20:37:20.170 INFO blam! 1c9a7a868b53eeeb75a11ada5b7ed8d7bc1d7d01a3894e13bfc0f8c4ad0f15b3 Oct 15 20:37:20.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 20:37:20.523 INFO blam! e8d57e89191c7a76416c6fe7a66dc84b5045090420c2950002e43980991abdd3 Oct 15 20:37:20.530 INFO running `"docker" "start" "-a" "e8d57e89191c7a76416c6fe7a66dc84b5045090420c2950002e43980991abdd3"` Oct 15 20:37:21.461 INFO kablam! usermod: no changes Oct 15 20:37:21.511 INFO kablam! Compiling rust-crypto v0.2.36 (/source) Oct 15 20:37:22.959 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.959 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:22.959 INFO kablam! | Oct 15 20:37:22.959 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.959 INFO kablam! ... Oct 15 20:37:22.959 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 15 20:37:22.959 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.959 INFO kablam! | Oct 15 20:37:22.959 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:37:22.959 INFO kablam! Oct 15 20:37:22.959 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.959 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:22.959 INFO kablam! | Oct 15 20:37:22.959 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.959 INFO kablam! ... Oct 15 20:37:22.959 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 15 20:37:22.959 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.959 INFO kablam! Oct 15 20:37:22.959 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.959 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 15 20:37:22.960 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 20:37:22.960 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 20:37:22.960 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.960 INFO kablam! ... Oct 15 20:37:22.960 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 20:37:22.960 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:22.960 INFO kablam! Oct 15 20:37:22.960 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.960 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:22.960 INFO kablam! | Oct 15 20:37:22.960 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:22.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.961 INFO kablam! ... Oct 15 20:37:22.961 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 20:37:22.961 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:22.961 INFO kablam! Oct 15 20:37:22.961 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.961 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:22.961 INFO kablam! | Oct 15 20:37:22.961 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.961 INFO kablam! ... Oct 15 20:37:22.961 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 20:37:22.961 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:22.961 INFO kablam! Oct 15 20:37:22.961 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.961 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:22.961 INFO kablam! | Oct 15 20:37:22.961 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.961 INFO kablam! ... Oct 15 20:37:22.961 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 15 20:37:22.961 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:22.961 INFO kablam! Oct 15 20:37:22.961 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:22.961 INFO kablam! --> src/sha2.rs:398:41 Oct 15 20:37:22.961 INFO kablam! | Oct 15 20:37:22.961 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:22.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:22.961 INFO kablam! ... Oct 15 20:37:22.961 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 20:37:22.961 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:22.961 INFO kablam! Oct 15 20:37:23.215 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 20:37:23.215 INFO kablam! --> src/whirlpool.rs:210:9 Oct 15 20:37:23.215 INFO kablam! | Oct 15 20:37:23.215 INFO kablam! 210 | use std::ascii::AsciiExt; Oct 15 20:37:23.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 20:37:23.215 INFO kablam! | Oct 15 20:37:23.215 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:37:23.215 INFO kablam! Oct 15 20:37:26.567 INFO kablam! warning: unused import: `digest::Digest` Oct 15 20:37:26.567 INFO kablam! --> src/hmac.rs:126:9 Oct 15 20:37:26.567 INFO kablam! | Oct 15 20:37:26.567 INFO kablam! 126 | use digest::Digest; Oct 15 20:37:26.567 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 20:37:26.567 INFO kablam! | Oct 15 20:37:26.567 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:37:26.567 INFO kablam! Oct 15 20:37:26.567 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 20:37:26.567 INFO kablam! --> src/whirlpool.rs:210:9 Oct 15 20:37:26.567 INFO kablam! | Oct 15 20:37:26.567 INFO kablam! 210 | use std::ascii::AsciiExt; Oct 15 20:37:26.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 20:37:26.567 INFO kablam! Oct 15 20:37:33.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.23s Oct 15 20:37:33.707 INFO kablam! su: No module specific data is present Oct 15 20:37:33.955 INFO running `"docker" "rm" "-f" "e8d57e89191c7a76416c6fe7a66dc84b5045090420c2950002e43980991abdd3"` Oct 15 20:37:34.058 INFO blam! e8d57e89191c7a76416c6fe7a66dc84b5045090420c2950002e43980991abdd3 Oct 15 20:37:34.061 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 20:37:34.281 INFO blam! e171e1d5ea56623c983f3dbc7054237ee10af16cc1108e338424d6eefb9d67cf Oct 15 20:37:34.283 INFO running `"docker" "start" "-a" "e171e1d5ea56623c983f3dbc7054237ee10af16cc1108e338424d6eefb9d67cf"` Oct 15 20:37:35.431 INFO kablam! usermod: no changes Oct 15 20:37:35.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 20:37:35.542 INFO kablam! Running /target/debug/deps/crypto-533ae5dede1c279a Oct 15 20:37:35.547 INFO blam! Oct 15 20:37:35.547 INFO blam! running 115 tests Oct 15 20:37:35.549 INFO blam! test aes::test::test_aesni_128 ... ok Oct 15 20:37:35.549 INFO blam! test aes::test::aes_ctr_box ... ok Oct 15 20:37:35.549 INFO blam! test aes::test::test_aesni_192 ... ok Oct 15 20:37:35.551 INFO blam! test aes::test::test_aessafe_256_x8 ... ok Oct 15 20:37:35.552 INFO blam! test aes::test::test_aessafe_256 ... ok Oct 15 20:37:35.552 INFO blam! test aes_gcm::test::aes_gcm_decrypt_test ... ok Oct 15 20:37:35.552 INFO blam! test aes::test::test_aesni_256 ... ok Oct 15 20:37:35.552 INFO blam! test aes::test::test_aessafe_128_x8 ... ok Oct 15 20:37:35.552 INFO blam! test aes::test::test_aessafe_192_x8 ... ok Oct 15 20:37:35.552 INFO blam! test aes::test::test_aessafe_128 ... ok Oct 15 20:37:35.568 INFO blam! test aes::test::test_aessafe_192 ... ok Oct 15 20:37:35.568 INFO blam! test aes_gcm::test::aes_gcm_decrypt_fail_test ... ok Oct 15 20:37:35.568 INFO blam! test aes_gcm::test::aes_gcm_test ... ok Oct 15 20:37:35.568 INFO blam! test blake2b::mac_tests::test_blake2b_mac ... ok Oct 15 20:37:35.568 INFO blam! test blake2s::digest_tests::test_blake2s_digest ... ok Oct 15 20:37:35.575 INFO blam! test blake2b::digest_tests::test_blake2b_digest ... ok Oct 15 20:37:35.587 INFO blam! test blake2s::mac_tests::test_blake2s_mac ... ok Oct 15 20:37:36.443 INFO blam! test bcrypt_pbkdf::test::test_bcrypt_hash ... ok Oct 15 20:37:36.555 INFO blam! test blockmodes::test::aes_ctr ... ok Oct 15 20:37:36.651 INFO blam! test blowfish::test::decrypt_eay_test_vectors ... ok Oct 15 20:37:36.747 INFO blam! test blowfish::test::encrypt_eay_test_vectors ... ok Oct 15 20:37:36.755 INFO blam! test chacha20::test::test_chacha20_256_tls_vectors ... ok Oct 15 20:37:36.755 INFO blam! test chacha20::test::test_chacha20_256_tls_vectors_96_nonce ... ok Oct 15 20:37:36.756 INFO blam! test chacha20::test::test_xchacha20_basic ... ok Oct 15 20:37:36.759 INFO blam! test chacha20poly1305::test::test_chacha20_256_poly1305_boringssl_vectors_decrypt ... ok Oct 15 20:37:36.787 INFO blam! test chacha20poly1305::test::test_chacha20_256_poly1305_boringssl_vectors_encrypt ... ok Oct 15 20:37:36.823 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_ok ... ok Oct 15 20:37:36.951 INFO blam! test blockmodes::test::aes_cbc_no_padding ... ok Oct 15 20:37:36.963 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok ... ok Oct 15 20:37:36.974 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok2 ... ok Oct 15 20:37:36.994 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok3 ... ok Oct 15 20:37:37.059 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_overflow ... ok Oct 15 20:37:37.059 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow ... ok Oct 15 20:37:37.060 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow2 ... ok Oct 15 20:37:37.067 INFO blam! test curve25519::tests::base_example ... ok Oct 15 20:37:37.075 INFO blam! test curve25519::tests::from_to_bytes_preserves ... ok Oct 15 20:37:37.076 INFO blam! test curve25519::tests::mul_assoc ... ok Oct 15 20:37:37.079 INFO blam! test curve25519::tests::mul_commutes ... ok Oct 15 20:37:37.091 INFO blam! test curve25519::tests::square_by_mul ... ok Oct 15 20:37:37.091 INFO blam! test curve25519::tests::swap_test ... ok Oct 15 20:37:37.098 INFO blam! test ed25519::tests::keypair_cases ... ok Oct 15 20:37:37.122 INFO blam! test ed25519::tests::keypair_matches_mont ... ok Oct 15 20:37:37.173 INFO blam! test curve25519::tests::invert_inverts ... ok Oct 15 20:37:37.179 INFO blam! test fortuna::tests::test_accumulator_correctness ... ok Oct 15 20:37:37.183 INFO blam! test fortuna::tests::test_badly_seeded ... ok Oct 15 20:37:37.183 INFO blam! test fortuna::tests::test_create_unseeded ... ok Oct 15 20:37:37.223 INFO blam! test ed25519::tests::sign_verify_cases ... ok Oct 15 20:37:37.282 INFO blam! test fortuna::tests::test_seeded ... ok Oct 15 20:37:37.287 INFO blam! test fortuna::tests::test_too_big_event ... ok Oct 15 20:37:37.287 INFO blam! test blockmodes::test::aes_ecb_no_padding ... ok Oct 15 20:37:37.287 INFO blam! test fortuna::tests::test_use_unseeded ... ok Oct 15 20:37:37.289 INFO blam! test ghash::test::hash ... ok Oct 15 20:37:37.292 INFO blam! test hc128::test::test_hc128_ecrypt_set_2_vector_0 ... ok Oct 15 20:37:37.292 INFO blam! test bcrypt::test::test_openwall_test_vectors ... ok Oct 15 20:37:37.292 INFO blam! test ghash::test::split_input ... ok Oct 15 20:37:37.299 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_2 ... ok Oct 15 20:37:37.314 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_1 ... ok Oct 15 20:37:37.315 INFO blam! test hkdf::test::test_hkdf_rfc5869_sha1_vectors ... ok Oct 15 20:37:37.315 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_3 ... ok Oct 15 20:37:37.315 INFO blam! test hmac::test::test_hmac_md5_incremental ... ok Oct 15 20:37:37.315 INFO blam! test hmac::test::test_hmac_md5 ... ok Oct 15 20:37:37.315 INFO blam! test hkdf::test::test_hkdf_rfc5869_sha256_vectors ... ok Oct 15 20:37:37.315 INFO blam! test md5::tests::test_md5 ... ok Oct 15 20:37:37.883 INFO blam! test md5::tests::test_1million_random_md5 ... ok Oct 15 20:37:37.931 INFO blam! test poly1305::test::donna_self_test ... ok Oct 15 20:37:37.931 INFO blam! test poly1305::test::test_nacl_vector ... ok Oct 15 20:37:37.939 INFO blam! test poly1305::test::test_tls_vectors ... ok Oct 15 20:37:37.955 INFO blam! test rc4::test::wikipedia_tests ... ok Oct 15 20:37:37.959 INFO blam! test ripemd160::tests::test ... ok Oct 15 20:37:37.987 INFO blam! test blockmodes::test::aes_ctr_x8 ... ok Oct 15 20:37:37.987 INFO blam! test salsa20::test::test_salsa20_128bit_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:37.987 INFO blam! test salsa20::test::test_salsa20_256bit_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:38.751 INFO blam! test ripemd160::tests::test_1million_random_ripemd160 ... ok Oct 15 20:37:38.751 INFO blam! test salsa20::test::test_xsalsa20_cryptopp ... ok Oct 15 20:37:38.987 INFO blam! test pbkdf2::test::test_pbkdf2_simple ... ok Oct 15 20:37:39.388 INFO blam! test blockmodes::test::aes_cbc_pkcs_padding ... ok Oct 15 20:37:39.415 INFO blam! test blockmodes::test::aes_ecb_pkcs_padding ... ok Oct 15 20:37:39.451 INFO blam! test sha1::tests::test ... ok Oct 15 20:37:39.651 INFO blam! test pbkdf2::test::test_pbkdf2 ... ok Oct 15 20:37:40.155 INFO blam! test sha1::tests::test_1million_random_sha1 ... ok Oct 15 20:37:40.574 INFO blam! test sha2::tests::test_1million_random_sha512 ... ok Oct 15 20:37:40.580 INFO blam! test sha2::tests::test_sha224 ... ok Oct 15 20:37:40.599 INFO blam! test sha2::tests::test_sha256 ... ok Oct 15 20:37:40.615 INFO blam! test sha2::tests::test_sha384 ... ok Oct 15 20:37:40.647 INFO blam! test sha2::tests::test_sha512 ... ok Oct 15 20:37:40.671 INFO blam! test sha2::tests::test_sha512_224 ... ok Oct 15 20:37:40.696 INFO blam! test sha2::tests::test_sha512_256 ... ok Oct 15 20:37:40.715 INFO blam! test sha3::tests::test_keccak_224 ... ok Oct 15 20:37:40.728 INFO blam! test sha3::tests::test_keccak_256 ... ok Oct 15 20:37:40.735 INFO blam! test sha3::tests::test_keccak_384 ... ok Oct 15 20:37:40.772 INFO blam! test sha3::tests::test_keccak_512 ... ok Oct 15 20:37:40.925 INFO blam! test sha2::tests::test_1million_random_sha256 ... ok Oct 15 20:37:40.987 INFO blam! test scrypt::test::test_scrypt_simple_compact ... ok Oct 15 20:37:42.035 INFO blam! test sha3::tests::test_sha3_224 ... ok Oct 15 20:37:42.535 INFO blam! test sha3::tests::test_sha3_256 ... ok Oct 15 20:37:42.971 INFO blam! test sha3::tests::test_sha3_384 ... ok Oct 15 20:37:44.679 INFO blam! test sha3::tests::test_sha3_512 ... ok Oct 15 20:37:44.719 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:44.735 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_2_vector_63 ... ok Oct 15 20:37:44.783 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_2_vector_90 ... ok Oct 15 20:37:44.803 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_3_vector_135 ... ok Oct 15 20:37:44.818 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_3_vector_207 ... ok Oct 15 20:37:44.838 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_6_vector_3 ... ok Oct 15 20:37:44.839 INFO blam! test sosemanuk::test::test_sosemanuk_vector128_test1 ... ok Oct 15 20:37:44.851 INFO blam! test sosemanuk::test::test_sosemanuk_vector128_test2 ... ok Oct 15 20:37:44.852 INFO blam! test util::test::test_fixed_time_eq ... ok Oct 15 20:37:45.003 INFO blam! test scrypt::test::test_scrypt_simple_expanded ... ok Oct 15 20:37:45.015 INFO blam! test whirlpool::test::whirlpool_static_test ... ok Oct 15 20:37:45.963 INFO blam! test salsa20::test::test_salsa20_256bit_nacl_vector_2 ... ok Oct 15 20:37:46.455 INFO blam! test sha3::tests::test_sha3_shake128 ... ok Oct 15 20:37:46.767 INFO blam! test whirlpool::test::whirlpool_1000000a_test ... ok Oct 15 20:37:46.863 INFO blam! test sha3::tests::test_sha3_shake256 ... ok Oct 15 20:37:47.531 INFO blam! test fortuna::tests::test_generator_correctness ... ok Oct 15 20:37:55.159 INFO blam! test bcrypt_pbkdf::test::test_openbsd_vectors ... ok Oct 15 20:38:02.393 INFO blam! test scrypt::test::test_scrypt ... ok Oct 15 20:38:02.393 INFO blam! Oct 15 20:38:02.394 INFO blam! test result: ok. 115 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:38:02.394 INFO blam! Oct 15 20:38:02.396 INFO kablam! Doc-tests crypto Oct 15 20:38:03.912 INFO blam! Oct 15 20:38:03.912 INFO blam! running 14 tests Oct 15 20:38:03.927 INFO blam! test src/sha1.rs - sha1::sha1_digest_block (line 331) ... ignored Oct 15 20:38:03.927 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 274) ... ignored Oct 15 20:38:03.927 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 302) ... ignored Oct 15 20:38:03.927 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 310) ... ignored Oct 15 20:38:03.927 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 336) ... ignored Oct 15 20:38:03.947 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 559) ... ignored Oct 15 20:38:03.967 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 591) ... ignored Oct 15 20:38:03.968 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 599) ... ignored Oct 15 20:38:03.968 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 627) ... ignored Oct 15 20:38:10.903 INFO blam! test src/whirlpool.rs - whirlpool (line 21) ... ok Oct 15 20:38:11.851 INFO blam! test src/sha3.rs - sha3 (line 29) ... ok Oct 15 20:38:11.991 INFO blam! test src/sha1.rs - sha1 (line 27) ... ok Oct 15 20:38:12.015 INFO blam! test src/sha2.rs - sha2 (line 50) ... ok Oct 15 20:38:12.067 INFO blam! test src/sha2.rs - sha2 (line 30) ... ok Oct 15 20:38:12.067 INFO blam! Oct 15 20:38:12.068 INFO blam! test result: ok. 5 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 15 20:38:12.068 INFO blam! Oct 15 20:38:12.107 INFO kablam! su: No module specific data is present Oct 15 20:38:13.087 INFO running `"docker" "rm" "-f" "e171e1d5ea56623c983f3dbc7054237ee10af16cc1108e338424d6eefb9d67cf"` Oct 15 20:38:13.541 INFO blam! e171e1d5ea56623c983f3dbc7054237ee10af16cc1108e338424d6eefb9d67cf