Oct 11 11:45:05.069 INFO testing shaman-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:45:05.069 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:45:05.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:45:05.251 INFO blam! 1b1fab4206183f61100423dc6a0212e69268a02d43e4faa85e929f76c6144c21 Oct 11 11:45:05.254 INFO running `"docker" "start" "-a" "1b1fab4206183f61100423dc6a0212e69268a02d43e4faa85e929f76c6144c21"` Oct 11 11:45:06.131 INFO kablam! usermod: no changes Oct 11 11:45:06.193 INFO kablam! Compiling shaman v0.1.0 (/source) Oct 11 11:45:07.207 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.207 INFO kablam! --> src/cryptoutil.rs:47:18 Oct 11 11:45:07.207 INFO kablam! | Oct 11 11:45:07.207 INFO kablam! 47 | for _ in (0..input.len()) { Oct 11 11:45:07.208 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.208 INFO kablam! | Oct 11 11:45:07.208 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 11:45:07.208 INFO kablam! Oct 11 11:45:07.208 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.208 INFO kablam! --> src/cryptoutil.rs:99:18 Oct 11 11:45:07.208 INFO kablam! | Oct 11 11:45:07.208 INFO kablam! 99 | for _ in (0..dst.len()) { Oct 11 11:45:07.208 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.208 INFO kablam! Oct 11 11:45:07.208 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.208 INFO kablam! --> src/cryptoutil.rs:115:18 Oct 11 11:45:07.208 INFO kablam! | Oct 11 11:45:07.208 INFO kablam! 115 | for _ in (0..dst.len()) { Oct 11 11:45:07.208 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.209 INFO kablam! Oct 11 11:45:07.209 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.209 INFO kablam! --> src/cryptoutil.rs:131:18 Oct 11 11:45:07.209 INFO kablam! | Oct 11 11:45:07.209 INFO kablam! 131 | for _ in (0..dst.len()) { Oct 11 11:45:07.209 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.209 INFO kablam! Oct 11 11:45:07.209 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.209 INFO kablam! --> src/cryptoutil.rs:147:18 Oct 11 11:45:07.209 INFO kablam! | Oct 11 11:45:07.209 INFO kablam! 147 | for _ in (0..dst.len()) { Oct 11 11:45:07.209 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.209 INFO kablam! Oct 11 11:45:07.209 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:07.209 INFO kablam! --> src/cryptoutil.rs:186:14 Oct 11 11:45:07.209 INFO kablam! | Oct 11 11:45:07.209 INFO kablam! 186 | for i in (0isize..plaintext.len() as isize) { Oct 11 11:45:07.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.210 INFO kablam! Oct 11 11:45:07.213 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.213 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:07.213 INFO kablam! | Oct 11 11:45:07.213 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.213 INFO kablam! ... Oct 11 11:45:07.214 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 11 11:45:07.214 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.214 INFO kablam! Oct 11 11:45:07.214 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.214 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:07.214 INFO kablam! | Oct 11 11:45:07.214 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.214 INFO kablam! ... Oct 11 11:45:07.214 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 11 11:45:07.215 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.215 INFO kablam! Oct 11 11:45:07.215 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.215 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:07.215 INFO kablam! | Oct 11 11:45:07.215 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.215 INFO kablam! ... Oct 11 11:45:07.215 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 11 11:45:07.215 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.215 INFO kablam! Oct 11 11:45:07.215 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.215 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:07.215 INFO kablam! | Oct 11 11:45:07.215 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.215 INFO kablam! ... Oct 11 11:45:07.215 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 11 11:45:07.215 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.215 INFO kablam! Oct 11 11:45:07.215 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.215 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:07.215 INFO kablam! | Oct 11 11:45:07.215 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:07.215 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.216 INFO kablam! ... Oct 11 11:45:07.216 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 11 11:45:07.216 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.216 INFO kablam! Oct 11 11:45:07.216 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.216 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:07.216 INFO kablam! | Oct 11 11:45:07.216 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:07.216 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.216 INFO kablam! ... Oct 11 11:45:07.216 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 11 11:45:07.216 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.216 INFO kablam! Oct 11 11:45:07.216 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.216 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:07.216 INFO kablam! | Oct 11 11:45:07.216 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:07.216 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.216 INFO kablam! ... Oct 11 11:45:07.216 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 11 11:45:07.216 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.216 INFO kablam! Oct 11 11:45:07.217 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.217 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:07.217 INFO kablam! | Oct 11 11:45:07.217 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:07.217 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.217 INFO kablam! ... Oct 11 11:45:07.217 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 11 11:45:07.217 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:07.217 INFO kablam! Oct 11 11:45:07.217 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.217 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:07.217 INFO kablam! | Oct 11 11:45:07.217 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:07.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.217 INFO kablam! ... Oct 11 11:45:07.217 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 11 11:45:07.217 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:07.217 INFO kablam! Oct 11 11:45:07.217 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.217 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:07.217 INFO kablam! | Oct 11 11:45:07.217 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:07.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.218 INFO kablam! ... Oct 11 11:45:07.218 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 11 11:45:07.218 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:07.218 INFO kablam! Oct 11 11:45:07.218 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.218 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:07.218 INFO kablam! | Oct 11 11:45:07.218 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:07.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.218 INFO kablam! ... Oct 11 11:45:07.218 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 11 11:45:07.218 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:07.218 INFO kablam! Oct 11 11:45:07.218 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.218 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:07.218 INFO kablam! | Oct 11 11:45:07.218 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:07.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.218 INFO kablam! ... Oct 11 11:45:07.218 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 11 11:45:07.218 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:07.218 INFO kablam! Oct 11 11:45:07.218 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.218 INFO kablam! --> src/sha2.rs:146:41 Oct 11 11:45:07.219 INFO kablam! | Oct 11 11:45:07.219 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.219 INFO kablam! ... Oct 11 11:45:07.219 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 11 11:45:07.219 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:07.219 INFO kablam! Oct 11 11:45:07.219 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.219 INFO kablam! --> src/sha2.rs:146:41 Oct 11 11:45:07.219 INFO kablam! | Oct 11 11:45:07.219 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.219 INFO kablam! ... Oct 11 11:45:07.219 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 11 11:45:07.219 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:07.219 INFO kablam! Oct 11 11:45:07.219 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:07.219 INFO kablam! --> src/sha2.rs:398:41 Oct 11 11:45:07.219 INFO kablam! | Oct 11 11:45:07.219 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:07.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:07.219 INFO kablam! ... Oct 11 11:45:07.219 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 11 11:45:07.219 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:07.219 INFO kablam! Oct 11 11:45:08.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Oct 11 11:45:08.354 INFO kablam! su: No module specific data is present Oct 11 11:45:08.764 INFO running `"docker" "rm" "-f" "1b1fab4206183f61100423dc6a0212e69268a02d43e4faa85e929f76c6144c21"` Oct 11 11:45:09.013 INFO blam! 1b1fab4206183f61100423dc6a0212e69268a02d43e4faa85e929f76c6144c21 Oct 11 11:45:09.020 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:45:09.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:45:09.324 INFO blam! 226f9da329b3b5acb21b9e77ce8f9bacd7ab9126f0b879b6ec3a71dd8d470ec8 Oct 11 11:45:09.336 INFO running `"docker" "start" "-a" "226f9da329b3b5acb21b9e77ce8f9bacd7ab9126f0b879b6ec3a71dd8d470ec8"` Oct 11 11:45:09.940 INFO kablam! usermod: no changes Oct 11 11:45:09.974 INFO kablam! Compiling shaman v0.1.0 (/source) Oct 11 11:45:11.098 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.098 INFO kablam! --> src/cryptoutil.rs:47:18 Oct 11 11:45:11.098 INFO kablam! | Oct 11 11:45:11.098 INFO kablam! 47 | for _ in (0..input.len()) { Oct 11 11:45:11.098 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.098 INFO kablam! | Oct 11 11:45:11.098 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 11:45:11.098 INFO kablam! Oct 11 11:45:11.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.099 INFO kablam! --> src/cryptoutil.rs:99:18 Oct 11 11:45:11.099 INFO kablam! | Oct 11 11:45:11.099 INFO kablam! 99 | for _ in (0..dst.len()) { Oct 11 11:45:11.099 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.099 INFO kablam! Oct 11 11:45:11.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.099 INFO kablam! --> src/cryptoutil.rs:115:18 Oct 11 11:45:11.099 INFO kablam! | Oct 11 11:45:11.099 INFO kablam! 115 | for _ in (0..dst.len()) { Oct 11 11:45:11.099 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.099 INFO kablam! Oct 11 11:45:11.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.099 INFO kablam! --> src/cryptoutil.rs:131:18 Oct 11 11:45:11.099 INFO kablam! | Oct 11 11:45:11.099 INFO kablam! 131 | for _ in (0..dst.len()) { Oct 11 11:45:11.099 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.099 INFO kablam! Oct 11 11:45:11.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.099 INFO kablam! --> src/cryptoutil.rs:147:18 Oct 11 11:45:11.099 INFO kablam! | Oct 11 11:45:11.099 INFO kablam! 147 | for _ in (0..dst.len()) { Oct 11 11:45:11.099 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.099 INFO kablam! Oct 11 11:45:11.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 11:45:11.099 INFO kablam! --> src/cryptoutil.rs:186:14 Oct 11 11:45:11.099 INFO kablam! | Oct 11 11:45:11.099 INFO kablam! 186 | for i in (0isize..plaintext.len() as isize) { Oct 11 11:45:11.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.099 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 146 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_202!(b, c, d)).wrapping_add(t); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 149 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_202!(a, b, c)).wrapping_add(u); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 152 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_202!(e, a, b)).wrapping_add(v); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:143:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 143 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 155 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_202!(d, e, a)).wrapping_add(w); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 171 | e = e.wrapping_add(a.rotate_left(5)).wrapping_add(bool3ary_150!(b, c, d)).wrapping_add(t); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 174 | d = d.wrapping_add(e.rotate_left(5)).wrapping_add(bool3ary_150!(a, b, c)).wrapping_add(u); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 177 | c = c.wrapping_add(d.rotate_left(5)).wrapping_add(bool3ary_150!(e, a, b)).wrapping_add(v); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.101 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.101 INFO kablam! --> src/sha1.rs:168:41 Oct 11 11:45:11.101 INFO kablam! | Oct 11 11:45:11.101 INFO kablam! 168 | ($a:expr, $b:expr, $c:expr) => (($a ^ $b ^ $c)) Oct 11 11:45:11.101 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.101 INFO kablam! ... Oct 11 11:45:11.101 INFO kablam! 180 | b = b.wrapping_add(c.rotate_left(5)).wrapping_add(bool3ary_150!(d, e, a)).wrapping_add(w); Oct 11 11:45:11.101 INFO kablam! | ---------------------- in this macro invocation Oct 11 11:45:11.101 INFO kablam! Oct 11 11:45:11.103 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.103 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:11.103 INFO kablam! | Oct 11 11:45:11.103 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:11.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.103 INFO kablam! ... Oct 11 11:45:11.103 INFO kablam! 122 | let w16 = x0.wrapping_add(sigma1!(w14)); Oct 11 11:45:11.103 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:11.103 INFO kablam! Oct 11 11:45:11.103 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.103 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:11.103 INFO kablam! | Oct 11 11:45:11.103 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:11.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.103 INFO kablam! ... Oct 11 11:45:11.103 INFO kablam! 123 | let w17 = x1.wrapping_add(sigma1!(w15)); Oct 11 11:45:11.103 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:11.103 INFO kablam! Oct 11 11:45:11.103 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.103 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:11.103 INFO kablam! | Oct 11 11:45:11.103 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:11.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.103 INFO kablam! ... Oct 11 11:45:11.103 INFO kablam! 124 | let w18 = x2.wrapping_add(sigma1!(w16)); Oct 11 11:45:11.103 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:11.103 INFO kablam! Oct 11 11:45:11.103 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.103 INFO kablam! --> src/sha2.rs:116:23 Oct 11 11:45:11.104 INFO kablam! | Oct 11 11:45:11.104 INFO kablam! 116 | ($a:expr) => (($a.rotate_right(17) ^ $a.rotate_right(19) ^ ($a >> 10))) Oct 11 11:45:11.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.104 INFO kablam! ... Oct 11 11:45:11.104 INFO kablam! 125 | let w19 = x3.wrapping_add(sigma1!(w17)); Oct 11 11:45:11.104 INFO kablam! | ------------ in this macro invocation Oct 11 11:45:11.104 INFO kablam! Oct 11 11:45:11.104 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.104 INFO kablam! --> src/sha2.rs:146:41 Oct 11 11:45:11.104 INFO kablam! | Oct 11 11:45:11.104 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.104 INFO kablam! ... Oct 11 11:45:11.104 INFO kablam! 157 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 11 11:45:11.104 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:11.104 INFO kablam! Oct 11 11:45:11.104 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.104 INFO kablam! --> src/sha2.rs:146:41 Oct 11 11:45:11.104 INFO kablam! | Oct 11 11:45:11.104 INFO kablam! 146 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.104 INFO kablam! ... Oct 11 11:45:11.104 INFO kablam! 164 | let x1 = big_sigma1!(e1).wrapping_add(bool3ary_202!(e1, f1, g1)).wrapping_add(wk1).wrapping_add(h1); Oct 11 11:45:11.104 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:11.104 INFO kablam! Oct 11 11:45:11.104 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 11:45:11.104 INFO kablam! --> src/sha2.rs:398:41 Oct 11 11:45:11.104 INFO kablam! | Oct 11 11:45:11.104 INFO kablam! 398 | ($a:expr, $b:expr, $c:expr) => (($c ^ ($a & ($b ^ $c)))) Oct 11 11:45:11.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 11:45:11.104 INFO kablam! ... Oct 11 11:45:11.105 INFO kablam! 410 | let x0 = big_sigma1!(e0).wrapping_add(bool3ary_202!(e0, f0, g0)).wrapping_add(wk0).wrapping_add(h0); Oct 11 11:45:11.105 INFO kablam! | ------------------------- in this macro invocation Oct 11 11:45:11.105 INFO kablam! Oct 11 11:45:11.131 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 11 11:45:11.131 INFO kablam! --> src/cryptoutil.rs:514:31 Oct 11 11:45:11.131 INFO kablam! | Oct 11 11:45:11.131 INFO kablam! 514 | use rand::distributions::{IndependentSample, Range}; Oct 11 11:45:11.131 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 11:45:11.131 INFO kablam! | Oct 11 11:45:11.131 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 11:45:11.131 INFO kablam! Oct 11 11:45:11.304 INFO kablam! warning: use of deprecated item 'rand::IsaacRng::new_unseeded': use the FromEntropy or SeedableRng trait Oct 11 11:45:11.304 INFO kablam! --> src/cryptoutil.rs:524:23 Oct 11 11:45:11.304 INFO kablam! | Oct 11 11:45:11.304 INFO kablam! 524 | let mut rng = IsaacRng::new_unseeded(); Oct 11 11:45:11.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:45:11.304 INFO kablam! Oct 11 11:45:11.330 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 11 11:45:11.330 INFO kablam! --> src/cryptoutil.rs:531:30 Oct 11 11:45:11.330 INFO kablam! | Oct 11 11:45:11.330 INFO kablam! 531 | let next = range.ind_sample(&mut rng); Oct 11 11:45:11.330 INFO kablam! | ^^^^^^^^^^ Oct 11 11:45:11.330 INFO kablam! Oct 11 11:45:12.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.46s Oct 11 11:45:12.416 INFO kablam! su: No module specific data is present Oct 11 11:45:12.760 INFO running `"docker" "rm" "-f" "226f9da329b3b5acb21b9e77ce8f9bacd7ab9126f0b879b6ec3a71dd8d470ec8"` Oct 11 11:45:12.883 INFO blam! 226f9da329b3b5acb21b9e77ce8f9bacd7ab9126f0b879b6ec3a71dd8d470ec8 Oct 11 11:45:12.884 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:45:12.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:45:13.080 INFO blam! 41377e9eb5a85297ec1ea3a999b255aea6bf7cc705527b87058b3f3c0c920d8b Oct 11 11:45:13.082 INFO running `"docker" "start" "-a" "41377e9eb5a85297ec1ea3a999b255aea6bf7cc705527b87058b3f3c0c920d8b"` Oct 11 11:45:13.518 INFO kablam! usermod: no changes Oct 11 11:45:13.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 11:45:13.568 INFO kablam! Running /target/debug/deps/shaman-83f83c66652f810a Oct 11 11:45:13.570 INFO blam! Oct 11 11:45:13.570 INFO blam! running 17 tests Oct 11 11:45:13.570 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_ok ... ok Oct 11 11:45:13.573 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok3 ... ok Oct 11 11:45:13.573 INFO blam! test sha1::tests::test ... ok Oct 11 11:45:13.584 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok2 ... ok Oct 11 11:45:13.584 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_ok ... ok Oct 11 11:45:13.584 INFO blam! test sha2::tests::test_sha224 ... ok Oct 11 11:45:13.585 INFO blam! test sha2::tests::test_sha256 ... ok Oct 11 11:45:13.585 INFO blam! test sha2::tests::test_sha384 ... ok Oct 11 11:45:13.585 INFO blam! test sha2::tests::test_sha512 ... ok Oct 11 11:45:13.585 INFO blam! test sha2::tests::test_sha512_224 ... ok Oct 11 11:45:13.585 INFO blam! test sha2::tests::test_sha512_256 ... ok Oct 11 11:45:13.604 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow2 ... ok Oct 11 11:45:13.605 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_overflow ... ok Oct 11 11:45:13.605 INFO blam! test cryptoutil::test::test_add_bytes_to_bits_tuple_overflow ... ok Oct 11 11:45:13.654 INFO blam! test sha2::tests::test_1million_random_sha512 ... ok Oct 11 11:45:13.677 INFO blam! test sha1::tests::test_1million_random_sha1 ... ok Oct 11 11:45:13.765 INFO blam! test sha2::tests::test_1million_random_sha256 ... ok Oct 11 11:45:13.765 INFO kablam! Doc-tests shaman Oct 11 11:45:13.765 INFO blam! Oct 11 11:45:13.765 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:45:13.765 INFO blam! Oct 11 11:45:15.389 INFO blam! Oct 11 11:45:15.389 INFO blam! running 12 tests Oct 11 11:45:15.390 INFO blam! test src/sha1.rs - sha1::sha1_digest_block (line 331) ... ignored Oct 11 11:45:15.390 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 274) ... ignored Oct 11 11:45:15.390 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 302) ... ignored Oct 11 11:45:15.391 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 310) ... ignored Oct 11 11:45:15.391 INFO blam! test src/sha2.rs - sha2::sha256_digest_block (line 336) ... ignored Oct 11 11:45:15.391 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 559) ... ignored Oct 11 11:45:15.391 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 591) ... ignored Oct 11 11:45:15.392 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 599) ... ignored Oct 11 11:45:15.392 INFO blam! test src/sha2.rs - sha2::sha512_digest_block (line 627) ... ignored Oct 11 11:45:18.438 INFO blam! test src/sha1.rs - sha1 (line 27) ... ok Oct 11 11:45:18.456 INFO blam! test src/sha2.rs - sha2 (line 30) ... ok Oct 11 11:45:18.561 INFO blam! test src/sha2.rs - sha2 (line 50) ... ok Oct 11 11:45:18.561 INFO blam! Oct 11 11:45:18.561 INFO blam! test result: ok. 3 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 11 11:45:18.562 INFO blam! Oct 11 11:45:18.566 INFO kablam! su: No module specific data is present Oct 11 11:45:18.964 INFO running `"docker" "rm" "-f" "41377e9eb5a85297ec1ea3a999b255aea6bf7cc705527b87058b3f3c0c920d8b"` Oct 11 11:45:19.153 INFO blam! 41377e9eb5a85297ec1ea3a999b255aea6bf7cc705527b87058b3f3c0c920d8b