Oct 16 10:46:54.266 INFO testing futures-threadpool-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 10:46:54.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 10:46:54.613 INFO blam! a53ab9f65c037f5759e4a9523a26dcc0ead6d6a29583352bb837834503afddc1 Oct 16 10:46:54.621 INFO running `"docker" "start" "-a" "a53ab9f65c037f5759e4a9523a26dcc0ead6d6a29583352bb837834503afddc1"` Oct 16 10:46:55.386 INFO kablam! usermod: no changes Oct 16 10:46:55.435 INFO kablam! Compiling futures-spawn v0.1.1 Oct 16 10:46:56.040 INFO kablam! Compiling futures-threadpool v0.1.0 (/source) Oct 16 10:46:56.596 INFO kablam! error: unused `#[macro_use]` import Oct 16 10:46:56.596 INFO kablam! --> src/lib.rs:44:1 Oct 16 10:46:56.596 INFO kablam! | Oct 16 10:46:56.596 INFO kablam! 44 | #[macro_use] Oct 16 10:46:56.596 INFO kablam! | ^^^^^^^^^^^^ Oct 16 10:46:56.596 INFO kablam! | Oct 16 10:46:56.596 INFO kablam! note: lint level defined here Oct 16 10:46:56.596 INFO kablam! --> src/lib.rs:39:9 Oct 16 10:46:56.596 INFO kablam! | Oct 16 10:46:56.596 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 16 10:46:56.596 INFO kablam! | ^^^^^^^^ Oct 16 10:46:56.596 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 16 10:46:56.596 INFO kablam! Oct 16 10:46:56.603 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:55:31 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 16 10:46:56.603 INFO kablam! | ^^^ Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! note: lint level defined here Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:39:9 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 16 10:46:56.603 INFO kablam! | ^^^^^^^^ Oct 16 10:46:56.603 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 16 10:46:56.603 INFO kablam! Oct 16 10:46:56.603 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:55:36 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 16 10:46:56.603 INFO kablam! | ^^^^^^^^ Oct 16 10:46:56.603 INFO kablam! Oct 16 10:46:56.603 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:111:9 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 111 | Run(Run), Oct 16 10:46:56.603 INFO kablam! | ^^^ Oct 16 10:46:56.603 INFO kablam! Oct 16 10:46:56.603 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:183:6 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 183 | impl Executor for Inner { Oct 16 10:46:56.603 INFO kablam! | ^^^^^^^^ Oct 16 10:46:56.603 INFO kablam! Oct 16 10:46:56.603 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 16 10:46:56.603 INFO kablam! --> src/lib.rs:184:28 Oct 16 10:46:56.603 INFO kablam! | Oct 16 10:46:56.603 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 16 10:46:56.603 INFO kablam! | ^^^ Oct 16 10:46:56.603 INFO kablam! Oct 16 10:46:56.626 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 16 10:46:56.626 INFO kablam! --> src/lib.rs:151:33 Oct 16 10:46:56.626 INFO kablam! | Oct 16 10:46:56.626 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 16 10:46:56.626 INFO kablam! | ^^^^^^^ Oct 16 10:46:56.626 INFO kablam! Oct 16 10:46:56.655 INFO kablam! error: aborting due to 7 previous errors Oct 16 10:46:56.655 INFO kablam! Oct 16 10:46:56.663 INFO kablam! error: Could not compile `futures-threadpool`. Oct 16 10:46:56.663 INFO kablam! Oct 16 10:46:56.663 INFO kablam! To learn more, run the command again with --verbose. Oct 16 10:46:56.664 INFO kablam! su: No module specific data is present Oct 16 10:46:56.966 INFO running `"docker" "rm" "-f" "a53ab9f65c037f5759e4a9523a26dcc0ead6d6a29583352bb837834503afddc1"` Oct 16 10:46:57.046 INFO blam! a53ab9f65c037f5759e4a9523a26dcc0ead6d6a29583352bb837834503afddc1