Sep 02 09:47:26.120 INFO checking jsonrpc-http-server-plus-7.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 09:47:26.120 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 09:47:26.120 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:47:26.306 INFO blam! 9faff0cd8a0815c6b5766d5afdc64fbdf021f887fcb0f97c7d210c77184cce9d Sep 02 09:47:26.308 INFO running `"docker" "start" "-a" "9faff0cd8a0815c6b5766d5afdc64fbdf021f887fcb0f97c7d210c77184cce9d"` Sep 02 09:47:27.238 INFO kablam! Checking jsonrpc-http-server-plus v7.1.0 (file:///source) Sep 02 09:47:32.093 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 02 09:47:32.094 INFO kablam! --> src/handler.rs:11:45 Sep 02 09:47:32.094 INFO kablam! | Sep 02 09:47:32.094 INFO kablam! 11 | use jsonrpc::futures::{Future, Poll, Async, BoxFuture, Stream}; Sep 02 09:47:32.094 INFO kablam! | ^^^^^^^^^ Sep 02 09:47:32.094 INFO kablam! | Sep 02 09:47:32.094 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 09:47:32.094 INFO kablam! Sep 02 09:47:32.094 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 02 09:47:32.094 INFO kablam! --> src/handler.rs:88:13 Sep 02 09:47:32.094 INFO kablam! | Sep 02 09:47:32.094 INFO kablam! 88 | Middleware(BoxFuture), Sep 02 09:47:32.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.094 INFO kablam! Sep 02 09:47:32.094 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 02 09:47:32.094 INFO kablam! --> src/handler.rs:133:10 Sep 02 09:47:32.094 INFO kablam! | Sep 02 09:47:32.094 INFO kablam! 133 | Waiting(BoxFuture, ()>), Sep 02 09:47:32.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.095 INFO kablam! Sep 02 09:47:32.095 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 02 09:47:32.095 INFO kablam! --> src/lib.rs:42:50 Sep 02 09:47:32.095 INFO kablam! | Sep 02 09:47:32.095 INFO kablam! 42 | use jsonrpc::futures::{self, Future, IntoFuture, BoxFuture, Stream}; Sep 02 09:47:32.095 INFO kablam! | ^^^^^^^^^ Sep 02 09:47:32.095 INFO kablam! Sep 02 09:47:32.095 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 02 09:47:32.096 INFO kablam! --> src/lib.rs:115:12 Sep 02 09:47:32.096 INFO kablam! | Sep 02 09:47:32.096 INFO kablam! 115 | handler: BoxFuture, Sep 02 09:47:32.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.096 INFO kablam! Sep 02 09:47:32.386 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 02 09:47:32.386 INFO kablam! --> src/lib.rs:135:36 Sep 02 09:47:32.387 INFO kablam! | Sep 02 09:47:32.387 INFO kablam! 135 | handler: handler.into_future().boxed(), Sep 02 09:47:32.387 INFO kablam! | ^^^^^ Sep 02 09:47:32.387 INFO kablam! Sep 02 09:47:32.501 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 02 09:47:32.501 INFO kablam! --> src/lib.rs:430:11 Sep 02 09:47:32.501 INFO kablam! | Sep 02 09:47:32.501 INFO kablam! 430 | http.bind_connection(&handle, socket, addr, ServerHandler::new( Sep 02 09:47:32.501 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 09:47:32.501 INFO kablam! Sep 02 09:47:32.605 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 02 09:47:32.605 INFO kablam! --> src/handler.rs:11:45 Sep 02 09:47:32.605 INFO kablam! | Sep 02 09:47:32.605 INFO kablam! 11 | use jsonrpc::futures::{Future, Poll, Async, BoxFuture, Stream}; Sep 02 09:47:32.605 INFO kablam! | ^^^^^^^^^ Sep 02 09:47:32.606 INFO kablam! | Sep 02 09:47:32.606 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 09:47:32.606 INFO kablam! Sep 02 09:47:32.607 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 02 09:47:32.607 INFO kablam! --> src/handler.rs:88:13 Sep 02 09:47:32.607 INFO kablam! | Sep 02 09:47:32.607 INFO kablam! 88 | Middleware(BoxFuture), Sep 02 09:47:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.607 INFO kablam! Sep 02 09:47:32.607 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 02 09:47:32.607 INFO kablam! --> src/handler.rs:133:10 Sep 02 09:47:32.607 INFO kablam! | Sep 02 09:47:32.607 INFO kablam! 133 | Waiting(BoxFuture, ()>), Sep 02 09:47:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.607 INFO kablam! Sep 02 09:47:32.607 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 02 09:47:32.607 INFO kablam! --> src/lib.rs:42:50 Sep 02 09:47:32.607 INFO kablam! | Sep 02 09:47:32.607 INFO kablam! 42 | use jsonrpc::futures::{self, Future, IntoFuture, BoxFuture, Stream}; Sep 02 09:47:32.607 INFO kablam! | ^^^^^^^^^ Sep 02 09:47:32.607 INFO kablam! Sep 02 09:47:32.607 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 02 09:47:32.607 INFO kablam! --> src/lib.rs:115:12 Sep 02 09:47:32.607 INFO kablam! | Sep 02 09:47:32.607 INFO kablam! 115 | handler: BoxFuture, Sep 02 09:47:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:47:32.607 INFO kablam! Sep 02 09:47:32.652 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 02 09:47:32.652 INFO kablam! --> src/tests.rs:24:52 Sep 02 09:47:32.652 INFO kablam! | Sep 02 09:47:32.652 INFO kablam! 24 | futures::finished(Value::String("world".into())).boxed() Sep 02 09:47:32.652 INFO kablam! | ^^^^^ Sep 02 09:47:32.652 INFO kablam! Sep 02 09:47:32.658 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 02 09:47:32.658 INFO kablam! --> src/tests.rs:32:43 Sep 02 09:47:32.658 INFO kablam! | Sep 02 09:47:32.658 INFO kablam! 32 | p.map_err(|_| Error::invalid_request()).boxed() Sep 02 09:47:32.658 INFO kablam! | ^^^^^ Sep 02 09:47:32.658 INFO kablam! Sep 02 09:47:32.867 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 02 09:47:32.867 INFO kablam! --> src/lib.rs:135:36 Sep 02 09:47:32.867 INFO kablam! | Sep 02 09:47:32.867 INFO kablam! 135 | handler: handler.into_future().boxed(), Sep 02 09:47:32.867 INFO kablam! | ^^^^^ Sep 02 09:47:32.867 INFO kablam! Sep 02 09:47:32.976 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 02 09:47:32.976 INFO kablam! --> src/lib.rs:430:11 Sep 02 09:47:32.976 INFO kablam! | Sep 02 09:47:32.976 INFO kablam! 430 | http.bind_connection(&handle, socket, addr, ServerHandler::new( Sep 02 09:47:32.976 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 09:47:32.976 INFO kablam! Sep 02 09:47:41.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.77s Sep 02 09:47:41.801 INFO kablam! su: No module specific data is present Sep 02 09:47:42.334 INFO running `"docker" "rm" "-f" "9faff0cd8a0815c6b5766d5afdc64fbdf021f887fcb0f97c7d210c77184cce9d"` Sep 02 09:47:42.484 INFO blam! 9faff0cd8a0815c6b5766d5afdc64fbdf021f887fcb0f97c7d210c77184cce9d