Oct 15 16:56:00.028 INFO testing tendril-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:56:00.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:56:00.303 INFO blam! 3b36533e784b37d30e7c75b11ab9a3bac021a08778f4496ab76fb56360ae8af2 Oct 15 16:56:00.307 INFO running `"docker" "start" "-a" "3b36533e784b37d30e7c75b11ab9a3bac021a08778f4496ab76fb56360ae8af2"` Oct 15 16:56:01.238 INFO kablam! usermod: no changes Oct 15 16:56:01.339 INFO kablam! Compiling tendril v0.4.0 (/source) Oct 15 16:56:02.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 16:56:02.600 INFO kablam! su: No module specific data is present Oct 15 16:56:03.296 INFO running `"docker" "rm" "-f" "3b36533e784b37d30e7c75b11ab9a3bac021a08778f4496ab76fb56360ae8af2"` Oct 15 16:56:03.623 INFO blam! 3b36533e784b37d30e7c75b11ab9a3bac021a08778f4496ab76fb56360ae8af2 Oct 15 16:56:03.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:03.978 INFO blam! 021f575be4d9c763fb7f68b5df13f898fc310f9e386e04fa1ee49cab289dd8ca Oct 15 16:56:03.983 INFO running `"docker" "start" "-a" "021f575be4d9c763fb7f68b5df13f898fc310f9e386e04fa1ee49cab289dd8ca"` Oct 15 16:56:05.018 INFO kablam! usermod: no changes Oct 15 16:56:05.075 INFO kablam! Compiling tendril v0.4.0 (/source) Oct 15 16:56:06.097 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Oct 15 16:56:06.097 INFO kablam! --> examples/fuzz.rs:17:27 Oct 15 16:56:06.097 INFO kablam! | Oct 15 16:56:06.097 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Oct 15 16:56:06.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 16:56:06.097 INFO kablam! | Oct 15 16:56:06.097 INFO kablam! note: lint level defined here Oct 15 16:56:06.097 INFO kablam! --> examples/fuzz.rs:9:9 Oct 15 16:56:06.097 INFO kablam! | Oct 15 16:56:06.097 INFO kablam! 9 | #![deny(warnings)] Oct 15 16:56:06.097 INFO kablam! | ^^^^^^^^ Oct 15 16:56:06.097 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 15 16:56:06.097 INFO kablam! Oct 15 16:56:06.118 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:06.118 INFO kablam! --> examples/fuzz.rs:22:46 Oct 15 16:56:06.118 INFO kablam! | Oct 15 16:56:06.118 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Oct 15 16:56:06.118 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:06.118 INFO kablam! Oct 15 16:56:06.134 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:06.135 INFO kablam! --> examples/fuzz.rs:35:27 Oct 15 16:56:06.135 INFO kablam! | Oct 15 16:56:06.135 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Oct 15 16:56:06.136 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:06.136 INFO kablam! Oct 15 16:56:06.190 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:06.190 INFO kablam! --> examples/fuzz.rs:107:45 Oct 15 16:56:06.190 INFO kablam! | Oct 15 16:56:06.190 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Oct 15 16:56:06.190 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:06.190 INFO kablam! Oct 15 16:56:06.191 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:06.192 INFO kablam! --> examples/fuzz.rs:116:49 Oct 15 16:56:06.192 INFO kablam! | Oct 15 16:56:06.192 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Oct 15 16:56:06.192 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:06.192 INFO kablam! Oct 15 16:56:06.192 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Oct 15 16:56:06.192 INFO kablam! --> examples/fuzz.rs:117:51 Oct 15 16:56:06.192 INFO kablam! | Oct 15 16:56:06.192 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Oct 15 16:56:06.192 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:06.192 INFO kablam! Oct 15 16:56:06.198 INFO kablam! error: aborting due to 6 previous errors Oct 15 16:56:06.199 INFO kablam! Oct 15 16:56:06.208 INFO kablam! error: Could not compile `tendril`. Oct 15 16:56:06.208 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 16:56:07.178 INFO kablam! error: unused return value of `std::clone::Clone::clone` which must be used Oct 15 16:56:07.178 INFO kablam! --> src/tendril.rs:1658:9 Oct 15 16:56:07.178 INFO kablam! | Oct 15 16:56:07.178 INFO kablam! 1658 | t.clone(); Oct 15 16:56:07.178 INFO kablam! | ^^^^^^^^^^ Oct 15 16:56:07.178 INFO kablam! | Oct 15 16:56:07.178 INFO kablam! note: lint level defined here Oct 15 16:56:07.178 INFO kablam! --> src/lib.rs:8:24 Oct 15 16:56:07.178 INFO kablam! | Oct 15 16:56:07.178 INFO kablam! 8 | #![cfg_attr(test, deny(warnings))] Oct 15 16:56:07.178 INFO kablam! | ^^^^^^^^ Oct 15 16:56:07.178 INFO kablam! = note: #[deny(unused_must_use)] implied by #[deny(warnings)] Oct 15 16:56:07.178 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 15 16:56:07.178 INFO kablam! Oct 15 16:56:07.219 INFO kablam! error: aborting due to previous error Oct 15 16:56:07.219 INFO kablam! Oct 15 16:56:07.227 INFO kablam! error: Could not compile `tendril`. Oct 15 16:56:07.227 INFO kablam! Oct 15 16:56:07.227 INFO kablam! To learn more, run the command again with --verbose. Oct 15 16:56:07.227 INFO kablam! su: No module specific data is present Oct 15 16:56:07.729 INFO running `"docker" "rm" "-f" "021f575be4d9c763fb7f68b5df13f898fc310f9e386e04fa1ee49cab289dd8ca"` Oct 15 16:56:08.066 INFO blam! 021f575be4d9c763fb7f68b5df13f898fc310f9e386e04fa1ee49cab289dd8ca