Oct 15 20:37:06.754 INFO testing rust-crypto-wasm-0.3.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:37:06.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:06.975 INFO blam! 589b1f39cfc8a979634398a805f3160256aa86d23697a0cb3f2ef477efdb490e Oct 15 20:37:06.981 INFO running `"docker" "start" "-a" "589b1f39cfc8a979634398a805f3160256aa86d23697a0cb3f2ef477efdb490e"` Oct 15 20:37:07.922 INFO kablam! usermod: no changes Oct 15 20:37:08.079 INFO kablam! Compiling rust-crypto-wasm v0.3.1 (/source) Oct 15 20:37:08.083 INFO kablam! Compiling base64 v0.5.2 Oct 15 20:37:08.991 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 15 20:37:08.991 INFO kablam! --> build.rs:16:26 Oct 15 20:37:08.991 INFO kablam! | Oct 15 20:37:08.991 INFO kablam! 16 | let mut config = gcc::Config::new(); Oct 15 20:37:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:08.991 INFO kablam! | Oct 15 20:37:08.991 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:37:08.991 INFO kablam! Oct 15 20:37:08.991 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 15 20:37:08.991 INFO kablam! --> build.rs:25:23 Oct 15 20:37:08.991 INFO kablam! | Oct 15 20:37:08.991 INFO kablam! 25 | let mut cfg = gcc::Config::new(); Oct 15 20:37:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:08.991 INFO kablam! Oct 15 20:37:09.015 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:09.015 INFO kablam! --> build.rs:16:26 Oct 15 20:37:09.015 INFO kablam! | Oct 15 20:37:09.015 INFO kablam! 16 | let mut config = gcc::Config::new(); Oct 15 20:37:09.015 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:09.015 INFO kablam! Oct 15 20:37:09.019 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:09.019 INFO kablam! --> build.rs:25:23 Oct 15 20:37:09.019 INFO kablam! | Oct 15 20:37:09.019 INFO kablam! 25 | let mut cfg = gcc::Config::new(); Oct 15 20:37:09.019 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 20:37:09.019 INFO kablam! Oct 15 20:37:11.091 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.091 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:11.091 INFO kablam! | Oct 15 20:37:11.091 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.091 INFO kablam! ... Oct 15 20:37:11.091 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:11.091 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.091 INFO kablam! | Oct 15 20:37:11.091 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:37:11.091 INFO kablam! Oct 15 20:37:11.091 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.091 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:11.091 INFO kablam! | Oct 15 20:37:11.091 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.091 INFO kablam! ... Oct 15 20:37:11.091 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:11.091 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.091 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 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:11.092 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 20:37:11.092 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 20:37:11.092 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.092 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:11.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.092 INFO kablam! ... Oct 15 20:37:11.092 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 20:37:11.092 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:11.092 INFO kablam! Oct 15 20:37:11.092 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.092 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:11.092 INFO kablam! | Oct 15 20:37:11.093 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.093 INFO kablam! ... Oct 15 20:37:11.093 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 20:37:11.093 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:11.093 INFO kablam! Oct 15 20:37:11.093 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.093 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:11.093 INFO kablam! | Oct 15 20:37:11.093 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.093 INFO kablam! ... Oct 15 20:37:11.093 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:11.093 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:11.093 INFO kablam! Oct 15 20:37:11.093 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.093 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:11.093 INFO kablam! | Oct 15 20:37:11.093 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.093 INFO kablam! ... Oct 15 20:37:11.093 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:11.093 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:11.093 INFO kablam! Oct 15 20:37:11.093 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:11.093 INFO kablam! --> src/sha2.rs:398:41 Oct 15 20:37:11.093 INFO kablam! | Oct 15 20:37:11.093 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:11.093 INFO kablam! ... Oct 15 20:37:11.093 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:11.093 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:11.093 INFO kablam! Oct 15 20:37:17.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s Oct 15 20:37:17.802 INFO kablam! su: No module specific data is present Oct 15 20:37:18.463 INFO running `"docker" "rm" "-f" "589b1f39cfc8a979634398a805f3160256aa86d23697a0cb3f2ef477efdb490e"` Oct 15 20:37:18.731 INFO blam! 589b1f39cfc8a979634398a805f3160256aa86d23697a0cb3f2ef477efdb490e Oct 15 20:37:18.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:19.262 INFO blam! d5bd0c0830db3b75cb28d38ef8de07bdbfbda5be70223fdecee6fe41b523957c Oct 15 20:37:19.262 INFO running `"docker" "start" "-a" "d5bd0c0830db3b75cb28d38ef8de07bdbfbda5be70223fdecee6fe41b523957c"` Oct 15 20:37:19.942 INFO kablam! usermod: no changes Oct 15 20:37:19.984 INFO kablam! Compiling rust-crypto-wasm v0.3.1 (/source) Oct 15 20:37:21.494 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.494 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:21.494 INFO kablam! | Oct 15 20:37:21.494 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.494 INFO kablam! ... Oct 15 20:37:21.494 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:21.494 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.494 INFO kablam! | Oct 15 20:37:21.494 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:37:21.494 INFO kablam! Oct 15 20:37:21.494 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.494 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:21.494 INFO kablam! | Oct 15 20:37:21.494 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.494 INFO kablam! ... Oct 15 20:37:21.494 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:21.494 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.494 INFO kablam! Oct 15 20:37:21.494 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.494 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:21.494 INFO kablam! | Oct 15 20:37:21.494 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.494 INFO kablam! ... Oct 15 20:37:21.494 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:21.494 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.494 INFO kablam! Oct 15 20:37:21.494 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.494 INFO kablam! --> src/sha1.rs:143:41 Oct 15 20:37:21.494 INFO kablam! | Oct 15 20:37:21.494 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 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:21.495 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 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:21.495 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 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:21.495 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 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:21.495 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha1.rs:168:41 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 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:21.495 INFO kablam! | ---------------------- in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 20:37:21.495 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 20:37:21.495 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 20:37:21.495 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha2.rs:116:23 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.495 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 20:37:21.495 INFO kablam! | ------------ in this macro invocation Oct 15 20:37:21.495 INFO kablam! Oct 15 20:37:21.495 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.495 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:21.495 INFO kablam! | Oct 15 20:37:21.495 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.495 INFO kablam! ... Oct 15 20:37:21.496 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:21.496 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:21.496 INFO kablam! Oct 15 20:37:21.498 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.498 INFO kablam! --> src/sha2.rs:146:41 Oct 15 20:37:21.498 INFO kablam! | Oct 15 20:37:21.498 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.498 INFO kablam! ... Oct 15 20:37:21.498 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:21.498 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:21.498 INFO kablam! Oct 15 20:37:21.498 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:37:21.498 INFO kablam! --> src/sha2.rs:398:41 Oct 15 20:37:21.498 INFO kablam! | Oct 15 20:37:21.498 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 20:37:21.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:37:21.498 INFO kablam! ... Oct 15 20:37:21.498 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:21.498 INFO kablam! | ------------------------- in this macro invocation Oct 15 20:37:21.498 INFO kablam! Oct 15 20:37:21.759 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 20:37:21.759 INFO kablam! --> src/whirlpool.rs:210:9 Oct 15 20:37:21.759 INFO kablam! | Oct 15 20:37:21.759 INFO kablam! 210 | use std::ascii::AsciiExt; Oct 15 20:37:21.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 20:37:21.759 INFO kablam! | Oct 15 20:37:21.759 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:37:21.759 INFO kablam! Oct 15 20:37:25.343 INFO kablam! warning: unused import: `digest::Digest` Oct 15 20:37:25.343 INFO kablam! --> src/hmac.rs:126:9 Oct 15 20:37:25.343 INFO kablam! | Oct 15 20:37:25.343 INFO kablam! 126 | use digest::Digest; Oct 15 20:37:25.343 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 20:37:25.343 INFO kablam! | Oct 15 20:37:25.343 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:37:25.343 INFO kablam! Oct 15 20:37:25.343 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 20:37:25.343 INFO kablam! --> src/whirlpool.rs:210:9 Oct 15 20:37:25.343 INFO kablam! | Oct 15 20:37:25.343 INFO kablam! 210 | use std::ascii::AsciiExt; Oct 15 20:37:25.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 20:37:25.343 INFO kablam! Oct 15 20:37:33.158 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.20s Oct 15 20:37:33.161 INFO kablam! su: No module specific data is present Oct 15 20:37:33.434 INFO running `"docker" "rm" "-f" "d5bd0c0830db3b75cb28d38ef8de07bdbfbda5be70223fdecee6fe41b523957c"` Oct 15 20:37:33.497 INFO blam! d5bd0c0830db3b75cb28d38ef8de07bdbfbda5be70223fdecee6fe41b523957c Oct 15 20:37:33.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:33.678 INFO blam! b6848073b26124c2be59505977861ef0650330fedea913e1d0173291a2b5dd5d Oct 15 20:37:33.681 INFO running `"docker" "start" "-a" "b6848073b26124c2be59505977861ef0650330fedea913e1d0173291a2b5dd5d"` Oct 15 20:37:34.223 INFO kablam! usermod: no changes Oct 15 20:37:34.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 20:37:34.307 INFO kablam! Running /target/debug/deps/crypto-02d45417fe1dd9af Oct 15 20:37:34.307 INFO blam! Oct 15 20:37:34.307 INFO blam! running 115 tests Oct 15 20:37:34.332 INFO blam! test aes::test::test_aesni_128 ... ok Oct 15 20:37:34.332 INFO blam! test aes::test::aes_ctr_box ... ok Oct 15 20:37:34.332 INFO blam! test aes::test::test_aesni_256 ... ok Oct 15 20:37:34.333 INFO blam! test aes::test::test_aesni_192 ... ok Oct 15 20:37:34.333 INFO blam! test aes::test::test_aessafe_128 ... ok Oct 15 20:37:34.333 INFO blam! test aes::test::test_aessafe_192_x8 ... ok Oct 15 20:37:34.333 INFO blam! test aes::test::test_aessafe_128_x8 ... ok Oct 15 20:37:34.334 INFO blam! test aes::test::test_aessafe_192 ... ok Oct 15 20:37:34.339 INFO blam! test aes_gcm::test::aes_gcm_decrypt_test ... ok Oct 15 20:37:34.339 INFO blam! test aes::test::test_aessafe_256_x8 ... ok Oct 15 20:37:34.339 INFO blam! test aes_gcm::test::aes_gcm_decrypt_fail_test ... ok Oct 15 20:37:34.340 INFO blam! test aes::test::test_aessafe_256 ... ok Oct 15 20:37:34.340 INFO blam! test blake2s::digest_tests::test_blake2s_digest ... ok Oct 15 20:37:34.340 INFO blam! test blake2b::mac_tests::test_blake2b_mac ... ok Oct 15 20:37:34.340 INFO blam! test blake2b::digest_tests::test_blake2b_digest ... ok Oct 15 20:37:34.351 INFO blam! test blake2s::mac_tests::test_blake2s_mac ... ok Oct 15 20:37:34.357 INFO blam! test aes_gcm::test::aes_gcm_test ... ok Oct 15 20:37:35.015 INFO blam! test blockmodes::test::aes_ecb_no_padding ... ok Oct 15 20:37:35.300 INFO blam! test bcrypt_pbkdf::test::test_bcrypt_hash ... ok Oct 15 20:37:35.331 INFO blam! test blowfish::test::decrypt_eay_test_vectors ... ok Oct 15 20:37:35.355 INFO blam! test blowfish::test::encrypt_eay_test_vectors ... ok Oct 15 20:37:35.355 INFO blam! test chacha20::test::test_chacha20_256_tls_vectors ... ok Oct 15 20:37:35.355 INFO blam! test chacha20::test::test_chacha20_256_tls_vectors_96_nonce ... ok Oct 15 20:37:35.355 INFO blam! test chacha20::test::test_xchacha20_basic ... ok Oct 15 20:37:35.359 INFO blam! test chacha20poly1305::test::test_chacha20_256_poly1305_boringssl_vectors_decrypt ... ok Oct 15 20:37:35.359 INFO blam! test chacha20poly1305::test::test_chacha20_256_poly1305_boringssl_vectors_encrypt ... ok Oct 15 20:37:35.359 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_ok ... ok Oct 15 20:37:35.439 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_overflow ... ok Oct 15 20:37:35.439 INFO blam! test blockmodes::test::aes_ctr ... ok Oct 15 20:37:35.439 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok2 ... ok Oct 15 20:37:35.442 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok ... ok Oct 15 20:37:35.442 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow ... ok Oct 15 20:37:35.442 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow2 ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::base_example ... ok Oct 15 20:37:35.448 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok3 ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::from_to_bytes_preserves ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::mul_assoc ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::mul_commutes ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::square_by_mul ... ok Oct 15 20:37:35.448 INFO blam! test curve25519::tests::swap_test ... ok Oct 15 20:37:35.455 INFO blam! test ed25519::tests::keypair_cases ... ok Oct 15 20:37:35.499 INFO blam! test ed25519::tests::keypair_matches_mont ... ok Oct 15 20:37:35.532 INFO blam! test curve25519::tests::invert_inverts ... ok Oct 15 20:37:35.568 INFO blam! test fortuna::tests::test_accumulator_correctness ... ok Oct 15 20:37:35.569 INFO blam! test blockmodes::test::aes_cbc_no_padding ... ok Oct 15 20:37:35.569 INFO blam! test bcrypt::test::test_openwall_test_vectors ... ok Oct 15 20:37:35.569 INFO blam! test ed25519::tests::sign_verify_cases ... ok Oct 15 20:37:35.569 INFO blam! test fortuna::tests::test_create_unseeded ... ok Oct 15 20:37:35.575 INFO blam! test fortuna::tests::test_badly_seeded ... ok Oct 15 20:37:35.575 INFO blam! test fortuna::tests::test_too_big_event ... ok Oct 15 20:37:35.604 INFO blam! test fortuna::tests::test_seeded ... ok Oct 15 20:37:35.604 INFO blam! test fortuna::tests::test_use_unseeded ... ok Oct 15 20:37:35.604 INFO blam! test ghash::test::hash ... ok Oct 15 20:37:35.607 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_1 ... ok Oct 15 20:37:35.607 INFO blam! test hc128::test::test_hc128_ecrypt_set_2_vector_0 ... ok Oct 15 20:37:35.607 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_3 ... ok Oct 15 20:37:35.607 INFO blam! test hc128::test::test_hc128_ecrypt_set_6_vector_2 ... ok Oct 15 20:37:35.612 INFO blam! test hkdf::test::test_hkdf_rfc5869_sha1_vectors ... ok Oct 15 20:37:35.612 INFO blam! test hkdf::test::test_hkdf_rfc5869_sha256_vectors ... ok Oct 15 20:37:35.623 INFO blam! test hmac::test::test_hmac_md5 ... ok Oct 15 20:37:35.623 INFO blam! test hmac::test::test_hmac_md5_incremental ... ok Oct 15 20:37:35.627 INFO blam! test ghash::test::split_input ... ok Oct 15 20:37:35.635 INFO blam! test md5::tests::test_md5 ... ok Oct 15 20:37:35.940 INFO blam! test md5::tests::test_1million_random_md5 ... ok Oct 15 20:37:35.965 INFO blam! test poly1305::test::donna_self_test ... ok Oct 15 20:37:35.971 INFO blam! test poly1305::test::test_nacl_vector ... ok Oct 15 20:37:35.995 INFO blam! test poly1305::test::test_tls_vectors ... ok Oct 15 20:37:36.003 INFO blam! test rc4::test::wikipedia_tests ... ok Oct 15 20:37:36.015 INFO blam! test ripemd160::tests::test ... ok Oct 15 20:37:36.107 INFO blam! test blockmodes::test::aes_ctr_x8 ... ok Oct 15 20:37:36.115 INFO blam! test salsa20::test::test_salsa20_128bit_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:36.119 INFO blam! test salsa20::test::test_salsa20_256bit_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:36.195 INFO blam! test blockmodes::test::aes_cbc_pkcs_padding ... ok Oct 15 20:37:36.203 INFO blam! test salsa20::test::test_xsalsa20_cryptopp ... ok Oct 15 20:37:36.485 INFO blam! test ripemd160::tests::test_1million_random_ripemd160 ... ok Oct 15 20:37:36.792 INFO blam! test pbkdf2::test::test_pbkdf2_simple ... ok Oct 15 20:37:37.256 INFO blam! test blockmodes::test::aes_ecb_pkcs_padding ... ok Oct 15 20:37:37.257 INFO blam! test sha1::tests::test ... ok Oct 15 20:37:37.390 INFO blam! test pbkdf2::test::test_pbkdf2 ... ok Oct 15 20:37:37.958 INFO blam! test sha1::tests::test_1million_random_sha1 ... ok Oct 15 20:37:38.311 INFO blam! test scrypt::test::test_scrypt_simple_compact ... ok Oct 15 20:37:38.363 INFO blam! test sha2::tests::test_sha224 ... ok Oct 15 20:37:38.368 INFO blam! test sha2::tests::test_sha256 ... ok Oct 15 20:37:38.403 INFO blam! test sha2::tests::test_sha384 ... ok Oct 15 20:37:38.427 INFO blam! test sha2::tests::test_sha512 ... ok Oct 15 20:37:38.435 INFO blam! test sha2::tests::test_sha512_224 ... ok Oct 15 20:37:38.467 INFO blam! test sha2::tests::test_sha512_256 ... ok Oct 15 20:37:38.499 INFO blam! test sha3::tests::test_keccak_224 ... ok Oct 15 20:37:38.544 INFO blam! test sha3::tests::test_keccak_256 ... ok Oct 15 20:37:38.571 INFO blam! test sha3::tests::test_keccak_384 ... ok Oct 15 20:37:38.595 INFO blam! test sha2::tests::test_1million_random_sha512 ... ok Oct 15 20:37:38.595 INFO blam! test sha2::tests::test_1million_random_sha256 ... ok Oct 15 20:37:38.607 INFO blam! test sha3::tests::test_keccak_512 ... ok Oct 15 20:37:39.263 INFO blam! test sha3::tests::test_sha3_256 ... ok Oct 15 20:37:39.751 INFO blam! test sha3::tests::test_sha3_224 ... ok Oct 15 20:37:40.047 INFO blam! test sha3::tests::test_sha3_384 ... ok Oct 15 20:37:40.848 INFO blam! test sha3::tests::test_sha3_512 ... ok Oct 15 20:37:40.848 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_1_vector_0 ... ok Oct 15 20:37:40.863 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_2_vector_63 ... ok Oct 15 20:37:40.871 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_2_vector_90 ... ok Oct 15 20:37:40.923 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_3_vector_135 ... ok Oct 15 20:37:40.923 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_3_vector_207 ... ok Oct 15 20:37:40.924 INFO blam! test sosemanuk::test::test_sosemanuk_ecrypt_set_6_vector_3 ... ok Oct 15 20:37:40.924 INFO blam! test sosemanuk::test::test_sosemanuk_vector128_test1 ... ok Oct 15 20:37:40.924 INFO blam! test sosemanuk::test::test_sosemanuk_vector128_test2 ... ok Oct 15 20:37:40.924 INFO blam! test util::test::test_fixed_time_eq ... ok Oct 15 20:37:41.291 INFO blam! test sha3::tests::test_sha3_shake256 ... ok Oct 15 20:37:41.370 INFO blam! test whirlpool::test::whirlpool_static_test ... ok Oct 15 20:37:42.711 INFO blam! test sha3::tests::test_sha3_shake128 ... ok Oct 15 20:37:43.355 INFO blam! test whirlpool::test::whirlpool_1000000a_test ... ok Oct 15 20:37:43.551 INFO blam! test scrypt::test::test_scrypt_simple_expanded ... ok Oct 15 20:37:44.411 INFO blam! test fortuna::tests::test_generator_correctness ... ok Oct 15 20:37:45.151 INFO blam! test salsa20::test::test_salsa20_256bit_nacl_vector_2 ... ok Oct 15 20:37:52.479 INFO blam! test bcrypt_pbkdf::test::test_openbsd_vectors ... ok Oct 15 20:37:58.980 INFO blam! test scrypt::test::test_scrypt ... ok Oct 15 20:37:58.980 INFO blam! Oct 15 20:37:58.980 INFO blam! test result: ok. 115 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:37:58.981 INFO blam! Oct 15 20:37:58.982 INFO kablam! Doc-tests crypto Oct 15 20:38:00.501 INFO blam! Oct 15 20:38:00.501 INFO blam! running 14 tests Oct 15 20:38:00.523 INFO blam! test src/sha1.rs - sha1::sha1_digest_block (line 331) ... ignored Oct 15 20:38:00.524 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 274) ... ignored Oct 15 20:38:00.524 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 302) ... ignored Oct 15 20:38:00.524 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 310) ... ignored Oct 15 20:38:00.524 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 336) ... ignored Oct 15 20:38:00.539 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 559) ... ignored Oct 15 20:38:00.547 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 591) ... ignored Oct 15 20:38:00.548 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 599) ... ignored Oct 15 20:38:00.548 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 627) ... ignored Oct 15 20:38:09.491 INFO blam! test src/sha2.rs - sha2 (line 30) ... ok Oct 15 20:38:09.926 INFO blam! test src/whirlpool.rs - whirlpool (line 21) ... ok Oct 15 20:38:09.960 INFO blam! test src/sha1.rs - sha1 (line 27) ... ok Oct 15 20:38:09.975 INFO blam! test src/sha3.rs - sha3 (line 29) ... ok Oct 15 20:38:09.983 INFO blam! test src/sha2.rs - sha2 (line 50) ... ok Oct 15 20:38:09.983 INFO blam! Oct 15 20:38:09.983 INFO blam! test result: ok. 5 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 15 20:38:09.983 INFO blam! Oct 15 20:38:10.012 INFO kablam! su: No module specific data is present Oct 15 20:38:11.615 INFO running `"docker" "rm" "-f" "b6848073b26124c2be59505977861ef0650330fedea913e1d0173291a2b5dd5d"` Oct 15 20:38:11.927 INFO blam! b6848073b26124c2be59505977861ef0650330fedea913e1d0173291a2b5dd5d