Oct 11 23:05:18.296 INFO testing futures-threadpool-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 23:05:18.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:05:18.532 INFO blam! 929fbbf828e1ba49ba2fa7409e70370b5ccfa6f0fd5a732e29ceff9949d419d0 Oct 11 23:05:18.535 INFO running `"docker" "start" "-a" "929fbbf828e1ba49ba2fa7409e70370b5ccfa6f0fd5a732e29ceff9949d419d0"` Oct 11 23:05:19.100 INFO kablam! usermod: no changes Oct 11 23:05:19.151 INFO kablam! Compiling crossbeam v0.2.12 Oct 11 23:05:19.151 INFO kablam! Compiling futures-spawn v0.1.1 Oct 11 23:05:20.175 INFO kablam! Compiling futures-threadpool v0.1.0 (/source) Oct 11 23:05:20.287 INFO kablam! error: unused `#[macro_use]` import Oct 11 23:05:20.287 INFO kablam! --> src/lib.rs:44:1 Oct 11 23:05:20.287 INFO kablam! | Oct 11 23:05:20.287 INFO kablam! 44 | #[macro_use] Oct 11 23:05:20.287 INFO kablam! | ^^^^^^^^^^^^ Oct 11 23:05:20.287 INFO kablam! | Oct 11 23:05:20.287 INFO kablam! note: lint level defined here Oct 11 23:05:20.287 INFO kablam! --> src/lib.rs:39:9 Oct 11 23:05:20.287 INFO kablam! | Oct 11 23:05:20.287 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 11 23:05:20.287 INFO kablam! | ^^^^^^^^ Oct 11 23:05:20.287 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 11 23:05:20.287 INFO kablam! Oct 11 23:05:20.317 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:55:31 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 11 23:05:20.317 INFO kablam! | ^^^ Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! note: lint level defined here Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:39:9 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 11 23:05:20.317 INFO kablam! | ^^^^^^^^ Oct 11 23:05:20.317 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 11 23:05:20.317 INFO kablam! Oct 11 23:05:20.317 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:55:36 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 11 23:05:20.317 INFO kablam! | ^^^^^^^^ Oct 11 23:05:20.317 INFO kablam! Oct 11 23:05:20.317 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:111:9 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 111 | Run(Run), Oct 11 23:05:20.317 INFO kablam! | ^^^ Oct 11 23:05:20.317 INFO kablam! Oct 11 23:05:20.317 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:183:6 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 183 | impl Executor for Inner { Oct 11 23:05:20.317 INFO kablam! | ^^^^^^^^ Oct 11 23:05:20.317 INFO kablam! Oct 11 23:05:20.317 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 11 23:05:20.317 INFO kablam! --> src/lib.rs:184:28 Oct 11 23:05:20.317 INFO kablam! | Oct 11 23:05:20.317 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 11 23:05:20.317 INFO kablam! | ^^^ Oct 11 23:05:20.317 INFO kablam! Oct 11 23:05:20.356 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 11 23:05:20.356 INFO kablam! --> src/lib.rs:151:33 Oct 11 23:05:20.356 INFO kablam! | Oct 11 23:05:20.356 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 11 23:05:20.356 INFO kablam! | ^^^^^^^ Oct 11 23:05:20.356 INFO kablam! Oct 11 23:05:20.386 INFO kablam! error: aborting due to 7 previous errors Oct 11 23:05:20.386 INFO kablam! Oct 11 23:05:20.394 INFO kablam! error: Could not compile `futures-threadpool`. Oct 11 23:05:20.394 INFO kablam! Oct 11 23:05:20.394 INFO kablam! To learn more, run the command again with --verbose. Oct 11 23:05:20.394 INFO kablam! su: No module specific data is present Oct 11 23:05:20.864 INFO running `"docker" "rm" "-f" "929fbbf828e1ba49ba2fa7409e70370b5ccfa6f0fd5a732e29ceff9949d419d0"` Oct 11 23:05:21.076 INFO blam! 929fbbf828e1ba49ba2fa7409e70370b5ccfa6f0fd5a732e29ceff9949d419d0