Oct 10 18:05:34.346 INFO testing mratsim/bndump against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:05:34.347 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:05:34.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 18:05:34.920 INFO blam! 17de4d87b90e3c28badc9223063ec3e8cfeaf2812c8f575f68415afa4e933638 Oct 10 18:05:34.926 INFO running `"docker" "start" "-a" "17de4d87b90e3c28badc9223063ec3e8cfeaf2812c8f575f68415afa4e933638"` Oct 10 18:05:36.695 INFO kablam! usermod: no changes Oct 10 18:05:36.776 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 10 18:05:37.607 INFO kablam! warning: unused import: `Encodable` Oct 10 18:05:37.607 INFO kablam! --> src/main.rs:6:29 Oct 10 18:05:37.607 INFO kablam! | Oct 10 18:05:37.607 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 10 18:05:37.607 INFO kablam! | ^^^^^^^^^ Oct 10 18:05:37.607 INFO kablam! | Oct 10 18:05:37.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:05:37.607 INFO kablam! Oct 10 18:05:37.944 INFO kablam! warning: unused variable: `buf` Oct 10 18:05:37.944 INFO kablam! --> src/main.rs:12:13 Oct 10 18:05:37.944 INFO kablam! | Oct 10 18:05:37.944 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 10 18:05:37.944 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 10 18:05:37.944 INFO kablam! | Oct 10 18:05:37.944 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:05:37.944 INFO kablam! Oct 10 18:05:37.944 INFO kablam! warning: variable does not need to be mutable Oct 10 18:05:37.944 INFO kablam! --> src/main.rs:12:9 Oct 10 18:05:37.944 INFO kablam! | Oct 10 18:05:37.944 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 10 18:05:37.944 INFO kablam! | ----^^^ Oct 10 18:05:37.944 INFO kablam! | | Oct 10 18:05:37.944 INFO kablam! | help: remove this `mut` Oct 10 18:05:37.944 INFO kablam! | Oct 10 18:05:37.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:05:37.944 INFO kablam! Oct 10 18:05:37.983 INFO kablam! warning: method is never used: `one` Oct 10 18:05:37.983 INFO kablam! --> src/arith.rs:192:5 Oct 10 18:05:37.983 INFO kablam! | Oct 10 18:05:37.983 INFO kablam! 192 | pub fn one() -> U256 { Oct 10 18:05:37.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.983 INFO kablam! | Oct 10 18:05:37.983 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:05:37.983 INFO kablam! Oct 10 18:05:37.983 INFO kablam! warning: method is never used: `is_zero` Oct 10 18:05:37.983 INFO kablam! --> src/arith.rs:202:5 Oct 10 18:05:37.983 INFO kablam! | Oct 10 18:05:37.983 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 10 18:05:37.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.983 INFO kablam! Oct 10 18:05:37.984 INFO kablam! warning: method is never used: `add` Oct 10 18:05:37.984 INFO kablam! --> src/arith.rs:240:5 Oct 10 18:05:37.984 INFO kablam! | Oct 10 18:05:37.984 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 10 18:05:37.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.984 INFO kablam! Oct 10 18:05:37.984 INFO kablam! warning: method is never used: `sub` Oct 10 18:05:37.984 INFO kablam! --> src/arith.rs:249:5 Oct 10 18:05:37.984 INFO kablam! | Oct 10 18:05:37.984 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 10 18:05:37.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.984 INFO kablam! Oct 10 18:05:37.984 INFO kablam! warning: method is never used: `mul` Oct 10 18:05:37.984 INFO kablam! --> src/arith.rs:259:5 Oct 10 18:05:37.984 INFO kablam! | Oct 10 18:05:37.984 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 10 18:05:37.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.984 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: method is never used: `neg` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:268:5 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: method is never used: `is_even` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:278:5 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: method is never used: `invert` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:283:5 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: method is never used: `bits` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:333:5 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 333 | pub fn bits(&self) -> BitIterator { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: struct is never constructed: `BitIterator` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:341:1 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 341 | pub struct BitIterator<'a> { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: function is never used: `div2` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:363:1 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: function is never used: `add_nocarry` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:410:1 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 10 18:05:37.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:37.985 INFO kablam! warning: function is never used: `mul_reduce` Oct 10 18:05:37.985 INFO kablam! --> src/arith.rs:483:1 Oct 10 18:05:37.985 INFO kablam! | Oct 10 18:05:37.985 INFO kablam! 483 | / fn mul_reduce( Oct 10 18:05:37.985 INFO kablam! 484 | | this: &mut [u64; 4], Oct 10 18:05:37.985 INFO kablam! 485 | | by: &[u64; 4], Oct 10 18:05:37.985 INFO kablam! 486 | | modulus: &[u64; 4], Oct 10 18:05:37.985 INFO kablam! ... | Oct 10 18:05:37.985 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 10 18:05:37.985 INFO kablam! 505 | | } Oct 10 18:05:37.985 INFO kablam! | |_^ Oct 10 18:05:37.985 INFO kablam! Oct 10 18:05:38.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 10 18:05:38.795 INFO kablam! su: No module specific data is present Oct 10 18:05:39.628 INFO running `"docker" "rm" "-f" "17de4d87b90e3c28badc9223063ec3e8cfeaf2812c8f575f68415afa4e933638"` Oct 10 18:05:39.936 INFO blam! 17de4d87b90e3c28badc9223063ec3e8cfeaf2812c8f575f68415afa4e933638 Oct 10 18:05:39.939 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:05:39.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 18:05:40.463 INFO blam! 488398c73a0d9bb4082e87f135b47e4f5b94c9e574ca79ce0a60dc7644b68fe7 Oct 10 18:05:40.465 INFO running `"docker" "start" "-a" "488398c73a0d9bb4082e87f135b47e4f5b94c9e574ca79ce0a60dc7644b68fe7"` Oct 10 18:05:41.624 INFO kablam! usermod: no changes Oct 10 18:05:41.712 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 10 18:05:42.536 INFO kablam! warning: unused import: `Encodable` Oct 10 18:05:42.536 INFO kablam! --> src/main.rs:6:29 Oct 10 18:05:42.536 INFO kablam! | Oct 10 18:05:42.536 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 10 18:05:42.536 INFO kablam! | ^^^^^^^^^ Oct 10 18:05:42.536 INFO kablam! | Oct 10 18:05:42.536 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:05:42.536 INFO kablam! Oct 10 18:05:42.784 INFO kablam! warning: unused variable: `buf` Oct 10 18:05:42.784 INFO kablam! --> src/main.rs:12:13 Oct 10 18:05:42.784 INFO kablam! | Oct 10 18:05:42.784 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 10 18:05:42.784 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 10 18:05:42.784 INFO kablam! | Oct 10 18:05:42.784 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:05:42.784 INFO kablam! Oct 10 18:05:42.789 INFO kablam! warning: variable does not need to be mutable Oct 10 18:05:42.789 INFO kablam! --> src/main.rs:12:9 Oct 10 18:05:42.789 INFO kablam! | Oct 10 18:05:42.789 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 10 18:05:42.789 INFO kablam! | ----^^^ Oct 10 18:05:42.789 INFO kablam! | | Oct 10 18:05:42.789 INFO kablam! | help: remove this `mut` Oct 10 18:05:42.789 INFO kablam! | Oct 10 18:05:42.789 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:05:42.789 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `is_zero` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:202:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `add` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:240:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `sub` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:249:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `mul` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:259:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `neg` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:268:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `is_even` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:278:5 Oct 10 18:05:42.852 INFO kablam! | Oct 10 18:05:42.852 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 10 18:05:42.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.852 INFO kablam! Oct 10 18:05:42.852 INFO kablam! warning: method is never used: `invert` Oct 10 18:05:42.852 INFO kablam! --> src/arith.rs:283:5 Oct 10 18:05:42.853 INFO kablam! | Oct 10 18:05:42.853 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 10 18:05:42.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.853 INFO kablam! Oct 10 18:05:42.853 INFO kablam! warning: function is never used: `div2` Oct 10 18:05:42.853 INFO kablam! --> src/arith.rs:363:1 Oct 10 18:05:42.853 INFO kablam! | Oct 10 18:05:42.853 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 10 18:05:42.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.853 INFO kablam! Oct 10 18:05:42.853 INFO kablam! warning: function is never used: `add_nocarry` Oct 10 18:05:42.853 INFO kablam! --> src/arith.rs:410:1 Oct 10 18:05:42.853 INFO kablam! | Oct 10 18:05:42.853 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 10 18:05:42.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:42.853 INFO kablam! Oct 10 18:05:42.853 INFO kablam! warning: function is never used: `mul_reduce` Oct 10 18:05:42.853 INFO kablam! --> src/arith.rs:483:1 Oct 10 18:05:42.853 INFO kablam! | Oct 10 18:05:42.853 INFO kablam! 483 | / fn mul_reduce( Oct 10 18:05:42.853 INFO kablam! 484 | | this: &mut [u64; 4], Oct 10 18:05:42.853 INFO kablam! 485 | | by: &[u64; 4], Oct 10 18:05:42.853 INFO kablam! 486 | | modulus: &[u64; 4], Oct 10 18:05:42.853 INFO kablam! ... | Oct 10 18:05:42.853 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 10 18:05:42.853 INFO kablam! 505 | | } Oct 10 18:05:42.853 INFO kablam! | |_^ Oct 10 18:05:42.853 INFO kablam! Oct 10 18:05:43.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 10 18:05:43.715 INFO kablam! su: No module specific data is present Oct 10 18:05:44.173 INFO running `"docker" "rm" "-f" "488398c73a0d9bb4082e87f135b47e4f5b94c9e574ca79ce0a60dc7644b68fe7"` Oct 10 18:05:44.514 INFO blam! 488398c73a0d9bb4082e87f135b47e4f5b94c9e574ca79ce0a60dc7644b68fe7 Oct 10 18:05:44.515 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:05:44.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 18:05:44.888 INFO blam! 8b7c870235c2a1e43d05e3cbbe4feab4877ac213eacc90dc61d9b8b9a4a6ba7c Oct 10 18:05:44.892 INFO running `"docker" "start" "-a" "8b7c870235c2a1e43d05e3cbbe4feab4877ac213eacc90dc61d9b8b9a4a6ba7c"` Oct 10 18:05:46.241 INFO kablam! usermod: no changes Oct 10 18:05:46.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 18:05:46.324 INFO kablam! Running /target/debug/deps/bndump-513160f98e558682 Oct 10 18:05:46.330 INFO blam! Oct 10 18:05:46.330 INFO blam! running 2 tests Oct 10 18:05:46.340 INFO blam! test arith::setting_bits ... ok Oct 10 18:05:46.476 INFO blam! test arith::testing_divrem ... ok Oct 10 18:05:46.477 INFO blam! Oct 10 18:05:46.477 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:05:46.477 INFO blam! Oct 10 18:05:46.478 INFO kablam! su: No module specific data is present Oct 10 18:05:47.017 INFO running `"docker" "rm" "-f" "8b7c870235c2a1e43d05e3cbbe4feab4877ac213eacc90dc61d9b8b9a4a6ba7c"` Oct 10 18:05:47.120 INFO blam! 8b7c870235c2a1e43d05e3cbbe4feab4877ac213eacc90dc61d9b8b9a4a6ba7c