Oct 12 05:39:26.719 INFO testing async-http-client-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:39:26.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 05:39:27.158 INFO blam! 513245ee0fdf98e55a2a1d607262491d78eaccda47f883d749c7e99fd5662b04 Oct 12 05:39:27.172 INFO running `"docker" "start" "-a" "513245ee0fdf98e55a2a1d607262491d78eaccda47f883d749c7e99fd5662b04"` Oct 12 05:39:29.109 INFO kablam! usermod: no changes Oct 12 05:39:29.370 INFO kablam! Compiling async-http-client v0.2.0 (/source) Oct 12 05:39:30.572 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:30.573 INFO kablam! --> src/lib.rs:45:22 Oct 12 05:39:30.574 INFO kablam! | Oct 12 05:39:30.575 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:30.575 INFO kablam! | ^^^^^^^ Oct 12 05:39:30.576 INFO kablam! | Oct 12 05:39:30.576 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:39:30.577 INFO kablam! Oct 12 05:39:30.577 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 12 05:39:30.578 INFO kablam! --> src/lib.rs:45:31 Oct 12 05:39:30.579 INFO kablam! | Oct 12 05:39:30.579 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:30.580 INFO kablam! | ^^^^^ Oct 12 05:39:30.580 INFO kablam! Oct 12 05:39:30.581 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:30.582 INFO kablam! --> src/lib.rs:45:38 Oct 12 05:39:30.582 INFO kablam! | Oct 12 05:39:30.582 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:30.582 INFO kablam! | ^^^^^^ Oct 12 05:39:30.582 INFO kablam! Oct 12 05:39:30.582 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:30.582 INFO kablam! --> src/lib.rs:45:46 Oct 12 05:39:30.582 INFO kablam! | Oct 12 05:39:30.582 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:30.582 INFO kablam! | ^^ Oct 12 05:39:30.582 INFO kablam! Oct 12 05:39:30.582 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 12 05:39:30.582 INFO kablam! --> src/lib.rs:45:50 Oct 12 05:39:30.583 INFO kablam! | Oct 12 05:39:30.583 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:30.583 INFO kablam! | ^^^^^^^^ Oct 12 05:39:30.583 INFO kablam! Oct 12 05:39:30.583 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:30.583 INFO kablam! --> src/lib.rs:49:13 Oct 12 05:39:30.583 INFO kablam! | Oct 12 05:39:30.583 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 12 05:39:30.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.583 INFO kablam! Oct 12 05:39:30.583 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 12 05:39:30.583 INFO kablam! --> src/lib.rs:54:31 Oct 12 05:39:30.583 INFO kablam! | Oct 12 05:39:30.583 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 12 05:39:30.583 INFO kablam! | ^^^^^^^^^ Oct 12 05:39:30.588 INFO kablam! Oct 12 05:39:30.589 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 05:39:30.589 INFO kablam! --> src/response.rs:3:5 Oct 12 05:39:30.589 INFO kablam! | Oct 12 05:39:30.589 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 05:39:30.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.589 INFO kablam! Oct 12 05:39:30.589 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 12 05:39:30.589 INFO kablam! --> src/lib.rs:232:6 Oct 12 05:39:30.589 INFO kablam! | Oct 12 05:39:30.589 INFO kablam! 232 | impl Codec for HttpCodec { Oct 12 05:39:30.589 INFO kablam! | ^^^^^ Oct 12 05:39:30.589 INFO kablam! Oct 12 05:39:30.592 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:30.592 INFO kablam! --> src/lib.rs:146:30 Oct 12 05:39:30.592 INFO kablam! | Oct 12 05:39:30.592 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:30.592 INFO kablam! | ^^ Oct 12 05:39:30.592 INFO kablam! Oct 12 05:39:30.592 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:30.592 INFO kablam! --> src/lib.rs:146:55 Oct 12 05:39:30.592 INFO kablam! | Oct 12 05:39:30.592 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:30.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.592 INFO kablam! Oct 12 05:39:30.592 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 12 05:39:30.592 INFO kablam! --> src/lib.rs:146:80 Oct 12 05:39:30.592 INFO kablam! | Oct 12 05:39:30.592 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:30.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.592 INFO kablam! Oct 12 05:39:30.592 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:30.592 INFO kablam! --> src/lib.rs:146:112 Oct 12 05:39:30.592 INFO kablam! | Oct 12 05:39:30.592 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:30.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.592 INFO kablam! Oct 12 05:39:30.592 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:30.592 INFO kablam! --> src/lib.rs:191:43 Oct 12 05:39:30.592 INFO kablam! | Oct 12 05:39:30.593 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 12 05:39:30.593 INFO kablam! | ^^^^^^^ Oct 12 05:39:30.593 INFO kablam! Oct 12 05:39:30.593 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:30.593 INFO kablam! --> src/lib.rs:236:36 Oct 12 05:39:30.593 INFO kablam! | Oct 12 05:39:30.593 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 12 05:39:30.593 INFO kablam! | ^^^^^^^ Oct 12 05:39:30.593 INFO kablam! Oct 12 05:39:30.696 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 12 05:39:30.697 INFO kablam! --> src/lib.rs:151:12 Oct 12 05:39:30.698 INFO kablam! | Oct 12 05:39:30.699 INFO kablam! 151 | }).boxed() Oct 12 05:39:30.699 INFO kablam! | ^^^^^ Oct 12 05:39:30.699 INFO kablam! Oct 12 05:39:30.717 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 12 05:39:30.717 INFO kablam! --> src/lib.rs:199:32 Oct 12 05:39:30.717 INFO kablam! | Oct 12 05:39:30.717 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 12 05:39:30.717 INFO kablam! | ^^^ Oct 12 05:39:30.717 INFO kablam! Oct 12 05:39:30.719 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 12 05:39:30.719 INFO kablam! --> src/lib.rs:200:13 Oct 12 05:39:30.719 INFO kablam! | Oct 12 05:39:30.719 INFO kablam! 200 | buf.drain_to(after_header); Oct 12 05:39:30.720 INFO kablam! | ^^^^^^^^ Oct 12 05:39:30.720 INFO kablam! Oct 12 05:39:30.728 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 12 05:39:30.728 INFO kablam! --> src/lib.rs:224:25 Oct 12 05:39:30.729 INFO kablam! | Oct 12 05:39:30.729 INFO kablam! 224 | return self.decode(buf); Oct 12 05:39:30.729 INFO kablam! | ^^^^^^ Oct 12 05:39:30.729 INFO kablam! Oct 12 05:39:30.731 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 12 05:39:30.731 INFO kablam! --> src/lib.rs:240:31 Oct 12 05:39:30.732 INFO kablam! | Oct 12 05:39:30.732 INFO kablam! 240 | let buf_len = buf.len(); Oct 12 05:39:30.732 INFO kablam! | ^^^ Oct 12 05:39:30.732 INFO kablam! Oct 12 05:39:30.735 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 12 05:39:30.735 INFO kablam! --> src/lib.rs:245:76 Oct 12 05:39:30.735 INFO kablam! | Oct 12 05:39:30.736 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 12 05:39:30.736 INFO kablam! | ^^^^^^^^ Oct 12 05:39:30.736 INFO kablam! Oct 12 05:39:30.737 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 12 05:39:30.737 INFO kablam! --> src/lib.rs:245:94 Oct 12 05:39:30.737 INFO kablam! | Oct 12 05:39:30.737 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 12 05:39:30.737 INFO kablam! | ^^^^^^^^ Oct 12 05:39:30.738 INFO kablam! Oct 12 05:39:30.872 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 05:39:30.873 INFO kablam! --> src/response.rs:3:5 Oct 12 05:39:30.873 INFO kablam! | Oct 12 05:39:30.873 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 05:39:30.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:30.873 INFO kablam! | Oct 12 05:39:30.873 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:39:30.873 INFO kablam! Oct 12 05:39:31.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 12 05:39:31.884 INFO kablam! su: No module specific data is present Oct 12 05:39:33.396 INFO running `"docker" "rm" "-f" "513245ee0fdf98e55a2a1d607262491d78eaccda47f883d749c7e99fd5662b04"` Oct 12 05:39:33.800 INFO blam! 513245ee0fdf98e55a2a1d607262491d78eaccda47f883d749c7e99fd5662b04 Oct 12 05:39:33.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 05:39:34.209 INFO blam! c74c7e6e63cbbc6bb9ca72b5fdc8bfcccc88b17708dce8e5d42b4baafe441c3b Oct 12 05:39:34.211 INFO running `"docker" "start" "-a" "c74c7e6e63cbbc6bb9ca72b5fdc8bfcccc88b17708dce8e5d42b4baafe441c3b"` Oct 12 05:39:36.880 INFO kablam! usermod: no changes Oct 12 05:39:37.165 INFO kablam! Compiling async-http-client v0.2.0 (/source) Oct 12 05:39:38.204 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:38.205 INFO kablam! --> src/lib.rs:45:22 Oct 12 05:39:38.205 INFO kablam! | Oct 12 05:39:38.205 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:38.206 INFO kablam! | ^^^^^^^ Oct 12 05:39:38.206 INFO kablam! | Oct 12 05:39:38.206 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:39:38.206 INFO kablam! Oct 12 05:39:38.207 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 12 05:39:38.207 INFO kablam! --> src/lib.rs:45:31 Oct 12 05:39:38.207 INFO kablam! | Oct 12 05:39:38.207 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:38.208 INFO kablam! | ^^^^^ Oct 12 05:39:38.208 INFO kablam! Oct 12 05:39:38.208 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:38.209 INFO kablam! --> src/lib.rs:45:38 Oct 12 05:39:38.209 INFO kablam! | Oct 12 05:39:38.209 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:38.209 INFO kablam! | ^^^^^^ Oct 12 05:39:38.210 INFO kablam! Oct 12 05:39:38.210 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:38.210 INFO kablam! --> src/lib.rs:45:46 Oct 12 05:39:38.210 INFO kablam! | Oct 12 05:39:38.211 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:38.211 INFO kablam! | ^^ Oct 12 05:39:38.211 INFO kablam! Oct 12 05:39:38.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 12 05:39:38.212 INFO kablam! --> src/lib.rs:45:50 Oct 12 05:39:38.212 INFO kablam! | Oct 12 05:39:38.212 INFO kablam! 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; Oct 12 05:39:38.212 INFO kablam! | ^^^^^^^^ Oct 12 05:39:38.213 INFO kablam! Oct 12 05:39:38.213 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:38.213 INFO kablam! --> src/lib.rs:49:13 Oct 12 05:39:38.213 INFO kablam! | Oct 12 05:39:38.214 INFO kablam! 49 | pub use tokio_core::io::Io; Oct 12 05:39:38.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.214 INFO kablam! Oct 12 05:39:38.215 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 12 05:39:38.215 INFO kablam! --> src/lib.rs:54:31 Oct 12 05:39:38.215 INFO kablam! | Oct 12 05:39:38.215 INFO kablam! 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; Oct 12 05:39:38.216 INFO kablam! | ^^^^^^^^^ Oct 12 05:39:38.216 INFO kablam! Oct 12 05:39:38.216 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 05:39:38.216 INFO kablam! --> src/response.rs:3:5 Oct 12 05:39:38.217 INFO kablam! | Oct 12 05:39:38.217 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 05:39:38.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.217 INFO kablam! Oct 12 05:39:38.218 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 12 05:39:38.218 INFO kablam! --> src/lib.rs:232:6 Oct 12 05:39:38.218 INFO kablam! | Oct 12 05:39:38.218 INFO kablam! 232 | impl Codec for HttpCodec { Oct 12 05:39:38.219 INFO kablam! | ^^^^^ Oct 12 05:39:38.219 INFO kablam! Oct 12 05:39:38.219 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 12 05:39:38.219 INFO kablam! --> src/lib.rs:146:30 Oct 12 05:39:38.220 INFO kablam! | Oct 12 05:39:38.220 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:38.220 INFO kablam! | ^^ Oct 12 05:39:38.220 INFO kablam! Oct 12 05:39:38.221 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:38.221 INFO kablam! --> src/lib.rs:146:55 Oct 12 05:39:38.221 INFO kablam! | Oct 12 05:39:38.221 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:38.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.222 INFO kablam! Oct 12 05:39:38.222 INFO kablam! warning: use of deprecated item 'tokio_core::io::IoFuture': moved to the `tokio-io` crate Oct 12 05:39:38.222 INFO kablam! --> src/lib.rs:146:80 Oct 12 05:39:38.223 INFO kablam! | Oct 12 05:39:38.223 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:38.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.223 INFO kablam! Oct 12 05:39:38.224 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 12 05:39:38.224 INFO kablam! --> src/lib.rs:146:112 Oct 12 05:39:38.224 INFO kablam! | Oct 12 05:39:38.225 INFO kablam! 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { Oct 12 05:39:38.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.225 INFO kablam! Oct 12 05:39:38.225 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:38.226 INFO kablam! --> src/lib.rs:191:43 Oct 12 05:39:38.226 INFO kablam! | Oct 12 05:39:38.226 INFO kablam! 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 12 05:39:38.226 INFO kablam! | ^^^^^^^ Oct 12 05:39:38.227 INFO kablam! Oct 12 05:39:38.227 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 12 05:39:38.227 INFO kablam! --> src/lib.rs:236:36 Oct 12 05:39:38.227 INFO kablam! | Oct 12 05:39:38.228 INFO kablam! 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { Oct 12 05:39:38.232 INFO kablam! | ^^^^^^^ Oct 12 05:39:38.232 INFO kablam! Oct 12 05:39:38.368 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 12 05:39:38.369 INFO kablam! --> src/lib.rs:151:12 Oct 12 05:39:38.369 INFO kablam! | Oct 12 05:39:38.369 INFO kablam! 151 | }).boxed() Oct 12 05:39:38.370 INFO kablam! | ^^^^^ Oct 12 05:39:38.370 INFO kablam! Oct 12 05:39:38.392 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 12 05:39:38.393 INFO kablam! --> src/lib.rs:199:32 Oct 12 05:39:38.393 INFO kablam! | Oct 12 05:39:38.393 INFO kablam! 199 | let after_header = buf.len() - bytes_left; Oct 12 05:39:38.394 INFO kablam! | ^^^ Oct 12 05:39:38.394 INFO kablam! Oct 12 05:39:38.394 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 12 05:39:38.394 INFO kablam! --> src/lib.rs:200:13 Oct 12 05:39:38.395 INFO kablam! | Oct 12 05:39:38.395 INFO kablam! 200 | buf.drain_to(after_header); Oct 12 05:39:38.395 INFO kablam! | ^^^^^^^^ Oct 12 05:39:38.396 INFO kablam! Oct 12 05:39:38.400 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::decode': moved to the `tokio-io` crate Oct 12 05:39:38.400 INFO kablam! --> src/lib.rs:224:25 Oct 12 05:39:38.401 INFO kablam! | Oct 12 05:39:38.401 INFO kablam! 224 | return self.decode(buf); Oct 12 05:39:38.401 INFO kablam! | ^^^^^^ Oct 12 05:39:38.402 INFO kablam! Oct 12 05:39:38.402 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 12 05:39:38.402 INFO kablam! --> src/lib.rs:240:31 Oct 12 05:39:38.402 INFO kablam! | Oct 12 05:39:38.403 INFO kablam! 240 | let buf_len = buf.len(); Oct 12 05:39:38.403 INFO kablam! | ^^^ Oct 12 05:39:38.403 INFO kablam! Oct 12 05:39:38.412 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 12 05:39:38.413 INFO kablam! --> src/lib.rs:245:76 Oct 12 05:39:38.413 INFO kablam! | Oct 12 05:39:38.413 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 12 05:39:38.413 INFO kablam! | ^^^^^^^^ Oct 12 05:39:38.414 INFO kablam! Oct 12 05:39:38.414 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 12 05:39:38.414 INFO kablam! --> src/lib.rs:245:94 Oct 12 05:39:38.415 INFO kablam! | Oct 12 05:39:38.415 INFO kablam! 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); Oct 12 05:39:38.415 INFO kablam! | ^^^^^^^^ Oct 12 05:39:38.415 INFO kablam! Oct 12 05:39:38.436 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 12 05:39:38.437 INFO kablam! --> src/lib.rs:302:37 Oct 12 05:39:38.437 INFO kablam! | Oct 12 05:39:38.437 INFO kablam! 302 | let framed = connection.framed(HttpCodec::new()); Oct 12 05:39:38.438 INFO kablam! | ^^^^^^ Oct 12 05:39:38.438 INFO kablam! Oct 12 05:39:38.464 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 12 05:39:38.465 INFO kablam! --> src/lib.rs:323:37 Oct 12 05:39:38.465 INFO kablam! | Oct 12 05:39:38.465 INFO kablam! 323 | let framed = connection.framed(HttpCodec::new()); Oct 12 05:39:38.466 INFO kablam! | ^^^^^^ Oct 12 05:39:38.466 INFO kablam! Oct 12 05:39:38.625 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 05:39:38.625 INFO kablam! --> src/response.rs:3:5 Oct 12 05:39:38.625 INFO kablam! | Oct 12 05:39:38.625 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 05:39:38.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 05:39:38.626 INFO kablam! | Oct 12 05:39:38.626 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:39:38.626 INFO kablam! Oct 12 05:39:43.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.89s Oct 12 05:39:43.803 INFO kablam! su: No module specific data is present Oct 12 05:39:45.340 INFO running `"docker" "rm" "-f" "c74c7e6e63cbbc6bb9ca72b5fdc8bfcccc88b17708dce8e5d42b4baafe441c3b"` Oct 12 05:39:45.688 INFO blam! c74c7e6e63cbbc6bb9ca72b5fdc8bfcccc88b17708dce8e5d42b4baafe441c3b