[INFO] fetching crate async-http-client 0.2.0... [INFO] checking async-http-client-0.2.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate async-http-client 0.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate async-http-client 0.2.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate async-http-client 0.2.0 [INFO] finished tweaking crates.io crate async-http-client 0.2.0 [INFO] tweaked toml for crates.io crate async-http-client 0.2.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da580ec82792d4ce9d37d4983194f7f775330b97d8e3ccf92334049c7eb384b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "da580ec82792d4ce9d37d4983194f7f775330b97d8e3ccf92334049c7eb384b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da580ec82792d4ce9d37d4983194f7f775330b97d8e3ccf92334049c7eb384b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da580ec82792d4ce9d37d4983194f7f775330b97d8e3ccf92334049c7eb384b3", kill_on_drop: false }` [INFO] [stdout] da580ec82792d4ce9d37d4983194f7f775330b97d8e3ccf92334049c7eb384b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ceb7510dbeae7783c9ce0f85f8a194558fa17307b6988106bf92b605c2f90e44 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ceb7510dbeae7783c9ce0f85f8a194558fa17307b6988106bf92b605c2f90e44", kill_on_drop: false }` [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking async-http-client v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Codec`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio_core::io::IoFuture`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Codec`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:232:6 [INFO] [stdout] | [INFO] [stdout] 232 | impl Codec for HttpCodec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:55 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio_core::io::IoFuture`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:80 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:112 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:191:43 [INFO] [stdout] | [INFO] [stdout] 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:236:36 [INFO] [stdout] | [INFO] [stdout] 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use tokio_core::io::Io; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `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 [INFO] [stdout] --> src/lib.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/response.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 [INFO] [stdout] --> src/lib.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | }).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Codec`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio_core::io::IoFuture`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | use tokio_core::io::{EasyBuf, Codec, Framed, Io, IoFuture}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Codec`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:232:6 [INFO] [stdout] | [INFO] [stdout] 232 | impl Codec for HttpCodec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:55 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio_core::io::IoFuture`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:80 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::Framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:146:112 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn send(self, framed: Framed) -> IoFuture<(Option, Framed)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:191:43 [INFO] [stdout] | [INFO] [stdout] 191 | fn decode_header(&mut self, buf: &mut EasyBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_core::io::EasyBuf`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:236:36 [INFO] [stdout] | [INFO] [stdout] 236 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tokio_core::io::Io`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use tokio_core::io::Io; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `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 [INFO] [stdout] --> src/lib.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | pub use futures::future::{BoxFuture, empty, err, lazy, ok, result}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/response.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::len`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | let after_header = buf.len() - bytes_left; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::drain_to`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | buf.drain_to(after_header); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::Codec::decode`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:224:25 [INFO] [stdout] | [INFO] [stdout] 224 | return self.decode(buf); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::len`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:240:31 [INFO] [stdout] | [INFO] [stdout] 240 | let buf_len = buf.len(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::drain_to`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:245:76 [INFO] [stdout] | [INFO] [stdout] 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::as_slice`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:245:94 [INFO] [stdout] | [INFO] [stdout] 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 [INFO] [stdout] --> src/lib.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | }).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::len`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | let after_header = buf.len() - bytes_left; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::drain_to`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | buf.drain_to(after_header); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::Codec::decode`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:224:25 [INFO] [stdout] | [INFO] [stdout] 224 | return self.decode(buf); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::len`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:240:31 [INFO] [stdout] | [INFO] [stdout] 240 | let buf_len = buf.len(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::drain_to`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:245:76 [INFO] [stdout] | [INFO] [stdout] 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::EasyBuf::as_slice`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:245:94 [INFO] [stdout] | [INFO] [stdout] 245 | self.response.as_mut().map(|res| response::append(res, buf.drain_to(buf_len).as_slice())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::Io::framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:302:37 [INFO] [stdout] | [INFO] [stdout] 302 | let framed = connection.framed(HttpCodec::new()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_core::io::Io::framed`: moved to the `tokio-io` crate [INFO] [stdout] --> src/lib.rs:323:37 [INFO] [stdout] | [INFO] [stdout] 323 | let framed = connection.framed(HttpCodec::new()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> src/response.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> src/response.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "ceb7510dbeae7783c9ce0f85f8a194558fa17307b6988106bf92b605c2f90e44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ceb7510dbeae7783c9ce0f85f8a194558fa17307b6988106bf92b605c2f90e44", kill_on_drop: false }` [INFO] [stdout] ceb7510dbeae7783c9ce0f85f8a194558fa17307b6988106bf92b605c2f90e44