Sep 17 16:12:06.438 INFO checking tendril-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:12:06.438 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:12:06.438 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:12:06.593 INFO blam! 8eae3980f1d81fd4c51065674e463bc559e6df6c2798afbe87c9f92c72ae4766 Sep 17 16:12:06.593 INFO running `"docker" "start" "-a" "8eae3980f1d81fd4c51065674e463bc559e6df6c2798afbe87c9f92c72ae4766"` Sep 17 16:12:07.419 INFO kablam! usermod: no changes Sep 17 16:12:07.473 INFO kablam! Checking mac v0.1.1 Sep 17 16:12:07.474 INFO kablam! Checking new_debug_unreachable v1.0.1 Sep 17 16:12:07.656 INFO kablam! Checking futf v0.1.4 Sep 17 16:12:08.127 INFO kablam! Checking tendril v0.4.0 (/source) Sep 17 16:12:09.431 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 17 16:12:09.431 INFO kablam! --> examples/fuzz.rs:17:27 Sep 17 16:12:09.431 INFO kablam! | Sep 17 16:12:09.431 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 17 16:12:09.431 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 16:12:09.431 INFO kablam! | Sep 17 16:12:09.431 INFO kablam! note: lint level defined here Sep 17 16:12:09.431 INFO kablam! --> examples/fuzz.rs:9:9 Sep 17 16:12:09.431 INFO kablam! | Sep 17 16:12:09.431 INFO kablam! 9 | #![deny(warnings)] Sep 17 16:12:09.431 INFO kablam! | ^^^^^^^^ Sep 17 16:12:09.431 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 16:12:09.431 INFO kablam! Sep 17 16:12:09.458 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 16:12:09.458 INFO kablam! --> examples/fuzz.rs:22:46 Sep 17 16:12:09.458 INFO kablam! | Sep 17 16:12:09.458 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 17 16:12:09.458 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:09.458 INFO kablam! Sep 17 16:12:09.497 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 16:12:09.498 INFO kablam! --> examples/fuzz.rs:35:27 Sep 17 16:12:09.498 INFO kablam! | Sep 17 16:12:09.498 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 17 16:12:09.501 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:09.501 INFO kablam! Sep 17 16:12:09.583 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 16:12:09.583 INFO kablam! --> examples/fuzz.rs:107:45 Sep 17 16:12:09.583 INFO kablam! | Sep 17 16:12:09.583 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 17 16:12:09.583 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:09.583 INFO kablam! Sep 17 16:12:09.583 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 16:12:09.583 INFO kablam! --> examples/fuzz.rs:116:49 Sep 17 16:12:09.583 INFO kablam! | Sep 17 16:12:09.583 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 17 16:12:09.583 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:09.583 INFO kablam! Sep 17 16:12:09.583 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 16:12:09.583 INFO kablam! --> examples/fuzz.rs:117:51 Sep 17 16:12:09.583 INFO kablam! | Sep 17 16:12:09.583 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 17 16:12:09.583 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:09.583 INFO kablam! Sep 17 16:12:09.595 INFO kablam! error: aborting due to 6 previous errors Sep 17 16:12:09.595 INFO kablam! Sep 17 16:12:09.606 INFO kablam! error: Could not compile `tendril`. Sep 17 16:12:09.607 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:12:10.169 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 17 16:12:10.169 INFO kablam! --> src/tendril.rs:1658:9 Sep 17 16:12:10.169 INFO kablam! | Sep 17 16:12:10.169 INFO kablam! 1658 | t.clone(); Sep 17 16:12:10.169 INFO kablam! | ^^^^^^^^^^ Sep 17 16:12:10.170 INFO kablam! | Sep 17 16:12:10.170 INFO kablam! note: lint level defined here Sep 17 16:12:10.170 INFO kablam! --> src/lib.rs:8:24 Sep 17 16:12:10.170 INFO kablam! | Sep 17 16:12:10.170 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 17 16:12:10.170 INFO kablam! | ^^^^^^^^ Sep 17 16:12:10.170 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 17 16:12:10.170 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 17 16:12:10.170 INFO kablam! Sep 17 16:12:10.213 INFO kablam! error: aborting due to previous error Sep 17 16:12:10.213 INFO kablam! Sep 17 16:12:10.235 INFO kablam! error: Could not compile `tendril`. Sep 17 16:12:10.235 INFO kablam! Sep 17 16:12:10.235 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:12:10.235 INFO kablam! su: No module specific data is present Sep 17 16:12:10.901 INFO running `"docker" "rm" "-f" "8eae3980f1d81fd4c51065674e463bc559e6df6c2798afbe87c9f92c72ae4766"` Sep 17 16:12:10.994 INFO blam! 8eae3980f1d81fd4c51065674e463bc559e6df6c2798afbe87c9f92c72ae4766