Oct 27 14:47:32.876 INFO checking tendril-0.4.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:47:32.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:47:33.366 INFO blam! c84f1b9f54385421f1451a8a3963efb156495b53f600289175eceb160ae1fe84 Oct 27 14:47:33.367 INFO running `"docker" "start" "-a" "c84f1b9f54385421f1451a8a3963efb156495b53f600289175eceb160ae1fe84"` Oct 27 14:47:34.939 INFO kablam! usermod: no changes Oct 27 14:47:35.059 INFO kablam! Checking tendril v0.4.0 (/source) Oct 27 14:47:38.600 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 27 14:47:38.600 INFO kablam! --> examples/fuzz.rs:17:27 Oct 27 14:47:38.600 INFO kablam! | Oct 27 14:47:38.601 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 27 14:47:38.601 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 14:47:38.601 INFO kablam! | Oct 27 14:47:38.601 INFO kablam! note: lint level defined here Oct 27 14:47:38.602 INFO kablam! --> examples/fuzz.rs:9:9 Oct 27 14:47:38.602 INFO kablam! | Oct 27 14:47:38.602 INFO kablam! 9 | #![deny(warnings)] Oct 27 14:47:38.602 INFO kablam! | ^^^^^^^^ Oct 27 14:47:38.603 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 14:47:38.603 INFO kablam! Oct 27 14:47:38.619 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:38.620 INFO kablam! --> examples/fuzz.rs:22:46 Oct 27 14:47:38.620 INFO kablam! | Oct 27 14:47:38.620 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 27 14:47:38.620 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.621 INFO kablam! Oct 27 14:47:38.635 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:38.635 INFO kablam! --> examples/fuzz.rs:35:27 Oct 27 14:47:38.635 INFO kablam! | Oct 27 14:47:38.636 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 27 14:47:38.636 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.636 INFO kablam! Oct 27 14:47:38.674 INFO kablam! error: unused return value of `std::clone::Clone::clone` that must be used Oct 27 14:47:38.675 INFO kablam! --> src/tendril.rs:1658:9 Oct 27 14:47:38.675 INFO kablam! | Oct 27 14:47:38.675 INFO kablam! 1658 | t.clone(); Oct 27 14:47:38.676 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.676 INFO kablam! | Oct 27 14:47:38.676 INFO kablam! note: lint level defined here Oct 27 14:47:38.677 INFO kablam! --> src/lib.rs:8:24 Oct 27 14:47:38.677 INFO kablam! | Oct 27 14:47:38.677 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 27 14:47:38.677 INFO kablam! | ^^^^^^^^ Oct 27 14:47:38.678 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 27 14:47:38.679 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 27 14:47:38.679 INFO kablam! Oct 27 14:47:38.680 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:38.680 INFO kablam! --> examples/fuzz.rs:107:45 Oct 27 14:47:38.680 INFO kablam! | Oct 27 14:47:38.681 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 27 14:47:38.687 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.687 INFO kablam! Oct 27 14:47:38.687 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:38.687 INFO kablam! --> examples/fuzz.rs:116:49 Oct 27 14:47:38.688 INFO kablam! | Oct 27 14:47:38.688 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 27 14:47:38.688 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.689 INFO kablam! Oct 27 14:47:38.689 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:38.689 INFO kablam! --> examples/fuzz.rs:117:51 Oct 27 14:47:38.689 INFO kablam! | Oct 27 14:47:38.690 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 27 14:47:38.690 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:38.690 INFO kablam! Oct 27 14:47:38.690 INFO kablam! error: aborting due to 6 previous errors Oct 27 14:47:38.691 INFO kablam! Oct 27 14:47:38.692 INFO kablam! error: Could not compile `tendril`. Oct 27 14:47:38.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:47:38.711 INFO kablam! error: aborting due to previous error Oct 27 14:47:38.711 INFO kablam! Oct 27 14:47:38.719 INFO kablam! error: Could not compile `tendril`. Oct 27 14:47:38.719 INFO kablam! Oct 27 14:47:38.719 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:47:38.721 INFO kablam! su: No module specific data is present Oct 27 14:47:39.113 INFO running `"docker" "rm" "-f" "c84f1b9f54385421f1451a8a3963efb156495b53f600289175eceb160ae1fe84"` Oct 27 14:47:39.260 INFO blam! c84f1b9f54385421f1451a8a3963efb156495b53f600289175eceb160ae1fe84