Oct 15 16:55:57.282 INFO testing tendril-0.4.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:55:57.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 16:55:57.499 INFO blam! f6f4d2206fd251332d0d6394e510d1b87292fdb651fba08ab88838855abb1413 Oct 15 16:55:57.515 INFO running `"docker" "start" "-a" "f6f4d2206fd251332d0d6394e510d1b87292fdb651fba08ab88838855abb1413"` Oct 15 16:55:58.227 INFO kablam! usermod: no changes Oct 15 16:55:58.333 INFO kablam! Compiling tendril v0.4.0 (/source) Oct 15 16:55:59.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 15 16:55:59.471 INFO kablam! su: No module specific data is present Oct 15 16:55:59.786 INFO running `"docker" "rm" "-f" "f6f4d2206fd251332d0d6394e510d1b87292fdb651fba08ab88838855abb1413"` Oct 15 16:55:59.967 INFO blam! f6f4d2206fd251332d0d6394e510d1b87292fdb651fba08ab88838855abb1413 Oct 15 16:55:59.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 16:56:00.223 INFO blam! e0108e1269e72af0c408b3c01a63746ac430145dc20f2b2196f609e1cc4fc8b8 Oct 15 16:56:00.231 INFO running `"docker" "start" "-a" "e0108e1269e72af0c408b3c01a63746ac430145dc20f2b2196f609e1cc4fc8b8"` Oct 15 16:56:01.156 INFO kablam! usermod: no changes Oct 15 16:56:01.272 INFO kablam! Compiling tendril v0.4.0 (/source) Oct 15 16:56:02.203 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 15 16:56:02.203 INFO kablam! --> examples/fuzz.rs:17:27 Oct 15 16:56:02.203 INFO kablam! | Oct 15 16:56:02.203 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 15 16:56:02.203 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 16:56:02.203 INFO kablam! | Oct 15 16:56:02.203 INFO kablam! note: lint level defined here Oct 15 16:56:02.203 INFO kablam! --> examples/fuzz.rs:9:9 Oct 15 16:56:02.203 INFO kablam! | Oct 15 16:56:02.203 INFO kablam! 9 | #![deny(warnings)] Oct 15 16:56:02.203 INFO kablam! | ^^^^^^^^ Oct 15 16:56:02.203 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 15 16:56:02.203 INFO kablam! Oct 15 16:56:02.203 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:02.203 INFO kablam! --> examples/fuzz.rs:22:46 Oct 15 16:56:02.203 INFO kablam! | Oct 15 16:56:02.203 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 15 16:56:02.203 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:02.203 INFO kablam! Oct 15 16:56:02.223 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:02.223 INFO kablam! --> examples/fuzz.rs:35:27 Oct 15 16:56:02.223 INFO kablam! | Oct 15 16:56:02.223 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 15 16:56:02.223 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:02.223 INFO kablam! Oct 15 16:56:02.267 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:02.267 INFO kablam! --> examples/fuzz.rs:107:45 Oct 15 16:56:02.267 INFO kablam! | Oct 15 16:56:02.267 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 15 16:56:02.267 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:02.267 INFO kablam! Oct 15 16:56:02.267 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:02.267 INFO kablam! --> examples/fuzz.rs:116:49 Oct 15 16:56:02.267 INFO kablam! | Oct 15 16:56:02.267 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 15 16:56:02.267 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:02.267 INFO kablam! Oct 15 16:56:02.267 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:02.267 INFO kablam! --> examples/fuzz.rs:117:51 Oct 15 16:56:02.267 INFO kablam! | Oct 15 16:56:02.267 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 15 16:56:02.267 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:02.267 INFO kablam! Oct 15 16:56:02.279 INFO kablam! error: aborting due to 6 previous errors Oct 15 16:56:02.279 INFO kablam! Oct 15 16:56:02.287 INFO kablam! error: Could not compile `tendril`. Oct 15 16:56:02.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 16:56:03.675 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Oct 15 16:56:03.676 INFO kablam! --> src/tendril.rs:1658:9 Oct 15 16:56:03.676 INFO kablam! | Oct 15 16:56:03.676 INFO kablam! 1658 | t.clone(); Oct 15 16:56:03.677 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:03.677 INFO kablam! | Oct 15 16:56:03.677 INFO kablam! note: lint level defined here Oct 15 16:56:03.678 INFO kablam! --> src/lib.rs:8:24 Oct 15 16:56:03.678 INFO kablam! | Oct 15 16:56:03.678 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 15 16:56:03.678 INFO kablam! | ^^^^^^^^ Oct 15 16:56:03.679 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 15 16:56:03.679 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 15 16:56:03.679 INFO kablam! Oct 15 16:56:03.711 INFO kablam! error: aborting due to previous error Oct 15 16:56:03.711 INFO kablam! Oct 15 16:56:03.718 INFO kablam! error: Could not compile `tendril`. Oct 15 16:56:03.719 INFO kablam! Oct 15 16:56:03.719 INFO kablam! To learn more, run the command again with --verbose. Oct 15 16:56:03.720 INFO kablam! su: No module specific data is present Oct 15 16:56:04.596 INFO running `"docker" "rm" "-f" "e0108e1269e72af0c408b3c01a63746ac430145dc20f2b2196f609e1cc4fc8b8"` Oct 15 16:56:04.796 INFO blam! e0108e1269e72af0c408b3c01a63746ac430145dc20f2b2196f609e1cc4fc8b8