Oct 13 07:35:30.210 INFO checking tendril-0.4.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:35:30.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 07:35:30.777 INFO blam! 0101255a95d9ac28e0401e00b10de0d8b699281cfaa81fa8ce3e4d9236239d67 Oct 13 07:35:30.779 INFO running `"docker" "start" "-a" "0101255a95d9ac28e0401e00b10de0d8b699281cfaa81fa8ce3e4d9236239d67"` Oct 13 07:35:32.228 INFO kablam! usermod: no changes Oct 13 07:35:32.324 INFO kablam! Checking tendril v0.4.0 (/source) Oct 13 07:35:34.901 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Oct 13 07:35:34.901 INFO kablam! --> src/tendril.rs:1658:9 Oct 13 07:35:34.901 INFO kablam! | Oct 13 07:35:34.901 INFO kablam! 1658 | t.clone(); Oct 13 07:35:34.902 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:34.902 INFO kablam! | Oct 13 07:35:34.902 INFO kablam! note: lint level defined here Oct 13 07:35:34.903 INFO kablam! --> src/lib.rs:8:24 Oct 13 07:35:34.903 INFO kablam! | Oct 13 07:35:34.903 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 13 07:35:34.903 INFO kablam! | ^^^^^^^^ Oct 13 07:35:34.904 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 13 07:35:34.904 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 13 07:35:34.912 INFO kablam! Oct 13 07:35:34.944 INFO kablam! error: aborting due to previous error Oct 13 07:35:34.945 INFO kablam! Oct 13 07:35:34.947 INFO kablam! error: Could not compile `tendril`. Oct 13 07:35:34.947 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:35:35.216 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 13 07:35:35.216 INFO kablam! --> examples/fuzz.rs:17:27 Oct 13 07:35:35.216 INFO kablam! | Oct 13 07:35:35.216 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 13 07:35:35.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 07:35:35.216 INFO kablam! | Oct 13 07:35:35.216 INFO kablam! note: lint level defined here Oct 13 07:35:35.216 INFO kablam! --> examples/fuzz.rs:9:9 Oct 13 07:35:35.216 INFO kablam! | Oct 13 07:35:35.216 INFO kablam! 9 | #![deny(warnings)] Oct 13 07:35:35.216 INFO kablam! | ^^^^^^^^ Oct 13 07:35:35.216 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:35:35.216 INFO kablam! Oct 13 07:35:35.236 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 13 07:35:35.236 INFO kablam! --> examples/fuzz.rs:22:46 Oct 13 07:35:35.236 INFO kablam! | Oct 13 07:35:35.236 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 13 07:35:35.236 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:35.236 INFO kablam! Oct 13 07:35:35.252 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 13 07:35:35.252 INFO kablam! --> examples/fuzz.rs:35:27 Oct 13 07:35:35.252 INFO kablam! | Oct 13 07:35:35.252 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 13 07:35:35.252 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:35.252 INFO kablam! Oct 13 07:35:35.296 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 13 07:35:35.296 INFO kablam! --> examples/fuzz.rs:107:45 Oct 13 07:35:35.296 INFO kablam! | Oct 13 07:35:35.296 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 13 07:35:35.296 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:35.296 INFO kablam! Oct 13 07:35:35.296 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 13 07:35:35.296 INFO kablam! --> examples/fuzz.rs:116:49 Oct 13 07:35:35.296 INFO kablam! | Oct 13 07:35:35.296 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 13 07:35:35.296 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:35.296 INFO kablam! Oct 13 07:35:35.296 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 13 07:35:35.296 INFO kablam! --> examples/fuzz.rs:117:51 Oct 13 07:35:35.296 INFO kablam! | Oct 13 07:35:35.296 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 13 07:35:35.296 INFO kablam! | ^^^^^^^^^^ Oct 13 07:35:35.296 INFO kablam! Oct 13 07:35:35.296 INFO kablam! error: aborting due to 6 previous errors Oct 13 07:35:35.296 INFO kablam! Oct 13 07:35:35.308 INFO kablam! error: Could not compile `tendril`. Oct 13 07:35:35.308 INFO kablam! Oct 13 07:35:35.308 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:35:35.308 INFO kablam! su: No module specific data is present Oct 13 07:35:35.944 INFO running `"docker" "rm" "-f" "0101255a95d9ac28e0401e00b10de0d8b699281cfaa81fa8ce3e4d9236239d67"` Oct 13 07:35:36.104 INFO blam! 0101255a95d9ac28e0401e00b10de0d8b699281cfaa81fa8ce3e4d9236239d67