Oct 21 23:07:18.437 INFO checking tendril-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:07:18.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:07:18.984 INFO blam! a4bfcec499dc3cb7bc59e0d3af39f54c24be4ffe320d4c81b058d213768cdd58 Oct 21 23:07:18.990 INFO running `"docker" "start" "-a" "a4bfcec499dc3cb7bc59e0d3af39f54c24be4ffe320d4c81b058d213768cdd58"` Oct 21 23:07:20.345 INFO kablam! usermod: no changes Oct 21 23:07:20.429 INFO kablam! Checking tendril v0.4.0 (/source) Oct 21 23:07:23.241 INFO kablam! error: unused return value of `std::clone::Clone::clone` that must be used Oct 21 23:07:23.241 INFO kablam! --> src/tendril.rs:1658:9 Oct 21 23:07:23.241 INFO kablam! | Oct 21 23:07:23.242 INFO kablam! 1658 | t.clone(); Oct 21 23:07:23.242 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.242 INFO kablam! | Oct 21 23:07:23.243 INFO kablam! note: lint level defined here Oct 21 23:07:23.243 INFO kablam! --> src/lib.rs:8:24 Oct 21 23:07:23.243 INFO kablam! | Oct 21 23:07:23.244 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 21 23:07:23.244 INFO kablam! | ^^^^^^^^ Oct 21 23:07:23.245 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 21 23:07:23.245 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 21 23:07:23.245 INFO kablam! Oct 21 23:07:23.246 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 21 23:07:23.246 INFO kablam! --> examples/fuzz.rs:17:27 Oct 21 23:07:23.246 INFO kablam! | Oct 21 23:07:23.247 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 21 23:07:23.247 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:07:23.247 INFO kablam! | Oct 21 23:07:23.248 INFO kablam! note: lint level defined here Oct 21 23:07:23.252 INFO kablam! --> examples/fuzz.rs:9:9 Oct 21 23:07:23.252 INFO kablam! | Oct 21 23:07:23.253 INFO kablam! 9 | #![deny(warnings)] Oct 21 23:07:23.253 INFO kablam! | ^^^^^^^^ Oct 21 23:07:23.253 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 23:07:23.254 INFO kablam! Oct 21 23:07:23.264 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 21 23:07:23.264 INFO kablam! --> examples/fuzz.rs:22:46 Oct 21 23:07:23.264 INFO kablam! | Oct 21 23:07:23.264 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 21 23:07:23.264 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.264 INFO kablam! Oct 21 23:07:23.280 INFO kablam! error: aborting due to previous error Oct 21 23:07:23.280 INFO kablam! Oct 21 23:07:23.280 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 21 23:07:23.280 INFO kablam! --> examples/fuzz.rs:35:27 Oct 21 23:07:23.280 INFO kablam! | Oct 21 23:07:23.280 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 21 23:07:23.280 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.280 INFO kablam! Oct 21 23:07:23.285 INFO kablam! error: Could not compile `tendril`. Oct 21 23:07:23.285 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:07:23.333 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 21 23:07:23.333 INFO kablam! --> examples/fuzz.rs:107:45 Oct 21 23:07:23.333 INFO kablam! | Oct 21 23:07:23.333 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 21 23:07:23.334 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.334 INFO kablam! Oct 21 23:07:23.334 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 21 23:07:23.335 INFO kablam! --> examples/fuzz.rs:116:49 Oct 21 23:07:23.335 INFO kablam! | Oct 21 23:07:23.335 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 21 23:07:23.335 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.336 INFO kablam! Oct 21 23:07:23.336 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 21 23:07:23.336 INFO kablam! --> examples/fuzz.rs:117:51 Oct 21 23:07:23.337 INFO kablam! | Oct 21 23:07:23.337 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 21 23:07:23.337 INFO kablam! | ^^^^^^^^^^ Oct 21 23:07:23.338 INFO kablam! Oct 21 23:07:23.338 INFO kablam! error: aborting due to 6 previous errors Oct 21 23:07:23.338 INFO kablam! Oct 21 23:07:23.343 INFO kablam! error: Could not compile `tendril`. Oct 21 23:07:23.343 INFO kablam! Oct 21 23:07:23.344 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:07:23.345 INFO kablam! su: No module specific data is present Oct 21 23:07:23.845 INFO running `"docker" "rm" "-f" "a4bfcec499dc3cb7bc59e0d3af39f54c24be4ffe320d4c81b058d213768cdd58"` Oct 21 23:07:24.017 INFO blam! a4bfcec499dc3cb7bc59e0d3af39f54c24be4ffe320d4c81b058d213768cdd58