Oct 27 22:09:48.887 INFO checking futures-threadpool-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:09:48.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 22:09:49.150 INFO blam! 32eea999cc5dcc9911f0610a34acf2512c9087f1b8e6ac43e61ac1ab7acbdd81 Oct 27 22:09:49.152 INFO running `"docker" "start" "-a" "32eea999cc5dcc9911f0610a34acf2512c9087f1b8e6ac43e61ac1ab7acbdd81"` Oct 27 22:09:49.663 INFO kablam! usermod: no changes Oct 27 22:09:49.731 INFO kablam! Checking futures-spawn v0.1.1 Oct 27 22:09:50.503 INFO kablam! Checking futures-threadpool v0.1.0 (/source) Oct 27 22:09:51.313 INFO kablam! error: unused `#[macro_use]` import Oct 27 22:09:51.313 INFO kablam! --> src/lib.rs:44:1 Oct 27 22:09:51.313 INFO kablam! | Oct 27 22:09:51.313 INFO kablam! 44 | #[macro_use] Oct 27 22:09:51.313 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:09:51.313 INFO kablam! | Oct 27 22:09:51.313 INFO kablam! note: lint level defined here Oct 27 22:09:51.313 INFO kablam! --> src/lib.rs:39:9 Oct 27 22:09:51.313 INFO kablam! | Oct 27 22:09:51.313 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 27 22:09:51.313 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.313 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 27 22:09:51.314 INFO kablam! Oct 27 22:09:51.325 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.325 INFO kablam! --> src/lib.rs:55:31 Oct 27 22:09:51.325 INFO kablam! | Oct 27 22:09:51.325 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 27 22:09:51.325 INFO kablam! | ^^^ Oct 27 22:09:51.325 INFO kablam! | Oct 27 22:09:51.325 INFO kablam! note: lint level defined here Oct 27 22:09:51.325 INFO kablam! --> src/lib.rs:39:9 Oct 27 22:09:51.325 INFO kablam! | Oct 27 22:09:51.325 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 27 22:09:51.325 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.326 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 22:09:51.326 INFO kablam! Oct 27 22:09:51.326 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 27 22:09:51.326 INFO kablam! --> src/lib.rs:55:36 Oct 27 22:09:51.326 INFO kablam! | Oct 27 22:09:51.326 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 27 22:09:51.326 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.326 INFO kablam! Oct 27 22:09:51.326 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.326 INFO kablam! --> src/lib.rs:111:9 Oct 27 22:09:51.326 INFO kablam! | Oct 27 22:09:51.326 INFO kablam! 111 | Run(Run), Oct 27 22:09:51.326 INFO kablam! | ^^^ Oct 27 22:09:51.326 INFO kablam! Oct 27 22:09:51.326 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 27 22:09:51.326 INFO kablam! --> src/lib.rs:183:6 Oct 27 22:09:51.326 INFO kablam! | Oct 27 22:09:51.326 INFO kablam! 183 | impl Executor for Inner { Oct 27 22:09:51.326 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.326 INFO kablam! Oct 27 22:09:51.326 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.326 INFO kablam! --> src/lib.rs:184:28 Oct 27 22:09:51.326 INFO kablam! | Oct 27 22:09:51.326 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 27 22:09:51.326 INFO kablam! | ^^^ Oct 27 22:09:51.326 INFO kablam! Oct 27 22:09:51.355 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 27 22:09:51.355 INFO kablam! --> src/lib.rs:151:33 Oct 27 22:09:51.355 INFO kablam! | Oct 27 22:09:51.355 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 27 22:09:51.355 INFO kablam! | ^^^^^^^ Oct 27 22:09:51.355 INFO kablam! Oct 27 22:09:51.383 INFO kablam! error: aborting due to 7 previous errors Oct 27 22:09:51.383 INFO kablam! Oct 27 22:09:51.391 INFO kablam! error: Could not compile `futures-threadpool`. Oct 27 22:09:51.391 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:09:51.409 INFO kablam! error: unused `#[macro_use]` import Oct 27 22:09:51.409 INFO kablam! --> src/lib.rs:44:1 Oct 27 22:09:51.409 INFO kablam! | Oct 27 22:09:51.409 INFO kablam! 44 | #[macro_use] Oct 27 22:09:51.409 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:09:51.409 INFO kablam! | Oct 27 22:09:51.409 INFO kablam! note: lint level defined here Oct 27 22:09:51.409 INFO kablam! --> src/lib.rs:39:9 Oct 27 22:09:51.409 INFO kablam! | Oct 27 22:09:51.409 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 27 22:09:51.409 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.409 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 27 22:09:51.409 INFO kablam! Oct 27 22:09:51.423 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:55:31 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 27 22:09:51.423 INFO kablam! | ^^^ Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! note: lint level defined here Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:39:9 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 39 | #![deny(warnings, missing_docs)] Oct 27 22:09:51.423 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.423 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 22:09:51.423 INFO kablam! Oct 27 22:09:51.423 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:55:36 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 55 | use futures::executor::{self, Run, Executor}; Oct 27 22:09:51.423 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.423 INFO kablam! Oct 27 22:09:51.423 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:111:9 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 111 | Run(Run), Oct 27 22:09:51.423 INFO kablam! | ^^^ Oct 27 22:09:51.423 INFO kablam! Oct 27 22:09:51.423 INFO kablam! error: use of deprecated item 'futures::task::Executor' Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:183:6 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 183 | impl Executor for Inner { Oct 27 22:09:51.423 INFO kablam! | ^^^^^^^^ Oct 27 22:09:51.423 INFO kablam! Oct 27 22:09:51.423 INFO kablam! error: use of deprecated item 'futures::task::Run' Oct 27 22:09:51.423 INFO kablam! --> src/lib.rs:184:28 Oct 27 22:09:51.423 INFO kablam! | Oct 27 22:09:51.423 INFO kablam! 184 | fn execute(&self, run: Run) { Oct 27 22:09:51.424 INFO kablam! | ^^^ Oct 27 22:09:51.424 INFO kablam! Oct 27 22:09:51.450 INFO kablam! error: use of deprecated item 'futures::task_impl::std::>::execute' Oct 27 22:09:51.450 INFO kablam! --> src/lib.rs:151:33 Oct 27 22:09:51.450 INFO kablam! | Oct 27 22:09:51.450 INFO kablam! 151 | executor::spawn(sender).execute(self.inner.clone()); Oct 27 22:09:51.450 INFO kablam! | ^^^^^^^ Oct 27 22:09:51.450 INFO kablam! Oct 27 22:09:51.491 INFO kablam! error: aborting due to 7 previous errors Oct 27 22:09:51.491 INFO kablam! Oct 27 22:09:51.491 INFO kablam! error: Could not compile `futures-threadpool`. Oct 27 22:09:51.491 INFO kablam! Oct 27 22:09:51.491 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:09:51.491 INFO kablam! su: No module specific data is present Oct 27 22:09:51.959 INFO running `"docker" "rm" "-f" "32eea999cc5dcc9911f0610a34acf2512c9087f1b8e6ac43e61ac1ab7acbdd81"` Oct 27 22:09:52.064 INFO blam! 32eea999cc5dcc9911f0610a34acf2512c9087f1b8e6ac43e61ac1ab7acbdd81