Oct 22 04:37:06.605 INFO checking async-http-client-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:37:06.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 04:37:06.812 INFO blam! 312d0ef893fd5dcd4b77eb8fc3448a9d6218cd6ced1d8019e62b2ed8c179d723 Oct 22 04:37:06.820 INFO running `"docker" "start" "-a" "312d0ef893fd5dcd4b77eb8fc3448a9d6218cd6ced1d8019e62b2ed8c179d723"` Oct 22 04:37:07.596 INFO kablam! usermod: no changes Oct 22 04:37:07.780 INFO kablam! Checking async-http-client v0.2.0 (/source) Oct 22 04:37:12.468 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:12.468 INFO kablam! --> src/lib.rs:45:22 Oct 22 04:37:12.468 INFO kablam! | Oct 22 04:37:12.468 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:12.468 INFO kablam! | ^^^^^^^ Oct 22 04:37:12.468 INFO kablam! | Oct 22 04:37:12.468 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:37:12.468 INFO kablam! Oct 22 04:37:12.468 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 04:37:12.468 INFO kablam! --> src/lib.rs:45:31 Oct 22 04:37:12.468 INFO kablam! | Oct 22 04:37:12.468 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:12.469 INFO kablam! | ^^^^^ Oct 22 04:37:12.469 INFO kablam! Oct 22 04:37:12.469 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:12.469 INFO kablam! --> src/lib.rs:45:38 Oct 22 04:37:12.469 INFO kablam! | Oct 22 04:37:12.469 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:12.469 INFO kablam! | ^^^^^^ Oct 22 04:37:12.469 INFO kablam! Oct 22 04:37:12.469 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:12.469 INFO kablam! --> src/lib.rs:45:46 Oct 22 04:37:12.469 INFO kablam! | Oct 22 04:37:12.469 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:12.469 INFO kablam! | ^^ Oct 22 04:37:12.469 INFO kablam! Oct 22 04:37:12.469 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 22 04:37:12.469 INFO kablam! --> src/lib.rs:45:50 Oct 22 04:37:12.469 INFO kablam! | Oct 22 04:37:12.469 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:12.469 INFO kablam! | ^^^^^^^^ Oct 22 04:37:12.469 INFO kablam! Oct 22 04:37:12.469 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:12.469 INFO kablam! --> src/lib.rs:49:13 Oct 22 04:37:12.469 INFO kablam! | Oct 22 04:37:12.469 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 22 04:37:12.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.469 INFO kablam! Oct 22 04:37:12.472 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 22 04:37:12.472 INFO kablam! --> src/lib.rs:54:31 Oct 22 04:37:12.472 INFO kablam! | Oct 22 04:37:12.472 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 22 04:37:12.472 INFO kablam! | ^^^^^^^^^ Oct 22 04:37:12.472 INFO kablam! Oct 22 04:37:12.473 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 04:37:12.473 INFO kablam! --> src/response.rs:3:5 Oct 22 04:37:12.473 INFO kablam! | Oct 22 04:37:12.473 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 04:37:12.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.473 INFO kablam! Oct 22 04:37:12.473 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 04:37:12.473 INFO kablam! --> src/lib.rs:232:6 Oct 22 04:37:12.473 INFO kablam! | Oct 22 04:37:12.473 INFO kablam! 232 | impl Codec for HttpCodec { Oct 22 04:37:12.473 INFO kablam! | ^^^^^ Oct 22 04:37:12.473 INFO kablam! Oct 22 04:37:12.476 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:12.476 INFO kablam! --> src/lib.rs:146:30 Oct 22 04:37:12.476 INFO kablam! | Oct 22 04:37:12.476 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:12.476 INFO kablam! | ^^ Oct 22 04:37:12.476 INFO kablam! Oct 22 04:37:12.476 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:12.476 INFO kablam! --> src/lib.rs:146:55 Oct 22 04:37:12.476 INFO kablam! | Oct 22 04:37:12.476 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:12.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.476 INFO kablam! Oct 22 04:37:12.476 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 22 04:37:12.476 INFO kablam! --> src/lib.rs:146:80 Oct 22 04:37:12.476 INFO kablam! | Oct 22 04:37:12.476 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:12.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.476 INFO kablam! Oct 22 04:37:12.476 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:12.476 INFO kablam! --> src/lib.rs:146:112 Oct 22 04:37:12.476 INFO kablam! | Oct 22 04:37:12.476 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:12.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.477 INFO kablam! Oct 22 04:37:12.477 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:12.477 INFO kablam! --> src/lib.rs:191:43 Oct 22 04:37:12.477 INFO kablam! | Oct 22 04:37:12.477 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 22 04:37:12.477 INFO kablam! | ^^^^^^^ Oct 22 04:37:12.477 INFO kablam! Oct 22 04:37:12.477 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:12.477 INFO kablam! --> src/lib.rs:236:36 Oct 22 04:37:12.477 INFO kablam! | Oct 22 04:37:12.477 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 22 04:37:12.477 INFO kablam! | ^^^^^^^ Oct 22 04:37:12.477 INFO kablam! Oct 22 04:37:12.576 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 22 04:37:12.576 INFO kablam! --> src/lib.rs:151:12 Oct 22 04:37:12.576 INFO kablam! | Oct 22 04:37:12.576 INFO kablam! 151 | }).boxed() Oct 22 04:37:12.576 INFO kablam! | ^^^^^ Oct 22 04:37:12.576 INFO kablam! Oct 22 04:37:12.596 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 04:37:12.596 INFO kablam! --> src/lib.rs:199:32 Oct 22 04:37:12.596 INFO kablam! | Oct 22 04:37:12.596 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 22 04:37:12.596 INFO kablam! | ^^^ Oct 22 04:37:12.596 INFO kablam! Oct 22 04:37:12.596 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 04:37:12.596 INFO kablam! --> src/lib.rs:200:13 Oct 22 04:37:12.596 INFO kablam! | Oct 22 04:37:12.596 INFO kablam! 200 | buf.drain_to(after_header); Oct 22 04:37:12.596 INFO kablam! | ^^^^^^^^ Oct 22 04:37:12.596 INFO kablam! Oct 22 04:37:12.599 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 22 04:37:12.599 INFO kablam! --> src/lib.rs:224:25 Oct 22 04:37:12.599 INFO kablam! | Oct 22 04:37:12.599 INFO kablam! 224 | return self.decode(buf); Oct 22 04:37:12.599 INFO kablam! | ^^^^^^ Oct 22 04:37:12.600 INFO kablam! Oct 22 04:37:12.604 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 04:37:12.604 INFO kablam! --> src/lib.rs:240:31 Oct 22 04:37:12.604 INFO kablam! | Oct 22 04:37:12.604 INFO kablam! 240 | let buf_len = buf.len(); Oct 22 04:37:12.604 INFO kablam! | ^^^ Oct 22 04:37:12.604 INFO kablam! Oct 22 04:37:12.608 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 04:37:12.608 INFO kablam! --> src/lib.rs:245:76 Oct 22 04:37:12.608 INFO kablam! | Oct 22 04:37:12.608 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 22 04:37:12.608 INFO kablam! | ^^^^^^^^ Oct 22 04:37:12.608 INFO kablam! Oct 22 04:37:12.608 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 22 04:37:12.609 INFO kablam! --> src/lib.rs:245:94 Oct 22 04:37:12.609 INFO kablam! | Oct 22 04:37:12.609 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 22 04:37:12.609 INFO kablam! | ^^^^^^^^ Oct 22 04:37:12.609 INFO kablam! Oct 22 04:37:12.784 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 04:37:12.784 INFO kablam! --> src/response.rs:3:5 Oct 22 04:37:12.784 INFO kablam! | Oct 22 04:37:12.784 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 04:37:12.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:12.784 INFO kablam! | Oct 22 04:37:12.784 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:12.784 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:45:22 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:13.256 INFO kablam! | ^^^^^^^ Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:45:31 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:13.256 INFO kablam! | ^^^^^ Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:45:38 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:13.256 INFO kablam! | ^^^^^^ Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:45:46 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:13.256 INFO kablam! | ^^ Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:45:50 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 22 04:37:13.256 INFO kablam! | ^^^^^^^^ Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:13.256 INFO kablam! --> src/lib.rs:49:13 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 22 04:37:13.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.256 INFO kablam! Oct 22 04:37:13.256 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 22 04:37:13.256 INFO kablam! --> src/lib.rs:54:31 Oct 22 04:37:13.256 INFO kablam! | Oct 22 04:37:13.256 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 04:37:13.257 INFO kablam! --> src/response.rs:3:5 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:232:6 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 232 | impl Codec for HttpCodec { Oct 22 04:37:13.257 INFO kablam! | ^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:146:30 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:13.257 INFO kablam! | ^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:146:55 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:146:80 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:146:112 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:191:43 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.257 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 04:37:13.257 INFO kablam! --> src/lib.rs:236:36 Oct 22 04:37:13.257 INFO kablam! | Oct 22 04:37:13.257 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 22 04:37:13.257 INFO kablam! | ^^^^^^^ Oct 22 04:37:13.257 INFO kablam! Oct 22 04:37:13.348 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 22 04:37:13.348 INFO kablam! --> src/lib.rs:151:12 Oct 22 04:37:13.348 INFO kablam! | Oct 22 04:37:13.348 INFO kablam! 151 | }).boxed() Oct 22 04:37:13.348 INFO kablam! | ^^^^^ Oct 22 04:37:13.348 INFO kablam! Oct 22 04:37:13.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 04:37:13.360 INFO kablam! --> src/lib.rs:199:32 Oct 22 04:37:13.360 INFO kablam! | Oct 22 04:37:13.360 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 22 04:37:13.360 INFO kablam! | ^^^ Oct 22 04:37:13.360 INFO kablam! Oct 22 04:37:13.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 04:37:13.360 INFO kablam! --> src/lib.rs:200:13 Oct 22 04:37:13.360 INFO kablam! | Oct 22 04:37:13.360 INFO kablam! 200 | buf.drain_to(after_header); Oct 22 04:37:13.360 INFO kablam! | ^^^^^^^^ Oct 22 04:37:13.360 INFO kablam! Oct 22 04:37:13.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 22 04:37:13.360 INFO kablam! --> src/lib.rs:224:25 Oct 22 04:37:13.360 INFO kablam! | Oct 22 04:37:13.360 INFO kablam! 224 | return self.decode(buf); Oct 22 04:37:13.360 INFO kablam! | ^^^^^^ Oct 22 04:37:13.360 INFO kablam! Oct 22 04:37:13.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 04:37:13.360 INFO kablam! --> src/lib.rs:240:31 Oct 22 04:37:13.360 INFO kablam! | Oct 22 04:37:13.360 INFO kablam! 240 | let buf_len = buf.len(); Oct 22 04:37:13.361 INFO kablam! | ^^^ Oct 22 04:37:13.361 INFO kablam! Oct 22 04:37:13.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 04:37:13.364 INFO kablam! --> src/lib.rs:245:76 Oct 22 04:37:13.364 INFO kablam! | Oct 22 04:37:13.364 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 22 04:37:13.364 INFO kablam! | ^^^^^^^^ Oct 22 04:37:13.364 INFO kablam! Oct 22 04:37:13.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 22 04:37:13.364 INFO kablam! --> src/lib.rs:245:94 Oct 22 04:37:13.364 INFO kablam! | Oct 22 04:37:13.364 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 22 04:37:13.364 INFO kablam! | ^^^^^^^^ Oct 22 04:37:13.364 INFO kablam! Oct 22 04:37:13.384 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 22 04:37:13.384 INFO kablam! --> src/lib.rs:302:37 Oct 22 04:37:13.384 INFO kablam! | Oct 22 04:37:13.384 INFO kablam! 302 | let framed = connection.framed(HttpCodec::new()); Oct 22 04:37:13.384 INFO kablam! | ^^^^^^ Oct 22 04:37:13.384 INFO kablam! Oct 22 04:37:13.392 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 22 04:37:13.392 INFO kablam! --> src/lib.rs:323:37 Oct 22 04:37:13.392 INFO kablam! | Oct 22 04:37:13.392 INFO kablam! 323 | let framed = connection.framed(HttpCodec::new()); Oct 22 04:37:13.392 INFO kablam! | ^^^^^^ Oct 22 04:37:13.392 INFO kablam! Oct 22 04:37:13.544 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 04:37:13.548 INFO kablam! --> src/response.rs:3:5 Oct 22 04:37:13.548 INFO kablam! | Oct 22 04:37:13.548 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 04:37:13.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:13.548 INFO kablam! | Oct 22 04:37:13.548 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:13.548 INFO kablam! Oct 22 04:37:13.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.12s Oct 22 04:37:13.744 INFO kablam! su: No module specific data is present Oct 22 04:37:14.474 INFO running `"docker" "rm" "-f" "312d0ef893fd5dcd4b77eb8fc3448a9d6218cd6ced1d8019e62b2ed8c179d723"` Oct 22 04:37:14.588 INFO blam! 312d0ef893fd5dcd4b77eb8fc3448a9d6218cd6ced1d8019e62b2ed8c179d723