Oct 27 08:18:56.456 INFO checking anthdm/avalanche against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:18:56.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:18:56.971 INFO blam! 08e3fdd11a16983934652cc3fd8e029e019e3279805a7cd01c988629c988bf31 Oct 27 08:18:56.973 INFO running `"docker" "start" "-a" "08e3fdd11a16983934652cc3fd8e029e019e3279805a7cd01c988629c988bf31"` Oct 27 08:18:58.227 INFO kablam! usermod: no changes Oct 27 08:18:58.321 INFO kablam! Checking avalanche v0.1.0 (/source) Oct 27 08:18:59.459 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:18:59.459 INFO kablam! --> src/main.rs:7:12 Oct 27 08:18:59.459 INFO kablam! | Oct 27 08:18:59.459 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 27 08:18:59.459 INFO kablam! | ^^^^^^ Oct 27 08:18:59.459 INFO kablam! | Oct 27 08:18:59.459 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 08:18:59.459 INFO kablam! Oct 27 08:18:59.459 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 08:18:59.459 INFO kablam! --> src/main.rs:32:9 Oct 27 08:18:59.459 INFO kablam! | Oct 27 08:18:59.459 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 27 08:18:59.459 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:18:59.459 INFO kablam! Oct 27 08:18:59.459 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:18:59.459 INFO kablam! --> src/main.rs:171:5 Oct 27 08:18:59.459 INFO kablam! | Oct 27 08:18:59.459 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 27 08:18:59.459 INFO kablam! | ^^^^^^ Oct 27 08:18:59.459 INFO kablam! Oct 27 08:18:59.675 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 08:18:59.675 INFO kablam! --> src/main.rs:143:21 Oct 27 08:18:59.675 INFO kablam! | Oct 27 08:18:59.675 INFO kablam! 143 | / sampled Oct 27 08:18:59.675 INFO kablam! 144 | | .iter() Oct 27 08:18:59.675 INFO kablam! 145 | | .map(|id| { Oct 27 08:18:59.675 INFO kablam! 146 | | nodes Oct 27 08:18:59.675 INFO kablam! ... | Oct 27 08:18:59.675 INFO kablam! 152 | | }) Oct 27 08:18:59.675 INFO kablam! 153 | | .collect::>(); Oct 27 08:18:59.675 INFO kablam! | |_____________________________________________^ Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:18:59.683 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:18:59.683 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 08:18:59.683 INFO kablam! --> src/main.rs:7:12 Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.683 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:18:59.683 INFO kablam! --> src/main.rs:352:9 Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 27 08:18:59.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Oct 27 08:18:59.683 INFO kablam! | ^^^^^^ Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.683 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 08:18:59.683 INFO kablam! --> src/main.rs:32:9 Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Oct 27 08:18:59.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.683 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 08:18:59.683 INFO kablam! --> src/main.rs:171:5 Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Oct 27 08:18:59.683 INFO kablam! | ^^^^^^ Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.683 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:18:59.683 INFO kablam! --> src/main.rs:357:9 Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 27 08:18:59.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:59.683 INFO kablam! | Oct 27 08:18:59.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:18:59.683 INFO kablam! Oct 27 08:18:59.854 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 08:18:59.854 INFO kablam! --> src/main.rs:143:21 Oct 27 08:18:59.854 INFO kablam! | Oct 27 08:18:59.854 INFO kablam! 143 | / sampled Oct 27 08:18:59.854 INFO kablam! 144 | | .iter() Oct 27 08:18:59.854 INFO kablam! 145 | | .map(|id| { Oct 27 08:18:59.854 INFO kablam! 146 | | nodes Oct 27 08:18:59.854 INFO kablam! ... | Oct 27 08:18:59.854 INFO kablam! 152 | | }) Oct 27 08:18:59.854 INFO kablam! 153 | | .collect::>(); Oct 27 08:18:59.854 INFO kablam! | |_____________________________________________^ Oct 27 08:18:59.854 INFO kablam! | Oct 27 08:18:59.854 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:18:59.854 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 08:18:59.854 INFO kablam! Oct 27 08:18:59.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:18:59.855 INFO kablam! --> src/main.rs:352:9 Oct 27 08:18:59.855 INFO kablam! | Oct 27 08:18:59.855 INFO kablam! 352 | self.sender.send((self.id, msg)); Oct 27 08:18:59.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:59.855 INFO kablam! | Oct 27 08:18:59.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:18:59.855 INFO kablam! Oct 27 08:18:59.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:18:59.855 INFO kablam! --> src/main.rs:357:9 Oct 27 08:18:59.855 INFO kablam! | Oct 27 08:18:59.855 INFO kablam! 357 | self.sender.send((self.id, msg)); Oct 27 08:18:59.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:18:59.855 INFO kablam! | Oct 27 08:18:59.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:18:59.855 INFO kablam! Oct 27 08:18:59.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 27 08:18:59.885 INFO kablam! su: No module specific data is present Oct 27 08:19:00.535 INFO running `"docker" "rm" "-f" "08e3fdd11a16983934652cc3fd8e029e019e3279805a7cd01c988629c988bf31"` Oct 27 08:19:00.759 INFO blam! 08e3fdd11a16983934652cc3fd8e029e019e3279805a7cd01c988629c988bf31