Oct 13 17:56:34.668 INFO checking async-http-client-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:56:34.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:56:34.878 INFO blam! 871b70fa79aefb4f7f2e52a2648cb55ea3cc31dca2023b680905dc7271aa0ae5 Oct 13 17:56:34.884 INFO running `"docker" "start" "-a" "871b70fa79aefb4f7f2e52a2648cb55ea3cc31dca2023b680905dc7271aa0ae5"` Oct 13 17:56:35.818 INFO kablam! usermod: no changes Oct 13 17:56:36.120 INFO kablam! Checking async-http-client v0.2.0 (/source) Oct 13 17:56:43.400 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.401 INFO kablam! --> src/lib.rs:45:22 Oct 13 17:56:43.401 INFO kablam! | Oct 13 17:56:43.401 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.401 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.401 INFO kablam! | Oct 13 17:56:43.402 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:56:43.402 INFO kablam! Oct 13 17:56:43.402 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:43.402 INFO kablam! --> src/lib.rs:45:31 Oct 13 17:56:43.402 INFO kablam! | Oct 13 17:56:43.402 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.403 INFO kablam! | ^^^^^ Oct 13 17:56:43.403 INFO kablam! Oct 13 17:56:43.403 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.403 INFO kablam! --> src/lib.rs:45:38 Oct 13 17:56:43.403 INFO kablam! | Oct 13 17:56:43.404 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.404 INFO kablam! | ^^^^^^ Oct 13 17:56:43.404 INFO kablam! Oct 13 17:56:43.404 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.404 INFO kablam! --> src/lib.rs:45:46 Oct 13 17:56:43.405 INFO kablam! | Oct 13 17:56:43.405 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.405 INFO kablam! | ^^ Oct 13 17:56:43.405 INFO kablam! Oct 13 17:56:43.405 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:43.405 INFO kablam! --> src/lib.rs:45:50 Oct 13 17:56:43.406 INFO kablam! | Oct 13 17:56:43.406 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.406 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.406 INFO kablam! Oct 13 17:56:43.406 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.407 INFO kablam! --> src/lib.rs:49:13 Oct 13 17:56:43.407 INFO kablam! | Oct 13 17:56:43.407 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 13 17:56:43.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.407 INFO kablam! Oct 13 17:56:43.407 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 17:56:43.408 INFO kablam! --> src/lib.rs:54:31 Oct 13 17:56:43.408 INFO kablam! | Oct 13 17:56:43.408 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 13 17:56:43.408 INFO kablam! | ^^^^^^^^^ Oct 13 17:56:43.408 INFO kablam! Oct 13 17:56:43.409 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 17:56:43.409 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:43.409 INFO kablam! | Oct 13 17:56:43.409 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:43.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.409 INFO kablam! Oct 13 17:56:43.410 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:43.410 INFO kablam! --> src/lib.rs:232:6 Oct 13 17:56:43.410 INFO kablam! | Oct 13 17:56:43.410 INFO kablam! 232 | impl Codec for HttpCodec { Oct 13 17:56:43.410 INFO kablam! | ^^^^^ Oct 13 17:56:43.410 INFO kablam! Oct 13 17:56:43.411 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.411 INFO kablam! --> src/lib.rs:146:30 Oct 13 17:56:43.411 INFO kablam! | Oct 13 17:56:43.411 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.411 INFO kablam! | ^^ Oct 13 17:56:43.411 INFO kablam! Oct 13 17:56:43.411 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.411 INFO kablam! --> src/lib.rs:146:55 Oct 13 17:56:43.411 INFO kablam! | Oct 13 17:56:43.411 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.411 INFO kablam! Oct 13 17:56:43.411 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:43.411 INFO kablam! --> src/lib.rs:146:80 Oct 13 17:56:43.411 INFO kablam! | Oct 13 17:56:43.411 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.411 INFO kablam! Oct 13 17:56:43.411 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.411 INFO kablam! --> src/lib.rs:146:112 Oct 13 17:56:43.411 INFO kablam! | Oct 13 17:56:43.411 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.412 INFO kablam! Oct 13 17:56:43.412 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.412 INFO kablam! --> src/lib.rs:191:43 Oct 13 17:56:43.412 INFO kablam! | Oct 13 17:56:43.412 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:43.412 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.412 INFO kablam! Oct 13 17:56:43.412 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.412 INFO kablam! --> src/lib.rs:236:36 Oct 13 17:56:43.412 INFO kablam! | Oct 13 17:56:43.412 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:43.412 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.412 INFO kablam! Oct 13 17:56:43.580 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 17:56:43.580 INFO kablam! --> src/lib.rs:151:12 Oct 13 17:56:43.580 INFO kablam! | Oct 13 17:56:43.580 INFO kablam! 151 | }).boxed() Oct 13 17:56:43.580 INFO kablam! | ^^^^^ Oct 13 17:56:43.581 INFO kablam! Oct 13 17:56:43.621 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:43.621 INFO kablam! --> src/lib.rs:199:32 Oct 13 17:56:43.621 INFO kablam! | Oct 13 17:56:43.621 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 13 17:56:43.622 INFO kablam! | ^^^ Oct 13 17:56:43.622 INFO kablam! Oct 13 17:56:43.624 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:43.624 INFO kablam! --> src/lib.rs:200:13 Oct 13 17:56:43.625 INFO kablam! | Oct 13 17:56:43.625 INFO kablam! 200 | buf.drain_to(after_header); Oct 13 17:56:43.625 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.625 INFO kablam! Oct 13 17:56:43.632 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 13 17:56:43.632 INFO kablam! --> src/lib.rs:224:25 Oct 13 17:56:43.633 INFO kablam! | Oct 13 17:56:43.633 INFO kablam! 224 | return self.decode(buf); Oct 13 17:56:43.633 INFO kablam! | ^^^^^^ Oct 13 17:56:43.633 INFO kablam! Oct 13 17:56:43.633 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:43.633 INFO kablam! --> src/lib.rs:240:31 Oct 13 17:56:43.634 INFO kablam! | Oct 13 17:56:43.634 INFO kablam! 240 | let buf_len = buf.len(); Oct 13 17:56:43.634 INFO kablam! | ^^^ Oct 13 17:56:43.634 INFO kablam! Oct 13 17:56:43.641 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:43.641 INFO kablam! --> src/lib.rs:245:76 Oct 13 17:56:43.641 INFO kablam! | Oct 13 17:56:43.641 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:43.641 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.648 INFO kablam! Oct 13 17:56:43.648 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 17:56:43.649 INFO kablam! --> src/lib.rs:245:94 Oct 13 17:56:43.649 INFO kablam! | Oct 13 17:56:43.649 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:43.649 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.649 INFO kablam! Oct 13 17:56:43.875 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 17:56:43.875 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:43.875 INFO kablam! | Oct 13 17:56:43.875 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:43.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.876 INFO kablam! | Oct 13 17:56:43.876 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:56:43.876 INFO kablam! Oct 13 17:56:44.636 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:44.636 INFO kablam! --> src/lib.rs:45:22 Oct 13 17:56:44.636 INFO kablam! | Oct 13 17:56:44.636 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:44.636 INFO kablam! | ^^^^^^^ Oct 13 17:56:44.636 INFO kablam! | Oct 13 17:56:44.636 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:56:44.636 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:45:31 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:44.637 INFO kablam! | ^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:45:38 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:44.637 INFO kablam! | ^^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:45:46 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:44.637 INFO kablam! | ^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:45:50 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:44.637 INFO kablam! | ^^^^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:49:13 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 13 17:56:44.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 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 17:56:44.637 INFO kablam! --> src/lib.rs:54:31 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 13 17:56:44.637 INFO kablam! | ^^^^^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 17:56:44.637 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:44.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.637 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:44.637 INFO kablam! --> src/lib.rs:232:6 Oct 13 17:56:44.637 INFO kablam! | Oct 13 17:56:44.637 INFO kablam! 232 | impl Codec for HttpCodec { Oct 13 17:56:44.637 INFO kablam! | ^^^^^ Oct 13 17:56:44.637 INFO kablam! Oct 13 17:56:44.654 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:146:30 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:44.655 INFO kablam! | ^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:146:55 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:44.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:146:80 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:44.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:146:112 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:44.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:191:43 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:44.655 INFO kablam! | ^^^^^^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:44.655 INFO kablam! --> src/lib.rs:236:36 Oct 13 17:56:44.655 INFO kablam! | Oct 13 17:56:44.655 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:44.655 INFO kablam! | ^^^^^^^ Oct 13 17:56:44.655 INFO kablam! Oct 13 17:56:44.748 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 17:56:44.748 INFO kablam! --> src/lib.rs:151:12 Oct 13 17:56:44.748 INFO kablam! | Oct 13 17:56:44.748 INFO kablam! 151 | }).boxed() Oct 13 17:56:44.748 INFO kablam! | ^^^^^ Oct 13 17:56:44.748 INFO kablam! Oct 13 17:56:44.764 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:44.764 INFO kablam! --> src/lib.rs:199:32 Oct 13 17:56:44.764 INFO kablam! | Oct 13 17:56:44.764 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 13 17:56:44.764 INFO kablam! | ^^^ Oct 13 17:56:44.764 INFO kablam! Oct 13 17:56:44.764 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:44.764 INFO kablam! --> src/lib.rs:200:13 Oct 13 17:56:44.764 INFO kablam! | Oct 13 17:56:44.764 INFO kablam! 200 | buf.drain_to(after_header); Oct 13 17:56:44.764 INFO kablam! | ^^^^^^^^ Oct 13 17:56:44.764 INFO kablam! Oct 13 17:56:44.777 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 13 17:56:44.777 INFO kablam! --> src/lib.rs:224:25 Oct 13 17:56:44.777 INFO kablam! | Oct 13 17:56:44.777 INFO kablam! 224 | return self.decode(buf); Oct 13 17:56:44.778 INFO kablam! | ^^^^^^ Oct 13 17:56:44.778 INFO kablam! Oct 13 17:56:44.778 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:44.778 INFO kablam! --> src/lib.rs:240:31 Oct 13 17:56:44.779 INFO kablam! | Oct 13 17:56:44.779 INFO kablam! 240 | let buf_len = buf.len(); Oct 13 17:56:44.779 INFO kablam! | ^^^ Oct 13 17:56:44.780 INFO kablam! Oct 13 17:56:44.780 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:44.780 INFO kablam! --> src/lib.rs:245:76 Oct 13 17:56:44.780 INFO kablam! | Oct 13 17:56:44.781 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:44.781 INFO kablam! | ^^^^^^^^ Oct 13 17:56:44.781 INFO kablam! Oct 13 17:56:44.782 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 17:56:44.782 INFO kablam! --> src/lib.rs:245:94 Oct 13 17:56:44.782 INFO kablam! | Oct 13 17:56:44.782 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:44.783 INFO kablam! | ^^^^^^^^ Oct 13 17:56:44.783 INFO kablam! Oct 13 17:56:44.793 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 17:56:44.793 INFO kablam! --> src/lib.rs:302:37 Oct 13 17:56:44.793 INFO kablam! | Oct 13 17:56:44.794 INFO kablam! 302 | let framed = connection.framed(HttpCodec::new()); Oct 13 17:56:44.794 INFO kablam! | ^^^^^^ Oct 13 17:56:44.794 INFO kablam! Oct 13 17:56:44.809 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 17:56:44.809 INFO kablam! --> src/lib.rs:323:37 Oct 13 17:56:44.809 INFO kablam! | Oct 13 17:56:44.809 INFO kablam! 323 | let framed = connection.framed(HttpCodec::new()); Oct 13 17:56:44.810 INFO kablam! | ^^^^^^ Oct 13 17:56:44.810 INFO kablam! Oct 13 17:56:44.976 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 17:56:44.976 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:44.976 INFO kablam! | Oct 13 17:56:44.976 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:44.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:44.976 INFO kablam! | Oct 13 17:56:44.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:56:44.976 INFO kablam! Oct 13 17:56:45.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.32s Oct 13 17:56:45.163 INFO kablam! su: No module specific data is present Oct 13 17:56:46.034 INFO running `"docker" "rm" "-f" "871b70fa79aefb4f7f2e52a2648cb55ea3cc31dca2023b680905dc7271aa0ae5"` Oct 13 17:56:46.304 INFO blam! 871b70fa79aefb4f7f2e52a2648cb55ea3cc31dca2023b680905dc7271aa0ae5