Oct 13 12:07:35.239 INFO checking message_queue_service-0.1.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:07:35.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12:07:35.628 INFO blam! 3b1da4e7681966f2a8e348c758759a00b3de28d83f6d9ff378d4954efacebdc0 Oct 13 12:07:35.630 INFO running `"docker" "start" "-a" "3b1da4e7681966f2a8e348c758759a00b3de28d83f6d9ff378d4954efacebdc0"` Oct 13 12:07:37.419 INFO kablam! usermod: no changes Oct 13 12:07:37.661 INFO kablam! Checking message_queue_service v0.1.3 (/source) Oct 13 12:07:43.057 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 12:07:43.057 INFO kablam! --> src/mqs/mod.rs:5:41 Oct 13 12:07:43.057 INFO kablam! | Oct 13 12:07:43.057 INFO kablam! 5 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 12:07:43.057 INFO kablam! | ^^^^^^ Oct 13 12:07:43.057 INFO kablam! | Oct 13 12:07:43.057 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:07:43.057 INFO kablam! Oct 13 12:07:43.057 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.057 INFO kablam! --> src/mqs/mod.rs:9:31 Oct 13 12:07:43.057 INFO kablam! | Oct 13 12:07:43.057 INFO kablam! 9 | use futures::{future, Future, BoxFuture}; Oct 13 12:07:43.058 INFO kablam! | ^^^^^^^^^ Oct 13 12:07:43.058 INFO kablam! Oct 13 12:07:43.058 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 12:07:43.058 INFO kablam! --> src/mqs/mod.rs:99:22 Oct 13 12:07:43.058 INFO kablam! | Oct 13 12:07:43.058 INFO kablam! 99 | type Transport = Framed; Oct 13 12:07:43.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:07:43.058 INFO kablam! Oct 13 12:07:43.058 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.058 INFO kablam! --> src/mqs/mod.rs:126:19 Oct 13 12:07:43.058 INFO kablam! | Oct 13 12:07:43.058 INFO kablam! 126 | type Future = BoxFuture; Oct 13 12:07:43.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:07:43.058 INFO kablam! Oct 13 12:07:43.192 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 12:07:43.192 INFO kablam! --> src/mqs/mod.rs:5:41 Oct 13 12:07:43.192 INFO kablam! | Oct 13 12:07:43.192 INFO kablam! 5 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 12:07:43.192 INFO kablam! | ^^^^^^ Oct 13 12:07:43.192 INFO kablam! | Oct 13 12:07:43.192 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:07:43.192 INFO kablam! Oct 13 12:07:43.192 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.192 INFO kablam! --> src/mqs/mod.rs:9:31 Oct 13 12:07:43.192 INFO kablam! | Oct 13 12:07:43.192 INFO kablam! 9 | use futures::{future, Future, BoxFuture}; Oct 13 12:07:43.192 INFO kablam! | ^^^^^^^^^ Oct 13 12:07:43.192 INFO kablam! Oct 13 12:07:43.192 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 12:07:43.192 INFO kablam! --> src/mqs/mod.rs:99:22 Oct 13 12:07:43.192 INFO kablam! | Oct 13 12:07:43.193 INFO kablam! 99 | type Transport = Framed; Oct 13 12:07:43.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:07:43.193 INFO kablam! Oct 13 12:07:43.193 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.193 INFO kablam! --> src/mqs/mod.rs:126:19 Oct 13 12:07:43.193 INFO kablam! | Oct 13 12:07:43.193 INFO kablam! 126 | type Future = BoxFuture; Oct 13 12:07:43.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:07:43.193 INFO kablam! Oct 13 12:07:43.204 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 12:07:43.204 INFO kablam! --> src/mqs/mod.rs:103:15 Oct 13 12:07:43.204 INFO kablam! | Oct 13 12:07:43.204 INFO kablam! 103 | Ok(io.framed(MessageCodec)) Oct 13 12:07:43.204 INFO kablam! | ^^^^^^ Oct 13 12:07:43.204 INFO kablam! Oct 13 12:07:43.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.204 INFO kablam! --> src/mqs/mod.rs:129:25 Oct 13 12:07:43.204 INFO kablam! | Oct 13 12:07:43.204 INFO kablam! 129 | future::ok(req).boxed() Oct 13 12:07:43.204 INFO kablam! | ^^^^^ Oct 13 12:07:43.204 INFO kablam! Oct 13 12:07:43.312 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 12:07:43.312 INFO kablam! --> src/mqs/mod.rs:103:15 Oct 13 12:07:43.312 INFO kablam! | Oct 13 12:07:43.312 INFO kablam! 103 | Ok(io.framed(MessageCodec)) Oct 13 12:07:43.312 INFO kablam! | ^^^^^^ Oct 13 12:07:43.312 INFO kablam! Oct 13 12:07:43.312 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 13 12:07:43.312 INFO kablam! --> src/mqs/mod.rs:129:25 Oct 13 12:07:43.312 INFO kablam! | Oct 13 12:07:43.312 INFO kablam! 129 | future::ok(req).boxed() Oct 13 12:07:43.312 INFO kablam! | ^^^^^ Oct 13 12:07:43.312 INFO kablam! Oct 13 12:07:50.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.78s Oct 13 12:07:50.261 INFO kablam! su: No module specific data is present Oct 13 12:07:51.000 INFO running `"docker" "rm" "-f" "3b1da4e7681966f2a8e348c758759a00b3de28d83f6d9ff378d4954efacebdc0"` Oct 13 12:07:51.292 INFO blam! 3b1da4e7681966f2a8e348c758759a00b3de28d83f6d9ff378d4954efacebdc0