Sep 04 04:13:48.317 INFO checking tendril-0.4.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:13:48.317 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:13:48.317 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:13:48.445 INFO blam! 2cf5765187660ff4f76bec81155dba607c41c43c0fa2958291183d3f54eb2aac Sep 04 04:13:48.447 INFO running `"docker" "start" "-a" "2cf5765187660ff4f76bec81155dba607c41c43c0fa2958291183d3f54eb2aac"` Sep 04 04:13:49.323 INFO kablam! Checking tendril v0.4.0 (file:///source) Sep 04 04:13:51.274 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 04:13:51.274 INFO kablam! --> examples/fuzz.rs:17:27 Sep 04 04:13:51.274 INFO kablam! | Sep 04 04:13:51.274 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 04 04:13:51.274 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 04:13:51.274 INFO kablam! | Sep 04 04:13:51.274 INFO kablam! note: lint level defined here Sep 04 04:13:51.274 INFO kablam! --> examples/fuzz.rs:9:9 Sep 04 04:13:51.274 INFO kablam! | Sep 04 04:13:51.274 INFO kablam! 9 | #![deny(warnings)] Sep 04 04:13:51.275 INFO kablam! | ^^^^^^^^ Sep 04 04:13:51.275 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 04:13:51.275 INFO kablam! Sep 04 04:13:51.311 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 04:13:51.311 INFO kablam! --> examples/fuzz.rs:22:46 Sep 04 04:13:51.311 INFO kablam! | Sep 04 04:13:51.311 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 04 04:13:51.311 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:51.311 INFO kablam! Sep 04 04:13:51.346 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 04:13:51.346 INFO kablam! --> examples/fuzz.rs:35:27 Sep 04 04:13:51.346 INFO kablam! | Sep 04 04:13:51.346 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 04 04:13:51.346 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:51.346 INFO kablam! Sep 04 04:13:51.426 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 04:13:51.426 INFO kablam! --> examples/fuzz.rs:107:45 Sep 04 04:13:51.426 INFO kablam! | Sep 04 04:13:51.426 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 04:13:51.426 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:51.426 INFO kablam! Sep 04 04:13:51.427 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 04:13:51.427 INFO kablam! --> examples/fuzz.rs:116:49 Sep 04 04:13:51.427 INFO kablam! | Sep 04 04:13:51.427 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 04:13:51.428 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:51.428 INFO kablam! Sep 04 04:13:51.428 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 04:13:51.428 INFO kablam! --> examples/fuzz.rs:117:51 Sep 04 04:13:51.428 INFO kablam! | Sep 04 04:13:51.428 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 04 04:13:51.428 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:51.429 INFO kablam! Sep 04 04:13:51.435 INFO kablam! error: aborting due to 6 previous errors Sep 04 04:13:51.435 INFO kablam! Sep 04 04:13:51.443 INFO kablam! error: Could not compile `tendril`. Sep 04 04:13:51.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:13:52.019 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Sep 04 04:13:52.019 INFO kablam! --> src/tendril.rs:1658:9 Sep 04 04:13:52.019 INFO kablam! | Sep 04 04:13:52.019 INFO kablam! 1658 | t.clone(); Sep 04 04:13:52.019 INFO kablam! | ^^^^^^^^^^ Sep 04 04:13:52.019 INFO kablam! | Sep 04 04:13:52.020 INFO kablam! note: lint level defined here Sep 04 04:13:52.020 INFO kablam! --> src/lib.rs:8:24 Sep 04 04:13:52.020 INFO kablam! | Sep 04 04:13:52.020 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Sep 04 04:13:52.020 INFO kablam! | ^^^^^^^^ Sep 04 04:13:52.020 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Sep 04 04:13:52.020 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 04 04:13:52.020 INFO kablam! Sep 04 04:13:52.052 INFO kablam! error: aborting due to previous error Sep 04 04:13:52.052 INFO kablam! Sep 04 04:13:52.062 INFO kablam! error: Could not compile `tendril`. Sep 04 04:13:52.062 INFO kablam! Sep 04 04:13:52.062 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:13:52.064 INFO kablam! su: No module specific data is present Sep 04 04:13:52.543 INFO running `"docker" "rm" "-f" "2cf5765187660ff4f76bec81155dba607c41c43c0fa2958291183d3f54eb2aac"` Sep 04 04:13:52.670 INFO blam! 2cf5765187660ff4f76bec81155dba607c41c43c0fa2958291183d3f54eb2aac