Oct 15 19:03:02.781 INFO testing shaman-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 19:03:02.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 19:03:02.993 INFO blam! 5ef3d182946979e49b82764fa7d87af03c1e1d1faffc8b317aa42592d9b3414d Oct 15 19:03:02.999 INFO running `"docker" "start" "-a" "5ef3d182946979e49b82764fa7d87af03c1e1d1faffc8b317aa42592d9b3414d"` Oct 15 19:03:03.471 INFO kablam! usermod: no changes Oct 15 19:03:03.537 INFO kablam! Compiling shaman v0.1.0 (/source) Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:47:18 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 47 | for _ in (0..input.len()) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:99:18 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 99 | for _ in (0..dst.len()) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:115:18 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 115 | for _ in (0..dst.len()) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:131:18 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 131 | for _ in (0..dst.len()) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:147:18 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 147 | for _ in (0..dst.len()) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:04.192 INFO kablam! --> src/cryptoutil.rs:186:14 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 186 | for i in (0isize..plaintext.len() as isize) { Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.192 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:04.192 INFO kablam! | Oct 15 19:03:04.192 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.192 INFO kablam! ... Oct 15 19:03:04.192 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 15 19:03:04.192 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.192 INFO kablam! Oct 15 19:03:04.192 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.192 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.193 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.193 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.193 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.193 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.193 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.193 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.193 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.193 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.193 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.193 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:04.193 INFO kablam! | Oct 15 19:03:04.193 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:04.193 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.193 INFO kablam! ... Oct 15 19:03:04.193 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 15 19:03:04.193 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.193 INFO kablam! Oct 15 19:03:04.194 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.194 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:04.194 INFO kablam! | Oct 15 19:03:04.194 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:04.194 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.194 INFO kablam! ... Oct 15 19:03:04.194 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 15 19:03:04.194 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:04.194 INFO kablam! Oct 15 19:03:04.194 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.194 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:04.194 INFO kablam! | Oct 15 19:03:04.194 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:04.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 19:03:04.195 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 19:03:04.195 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 19:03:04.195 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 19:03:04.195 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:146:41 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 19:03:04.195 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:146:41 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 15 19:03:04.195 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.195 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:04.195 INFO kablam! --> src/sha2.rs:398:41 Oct 15 19:03:04.195 INFO kablam! | Oct 15 19:03:04.195 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:04.195 INFO kablam! ... Oct 15 19:03:04.195 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 19:03:04.195 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:04.195 INFO kablam! Oct 15 19:03:04.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 15 19:03:04.839 INFO kablam! su: No module specific data is present Oct 15 19:03:05.152 INFO running `"docker" "rm" "-f" "5ef3d182946979e49b82764fa7d87af03c1e1d1faffc8b317aa42592d9b3414d"` Oct 15 19:03:05.311 INFO blam! 5ef3d182946979e49b82764fa7d87af03c1e1d1faffc8b317aa42592d9b3414d Oct 15 19:03:05.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 19:03:05.578 INFO blam! 5c67bdacb002a9442f9c3b27bd44af5919b0afce79098c8ddcf71c3fd7ade015 Oct 15 19:03:05.582 INFO running `"docker" "start" "-a" "5c67bdacb002a9442f9c3b27bd44af5919b0afce79098c8ddcf71c3fd7ade015"` Oct 15 19:03:06.890 INFO kablam! usermod: no changes Oct 15 19:03:06.976 INFO kablam! Compiling shaman v0.1.0 (/source) Oct 15 19:03:07.636 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.636 INFO kablam! --> src/cryptoutil.rs:47:18 Oct 15 19:03:07.636 INFO kablam! | Oct 15 19:03:07.636 INFO kablam! 47 | for _ in (0..input.len()) { Oct 15 19:03:07.636 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.637 INFO kablam! | Oct 15 19:03:07.637 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 19:03:07.637 INFO kablam! Oct 15 19:03:07.637 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.637 INFO kablam! --> src/cryptoutil.rs:99:18 Oct 15 19:03:07.637 INFO kablam! | Oct 15 19:03:07.637 INFO kablam! 99 | for _ in (0..dst.len()) { Oct 15 19:03:07.637 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.637 INFO kablam! Oct 15 19:03:07.637 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.637 INFO kablam! --> src/cryptoutil.rs:115:18 Oct 15 19:03:07.637 INFO kablam! | Oct 15 19:03:07.637 INFO kablam! 115 | for _ in (0..dst.len()) { Oct 15 19:03:07.637 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.637 INFO kablam! Oct 15 19:03:07.637 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.637 INFO kablam! --> src/cryptoutil.rs:131:18 Oct 15 19:03:07.637 INFO kablam! | Oct 15 19:03:07.637 INFO kablam! 131 | for _ in (0..dst.len()) { Oct 15 19:03:07.637 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.637 INFO kablam! Oct 15 19:03:07.637 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.637 INFO kablam! --> src/cryptoutil.rs:147:18 Oct 15 19:03:07.638 INFO kablam! | Oct 15 19:03:07.638 INFO kablam! 147 | for _ in (0..dst.len()) { Oct 15 19:03:07.638 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.638 INFO kablam! Oct 15 19:03:07.638 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 19:03:07.638 INFO kablam! --> src/cryptoutil.rs:186:14 Oct 15 19:03:07.638 INFO kablam! | Oct 15 19:03:07.638 INFO kablam! 186 | for i in (0isize..plaintext.len() as isize) { Oct 15 19:03:07.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.639 INFO kablam! Oct 15 19:03:07.639 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.639 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:07.639 INFO kablam! | Oct 15 19:03:07.639 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.639 INFO kablam! ... Oct 15 19:03:07.639 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 15 19:03:07.639 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.639 INFO kablam! Oct 15 19:03:07.639 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.639 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:07.639 INFO kablam! | Oct 15 19:03:07.639 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.640 INFO kablam! ... Oct 15 19:03:07.640 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 15 19:03:07.640 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.640 INFO kablam! Oct 15 19:03:07.640 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.640 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:07.640 INFO kablam! | Oct 15 19:03:07.640 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.640 INFO kablam! ... Oct 15 19:03:07.640 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 15 19:03:07.640 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.640 INFO kablam! Oct 15 19:03:07.640 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.640 INFO kablam! --> src/sha1.rs:143:41 Oct 15 19:03:07.640 INFO kablam! | Oct 15 19:03:07.640 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.640 INFO kablam! ... Oct 15 19:03:07.640 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 15 19:03:07.640 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.641 INFO kablam! Oct 15 19:03:07.641 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.641 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:07.641 INFO kablam! | Oct 15 19:03:07.641 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:07.641 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.641 INFO kablam! ... Oct 15 19:03:07.641 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 15 19:03:07.641 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.641 INFO kablam! Oct 15 19:03:07.641 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.641 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:07.641 INFO kablam! | Oct 15 19:03:07.641 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:07.642 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.642 INFO kablam! ... Oct 15 19:03:07.642 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 15 19:03:07.642 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.642 INFO kablam! Oct 15 19:03:07.642 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.642 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:07.642 INFO kablam! | Oct 15 19:03:07.642 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:07.642 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.642 INFO kablam! ... Oct 15 19:03:07.642 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 15 19:03:07.642 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.642 INFO kablam! Oct 15 19:03:07.642 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.642 INFO kablam! --> src/sha1.rs:168:41 Oct 15 19:03:07.642 INFO kablam! | Oct 15 19:03:07.642 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 15 19:03:07.642 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.642 INFO kablam! ... Oct 15 19:03:07.642 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 15 19:03:07.643 INFO kablam! | ---------------------- in this macro invocation Oct 15 19:03:07.643 INFO kablam! Oct 15 19:03:07.643 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.643 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:07.643 INFO kablam! | Oct 15 19:03:07.643 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:07.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.643 INFO kablam! ... Oct 15 19:03:07.643 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 15 19:03:07.643 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:07.643 INFO kablam! Oct 15 19:03:07.643 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.643 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:07.643 INFO kablam! | Oct 15 19:03:07.643 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:07.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.643 INFO kablam! ... Oct 15 19:03:07.643 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 15 19:03:07.643 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:07.643 INFO kablam! Oct 15 19:03:07.643 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.643 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:07.644 INFO kablam! | Oct 15 19:03:07.644 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.644 INFO kablam! ... Oct 15 19:03:07.644 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 15 19:03:07.644 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:07.644 INFO kablam! Oct 15 19:03:07.644 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.644 INFO kablam! --> src/sha2.rs:116:23 Oct 15 19:03:07.644 INFO kablam! | Oct 15 19:03:07.644 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 15 19:03:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.644 INFO kablam! ... Oct 15 19:03:07.644 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 15 19:03:07.644 INFO kablam! | ------------ in this macro invocation Oct 15 19:03:07.644 INFO kablam! Oct 15 19:03:07.644 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.644 INFO kablam! --> src/sha2.rs:146:41 Oct 15 19:03:07.644 INFO kablam! | Oct 15 19:03:07.644 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.645 INFO kablam! ... Oct 15 19:03:07.645 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 19:03:07.645 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:07.645 INFO kablam! Oct 15 19:03:07.645 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.645 INFO kablam! --> src/sha2.rs:146:41 Oct 15 19:03:07.645 INFO kablam! | Oct 15 19:03:07.645 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.645 INFO kablam! ... Oct 15 19:03:07.645 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 15 19:03:07.645 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:07.645 INFO kablam! Oct 15 19:03:07.645 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 19:03:07.645 INFO kablam! --> src/sha2.rs:398:41 Oct 15 19:03:07.645 INFO kablam! | Oct 15 19:03:07.645 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 15 19:03:07.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 19:03:07.645 INFO kablam! ... Oct 15 19:03:07.645 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 15 19:03:07.645 INFO kablam! | ------------------------- in this macro invocation Oct 15 19:03:07.646 INFO kablam! Oct 15 19:03:07.665 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 15 19:03:07.665 INFO kablam! --> src/cryptoutil.rs:514:31 Oct 15 19:03:07.665 INFO kablam! | Oct 15 19:03:07.665 INFO kablam! 514 | use rand::distributions::{IndependentSample, Range}; Oct 15 19:03:07.665 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:03:07.665 INFO kablam! | Oct 15 19:03:07.665 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 19:03:07.665 INFO kablam! Oct 15 19:03:07.847 INFO kablam! warning: use of deprecated item 'rand::IsaacRng::new_unseeded': use the FromEntropy or SeedableRng trait Oct 15 19:03:07.847 INFO kablam! --> src/cryptoutil.rs:524:23 Oct 15 19:03:07.847 INFO kablam! | Oct 15 19:03:07.847 INFO kablam! 524 | let mut rng = IsaacRng::new_unseeded(); Oct 15 19:03:07.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:03:07.847 INFO kablam! Oct 15 19:03:07.859 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 19:03:07.859 INFO kablam! --> src/cryptoutil.rs:531:30 Oct 15 19:03:07.859 INFO kablam! | Oct 15 19:03:07.859 INFO kablam! 531 | let next = range.ind_sample(&mut rng); Oct 15 19:03:07.859 INFO kablam! | ^^^^^^^^^^ Oct 15 19:03:07.859 INFO kablam! Oct 15 19:03:09.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 15 19:03:09.043 INFO kablam! su: No module specific data is present Oct 15 19:03:09.587 INFO running `"docker" "rm" "-f" "5c67bdacb002a9442f9c3b27bd44af5919b0afce79098c8ddcf71c3fd7ade015"` Oct 15 19:03:09.904 INFO blam! 5c67bdacb002a9442f9c3b27bd44af5919b0afce79098c8ddcf71c3fd7ade015 Oct 15 19:03:09.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 19:03:10.321 INFO blam! fca545a83820458dda7b9bbd5c03eeadba7c28ef1f29b4cde1611fff56aac378 Oct 15 19:03:10.330 INFO running `"docker" "start" "-a" "fca545a83820458dda7b9bbd5c03eeadba7c28ef1f29b4cde1611fff56aac378"` Oct 15 19:03:11.507 INFO kablam! usermod: no changes Oct 15 19:03:11.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 19:03:11.577 INFO kablam! Running /target/debug/deps/shaman-83f83c66652f810a Oct 15 19:03:11.580 INFO blam! Oct 15 19:03:11.580 INFO blam! running 17 tests Oct 15 19:03:11.583 INFO blam! test sha1::tests::test ... ok Oct 15 19:03:11.622 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok2 ... ok Oct 15 19:03:11.651 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_ok ... ok Oct 15 19:03:11.651 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok3 ... ok Oct 15 19:03:11.651 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow ... ok Oct 15 19:03:11.651 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow2 ... ok Oct 15 19:03:11.667 INFO blam! test sha2::tests::test_sha224 ... ok Oct 15 19:03:11.667 INFO blam! test sha2::tests::test_sha384 ... ok Oct 15 19:03:11.675 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok ... ok Oct 15 19:03:11.683 INFO blam! test sha2::tests::test_sha512_256 ... ok Oct 15 19:03:11.683 INFO blam! test sha2::tests::test_sha256 ... ok Oct 15 19:03:11.701 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_overflow ... ok Oct 15 19:03:11.702 INFO blam! test sha2::tests::test_sha512 ... ok Oct 15 19:03:11.702 INFO blam! test sha2::tests::test_sha512_224 ... ok Oct 15 19:03:11.803 INFO blam! test sha2::tests::test_1million_random_sha512 ... ok Oct 15 19:03:11.880 INFO blam! test sha1::tests::test_1million_random_sha1 ... ok Oct 15 19:03:11.940 INFO blam! test sha2::tests::test_1million_random_sha256 ... ok Oct 15 19:03:11.940 INFO blam! Oct 15 19:03:11.940 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:03:11.940 INFO blam! Oct 15 19:03:11.943 INFO kablam! Doc-tests shaman Oct 15 19:03:12.886 INFO blam! Oct 15 19:03:12.886 INFO blam! running 12 tests Oct 15 19:03:12.887 INFO blam! test src/sha1.rs - sha1::sha1_digest_block (line 331) ... ignored Oct 15 19:03:12.888 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 274) ... ignored Oct 15 19:03:12.888 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 302) ... ignored Oct 15 19:03:12.888 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 310) ... ignored Oct 15 19:03:12.889 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 336) ... ignored Oct 15 19:03:12.889 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 559) ... ignored Oct 15 19:03:12.889 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 591) ... ignored Oct 15 19:03:12.889 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 599) ... ignored Oct 15 19:03:12.890 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 627) ... ignored Oct 15 19:03:15.546 INFO blam! test src/sha2.rs - sha2 (line 50) ... ok Oct 15 19:03:15.814 INFO blam! test src/sha2.rs - sha2 (line 30) ... ok Oct 15 19:03:16.194 INFO blam! test src/sha1.rs - sha1 (line 27) ... ok Oct 15 19:03:16.194 INFO blam! Oct 15 19:03:16.194 INFO blam! test result: ok. 3 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 15 19:03:16.194 INFO blam! Oct 15 19:03:16.200 INFO kablam! su: No module specific data is present Oct 15 19:03:16.909 INFO running `"docker" "rm" "-f" "fca545a83820458dda7b9bbd5c03eeadba7c28ef1f29b4cde1611fff56aac378"` Oct 15 19:03:17.029 INFO blam! fca545a83820458dda7b9bbd5c03eeadba7c28ef1f29b4cde1611fff56aac378