Sep 10 07:59:34.166 INFO checking tendril-0.4.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 07:59:34.166 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 07:59:34.166 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:59:34.315 INFO blam! 6b84f03ace23cffff33089c18f9c55bdad9fb37fe72e2945ddfe86b90550c7c4 Sep 10 07:59:34.317 INFO running `"docker" "start" "-a" "6b84f03ace23cffff33089c18f9c55bdad9fb37fe72e2945ddfe86b90550c7c4"` Sep 10 07:59:35.191 INFO kablam! usermod: no changes Sep 10 07:59:35.230 INFO kablam! Checking tendril v0.4.0 (file:///source) Sep 10 07:59:36.618 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 10 07:59:36.618 INFO kablam! --> examples/fuzz.rs:17:27 Sep 10 07:59:36.618 INFO kablam! | Sep 10 07:59:36.618 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 10 07:59:36.618 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 07:59:36.622 INFO kablam! | Sep 10 07:59:36.630 INFO kablam! note: lint level defined here Sep 10 07:59:36.630 INFO kablam! --> examples/fuzz.rs:9:9 Sep 10 07:59:36.630 INFO kablam! | Sep 10 07:59:36.630 INFO kablam! 9 | #![deny(warnings)] Sep 10 07:59:36.630 INFO kablam! | ^^^^^^^^ Sep 10 07:59:36.630 INFO kablam! = note: #[warn(deprecated)] implied by #[warn(warnings)] Sep 10 07:59:36.630 INFO kablam! Sep 10 07:59:36.642 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:36.642 INFO kablam! --> examples/fuzz.rs:22:46 Sep 10 07:59:36.642 INFO kablam! | Sep 10 07:59:36.642 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 10 07:59:36.642 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:36.642 INFO kablam! Sep 10 07:59:36.660 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:36.660 INFO kablam! --> examples/fuzz.rs:35:27 Sep 10 07:59:36.660 INFO kablam! | Sep 10 07:59:36.660 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 10 07:59:36.660 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:36.660 INFO kablam! Sep 10 07:59:36.715 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:36.715 INFO kablam! --> examples/fuzz.rs:107:45 Sep 10 07:59:36.715 INFO kablam! | Sep 10 07:59:36.715 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 10 07:59:36.715 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:36.715 INFO kablam! Sep 10 07:59:36.718 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:36.718 INFO kablam! --> examples/fuzz.rs:116:49 Sep 10 07:59:36.718 INFO kablam! | Sep 10 07:59:36.718 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 10 07:59:36.718 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:36.718 INFO kablam! Sep 10 07:59:36.718 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:36.718 INFO kablam! --> examples/fuzz.rs:117:51 Sep 10 07:59:36.718 INFO kablam! | Sep 10 07:59:36.718 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 10 07:59:36.718 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:36.718 INFO kablam! Sep 10 07:59:37.186 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 10 07:59:37.187 INFO kablam! --> src/tendril.rs:1658:9 Sep 10 07:59:37.187 INFO kablam! | Sep 10 07:59:37.187 INFO kablam! 1658 | t.clone(); Sep 10 07:59:37.187 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:37.187 INFO kablam! | Sep 10 07:59:37.187 INFO kablam! note: lint level defined here Sep 10 07:59:37.187 INFO kablam! --> src/lib.rs:8:24 Sep 10 07:59:37.187 INFO kablam! | Sep 10 07:59:37.187 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 10 07:59:37.187 INFO kablam! | ^^^^^^^^ Sep 10 07:59:37.187 INFO kablam! = note: #[warn(unused_must_use)] implied by #[warn(warnings)] Sep 10 07:59:37.187 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 10 07:59:37.187 INFO kablam! Sep 10 07:59:37.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Sep 10 07:59:37.227 INFO kablam! su: No module specific data is present Sep 10 07:59:37.963 INFO running `"docker" "rm" "-f" "6b84f03ace23cffff33089c18f9c55bdad9fb37fe72e2945ddfe86b90550c7c4"` Sep 10 07:59:38.023 INFO blam! 6b84f03ace23cffff33089c18f9c55bdad9fb37fe72e2945ddfe86b90550c7c4