Sep 19 19:08:15.730 INFO checking tendril-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:08:15.730 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:08:15.730 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:08:15.915 INFO blam! bdf12b1aae9caa4f5adc85bbdbed7e7efc960d305c4449d4cf1e4738cc02a5d0 Sep 19 19:08:15.920 INFO running `"docker" "start" "-a" "bdf12b1aae9caa4f5adc85bbdbed7e7efc960d305c4449d4cf1e4738cc02a5d0"` Sep 19 19:08:16.850 INFO kablam! usermod: no changes Sep 19 19:08:16.906 INFO kablam! Checking futf v0.1.4 Sep 19 19:08:17.219 INFO kablam! Checking tendril v0.4.0 (/source) Sep 19 19:08:18.104 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 19 19:08:18.104 INFO kablam! --> examples/fuzz.rs:17:27 Sep 19 19:08:18.104 INFO kablam! | Sep 19 19:08:18.104 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 19 19:08:18.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:08:18.104 INFO kablam! | Sep 19 19:08:18.104 INFO kablam! note: lint level defined here Sep 19 19:08:18.104 INFO kablam! --> examples/fuzz.rs:9:9 Sep 19 19:08:18.104 INFO kablam! | Sep 19 19:08:18.104 INFO kablam! 9 | #![deny(warnings)] Sep 19 19:08:18.104 INFO kablam! | ^^^^^^^^ Sep 19 19:08:18.104 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 19:08:18.104 INFO kablam! Sep 19 19:08:18.123 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:08:18.123 INFO kablam! --> examples/fuzz.rs:22:46 Sep 19 19:08:18.123 INFO kablam! | Sep 19 19:08:18.123 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 19 19:08:18.123 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.123 INFO kablam! Sep 19 19:08:18.139 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:08:18.139 INFO kablam! --> examples/fuzz.rs:35:27 Sep 19 19:08:18.139 INFO kablam! | Sep 19 19:08:18.139 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 19 19:08:18.139 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.139 INFO kablam! Sep 19 19:08:18.181 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:08:18.181 INFO kablam! --> examples/fuzz.rs:107:45 Sep 19 19:08:18.181 INFO kablam! | Sep 19 19:08:18.181 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 19 19:08:18.181 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.181 INFO kablam! Sep 19 19:08:18.182 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:08:18.182 INFO kablam! --> examples/fuzz.rs:116:49 Sep 19 19:08:18.182 INFO kablam! | Sep 19 19:08:18.182 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 19 19:08:18.182 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.182 INFO kablam! Sep 19 19:08:18.185 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:08:18.185 INFO kablam! --> examples/fuzz.rs:117:51 Sep 19 19:08:18.185 INFO kablam! | Sep 19 19:08:18.185 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 19 19:08:18.185 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.185 INFO kablam! Sep 19 19:08:18.191 INFO kablam! error: aborting due to 6 previous errors Sep 19 19:08:18.191 INFO kablam! Sep 19 19:08:18.200 INFO kablam! error: Could not compile `tendril`. Sep 19 19:08:18.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:08:18.953 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 19 19:08:18.953 INFO kablam! --> src/tendril.rs:1658:9 Sep 19 19:08:18.953 INFO kablam! | Sep 19 19:08:18.953 INFO kablam! 1658 | t.clone(); Sep 19 19:08:18.953 INFO kablam! | ^^^^^^^^^^ Sep 19 19:08:18.953 INFO kablam! | Sep 19 19:08:18.953 INFO kablam! note: lint level defined here Sep 19 19:08:18.953 INFO kablam! --> src/lib.rs:8:24 Sep 19 19:08:18.953 INFO kablam! | Sep 19 19:08:18.953 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 19 19:08:18.953 INFO kablam! | ^^^^^^^^ Sep 19 19:08:18.953 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 19 19:08:18.953 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 19 19:08:18.953 INFO kablam! Sep 19 19:08:18.998 INFO kablam! error: aborting due to previous error Sep 19 19:08:18.998 INFO kablam! Sep 19 19:08:19.001 INFO kablam! error: Could not compile `tendril`. Sep 19 19:08:19.001 INFO kablam! Sep 19 19:08:19.001 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:08:19.003 INFO kablam! su: No module specific data is present Sep 19 19:08:19.807 INFO running `"docker" "rm" "-f" "bdf12b1aae9caa4f5adc85bbdbed7e7efc960d305c4449d4cf1e4738cc02a5d0"` Sep 19 19:08:19.914 INFO blam! bdf12b1aae9caa4f5adc85bbdbed7e7efc960d305c4449d4cf1e4738cc02a5d0