Oct 11 23:05:18.622 INFO testing futures-threadpool-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:05:18.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 23:05:18.796 INFO blam! 9d2d639d2b2d35b2a4385e8e28789b40c54902db3c8fcff6805dbbca81b79732 Oct 11 23:05:18.798 INFO running `"docker" "start" "-a" "9d2d639d2b2d35b2a4385e8e28789b40c54902db3c8fcff6805dbbca81b79732"` Oct 11 23:05:19.492 INFO kablam! usermod: no changes Oct 11 23:05:19.551 INFO kablam! Compiling futures-spawn v0.1.1 Oct 11 23:05:20.402 INFO kablam! Compiling futures-threadpool v0.1.0 (/source) Oct 11 23:05:21.287 INFO kablam! error: unused `#[macro_use]` import Oct 11 23:05:21.287 INFO kablam! --> src/lib.rs:44:1 Oct 11 23:05:21.287 INFO kablam! | Oct 11 23:05:21.287 INFO kablam! 44 | #[macro_use] Oct 11 23:05:21.287 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:05:21.287 INFO kablam! | Oct 11 23:05:21.287 INFO kablam! note: lint level defined here Oct 11 23:05:21.287 INFO kablam! --> src/lib.rs:39:9 Oct 11 23:05:21.287 INFO kablam! | Oct 11 23:05:21.287 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 11 23:05:21.287 INFO kablam! | ^^^^^^^^ Oct 11 23:05:21.287 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 11 23:05:21.287 INFO kablam! Oct 11 23:05:21.292 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:21.292 INFO kablam! --> src/lib.rs:55:31 Oct 11 23:05:21.292 INFO kablam! | Oct 11 23:05:21.292 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 11 23:05:21.292 INFO kablam! | ^^^ Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! note: lint level defined here Oct 11 23:05:21.295 INFO kablam! --> src/lib.rs:39:9 Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 11 23:05:21.295 INFO kablam! | ^^^^^^^^ Oct 11 23:05:21.295 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 11 23:05:21.295 INFO kablam! Oct 11 23:05:21.295 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 11 23:05:21.295 INFO kablam! --> src/lib.rs:55:36 Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 11 23:05:21.295 INFO kablam! | ^^^^^^^^ Oct 11 23:05:21.295 INFO kablam! Oct 11 23:05:21.295 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:21.295 INFO kablam! --> src/lib.rs:111:9 Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! 111 | Run(Run), Oct 11 23:05:21.295 INFO kablam! | ^^^ Oct 11 23:05:21.295 INFO kablam! Oct 11 23:05:21.295 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 11 23:05:21.295 INFO kablam! --> src/lib.rs:183:6 Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! 183 | impl Executor for Inner { Oct 11 23:05:21.295 INFO kablam! | ^^^^^^^^ Oct 11 23:05:21.295 INFO kablam! Oct 11 23:05:21.295 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:21.295 INFO kablam! --> src/lib.rs:184:28 Oct 11 23:05:21.295 INFO kablam! | Oct 11 23:05:21.295 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 11 23:05:21.295 INFO kablam! | ^^^ Oct 11 23:05:21.295 INFO kablam! Oct 11 23:05:21.321 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 11 23:05:21.321 INFO kablam! --> src/lib.rs:151:33 Oct 11 23:05:21.321 INFO kablam! | Oct 11 23:05:21.321 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 11 23:05:21.321 INFO kablam! | ^^^^^^^ Oct 11 23:05:21.321 INFO kablam! Oct 11 23:05:21.370 INFO kablam! error: aborting due to 7 previous errors Oct 11 23:05:21.370 INFO kablam! Oct 11 23:05:21.370 INFO kablam! error: Could not compile `futures-threadpool`. Oct 11 23:05:21.370 INFO kablam! Oct 11 23:05:21.370 INFO kablam! To learn more, run the command again with --verbose. Oct 11 23:05:21.370 INFO kablam! su: No module specific data is present Oct 11 23:05:21.847 INFO running `"docker" "rm" "-f" "9d2d639d2b2d35b2a4385e8e28789b40c54902db3c8fcff6805dbbca81b79732"` Oct 11 23:05:22.000 INFO blam! 9d2d639d2b2d35b2a4385e8e28789b40c54902db3c8fcff6805dbbca81b79732