Oct 13 17:56:34.476 INFO checking async-http-client-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:56:34.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.697 INFO blam! eff4acca587131ea1f2294a4ded9a8159b0e181e82a94889bce494efd267abe8 Oct 13 17:56:34.698 INFO running `"docker" "start" "-a" "eff4acca587131ea1f2294a4ded9a8159b0e181e82a94889bce494efd267abe8"` Oct 13 17:56:35.520 INFO kablam! usermod: no changes Oct 13 17:56:35.812 INFO kablam! Checking async-http-client v0.2.0 (/source) Oct 13 17:56:42.063 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:42.063 INFO kablam! --> src/lib.rs:45:22 Oct 13 17:56:42.064 INFO kablam! | Oct 13 17:56:42.064 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:42.064 INFO kablam! | ^^^^^^^ Oct 13 17:56:42.064 INFO kablam! | Oct 13 17:56:42.065 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:56:42.065 INFO kablam! Oct 13 17:56:42.065 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:42.065 INFO kablam! --> src/lib.rs:45:31 Oct 13 17:56:42.066 INFO kablam! | Oct 13 17:56:42.066 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:42.066 INFO kablam! | ^^^^^ Oct 13 17:56:42.066 INFO kablam! Oct 13 17:56:42.067 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:42.067 INFO kablam! --> src/lib.rs:45:38 Oct 13 17:56:42.067 INFO kablam! | Oct 13 17:56:42.067 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:42.068 INFO kablam! | ^^^^^^ Oct 13 17:56:42.068 INFO kablam! Oct 13 17:56:42.068 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:42.069 INFO kablam! --> src/lib.rs:45:46 Oct 13 17:56:42.069 INFO kablam! | Oct 13 17:56:42.069 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:42.069 INFO kablam! | ^^ Oct 13 17:56:42.070 INFO kablam! Oct 13 17:56:42.070 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:42.070 INFO kablam! --> src/lib.rs:45:50 Oct 13 17:56:42.070 INFO kablam! | Oct 13 17:56:42.071 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:42.071 INFO kablam! | ^^^^^^^^ Oct 13 17:56:42.071 INFO kablam! Oct 13 17:56:42.071 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:42.072 INFO kablam! --> src/lib.rs:49:13 Oct 13 17:56:42.072 INFO kablam! | Oct 13 17:56:42.072 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 13 17:56:42.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.073 INFO kablam! Oct 13 17:56:42.073 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:42.073 INFO kablam! --> src/lib.rs:54:31 Oct 13 17:56:42.074 INFO kablam! | Oct 13 17:56:42.074 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 13 17:56:42.074 INFO kablam! | ^^^^^^^^^ Oct 13 17:56:42.074 INFO kablam! Oct 13 17:56:42.075 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 17:56:42.075 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:42.075 INFO kablam! | Oct 13 17:56:42.075 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:42.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.076 INFO kablam! Oct 13 17:56:42.076 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:42.076 INFO kablam! --> src/lib.rs:232:6 Oct 13 17:56:42.077 INFO kablam! | Oct 13 17:56:42.077 INFO kablam! 232 | impl Codec for HttpCodec { Oct 13 17:56:42.077 INFO kablam! | ^^^^^ Oct 13 17:56:42.077 INFO kablam! Oct 13 17:56:42.078 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:42.078 INFO kablam! --> src/lib.rs:146:30 Oct 13 17:56:42.078 INFO kablam! | Oct 13 17:56:42.078 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:42.079 INFO kablam! | ^^ Oct 13 17:56:42.079 INFO kablam! Oct 13 17:56:42.079 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:42.079 INFO kablam! --> src/lib.rs:146:55 Oct 13 17:56:42.080 INFO kablam! | Oct 13 17:56:42.080 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:42.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.080 INFO kablam! Oct 13 17:56:42.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:42.081 INFO kablam! --> src/lib.rs:146:80 Oct 13 17:56:42.081 INFO kablam! | Oct 13 17:56:42.081 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:42.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.082 INFO kablam! Oct 13 17:56:42.082 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:42.082 INFO kablam! --> src/lib.rs:146:112 Oct 13 17:56:42.083 INFO kablam! | Oct 13 17:56:42.083 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:42.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.083 INFO kablam! Oct 13 17:56:42.084 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:42.084 INFO kablam! --> src/lib.rs:191:43 Oct 13 17:56:42.084 INFO kablam! | Oct 13 17:56:42.084 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:42.085 INFO kablam! | ^^^^^^^ Oct 13 17:56:42.085 INFO kablam! Oct 13 17:56:42.085 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:42.085 INFO kablam! --> src/lib.rs:236:36 Oct 13 17:56:42.086 INFO kablam! | Oct 13 17:56:42.086 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:42.086 INFO kablam! | ^^^^^^^ Oct 13 17:56:42.086 INFO kablam! Oct 13 17:56:42.172 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:42.172 INFO kablam! --> src/lib.rs:151:12 Oct 13 17:56:42.172 INFO kablam! | Oct 13 17:56:42.172 INFO kablam! 151 | }).boxed() Oct 13 17:56:42.172 INFO kablam! | ^^^^^ Oct 13 17:56:42.172 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:199:32 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 13 17:56:42.188 INFO kablam! | ^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:200:13 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 200 | buf.drain_to(after_header); Oct 13 17:56:42.188 INFO kablam! | ^^^^^^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:224:25 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 224 | return self.decode(buf); Oct 13 17:56:42.188 INFO kablam! | ^^^^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:240:31 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 240 | let buf_len = buf.len(); Oct 13 17:56:42.188 INFO kablam! | ^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:245:76 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:42.188 INFO kablam! | ^^^^^^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.188 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 17:56:42.188 INFO kablam! --> src/lib.rs:245:94 Oct 13 17:56:42.188 INFO kablam! | Oct 13 17:56:42.188 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:42.188 INFO kablam! | ^^^^^^^^ Oct 13 17:56:42.188 INFO kablam! Oct 13 17:56:42.393 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 17:56:42.394 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:42.394 INFO kablam! | Oct 13 17:56:42.394 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:42.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:42.395 INFO kablam! | Oct 13 17:56:42.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:56:42.395 INFO kablam! Oct 13 17:56:43.320 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.320 INFO kablam! --> src/lib.rs:45:22 Oct 13 17:56:43.320 INFO kablam! | Oct 13 17:56:43.320 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.320 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.320 INFO kablam! | Oct 13 17:56:43.320 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:56:43.320 INFO kablam! Oct 13 17:56:43.320 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:43.320 INFO kablam! --> src/lib.rs:45:31 Oct 13 17:56:43.320 INFO kablam! | Oct 13 17:56:43.320 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.320 INFO kablam! | ^^^^^ Oct 13 17:56:43.320 INFO kablam! Oct 13 17:56:43.320 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.320 INFO kablam! --> src/lib.rs:45:38 Oct 13 17:56:43.320 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.321 INFO kablam! | ^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:45:46 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.321 INFO kablam! | ^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:45:50 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:49:13 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 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.321 INFO kablam! --> src/lib.rs:54:31 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 17:56:43.321 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:232:6 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 232 | impl Codec for HttpCodec { Oct 13 17:56:43.321 INFO kablam! | ^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:146:30 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.321 INFO kablam! | ^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:146:55 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:146:80 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:146:112 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:191:43 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 17:56:43.321 INFO kablam! --> src/lib.rs:236:36 Oct 13 17:56:43.321 INFO kablam! | Oct 13 17:56:43.321 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 13 17:56:43.321 INFO kablam! | ^^^^^^^ Oct 13 17:56:43.321 INFO kablam! Oct 13 17:56:43.420 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.420 INFO kablam! --> src/lib.rs:151:12 Oct 13 17:56:43.420 INFO kablam! | Oct 13 17:56:43.420 INFO kablam! 151 | }).boxed() Oct 13 17:56:43.420 INFO kablam! | ^^^^^ Oct 13 17:56:43.420 INFO kablam! Oct 13 17:56:43.444 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:43.444 INFO kablam! --> src/lib.rs:199:32 Oct 13 17:56:43.444 INFO kablam! | Oct 13 17:56:43.444 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 13 17:56:43.444 INFO kablam! | ^^^ Oct 13 17:56:43.444 INFO kablam! Oct 13 17:56:43.452 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:43.452 INFO kablam! --> src/lib.rs:200:13 Oct 13 17:56:43.452 INFO kablam! | Oct 13 17:56:43.452 INFO kablam! 200 | buf.drain_to(after_header); Oct 13 17:56:43.452 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.452 INFO kablam! Oct 13 17:56:43.456 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 13 17:56:43.456 INFO kablam! --> src/lib.rs:224:25 Oct 13 17:56:43.456 INFO kablam! | Oct 13 17:56:43.456 INFO kablam! 224 | return self.decode(buf); Oct 13 17:56:43.456 INFO kablam! | ^^^^^^ Oct 13 17:56:43.456 INFO kablam! Oct 13 17:56:43.456 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 17:56:43.456 INFO kablam! --> src/lib.rs:240:31 Oct 13 17:56:43.456 INFO kablam! | Oct 13 17:56:43.456 INFO kablam! 240 | let buf_len = buf.len(); Oct 13 17:56:43.456 INFO kablam! | ^^^ Oct 13 17:56:43.456 INFO kablam! Oct 13 17:56:43.460 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 17:56:43.460 INFO kablam! --> src/lib.rs:245:76 Oct 13 17:56:43.460 INFO kablam! | Oct 13 17:56:43.460 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:43.460 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.460 INFO kablam! Oct 13 17:56:43.460 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 17:56:43.460 INFO kablam! --> src/lib.rs:245:94 Oct 13 17:56:43.460 INFO kablam! | Oct 13 17:56:43.460 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 13 17:56:43.460 INFO kablam! | ^^^^^^^^ Oct 13 17:56:43.460 INFO kablam! Oct 13 17:56:43.484 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 17:56:43.484 INFO kablam! --> src/lib.rs:302:37 Oct 13 17:56:43.484 INFO kablam! | Oct 13 17:56:43.484 INFO kablam! 302 | let framed = connection.framed(HttpCodec::new()); Oct 13 17:56:43.484 INFO kablam! | ^^^^^^ Oct 13 17:56:43.484 INFO kablam! Oct 13 17:56:43.505 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 17:56:43.505 INFO kablam! --> src/lib.rs:323:37 Oct 13 17:56:43.505 INFO kablam! | Oct 13 17:56:43.505 INFO kablam! 323 | let framed = connection.framed(HttpCodec::new()); Oct 13 17:56:43.505 INFO kablam! | ^^^^^^ Oct 13 17:56:43.505 INFO kablam! Oct 13 17:56:43.694 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 17:56:43.694 INFO kablam! --> src/response.rs:3:5 Oct 13 17:56:43.694 INFO kablam! | Oct 13 17:56:43.694 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 17:56:43.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 17:56:43.694 INFO kablam! | Oct 13 17:56:43.694 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:56:43.694 INFO kablam! Oct 13 17:56:43.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.38s Oct 13 17:56:43.948 INFO kablam! su: No module specific data is present Oct 13 17:56:44.816 INFO running `"docker" "rm" "-f" "eff4acca587131ea1f2294a4ded9a8159b0e181e82a94889bce494efd267abe8"` Oct 13 17:56:45.088 INFO blam! eff4acca587131ea1f2294a4ded9a8159b0e181e82a94889bce494efd267abe8