Oct 27 14:47:34.464 INFO checking tendril-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:47:34.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 14:47:34.915 INFO blam! 7fd56da8c3d42c62042f97f051c1a1b2e4fb9db8f53b7a541705c2b5acb1cd25 Oct 27 14:47:34.917 INFO running `"docker" "start" "-a" "7fd56da8c3d42c62042f97f051c1a1b2e4fb9db8f53b7a541705c2b5acb1cd25"` Oct 27 14:47:36.898 INFO kablam! usermod: no changes Oct 27 14:47:37.003 INFO kablam! Checking tendril v0.4.0 (/source) Oct 27 14:47:39.455 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 27 14:47:39.456 INFO kablam! --> examples/fuzz.rs:17:27 Oct 27 14:47:39.456 INFO kablam! | Oct 27 14:47:39.456 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 27 14:47:39.456 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 14:47:39.457 INFO kablam! | Oct 27 14:47:39.457 INFO kablam! note: lint level defined here Oct 27 14:47:39.457 INFO kablam! --> examples/fuzz.rs:9:9 Oct 27 14:47:39.457 INFO kablam! | Oct 27 14:47:39.458 INFO kablam! 9 | #![deny(warnings)] Oct 27 14:47:39.458 INFO kablam! | ^^^^^^^^ Oct 27 14:47:39.458 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 14:47:39.458 INFO kablam! Oct 27 14:47:39.471 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:39.472 INFO kablam! --> examples/fuzz.rs:22:46 Oct 27 14:47:39.472 INFO kablam! | Oct 27 14:47:39.472 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 27 14:47:39.472 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.473 INFO kablam! Oct 27 14:47:39.499 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:39.499 INFO kablam! --> examples/fuzz.rs:35:27 Oct 27 14:47:39.499 INFO kablam! | Oct 27 14:47:39.499 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 27 14:47:39.499 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.499 INFO kablam! Oct 27 14:47:39.555 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:39.555 INFO kablam! --> examples/fuzz.rs:107:45 Oct 27 14:47:39.555 INFO kablam! | Oct 27 14:47:39.556 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 27 14:47:39.556 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.556 INFO kablam! Oct 27 14:47:39.556 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:39.556 INFO kablam! --> examples/fuzz.rs:116:49 Oct 27 14:47:39.556 INFO kablam! | Oct 27 14:47:39.557 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 27 14:47:39.557 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.557 INFO kablam! Oct 27 14:47:39.557 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 27 14:47:39.557 INFO kablam! --> examples/fuzz.rs:117:51 Oct 27 14:47:39.558 INFO kablam! | Oct 27 14:47:39.561 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 27 14:47:39.561 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.561 INFO kablam! Oct 27 14:47:39.561 INFO kablam! error: aborting due to 6 previous errors Oct 27 14:47:39.561 INFO kablam! Oct 27 14:47:39.562 INFO kablam! error: Could not compile `tendril`. Oct 27 14:47:39.562 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:47:39.647 INFO kablam! error: unused return value of `std::clone::Clone::clone` that must be used Oct 27 14:47:39.647 INFO kablam! --> src/tendril.rs:1658:9 Oct 27 14:47:39.647 INFO kablam! | Oct 27 14:47:39.647 INFO kablam! 1658 | t.clone(); Oct 27 14:47:39.647 INFO kablam! | ^^^^^^^^^^ Oct 27 14:47:39.647 INFO kablam! | Oct 27 14:47:39.647 INFO kablam! note: lint level defined here Oct 27 14:47:39.647 INFO kablam! --> src/lib.rs:8:24 Oct 27 14:47:39.647 INFO kablam! | Oct 27 14:47:39.647 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 27 14:47:39.647 INFO kablam! | ^^^^^^^^ Oct 27 14:47:39.647 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 27 14:47:39.647 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 27 14:47:39.647 INFO kablam! Oct 27 14:47:39.691 INFO kablam! error: aborting due to previous error Oct 27 14:47:39.691 INFO kablam! Oct 27 14:47:39.699 INFO kablam! error: Could not compile `tendril`. Oct 27 14:47:39.699 INFO kablam! Oct 27 14:47:39.699 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:47:39.699 INFO kablam! su: No module specific data is present Oct 27 14:47:40.394 INFO running `"docker" "rm" "-f" "7fd56da8c3d42c62042f97f051c1a1b2e4fb9db8f53b7a541705c2b5acb1cd25"` Oct 27 14:47:40.510 INFO blam! 7fd56da8c3d42c62042f97f051c1a1b2e4fb9db8f53b7a541705c2b5acb1cd25