Oct 28 00:56:48.808 INFO checking async-http-client-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:56:48.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 28 00:56:49.215 INFO blam! 1f9795931eebac427ec09ed0631405996c8060f9a4c2b107704219d156ea53b6 Oct 28 00:56:49.223 INFO running `"docker" "start" "-a" "1f9795931eebac427ec09ed0631405996c8060f9a4c2b107704219d156ea53b6"` Oct 28 00:56:50.039 INFO kablam! usermod: no changes Oct 28 00:56:50.177 INFO kablam! Checking async-http-client v0.2.0 (/source) Oct 28 00:56:56.531 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:56.531 INFO kablam! --> src/lib.rs:45:22 Oct 28 00:56:56.531 INFO kablam! | Oct 28 00:56:56.531 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:56.531 INFO kablam! | ^^^^^^^ Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:45:31 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:56.551 INFO kablam! | ^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:45:38 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:56.551 INFO kablam! | ^^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:45:46 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:56.551 INFO kablam! | ^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:45:50 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:56.551 INFO kablam! | ^^^^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:49:13 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 28 00:56:56.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 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 28 00:56:56.551 INFO kablam! --> src/lib.rs:54:31 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 28 00:56:56.551 INFO kablam! | ^^^^^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:56:56.551 INFO kablam! --> src/response.rs:3:5 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 28 00:56:56.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:232:6 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.551 INFO kablam! 232 | impl Codec for HttpCodec { Oct 28 00:56:56.551 INFO kablam! | ^^^^^ Oct 28 00:56:56.551 INFO kablam! Oct 28 00:56:56.551 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:56.551 INFO kablam! --> src/lib.rs:146:30 Oct 28 00:56:56.551 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:56.552 INFO kablam! | ^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.552 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:56.552 INFO kablam! --> src/lib.rs:146:55 Oct 28 00:56:56.552 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:56.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.552 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 28 00:56:56.552 INFO kablam! --> src/lib.rs:146:80 Oct 28 00:56:56.552 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:56.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.552 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:56.552 INFO kablam! --> src/lib.rs:146:112 Oct 28 00:56:56.552 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:56.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.552 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:56.552 INFO kablam! --> src/lib.rs:191:43 Oct 28 00:56:56.552 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 28 00:56:56.552 INFO kablam! | ^^^^^^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.552 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:56.552 INFO kablam! --> src/lib.rs:236:36 Oct 28 00:56:56.552 INFO kablam! | Oct 28 00:56:56.552 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 28 00:56:56.552 INFO kablam! | ^^^^^^^ Oct 28 00:56:56.552 INFO kablam! Oct 28 00:56:56.671 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 28 00:56:56.671 INFO kablam! --> src/lib.rs:151:12 Oct 28 00:56:56.671 INFO kablam! | Oct 28 00:56:56.671 INFO kablam! 151 | }).boxed() Oct 28 00:56:56.671 INFO kablam! | ^^^^^ Oct 28 00:56:56.671 INFO kablam! Oct 28 00:56:56.687 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 28 00:56:56.687 INFO kablam! --> src/lib.rs:199:32 Oct 28 00:56:56.687 INFO kablam! | Oct 28 00:56:56.687 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 28 00:56:56.687 INFO kablam! | ^^^ Oct 28 00:56:56.687 INFO kablam! Oct 28 00:56:56.687 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 28 00:56:56.687 INFO kablam! --> src/lib.rs:200:13 Oct 28 00:56:56.687 INFO kablam! | Oct 28 00:56:56.687 INFO kablam! 200 | buf.drain_to(after_header); Oct 28 00:56:56.687 INFO kablam! | ^^^^^^^^ Oct 28 00:56:56.687 INFO kablam! Oct 28 00:56:56.691 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 28 00:56:56.691 INFO kablam! --> src/lib.rs:224:25 Oct 28 00:56:56.691 INFO kablam! | Oct 28 00:56:56.691 INFO kablam! 224 | return self.decode(buf); Oct 28 00:56:56.691 INFO kablam! | ^^^^^^ Oct 28 00:56:56.691 INFO kablam! Oct 28 00:56:56.691 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 28 00:56:56.691 INFO kablam! --> src/lib.rs:240:31 Oct 28 00:56:56.691 INFO kablam! | Oct 28 00:56:56.691 INFO kablam! 240 | let buf_len = buf.len(); Oct 28 00:56:56.691 INFO kablam! | ^^^ Oct 28 00:56:56.691 INFO kablam! Oct 28 00:56:56.691 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 28 00:56:56.691 INFO kablam! --> src/lib.rs:245:76 Oct 28 00:56:56.691 INFO kablam! | Oct 28 00:56:56.691 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 28 00:56:56.691 INFO kablam! | ^^^^^^^^ Oct 28 00:56:56.691 INFO kablam! Oct 28 00:56:56.691 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 28 00:56:56.691 INFO kablam! --> src/lib.rs:245:94 Oct 28 00:56:56.691 INFO kablam! | Oct 28 00:56:56.691 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 28 00:56:56.691 INFO kablam! | ^^^^^^^^ Oct 28 00:56:56.691 INFO kablam! Oct 28 00:56:56.859 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:56:56.859 INFO kablam! --> src/response.rs:3:5 Oct 28 00:56:56.859 INFO kablam! | Oct 28 00:56:56.859 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 28 00:56:56.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:56.859 INFO kablam! | Oct 28 00:56:56.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:56:56.859 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:45:22 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:57.220 INFO kablam! | ^^^^^^^ Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:45:31 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:57.220 INFO kablam! | ^^^^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:45:38 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:57.220 INFO kablam! | ^^^^^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:45:46 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:57.220 INFO kablam! | ^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:45:50 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 28 00:56:57.220 INFO kablam! | ^^^^^^^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:57.220 INFO kablam! --> src/lib.rs:49:13 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 28 00:56:57.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.220 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 28 00:56:57.220 INFO kablam! --> src/lib.rs:54:31 Oct 28 00:56:57.220 INFO kablam! | Oct 28 00:56:57.220 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 28 00:56:57.220 INFO kablam! | ^^^^^^^^^ Oct 28 00:56:57.220 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:56:57.221 INFO kablam! --> src/response.rs:3:5 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:232:6 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 232 | impl Codec for HttpCodec { Oct 28 00:56:57.221 INFO kablam! | ^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:146:30 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:57.221 INFO kablam! | ^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:146:55 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:146:80 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:146:112 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:191:43 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 28 00:56:57.221 INFO kablam! --> src/lib.rs:236:36 Oct 28 00:56:57.221 INFO kablam! | Oct 28 00:56:57.221 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 28 00:56:57.221 INFO kablam! | ^^^^^^^ Oct 28 00:56:57.221 INFO kablam! Oct 28 00:56:57.306 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 28 00:56:57.306 INFO kablam! --> src/lib.rs:151:12 Oct 28 00:56:57.306 INFO kablam! | Oct 28 00:56:57.306 INFO kablam! 151 | }).boxed() Oct 28 00:56:57.306 INFO kablam! | ^^^^^ Oct 28 00:56:57.306 INFO kablam! Oct 28 00:56:57.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 28 00:56:57.321 INFO kablam! --> src/lib.rs:199:32 Oct 28 00:56:57.321 INFO kablam! | Oct 28 00:56:57.321 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 28 00:56:57.321 INFO kablam! | ^^^ Oct 28 00:56:57.321 INFO kablam! Oct 28 00:56:57.322 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 28 00:56:57.322 INFO kablam! --> src/lib.rs:200:13 Oct 28 00:56:57.322 INFO kablam! | Oct 28 00:56:57.322 INFO kablam! 200 | buf.drain_to(after_header); Oct 28 00:56:57.322 INFO kablam! | ^^^^^^^^ Oct 28 00:56:57.322 INFO kablam! Oct 28 00:56:57.325 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 28 00:56:57.326 INFO kablam! --> src/lib.rs:224:25 Oct 28 00:56:57.326 INFO kablam! | Oct 28 00:56:57.326 INFO kablam! 224 | return self.decode(buf); Oct 28 00:56:57.326 INFO kablam! | ^^^^^^ Oct 28 00:56:57.326 INFO kablam! Oct 28 00:56:57.327 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 28 00:56:57.327 INFO kablam! --> src/lib.rs:240:31 Oct 28 00:56:57.327 INFO kablam! | Oct 28 00:56:57.327 INFO kablam! 240 | let buf_len = buf.len(); Oct 28 00:56:57.327 INFO kablam! | ^^^ Oct 28 00:56:57.327 INFO kablam! Oct 28 00:56:57.335 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 28 00:56:57.335 INFO kablam! --> src/lib.rs:245:76 Oct 28 00:56:57.335 INFO kablam! | Oct 28 00:56:57.335 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 28 00:56:57.335 INFO kablam! | ^^^^^^^^ Oct 28 00:56:57.335 INFO kablam! Oct 28 00:56:57.335 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 28 00:56:57.335 INFO kablam! --> src/lib.rs:245:94 Oct 28 00:56:57.335 INFO kablam! | Oct 28 00:56:57.335 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 28 00:56:57.335 INFO kablam! | ^^^^^^^^ Oct 28 00:56:57.335 INFO kablam! Oct 28 00:56:57.347 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 28 00:56:57.347 INFO kablam! --> src/lib.rs:302:37 Oct 28 00:56:57.347 INFO kablam! | Oct 28 00:56:57.347 INFO kablam! 302 | let framed = connection.framed(HttpCodec::new()); Oct 28 00:56:57.347 INFO kablam! | ^^^^^^ Oct 28 00:56:57.347 INFO kablam! Oct 28 00:56:57.358 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 28 00:56:57.358 INFO kablam! --> src/lib.rs:323:37 Oct 28 00:56:57.358 INFO kablam! | Oct 28 00:56:57.358 INFO kablam! 323 | let framed = connection.framed(HttpCodec::new()); Oct 28 00:56:57.358 INFO kablam! | ^^^^^^ Oct 28 00:56:57.358 INFO kablam! Oct 28 00:56:57.505 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:56:57.505 INFO kablam! --> src/response.rs:3:5 Oct 28 00:56:57.505 INFO kablam! | Oct 28 00:56:57.505 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 28 00:56:57.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:57.505 INFO kablam! | Oct 28 00:56:57.505 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:56:57.505 INFO kablam! Oct 28 00:56:57.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.62s Oct 28 00:56:57.691 INFO kablam! su: No module specific data is present Oct 28 00:56:58.447 INFO running `"docker" "rm" "-f" "1f9795931eebac427ec09ed0631405996c8060f9a4c2b107704219d156ea53b6"` Oct 28 00:56:58.667 INFO blam! 1f9795931eebac427ec09ed0631405996c8060f9a4c2b107704219d156ea53b6