Oct 16 10:46:53.648 INFO testing futures-threadpool-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 10:46:53.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 10:46:54.007 INFO blam! 4b936c898a87eab1170176f091dfdc72c343d5b98417c4b912172b53b8b56f53 Oct 16 10:46:54.013 INFO running `"docker" "start" "-a" "4b936c898a87eab1170176f091dfdc72c343d5b98417c4b912172b53b8b56f53"` Oct 16 10:46:54.660 INFO kablam! usermod: no changes Oct 16 10:46:54.731 INFO kablam! Compiling futures-spawn v0.1.1 Oct 16 10:46:55.312 INFO kablam! Compiling futures-threadpool v0.1.0 (/source) Oct 16 10:46:55.949 INFO kablam! error: unused `#[macro_use]` import Oct 16 10:46:55.950 INFO kablam! --> src/lib.rs:44:1 Oct 16 10:46:55.950 INFO kablam! | Oct 16 10:46:55.950 INFO kablam! 44 | #[macro_use] Oct 16 10:46:55.950 INFO kablam! | ^^^^^^^^^^^^ Oct 16 10:46:55.950 INFO kablam! | Oct 16 10:46:55.950 INFO kablam! note: lint level defined here Oct 16 10:46:55.950 INFO kablam! --> src/lib.rs:39:9 Oct 16 10:46:55.950 INFO kablam! | Oct 16 10:46:55.950 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 16 10:46:55.950 INFO kablam! | ^^^^^^^^ Oct 16 10:46:55.950 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 16 10:46:55.950 INFO kablam! Oct 16 10:46:55.958 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:55.958 INFO kablam! --> src/lib.rs:55:31 Oct 16 10:46:55.958 INFO kablam! | Oct 16 10:46:55.958 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 16 10:46:55.958 INFO kablam! | ^^^ Oct 16 10:46:55.958 INFO kablam! | Oct 16 10:46:55.958 INFO kablam! note: lint level defined here Oct 16 10:46:55.958 INFO kablam! --> src/lib.rs:39:9 Oct 16 10:46:55.958 INFO kablam! | Oct 16 10:46:55.958 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 16 10:46:55.958 INFO kablam! | ^^^^^^^^ Oct 16 10:46:55.958 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 16 10:46:55.958 INFO kablam! Oct 16 10:46:55.958 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 16 10:46:55.958 INFO kablam! --> src/lib.rs:55:36 Oct 16 10:46:55.958 INFO kablam! | Oct 16 10:46:55.958 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 16 10:46:55.958 INFO kablam! | ^^^^^^^^ Oct 16 10:46:55.958 INFO kablam! Oct 16 10:46:55.959 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:55.959 INFO kablam! --> src/lib.rs:111:9 Oct 16 10:46:55.959 INFO kablam! | Oct 16 10:46:55.959 INFO kablam! 111 | Run(Run), Oct 16 10:46:55.959 INFO kablam! | ^^^ Oct 16 10:46:55.959 INFO kablam! Oct 16 10:46:55.959 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 16 10:46:55.959 INFO kablam! --> src/lib.rs:183:6 Oct 16 10:46:55.959 INFO kablam! | Oct 16 10:46:55.959 INFO kablam! 183 | impl Executor for Inner { Oct 16 10:46:55.959 INFO kablam! | ^^^^^^^^ Oct 16 10:46:55.959 INFO kablam! Oct 16 10:46:55.959 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:55.959 INFO kablam! --> src/lib.rs:184:28 Oct 16 10:46:55.959 INFO kablam! | Oct 16 10:46:55.959 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 16 10:46:55.959 INFO kablam! | ^^^ Oct 16 10:46:55.959 INFO kablam! Oct 16 10:46:55.979 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 16 10:46:55.979 INFO kablam! --> src/lib.rs:151:33 Oct 16 10:46:55.979 INFO kablam! | Oct 16 10:46:55.979 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 16 10:46:55.979 INFO kablam! | ^^^^^^^ Oct 16 10:46:55.979 INFO kablam! Oct 16 10:46:56.000 INFO kablam! error: aborting due to 7 previous errors Oct 16 10:46:56.000 INFO kablam! Oct 16 10:46:56.006 INFO kablam! error: Could not compile `futures-threadpool`. Oct 16 10:46:56.006 INFO kablam! Oct 16 10:46:56.006 INFO kablam! To learn more, run the command again with --verbose. Oct 16 10:46:56.008 INFO kablam! su: No module specific data is present Oct 16 10:46:56.455 INFO running `"docker" "rm" "-f" "4b936c898a87eab1170176f091dfdc72c343d5b98417c4b912172b53b8b56f53"` Oct 16 10:46:56.521 INFO blam! 4b936c898a87eab1170176f091dfdc72c343d5b98417c4b912172b53b8b56f53