Sep 21 08:11:53.242 INFO checking jsonrpc-http-server-plus-7.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:11:53.242 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:11:53.242 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:11:53.488 INFO blam! 167f1074b50de33cce35ca8eba8478c94a35ae55127e2b43a2ce411c9635b566 Sep 21 08:11:53.491 INFO running `"docker" "start" "-a" "167f1074b50de33cce35ca8eba8478c94a35ae55127e2b43a2ce411c9635b566"` Sep 21 08:11:54.714 INFO kablam! usermod: no changes Sep 21 08:11:54.950 INFO kablam! Checking jsonrpc-http-server-plus v7.1.0 (/source) Sep 21 08:11:56.345 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.345 INFO kablam! --> src/handler.rs:11:45 Sep 21 08:11:56.345 INFO kablam! | Sep 21 08:11:56.345 INFO kablam! 11 | use jsonrpc::futures::{Future, Poll, Async, BoxFuture, Stream}; Sep 21 08:11:56.345 INFO kablam! | ^^^^^^^^^ Sep 21 08:11:56.345 INFO kablam! | Sep 21 08:11:56.345 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 08:11:56.345 INFO kablam! Sep 21 08:11:56.345 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.345 INFO kablam! --> src/handler.rs:88:13 Sep 21 08:11:56.345 INFO kablam! | Sep 21 08:11:56.345 INFO kablam! 88 | Middleware(BoxFuture), Sep 21 08:11:56.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.345 INFO kablam! Sep 21 08:11:56.346 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.346 INFO kablam! --> src/handler.rs:133:10 Sep 21 08:11:56.346 INFO kablam! | Sep 21 08:11:56.346 INFO kablam! 133 | Waiting(BoxFuture, ()>), Sep 21 08:11:56.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.346 INFO kablam! Sep 21 08:11:56.346 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.346 INFO kablam! --> src/lib.rs:42:50 Sep 21 08:11:56.346 INFO kablam! | Sep 21 08:11:56.346 INFO kablam! 42 | use jsonrpc::futures::{self, Future, IntoFuture, BoxFuture, Stream}; Sep 21 08:11:56.346 INFO kablam! | ^^^^^^^^^ Sep 21 08:11:56.346 INFO kablam! Sep 21 08:11:56.346 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.346 INFO kablam! --> src/lib.rs:115:12 Sep 21 08:11:56.346 INFO kablam! | Sep 21 08:11:56.346 INFO kablam! 115 | handler: BoxFuture, Sep 21 08:11:56.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.346 INFO kablam! Sep 21 08:11:56.419 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.419 INFO kablam! --> src/lib.rs:135:36 Sep 21 08:11:56.419 INFO kablam! | Sep 21 08:11:56.419 INFO kablam! 135 | handler: handler.into_future().boxed(), Sep 21 08:11:56.419 INFO kablam! | ^^^^^ Sep 21 08:11:56.419 INFO kablam! Sep 21 08:11:56.439 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.439 INFO kablam! --> src/handler.rs:11:45 Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! 11 | use jsonrpc::futures::{Future, Poll, Async, BoxFuture, Stream}; Sep 21 08:11:56.439 INFO kablam! | ^^^^^^^^^ Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 08:11:56.439 INFO kablam! Sep 21 08:11:56.439 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.439 INFO kablam! --> src/handler.rs:88:13 Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! 88 | Middleware(BoxFuture), Sep 21 08:11:56.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.439 INFO kablam! Sep 21 08:11:56.439 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.439 INFO kablam! --> src/handler.rs:133:10 Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! 133 | Waiting(BoxFuture, ()>), Sep 21 08:11:56.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.439 INFO kablam! Sep 21 08:11:56.439 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.439 INFO kablam! --> src/lib.rs:42:50 Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! 42 | use jsonrpc::futures::{self, Future, IntoFuture, BoxFuture, Stream}; Sep 21 08:11:56.439 INFO kablam! | ^^^^^^^^^ Sep 21 08:11:56.439 INFO kablam! Sep 21 08:11:56.439 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.439 INFO kablam! --> src/lib.rs:115:12 Sep 21 08:11:56.439 INFO kablam! | Sep 21 08:11:56.439 INFO kablam! 115 | handler: BoxFuture, Sep 21 08:11:56.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:11:56.439 INFO kablam! Sep 21 08:11:56.450 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 21 08:11:56.450 INFO kablam! --> src/lib.rs:430:11 Sep 21 08:11:56.450 INFO kablam! | Sep 21 08:11:56.450 INFO kablam! 430 | http.bind_connection(&handle, socket, addr, ServerHandler::new( Sep 21 08:11:56.450 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 08:11:56.450 INFO kablam! Sep 21 08:11:56.543 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.543 INFO kablam! --> src/lib.rs:135:36 Sep 21 08:11:56.543 INFO kablam! | Sep 21 08:11:56.543 INFO kablam! 135 | handler: handler.into_future().boxed(), Sep 21 08:11:56.543 INFO kablam! | ^^^^^ Sep 21 08:11:56.543 INFO kablam! Sep 21 08:11:56.574 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 21 08:11:56.574 INFO kablam! --> src/lib.rs:430:11 Sep 21 08:11:56.574 INFO kablam! | Sep 21 08:11:56.574 INFO kablam! 430 | http.bind_connection(&handle, socket, addr, ServerHandler::new( Sep 21 08:11:56.574 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 08:11:56.574 INFO kablam! Sep 21 08:11:56.636 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.636 INFO kablam! --> src/tests.rs:24:52 Sep 21 08:11:56.636 INFO kablam! | Sep 21 08:11:56.636 INFO kablam! 24 | futures::finished(Value::String("world".into())).boxed() Sep 21 08:11:56.636 INFO kablam! | ^^^^^ Sep 21 08:11:56.636 INFO kablam! Sep 21 08:11:56.639 INFO kablam! warning: use of deprecated item 'jsonrpc::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 Sep 21 08:11:56.639 INFO kablam! --> src/tests.rs:32:43 Sep 21 08:11:56.639 INFO kablam! | Sep 21 08:11:56.639 INFO kablam! 32 | p.map_err(|_| Error::invalid_request()).boxed() Sep 21 08:11:56.639 INFO kablam! | ^^^^^ Sep 21 08:11:56.639 INFO kablam! Sep 21 08:11:59.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Sep 21 08:11:59.212 INFO kablam! su: No module specific data is present Sep 21 08:11:59.821 INFO running `"docker" "rm" "-f" "167f1074b50de33cce35ca8eba8478c94a35ae55127e2b43a2ce411c9635b566"` Sep 21 08:11:59.939 INFO blam! 167f1074b50de33cce35ca8eba8478c94a35ae55127e2b43a2ce411c9635b566