Sep 04 00:52:24.342 INFO checking tendril-0.4.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 00:52:24.342 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 00:52:24.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.540 INFO blam! 1404161cbebc85446c60bc8f159200a6932a37f95c7bcc1f2bbb983c76d3fc29 Sep 04 00:52:24.541 INFO running `"docker" "start" "-a" "1404161cbebc85446c60bc8f159200a6932a37f95c7bcc1f2bbb983c76d3fc29"` Sep 04 00:52:25.262 INFO kablam! Checking tendril v0.4.0 (file:///source) Sep 04 00:52:27.495 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 00:52:27.495 INFO kablam! --> examples/fuzz.rs:17:27 Sep 04 00:52:27.495 INFO kablam! | Sep 04 00:52:27.495 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 04 00:52:27.495 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 00:52:27.495 INFO kablam! | Sep 04 00:52:27.495 INFO kablam! note: lint level defined here Sep 04 00:52:27.496 INFO kablam! --> examples/fuzz.rs:9:9 Sep 04 00:52:27.496 INFO kablam! | Sep 04 00:52:27.496 INFO kablam! 9 | #![deny(warnings)] Sep 04 00:52:27.496 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.496 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 00:52:27.496 INFO kablam! Sep 04 00:52:27.529 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.529 INFO kablam! --> examples/fuzz.rs:22:46 Sep 04 00:52:27.529 INFO kablam! | Sep 04 00:52:27.529 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 04 00:52:27.529 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.529 INFO kablam! Sep 04 00:52:27.556 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.556 INFO kablam! --> examples/fuzz.rs:35:27 Sep 04 00:52:27.556 INFO kablam! | Sep 04 00:52:27.556 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 04 00:52:27.556 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.556 INFO kablam! Sep 04 00:52:27.651 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.651 INFO kablam! --> examples/fuzz.rs:107:45 Sep 04 00:52:27.651 INFO kablam! | Sep 04 00:52:27.651 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:27.651 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.651 INFO kablam! Sep 04 00:52:27.652 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.652 INFO kablam! --> examples/fuzz.rs:116:49 Sep 04 00:52:27.653 INFO kablam! | Sep 04 00:52:27.653 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:27.653 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.653 INFO kablam! Sep 04 00:52:27.653 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:27.653 INFO kablam! --> examples/fuzz.rs:117:51 Sep 04 00:52:27.653 INFO kablam! | Sep 04 00:52:27.653 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 04 00:52:27.653 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:27.653 INFO kablam! Sep 04 00:52:27.658 INFO kablam! error: aborting due to 6 previous errors Sep 04 00:52:27.658 INFO kablam! Sep 04 00:52:27.666 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:27.666 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:52:28.437 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 04 00:52:28.437 INFO kablam! --> src/tendril.rs:1658:9 Sep 04 00:52:28.438 INFO kablam! | Sep 04 00:52:28.438 INFO kablam! 1658 | t.clone(); Sep 04 00:52:28.438 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.438 INFO kablam! | Sep 04 00:52:28.438 INFO kablam! note: lint level defined here Sep 04 00:52:28.438 INFO kablam! --> src/lib.rs:8:24 Sep 04 00:52:28.438 INFO kablam! | Sep 04 00:52:28.438 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 04 00:52:28.438 INFO kablam! | ^^^^^^^^ Sep 04 00:52:28.438 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 04 00:52:28.438 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 04 00:52:28.438 INFO kablam! Sep 04 00:52:28.470 INFO kablam! error: aborting due to previous error Sep 04 00:52:28.470 INFO kablam! Sep 04 00:52:28.478 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:28.478 INFO kablam! Sep 04 00:52:28.478 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:52:28.480 INFO kablam! su: No module specific data is present Sep 04 00:52:28.899 INFO running `"docker" "rm" "-f" "1404161cbebc85446c60bc8f159200a6932a37f95c7bcc1f2bbb983c76d3fc29"` Sep 04 00:52:28.995 INFO blam! 1404161cbebc85446c60bc8f159200a6932a37f95c7bcc1f2bbb983c76d3fc29