Oct 27 08:18:59.958 INFO checking anthdm/avalanche against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:18:59.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 08:19:00.411 INFO blam! c422edaefaa07bab89be836fa7d07dd34abbdc71115c7645135bb8dc7a42d27f Oct 27 08:19:00.417 INFO running `"docker" "start" "-a" "c422edaefaa07bab89be836fa7d07dd34abbdc71115c7645135bb8dc7a42d27f"` Oct 27 08:19:01.172 INFO kablam! usermod: no changes Oct 27 08:19:01.225 INFO kablam! Checking avalanche v0.1.0 (/source) Oct 27 08:19:01.835 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:19:01.835 INFO kablam! --> src/main.rs:7:12 Oct 27 08:19:01.835 INFO kablam! | Oct 27 08:19:01.835 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 27 08:19:01.835 INFO kablam! | ^^^^^^ Oct 27 08:19:01.835 INFO kablam! | Oct 27 08:19:01.835 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 08:19:01.835 INFO kablam! Oct 27 08:19:01.835 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 08:19:01.835 INFO kablam! --> src/main.rs:32:9 Oct 27 08:19:01.835 INFO kablam! | Oct 27 08:19:01.835 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 27 08:19:01.835 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:19:01.835 INFO kablam! Oct 27 08:19:01.835 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:19:01.835 INFO kablam! --> src/main.rs:171:5 Oct 27 08:19:01.835 INFO kablam! | Oct 27 08:19:01.835 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 27 08:19:01.835 INFO kablam! | ^^^^^^ Oct 27 08:19:01.835 INFO kablam! Oct 27 08:19:01.942 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:19:01.942 INFO kablam! --> src/main.rs:7:12 Oct 27 08:19:01.942 INFO kablam! | Oct 27 08:19:01.942 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 27 08:19:01.942 INFO kablam! | ^^^^^^ Oct 27 08:19:01.942 INFO kablam! | Oct 27 08:19:01.942 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 08:19:01.942 INFO kablam! Oct 27 08:19:01.942 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 08:19:01.942 INFO kablam! --> src/main.rs:32:9 Oct 27 08:19:01.942 INFO kablam! | Oct 27 08:19:01.942 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 27 08:19:01.942 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:19:01.942 INFO kablam! Oct 27 08:19:01.942 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:19:01.942 INFO kablam! --> src/main.rs:171:5 Oct 27 08:19:01.942 INFO kablam! | Oct 27 08:19:01.942 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 27 08:19:01.942 INFO kablam! | ^^^^^^ Oct 27 08:19:01.942 INFO kablam! Oct 27 08:19:01.979 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 08:19:01.979 INFO kablam! --> src/main.rs:143:21 Oct 27 08:19:01.979 INFO kablam! | Oct 27 08:19:01.979 INFO kablam! 143 | / sampled Oct 27 08:19:01.979 INFO kablam! 144 | | .iter() Oct 27 08:19:01.979 INFO kablam! 145 | | .map(|id| { Oct 27 08:19:01.979 INFO kablam! 146 | | nodes Oct 27 08:19:01.979 INFO kablam! ... | Oct 27 08:19:01.979 INFO kablam! 152 | | }) Oct 27 08:19:01.979 INFO kablam! 153 | | .collect::>(); Oct 27 08:19:01.979 INFO kablam! | |_____________________________________________^ Oct 27 08:19:01.979 INFO kablam! | Oct 27 08:19:01.979 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:19:01.979 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 08:19:01.979 INFO kablam! Oct 27 08:19:01.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:19:01.982 INFO kablam! --> src/main.rs:352:9 Oct 27 08:19:01.982 INFO kablam! | Oct 27 08:19:01.982 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 27 08:19:01.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:19:01.982 INFO kablam! | Oct 27 08:19:01.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:19:01.982 INFO kablam! Oct 27 08:19:01.983 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:19:01.983 INFO kablam! --> src/main.rs:357:9 Oct 27 08:19:01.987 INFO kablam! | Oct 27 08:19:01.987 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 27 08:19:01.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:19:01.987 INFO kablam! | Oct 27 08:19:01.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:19:01.987 INFO kablam! Oct 27 08:19:02.128 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 08:19:02.128 INFO kablam! --> src/main.rs:143:21 Oct 27 08:19:02.128 INFO kablam! | Oct 27 08:19:02.128 INFO kablam! 143 | / sampled Oct 27 08:19:02.128 INFO kablam! 144 | | .iter() Oct 27 08:19:02.128 INFO kablam! 145 | | .map(|id| { Oct 27 08:19:02.128 INFO kablam! 146 | | nodes Oct 27 08:19:02.128 INFO kablam! ... | Oct 27 08:19:02.128 INFO kablam! 152 | | }) Oct 27 08:19:02.128 INFO kablam! 153 | | .collect::>(); Oct 27 08:19:02.128 INFO kablam! | |_____________________________________________^ Oct 27 08:19:02.128 INFO kablam! | Oct 27 08:19:02.128 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:19:02.128 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 08:19:02.128 INFO kablam! Oct 27 08:19:02.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:19:02.130 INFO kablam! --> src/main.rs:352:9 Oct 27 08:19:02.130 INFO kablam! | Oct 27 08:19:02.130 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 27 08:19:02.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:19:02.130 INFO kablam! | Oct 27 08:19:02.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:19:02.130 INFO kablam! Oct 27 08:19:02.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:19:02.130 INFO kablam! --> src/main.rs:357:9 Oct 27 08:19:02.130 INFO kablam! | Oct 27 08:19:02.130 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 27 08:19:02.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:19:02.130 INFO kablam! | Oct 27 08:19:02.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:19:02.130 INFO kablam! Oct 27 08:19:02.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 27 08:19:02.149 INFO kablam! su: No module specific data is present Oct 27 08:19:02.559 INFO running `"docker" "rm" "-f" "c422edaefaa07bab89be836fa7d07dd34abbdc71115c7645135bb8dc7a42d27f"` Oct 27 08:19:02.861 INFO blam! c422edaefaa07bab89be836fa7d07dd34abbdc71115c7645135bb8dc7a42d27f