Oct 13 06:31:51.729 INFO testing mratsim/bndump against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:31:51.729 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 13 06:31:52.048 INFO blam! 513c292708781bdde081f1bb24f6d3ca93b7554b728cda5e7d0f98ffb0e130af Oct 13 06:31:52.055 INFO running `"docker" "start" "-a" "513c292708781bdde081f1bb24f6d3ca93b7554b728cda5e7d0f98ffb0e130af"` Oct 13 06:31:53.057 INFO kablam! usermod: no changes Oct 13 06:31:53.115 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 13 06:31:53.580 INFO kablam! warning: unused import: `Encodable` Oct 13 06:31:53.580 INFO kablam! --> src/main.rs:6:29 Oct 13 06:31:53.580 INFO kablam! | Oct 13 06:31:53.580 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 13 06:31:53.580 INFO kablam! | ^^^^^^^^^ Oct 13 06:31:53.580 INFO kablam! | Oct 13 06:31:53.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:31:53.580 INFO kablam! Oct 13 06:31:53.850 INFO kablam! warning: unused variable: `buf` Oct 13 06:31:53.850 INFO kablam! --> src/main.rs:12:13 Oct 13 06:31:53.850 INFO kablam! | Oct 13 06:31:53.850 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:31:53.850 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 06:31:53.850 INFO kablam! | Oct 13 06:31:53.850 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:31:53.850 INFO kablam! Oct 13 06:31:53.855 INFO kablam! warning: variable does not need to be mutable Oct 13 06:31:53.855 INFO kablam! --> src/main.rs:12:9 Oct 13 06:31:53.855 INFO kablam! | Oct 13 06:31:53.855 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:31:53.855 INFO kablam! | ----^^^ Oct 13 06:31:53.855 INFO kablam! | | Oct 13 06:31:53.855 INFO kablam! | help: remove this `mut` Oct 13 06:31:53.855 INFO kablam! | Oct 13 06:31:53.855 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:31:53.855 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `one` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:192:5 Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! 192 | pub fn one() -> U256 { Oct 13 06:31:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:31:53.899 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `is_zero` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:202:5 Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 13 06:31:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.899 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `add` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:240:5 Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 13 06:31:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.899 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `sub` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:249:5 Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 13 06:31:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.899 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `mul` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:259:5 Oct 13 06:31:53.899 INFO kablam! | Oct 13 06:31:53.899 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 13 06:31:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.899 INFO kablam! Oct 13 06:31:53.899 INFO kablam! warning: method is never used: `neg` Oct 13 06:31:53.899 INFO kablam! --> src/arith.rs:268:5 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: method is never used: `is_even` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:278:5 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: method is never used: `invert` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:283:5 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: method is never used: `bits` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:333:5 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 333 | pub fn bits(&self) -> BitIterator { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: struct is never constructed: `BitIterator` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:341:1 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 341 | pub struct BitIterator<'a> { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: function is never used: `div2` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:363:1 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: function is never used: `add_nocarry` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:410:1 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 13 06:31:53.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:53.900 INFO kablam! warning: function is never used: `mul_reduce` Oct 13 06:31:53.900 INFO kablam! --> src/arith.rs:483:1 Oct 13 06:31:53.900 INFO kablam! | Oct 13 06:31:53.900 INFO kablam! 483 | / fn mul_reduce( Oct 13 06:31:53.900 INFO kablam! 484 | | this: &mut [u64; 4], Oct 13 06:31:53.900 INFO kablam! 485 | | by: &[u64; 4], Oct 13 06:31:53.900 INFO kablam! 486 | | modulus: &[u64; 4], Oct 13 06:31:53.900 INFO kablam! ... | Oct 13 06:31:53.900 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 13 06:31:53.900 INFO kablam! 505 | | } Oct 13 06:31:53.900 INFO kablam! | |_^ Oct 13 06:31:53.900 INFO kablam! Oct 13 06:31:54.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 13 06:31:54.704 INFO kablam! su: No module specific data is present Oct 13 06:31:55.432 INFO running `"docker" "rm" "-f" "513c292708781bdde081f1bb24f6d3ca93b7554b728cda5e7d0f98ffb0e130af"` Oct 13 06:31:55.659 INFO blam! 513c292708781bdde081f1bb24f6d3ca93b7554b728cda5e7d0f98ffb0e130af Oct 13 06:31:55.660 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 13 06:31:56.000 INFO blam! 4c6228d12f61a6a93e1c2ec4f580e81a4aceedc72ce956cfd57bcf2dc8e1eae7 Oct 13 06:31:56.008 INFO running `"docker" "start" "-a" "4c6228d12f61a6a93e1c2ec4f580e81a4aceedc72ce956cfd57bcf2dc8e1eae7"` Oct 13 06:31:56.871 INFO kablam! usermod: no changes Oct 13 06:31:56.939 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 13 06:31:57.363 INFO kablam! warning: unused import: `Encodable` Oct 13 06:31:57.363 INFO kablam! --> src/main.rs:6:29 Oct 13 06:31:57.363 INFO kablam! | Oct 13 06:31:57.363 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 13 06:31:57.363 INFO kablam! | ^^^^^^^^^ Oct 13 06:31:57.363 INFO kablam! | Oct 13 06:31:57.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:31:57.363 INFO kablam! Oct 13 06:31:57.635 INFO kablam! warning: unused variable: `buf` Oct 13 06:31:57.635 INFO kablam! --> src/main.rs:12:13 Oct 13 06:31:57.635 INFO kablam! | Oct 13 06:31:57.635 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:31:57.635 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 06:31:57.635 INFO kablam! | Oct 13 06:31:57.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:31:57.635 INFO kablam! Oct 13 06:31:57.636 INFO kablam! warning: variable does not need to be mutable Oct 13 06:31:57.636 INFO kablam! --> src/main.rs:12:9 Oct 13 06:31:57.636 INFO kablam! | Oct 13 06:31:57.636 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:31:57.636 INFO kablam! | ----^^^ Oct 13 06:31:57.636 INFO kablam! | | Oct 13 06:31:57.636 INFO kablam! | help: remove this `mut` Oct 13 06:31:57.637 INFO kablam! | Oct 13 06:31:57.637 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:31:57.637 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `is_zero` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:202:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `add` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:240:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `sub` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:249:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `mul` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:259:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `neg` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:268:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `is_even` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:278:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: method is never used: `invert` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:283:5 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: function is never used: `div2` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:363:1 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: function is never used: `add_nocarry` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:410:1 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.723 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 13 06:31:57.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:57.723 INFO kablam! Oct 13 06:31:57.723 INFO kablam! warning: function is never used: `mul_reduce` Oct 13 06:31:57.723 INFO kablam! --> src/arith.rs:483:1 Oct 13 06:31:57.723 INFO kablam! | Oct 13 06:31:57.724 INFO kablam! 483 | / fn mul_reduce( Oct 13 06:31:57.724 INFO kablam! 484 | | this: &mut [u64; 4], Oct 13 06:31:57.724 INFO kablam! 485 | | by: &[u64; 4], Oct 13 06:31:57.724 INFO kablam! 486 | | modulus: &[u64; 4], Oct 13 06:31:57.724 INFO kablam! ... | Oct 13 06:31:57.724 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 13 06:31:57.724 INFO kablam! 505 | | } Oct 13 06:31:57.724 INFO kablam! | |_^ Oct 13 06:31:57.724 INFO kablam! Oct 13 06:31:58.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 13 06:31:58.607 INFO kablam! su: No module specific data is present Oct 13 06:31:59.508 INFO running `"docker" "rm" "-f" "4c6228d12f61a6a93e1c2ec4f580e81a4aceedc72ce956cfd57bcf2dc8e1eae7"` Oct 13 06:31:59.795 INFO blam! 4c6228d12f61a6a93e1c2ec4f580e81a4aceedc72ce956cfd57bcf2dc8e1eae7 Oct 13 06:31:59.802 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 13 06:32:00.282 INFO blam! f14d356c70ca89502639a01042975ce7a8584d021ed0d7f4a4174a248300d460 Oct 13 06:32:00.284 INFO running `"docker" "start" "-a" "f14d356c70ca89502639a01042975ce7a8584d021ed0d7f4a4174a248300d460"` Oct 13 06:32:01.895 INFO kablam! usermod: no changes Oct 13 06:32:01.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 06:32:01.991 INFO kablam! Running /target/debug/deps/bndump-7b52d79b9b37e13c Oct 13 06:32:01.999 INFO blam! Oct 13 06:32:01.999 INFO blam! running 2 tests Oct 13 06:32:01.999 INFO blam! test arith::setting_bits ... ok Oct 13 06:32:02.196 INFO blam! test arith::testing_divrem ... ok Oct 13 06:32:02.196 INFO blam! Oct 13 06:32:02.197 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:32:02.197 INFO blam! Oct 13 06:32:02.197 INFO kablam! su: No module specific data is present Oct 13 06:32:02.993 INFO running `"docker" "rm" "-f" "f14d356c70ca89502639a01042975ce7a8584d021ed0d7f4a4174a248300d460"` Oct 13 06:32:03.283 INFO blam! f14d356c70ca89502639a01042975ce7a8584d021ed0d7f4a4174a248300d460