Sep 14 05:11:59.752 INFO checking anthdm/avalanche against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 05:11:59.752 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 05:11:59.752 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:12:00.234 INFO blam! cb35fee82336e7706f496df868db5bdc3a668fd41158cbd2ec98a9bf98f1d81c Sep 14 05:12:00.237 INFO running `"docker" "start" "-a" "cb35fee82336e7706f496df868db5bdc3a668fd41158cbd2ec98a9bf98f1d81c"` Sep 14 05:12:01.943 INFO kablam! usermod: no changes Sep 14 05:12:02.111 INFO kablam! Compiling ring v0.13.2 Sep 14 05:12:09.599 INFO kablam! Checking avalanche v0.1.0 (file:///source) Sep 14 05:12:09.911 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 14 05:12:09.911 INFO kablam! --> src/main.rs:7:12 Sep 14 05:12:09.911 INFO kablam! | Sep 14 05:12:09.911 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Sep 14 05:12:09.911 INFO kablam! | ^^^^^^ Sep 14 05:12:09.911 INFO kablam! | Sep 14 05:12:09.911 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:12:09.911 INFO kablam! Sep 14 05:12:09.911 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 14 05:12:09.911 INFO kablam! --> src/main.rs:32:9 Sep 14 05:12:09.911 INFO kablam! | Sep 14 05:12:09.911 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Sep 14 05:12:09.911 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:12:09.911 INFO kablam! Sep 14 05:12:09.911 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 14 05:12:09.911 INFO kablam! --> src/main.rs:171:5 Sep 14 05:12:09.911 INFO kablam! | Sep 14 05:12:09.911 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Sep 14 05:12:09.911 INFO kablam! | ^^^^^^ Sep 14 05:12:09.911 INFO kablam! Sep 14 05:12:09.961 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 14 05:12:09.961 INFO kablam! --> src/main.rs:7:12 Sep 14 05:12:09.961 INFO kablam! | Sep 14 05:12:09.961 INFO kablam! 7 | use rand::{sample, thread_rng, Rng}; Sep 14 05:12:09.961 INFO kablam! | ^^^^^^ Sep 14 05:12:09.972 INFO kablam! | Sep 14 05:12:09.972 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:12:09.972 INFO kablam! Sep 14 05:12:09.972 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 14 05:12:09.972 INFO kablam! --> src/main.rs:32:9 Sep 14 05:12:09.972 INFO kablam! | Sep 14 05:12:09.972 INFO kablam! 32 | thread::sleep_ms(500); // cpu ded Sep 14 05:12:09.972 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:12:09.972 INFO kablam! Sep 14 05:12:09.972 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 14 05:12:09.972 INFO kablam! --> src/main.rs:171:5 Sep 14 05:12:09.972 INFO kablam! | Sep 14 05:12:09.972 INFO kablam! 171 | sample(&mut thread_rng(), ids, n) Sep 14 05:12:09.972 INFO kablam! | ^^^^^^ Sep 14 05:12:09.972 INFO kablam! Sep 14 05:12:10.174 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 05:12:10.174 INFO kablam! --> src/main.rs:143:21 Sep 14 05:12:10.174 INFO kablam! | Sep 14 05:12:10.174 INFO kablam! 143 | / sampled Sep 14 05:12:10.174 INFO kablam! 144 | | .iter() Sep 14 05:12:10.174 INFO kablam! 145 | | .map(|id| { Sep 14 05:12:10.174 INFO kablam! 146 | | nodes Sep 14 05:12:10.174 INFO kablam! ... | Sep 14 05:12:10.174 INFO kablam! 152 | | }) Sep 14 05:12:10.174 INFO kablam! 153 | | .collect::>(); Sep 14 05:12:10.174 INFO kablam! | |_____________________________________________^ Sep 14 05:12:10.174 INFO kablam! | Sep 14 05:12:10.174 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 05:12:10.174 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 05:12:10.174 INFO kablam! Sep 14 05:12:10.181 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 05:12:10.181 INFO kablam! --> src/main.rs:352:9 Sep 14 05:12:10.181 INFO kablam! | Sep 14 05:12:10.181 INFO kablam! 352 | self.sender.send((self.id, msg)); Sep 14 05:12:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:12:10.181 INFO kablam! | Sep 14 05:12:10.181 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 05:12:10.181 INFO kablam! Sep 14 05:12:10.181 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 05:12:10.181 INFO kablam! --> src/main.rs:357:9 Sep 14 05:12:10.181 INFO kablam! | Sep 14 05:12:10.181 INFO kablam! 357 | self.sender.send((self.id, msg)); Sep 14 05:12:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:12:10.181 INFO kablam! | Sep 14 05:12:10.181 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 05:12:10.181 INFO kablam! Sep 14 05:12:10.215 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 05:12:10.215 INFO kablam! --> src/main.rs:143:21 Sep 14 05:12:10.215 INFO kablam! | Sep 14 05:12:10.215 INFO kablam! 143 | / sampled Sep 14 05:12:10.215 INFO kablam! 144 | | .iter() Sep 14 05:12:10.215 INFO kablam! 145 | | .map(|id| { Sep 14 05:12:10.215 INFO kablam! 146 | | nodes Sep 14 05:12:10.215 INFO kablam! ... | Sep 14 05:12:10.215 INFO kablam! 152 | | }) Sep 14 05:12:10.215 INFO kablam! 153 | | .collect::>(); Sep 14 05:12:10.215 INFO kablam! | |_____________________________________________^ Sep 14 05:12:10.215 INFO kablam! | Sep 14 05:12:10.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 05:12:10.215 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 05:12:10.215 INFO kablam! Sep 14 05:12:10.215 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 05:12:10.215 INFO kablam! --> src/main.rs:352:9 Sep 14 05:12:10.215 INFO kablam! | Sep 14 05:12:10.215 INFO kablam! 352 | self.sender.send((self.id, msg)); Sep 14 05:12:10.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:12:10.216 INFO kablam! | Sep 14 05:12:10.216 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 05:12:10.216 INFO kablam! Sep 14 05:12:10.216 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 05:12:10.216 INFO kablam! --> src/main.rs:357:9 Sep 14 05:12:10.216 INFO kablam! | Sep 14 05:12:10.216 INFO kablam! 357 | self.sender.send((self.id, msg)); Sep 14 05:12:10.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:12:10.216 INFO kablam! | Sep 14 05:12:10.216 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 05:12:10.216 INFO kablam! Sep 14 05:12:10.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.28s Sep 14 05:12:10.247 INFO kablam! su: No module specific data is present Sep 14 05:12:11.532 INFO running `"docker" "rm" "-f" "cb35fee82336e7706f496df868db5bdc3a668fd41158cbd2ec98a9bf98f1d81c"` Sep 14 05:12:11.811 INFO blam! cb35fee82336e7706f496df868db5bdc3a668fd41158cbd2ec98a9bf98f1d81c