Oct 15 04:01:01.585 INFO testing anthdm/avalanche against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:01:01.587 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 04:01:02.459 INFO blam! ce05b0a0357834b57f9d610f8508724ae463242da44008b56dea78275ced4c67 Oct 15 04:01:02.462 INFO running `"docker" "start" "-a" "ce05b0a0357834b57f9d610f8508724ae463242da44008b56dea78275ced4c67"` Oct 15 04:01:03.882 INFO kablam! usermod: no changes Oct 15 04:01:04.032 INFO kablam! Compiling ring v0.13.2 Oct 15 04:01:08.131 INFO kablam! Compiling avalanche v0.1.0 (/source) Oct 15 04:01:08.674 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 15 04:01:08.674 INFO kablam! --> src/main.rs:7:12 Oct 15 04:01:08.674 INFO kablam! | Oct 15 04:01:08.674 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 15 04:01:08.674 INFO kablam! | ^^^^^^ Oct 15 04:01:08.674 INFO kablam! | Oct 15 04:01:08.674 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:01:08.674 INFO kablam! Oct 15 04:01:08.674 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 04:01:08.674 INFO kablam! --> src/main.rs:32:9 Oct 15 04:01:08.674 INFO kablam! | Oct 15 04:01:08.674 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 15 04:01:08.674 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:01:08.674 INFO kablam! Oct 15 04:01:08.674 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 15 04:01:08.674 INFO kablam! --> src/main.rs:171:5 Oct 15 04:01:08.674 INFO kablam! | Oct 15 04:01:08.674 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 15 04:01:08.674 INFO kablam! | ^^^^^^ Oct 15 04:01:08.674 INFO kablam! Oct 15 04:01:08.842 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 15 04:01:08.843 INFO kablam! --> src/main.rs:143:21 Oct 15 04:01:08.843 INFO kablam! | Oct 15 04:01:08.843 INFO kablam! 143 | / sampled Oct 15 04:01:08.843 INFO kablam! 144 | | .iter() Oct 15 04:01:08.844 INFO kablam! 145 | | .map(|id| { Oct 15 04:01:08.845 INFO kablam! 146 | | nodes Oct 15 04:01:08.845 INFO kablam! ... | Oct 15 04:01:08.846 INFO kablam! 152 | | }) Oct 15 04:01:08.846 INFO kablam! 153 | | .collect::>(); Oct 15 04:01:08.847 INFO kablam! | |_____________________________________________^ Oct 15 04:01:08.848 INFO kablam! | Oct 15 04:01:08.849 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:01:08.849 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 15 04:01:08.850 INFO kablam! Oct 15 04:01:08.850 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:01:08.850 INFO kablam! --> src/main.rs:352:9 Oct 15 04:01:08.850 INFO kablam! | Oct 15 04:01:08.850 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 15 04:01:08.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:01:08.850 INFO kablam! | Oct 15 04:01:08.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:01:08.850 INFO kablam! Oct 15 04:01:08.850 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:01:08.850 INFO kablam! --> src/main.rs:357:9 Oct 15 04:01:08.850 INFO kablam! | Oct 15 04:01:08.850 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 15 04:01:08.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:01:08.850 INFO kablam! | Oct 15 04:01:08.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:01:08.850 INFO kablam! Oct 15 04:01:11.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.32s Oct 15 04:01:11.275 INFO kablam! su: No module specific data is present Oct 15 04:01:11.943 INFO running `"docker" "rm" "-f" "ce05b0a0357834b57f9d610f8508724ae463242da44008b56dea78275ced4c67"` Oct 15 04:01:12.177 INFO blam! ce05b0a0357834b57f9d610f8508724ae463242da44008b56dea78275ced4c67 Oct 15 04:01:12.185 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 04:01:12.492 INFO blam! e39a8cfe2a8d68a71d5184b1bf176dce6ee33290644f4979b1d791a3e0228791 Oct 15 04:01:12.503 INFO running `"docker" "start" "-a" "e39a8cfe2a8d68a71d5184b1bf176dce6ee33290644f4979b1d791a3e0228791"` Oct 15 04:01:14.239 INFO kablam! usermod: no changes Oct 15 04:01:14.331 INFO kablam! Compiling avalanche v0.1.0 (/source) Oct 15 04:01:14.979 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 15 04:01:14.979 INFO kablam! --> src/main.rs:7:12 Oct 15 04:01:14.979 INFO kablam! | Oct 15 04:01:14.979 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 15 04:01:14.979 INFO kablam! | ^^^^^^ Oct 15 04:01:14.979 INFO kablam! | Oct 15 04:01:14.979 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:01:14.979 INFO kablam! Oct 15 04:01:14.979 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 04:01:14.979 INFO kablam! --> src/main.rs:32:9 Oct 15 04:01:14.979 INFO kablam! | Oct 15 04:01:14.979 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 15 04:01:14.979 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:01:14.979 INFO kablam! Oct 15 04:01:14.979 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 15 04:01:14.979 INFO kablam! --> src/main.rs:171:5 Oct 15 04:01:14.979 INFO kablam! | Oct 15 04:01:14.979 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 15 04:01:14.979 INFO kablam! | ^^^^^^ Oct 15 04:01:14.979 INFO kablam! Oct 15 04:01:15.156 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 15 04:01:15.157 INFO kablam! --> src/main.rs:143:21 Oct 15 04:01:15.157 INFO kablam! | Oct 15 04:01:15.157 INFO kablam! 143 | / sampled Oct 15 04:01:15.157 INFO kablam! 144 | | .iter() Oct 15 04:01:15.157 INFO kablam! 145 | | .map(|id| { Oct 15 04:01:15.157 INFO kablam! 146 | | nodes Oct 15 04:01:15.157 INFO kablam! ... | Oct 15 04:01:15.157 INFO kablam! 152 | | }) Oct 15 04:01:15.157 INFO kablam! 153 | | .collect::>(); Oct 15 04:01:15.157 INFO kablam! | |_____________________________________________^ Oct 15 04:01:15.157 INFO kablam! | Oct 15 04:01:15.157 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:01:15.157 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 15 04:01:15.157 INFO kablam! Oct 15 04:01:15.163 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:01:15.163 INFO kablam! --> src/main.rs:352:9 Oct 15 04:01:15.163 INFO kablam! | Oct 15 04:01:15.163 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 15 04:01:15.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:01:15.163 INFO kablam! | Oct 15 04:01:15.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:01:15.163 INFO kablam! Oct 15 04:01:15.163 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:01:15.163 INFO kablam! --> src/main.rs:357:9 Oct 15 04:01:15.163 INFO kablam! | Oct 15 04:01:15.163 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 15 04:01:15.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:01:15.163 INFO kablam! | Oct 15 04:01:15.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:01:15.163 INFO kablam! Oct 15 04:01:15.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 04:01:15.867 INFO kablam! su: No module specific data is present Oct 15 04:01:16.849 INFO running `"docker" "rm" "-f" "e39a8cfe2a8d68a71d5184b1bf176dce6ee33290644f4979b1d791a3e0228791"` Oct 15 04:01:17.067 INFO blam! e39a8cfe2a8d68a71d5184b1bf176dce6ee33290644f4979b1d791a3e0228791 Oct 15 04:01:17.081 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 04:01:17.615 INFO blam! 928e8914f5f2daa715904482336fd364420f260c93b03d9176337ff5ea1101f2 Oct 15 04:01:17.617 INFO running `"docker" "start" "-a" "928e8914f5f2daa715904482336fd364420f260c93b03d9176337ff5ea1101f2"` Oct 15 04:01:18.687 INFO kablam! usermod: no changes Oct 15 04:01:18.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 04:01:18.747 INFO kablam! Running /target/debug/deps/avalanche-36cac7da47be5bba Oct 15 04:01:18.755 INFO kablam! su: No module specific data is present Oct 15 04:01:18.755 INFO blam! Oct 15 04:01:18.755 INFO blam! running 0 tests Oct 15 04:01:18.755 INFO blam! Oct 15 04:01:18.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:01:18.755 INFO blam! Oct 15 04:01:19.335 INFO running `"docker" "rm" "-f" "928e8914f5f2daa715904482336fd364420f260c93b03d9176337ff5ea1101f2"` Oct 15 04:01:19.685 INFO blam! 928e8914f5f2daa715904482336fd364420f260c93b03d9176337ff5ea1101f2