Sep 05 22:05:27.225 INFO checking tendril-0.4.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 22:05:27.225 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 22:05:27.225 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:05:27.419 INFO blam! 04b4ee2a037843baafca295c22b4ff15d981fab06de90e39f8f4a425fdf9ad8e Sep 05 22:05:27.421 INFO running `"docker" "start" "-a" "04b4ee2a037843baafca295c22b4ff15d981fab06de90e39f8f4a425fdf9ad8e"` Sep 05 22:05:28.169 INFO kablam! usermod: no changes Sep 05 22:05:28.245 INFO kablam! Checking tendril v0.4.0 (file:///source) Sep 05 22:05:29.325 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 05 22:05:29.325 INFO kablam! --> examples/fuzz.rs:17:27 Sep 05 22:05:29.325 INFO kablam! | Sep 05 22:05:29.325 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 05 22:05:29.325 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 22:05:29.325 INFO kablam! | Sep 05 22:05:29.325 INFO kablam! note: lint level defined here Sep 05 22:05:29.325 INFO kablam! --> examples/fuzz.rs:9:9 Sep 05 22:05:29.325 INFO kablam! | Sep 05 22:05:29.325 INFO kablam! 9 | #![deny(warnings)] Sep 05 22:05:29.325 INFO kablam! | ^^^^^^^^ Sep 05 22:05:29.325 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 22:05:29.325 INFO kablam! Sep 05 22:05:29.345 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 05 22:05:29.345 INFO kablam! --> examples/fuzz.rs:22:46 Sep 05 22:05:29.345 INFO kablam! | Sep 05 22:05:29.345 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 05 22:05:29.345 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.345 INFO kablam! Sep 05 22:05:29.363 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 05 22:05:29.363 INFO kablam! --> examples/fuzz.rs:35:27 Sep 05 22:05:29.363 INFO kablam! | Sep 05 22:05:29.363 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 05 22:05:29.363 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.363 INFO kablam! Sep 05 22:05:29.414 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 05 22:05:29.414 INFO kablam! --> examples/fuzz.rs:107:45 Sep 05 22:05:29.414 INFO kablam! | Sep 05 22:05:29.414 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 05 22:05:29.414 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.414 INFO kablam! Sep 05 22:05:29.415 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 05 22:05:29.415 INFO kablam! --> examples/fuzz.rs:116:49 Sep 05 22:05:29.415 INFO kablam! | Sep 05 22:05:29.415 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 05 22:05:29.415 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.415 INFO kablam! Sep 05 22:05:29.415 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 05 22:05:29.415 INFO kablam! --> examples/fuzz.rs:117:51 Sep 05 22:05:29.415 INFO kablam! | Sep 05 22:05:29.415 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 05 22:05:29.415 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.415 INFO kablam! Sep 05 22:05:29.421 INFO kablam! error: aborting due to 6 previous errors Sep 05 22:05:29.421 INFO kablam! Sep 05 22:05:29.433 INFO kablam! error: Could not compile `tendril`. Sep 05 22:05:29.433 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 22:05:29.826 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 05 22:05:29.826 INFO kablam! --> src/tendril.rs:1658:9 Sep 05 22:05:29.826 INFO kablam! | Sep 05 22:05:29.826 INFO kablam! 1658 | t.clone(); Sep 05 22:05:29.826 INFO kablam! | ^^^^^^^^^^ Sep 05 22:05:29.826 INFO kablam! | Sep 05 22:05:29.826 INFO kablam! note: lint level defined here Sep 05 22:05:29.826 INFO kablam! --> src/lib.rs:8:24 Sep 05 22:05:29.826 INFO kablam! | Sep 05 22:05:29.826 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 05 22:05:29.826 INFO kablam! | ^^^^^^^^ Sep 05 22:05:29.826 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 05 22:05:29.826 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 05 22:05:29.826 INFO kablam! Sep 05 22:05:29.858 INFO kablam! error: aborting due to previous error Sep 05 22:05:29.858 INFO kablam! Sep 05 22:05:29.864 INFO kablam! error: Could not compile `tendril`. Sep 05 22:05:29.864 INFO kablam! Sep 05 22:05:29.864 INFO kablam! To learn more, run the command again with --verbose. Sep 05 22:05:29.866 INFO kablam! su: No module specific data is present Sep 05 22:05:30.438 INFO running `"docker" "rm" "-f" "04b4ee2a037843baafca295c22b4ff15d981fab06de90e39f8f4a425fdf9ad8e"` Sep 05 22:05:30.525 INFO blam! 04b4ee2a037843baafca295c22b4ff15d981fab06de90e39f8f4a425fdf9ad8e