Oct 13 15:04:17.760 INFO checking futures-threadpool-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:04:17.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 15:04:17.926 INFO blam! b961a297adff40daf472ff650e4afb660de14dd1a7d46887f73622ae9190abe1 Oct 13 15:04:17.932 INFO running `"docker" "start" "-a" "b961a297adff40daf472ff650e4afb660de14dd1a7d46887f73622ae9190abe1"` Oct 13 15:04:18.756 INFO kablam! usermod: no changes Oct 13 15:04:18.832 INFO kablam! Checking futures-spawn v0.1.1 Oct 13 15:04:19.601 INFO kablam! Checking futures-threadpool v0.1.0 (/source) Oct 13 15:04:20.644 INFO kablam! error: unused `#[macro_use]` import Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:44:1 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 44 | #[macro_use] Oct 13 15:04:20.644 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! note: lint level defined here Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:39:9 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 13 15:04:20.644 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.644 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 15:04:20.644 INFO kablam! Oct 13 15:04:20.644 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:55:31 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 13 15:04:20.644 INFO kablam! | ^^^ Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! note: lint level defined here Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:39:9 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 13 15:04:20.644 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.644 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 15:04:20.644 INFO kablam! Oct 13 15:04:20.644 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:55:36 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 13 15:04:20.644 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.644 INFO kablam! Oct 13 15:04:20.644 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.644 INFO kablam! --> src/lib.rs:111:9 Oct 13 15:04:20.644 INFO kablam! | Oct 13 15:04:20.644 INFO kablam! 111 | Run(Run), Oct 13 15:04:20.644 INFO kablam! | ^^^ Oct 13 15:04:20.645 INFO kablam! Oct 13 15:04:20.645 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 13 15:04:20.645 INFO kablam! --> src/lib.rs:183:6 Oct 13 15:04:20.645 INFO kablam! | Oct 13 15:04:20.645 INFO kablam! 183 | impl Executor for Inner { Oct 13 15:04:20.645 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.645 INFO kablam! Oct 13 15:04:20.645 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.645 INFO kablam! --> src/lib.rs:184:28 Oct 13 15:04:20.645 INFO kablam! | Oct 13 15:04:20.645 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 13 15:04:20.645 INFO kablam! | ^^^ Oct 13 15:04:20.645 INFO kablam! Oct 13 15:04:20.702 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 13 15:04:20.702 INFO kablam! --> src/lib.rs:151:33 Oct 13 15:04:20.702 INFO kablam! | Oct 13 15:04:20.702 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 13 15:04:20.702 INFO kablam! | ^^^^^^^ Oct 13 15:04:20.702 INFO kablam! Oct 13 15:04:20.776 INFO kablam! error: aborting due to 7 previous errors Oct 13 15:04:20.776 INFO kablam! Oct 13 15:04:20.792 INFO kablam! error: Could not compile `futures-threadpool`. Oct 13 15:04:20.792 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 15:04:20.848 INFO kablam! error: unused `#[macro_use]` import Oct 13 15:04:20.848 INFO kablam! --> src/lib.rs:44:1 Oct 13 15:04:20.848 INFO kablam! | Oct 13 15:04:20.848 INFO kablam! 44 | #[macro_use] Oct 13 15:04:20.848 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:04:20.848 INFO kablam! | Oct 13 15:04:20.848 INFO kablam! note: lint level defined here Oct 13 15:04:20.848 INFO kablam! --> src/lib.rs:39:9 Oct 13 15:04:20.848 INFO kablam! | Oct 13 15:04:20.848 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 13 15:04:20.848 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.848 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 15:04:20.848 INFO kablam! Oct 13 15:04:20.860 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.860 INFO kablam! --> src/lib.rs:55:31 Oct 13 15:04:20.860 INFO kablam! | Oct 13 15:04:20.860 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 13 15:04:20.860 INFO kablam! | ^^^ Oct 13 15:04:20.860 INFO kablam! | Oct 13 15:04:20.860 INFO kablam! note: lint level defined here Oct 13 15:04:20.860 INFO kablam! --> src/lib.rs:39:9 Oct 13 15:04:20.860 INFO kablam! | Oct 13 15:04:20.860 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 13 15:04:20.860 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.860 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 15:04:20.860 INFO kablam! Oct 13 15:04:20.860 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 13 15:04:20.860 INFO kablam! --> src/lib.rs:55:36 Oct 13 15:04:20.860 INFO kablam! | Oct 13 15:04:20.860 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 13 15:04:20.860 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.861 INFO kablam! Oct 13 15:04:20.861 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.861 INFO kablam! --> src/lib.rs:111:9 Oct 13 15:04:20.861 INFO kablam! | Oct 13 15:04:20.861 INFO kablam! 111 | Run(Run), Oct 13 15:04:20.861 INFO kablam! | ^^^ Oct 13 15:04:20.861 INFO kablam! Oct 13 15:04:20.861 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 13 15:04:20.861 INFO kablam! --> src/lib.rs:183:6 Oct 13 15:04:20.861 INFO kablam! | Oct 13 15:04:20.861 INFO kablam! 183 | impl Executor for Inner { Oct 13 15:04:20.861 INFO kablam! | ^^^^^^^^ Oct 13 15:04:20.861 INFO kablam! Oct 13 15:04:20.861 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 13 15:04:20.861 INFO kablam! --> src/lib.rs:184:28 Oct 13 15:04:20.861 INFO kablam! | Oct 13 15:04:20.861 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 13 15:04:20.861 INFO kablam! | ^^^ Oct 13 15:04:20.861 INFO kablam! Oct 13 15:04:20.892 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 13 15:04:20.892 INFO kablam! --> src/lib.rs:151:33 Oct 13 15:04:20.892 INFO kablam! | Oct 13 15:04:20.892 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 13 15:04:20.892 INFO kablam! | ^^^^^^^ Oct 13 15:04:20.892 INFO kablam! Oct 13 15:04:20.918 INFO kablam! error: aborting due to 7 previous errors Oct 13 15:04:20.918 INFO kablam! Oct 13 15:04:20.928 INFO kablam! error: Could not compile `futures-threadpool`. Oct 13 15:04:20.928 INFO kablam! Oct 13 15:04:20.929 INFO kablam! To learn more, run the command again with --verbose. Oct 13 15:04:20.931 INFO kablam! su: No module specific data is present Oct 13 15:04:21.459 INFO running `"docker" "rm" "-f" "b961a297adff40daf472ff650e4afb660de14dd1a7d46887f73622ae9190abe1"` Oct 13 15:04:21.550 INFO blam! b961a297adff40daf472ff650e4afb660de14dd1a7d46887f73622ae9190abe1