Sep 04 00:52:24.280 INFO checking tendril-0.4.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:52:24.280 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:52:24.280 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:52:24.450 INFO blam! 372dfb940ac554e91c32083db8ad175ba2ed05619137def71b967d68f4afc672 Sep 04 00:52:24.452 INFO running `"docker" "start" "-a" "372dfb940ac554e91c32083db8ad175ba2ed05619137def71b967d68f4afc672"` Sep 04 00:52:25.022 INFO kablam! Checking tendril v0.4.0 (file:///source) Sep 04 00:52:27.068 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 00:52:27.068 INFO kablam! --> examples/fuzz.rs:17:27 Sep 04 00:52:27.068 INFO kablam! | Sep 04 00:52:27.068 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 04 00:52:27.068 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 00:52:27.068 INFO kablam! | Sep 04 00:52:27.068 INFO kablam! note: lint level defined here Sep 04 00:52:27.068 INFO kablam! --> examples/fuzz.rs:9:9 Sep 04 00:52:27.068 INFO kablam! | Sep 04 00:52:27.068 INFO kablam! 9 | #![deny(warnings)] Sep 04 00:52:27.068 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.068 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 00:52:27.069 INFO kablam! Sep 04 00:52:27.130 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.130 INFO kablam! --> examples/fuzz.rs:22:46 Sep 04 00:52:27.130 INFO kablam! | Sep 04 00:52:27.130 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 04 00:52:27.130 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.130 INFO kablam! Sep 04 00:52:27.173 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.173 INFO kablam! --> examples/fuzz.rs:35:27 Sep 04 00:52:27.173 INFO kablam! | Sep 04 00:52:27.173 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 04 00:52:27.173 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.173 INFO kablam! Sep 04 00:52:27.292 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.292 INFO kablam! --> examples/fuzz.rs:107:45 Sep 04 00:52:27.292 INFO kablam! | Sep 04 00:52:27.292 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:27.292 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.292 INFO kablam! Sep 04 00:52:27.293 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.293 INFO kablam! --> examples/fuzz.rs:116:49 Sep 04 00:52:27.293 INFO kablam! | Sep 04 00:52:27.293 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:27.293 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.293 INFO kablam! Sep 04 00:52:27.294 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.294 INFO kablam! --> examples/fuzz.rs:117:51 Sep 04 00:52:27.294 INFO kablam! | Sep 04 00:52:27.294 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 04 00:52:27.294 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.294 INFO kablam! Sep 04 00:52:27.296 INFO kablam! error: aborting due to 6 previous errors Sep 04 00:52:27.296 INFO kablam! Sep 04 00:52:27.305 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:27.305 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:52:28.529 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 04 00:52:28.530 INFO kablam! --> src/tendril.rs:1658:9 Sep 04 00:52:28.530 INFO kablam! | Sep 04 00:52:28.530 INFO kablam! 1658 | t.clone(); Sep 04 00:52:28.530 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.530 INFO kablam! | Sep 04 00:52:28.530 INFO kablam! note: lint level defined here Sep 04 00:52:28.530 INFO kablam! --> src/lib.rs:8:24 Sep 04 00:52:28.530 INFO kablam! | Sep 04 00:52:28.530 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 04 00:52:28.530 INFO kablam! | ^^^^^^^^ Sep 04 00:52:28.530 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 04 00:52:28.530 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 04 00:52:28.530 INFO kablam! Sep 04 00:52:28.568 INFO kablam! error: aborting due to previous error Sep 04 00:52:28.568 INFO kablam! Sep 04 00:52:28.577 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:28.577 INFO kablam! Sep 04 00:52:28.577 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:52:28.578 INFO kablam! su: No module specific data is present Sep 04 00:52:29.008 INFO running `"docker" "rm" "-f" "372dfb940ac554e91c32083db8ad175ba2ed05619137def71b967d68f4afc672"` Sep 04 00:52:29.127 INFO blam! 372dfb940ac554e91c32083db8ad175ba2ed05619137def71b967d68f4afc672