[INFO] fetching crate ntex 0.1.7...
[INFO] checking ntex-0.1.7 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate ntex 0.1.7 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate ntex 0.1.7 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ntex 0.1.7
[INFO] finished tweaking crates.io crate ntex 0.1.7
[INFO] tweaked toml for crates.io crate ntex 0.1.7 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate crates.io crate ntex 0.1.7 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 80ba30bd865fd5b6403a06c3785ce756c5c7c01d366ea7aeda3d5e20622b27ec
[INFO] running `"docker" "start" "-a" "80ba30bd865fd5b6403a06c3785ce756c5c7c01d366ea7aeda3d5e20622b27ec"`
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking tokio v0.2.6
[INFO] [stderr]     Checking rustls v0.17.0
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking ntex-codec v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling thiserror-impl v1.0.14
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling async-trait v0.1.30
[INFO] [stderr]    Compiling enum-as-inner v0.3.2
[INFO] [stderr]    Compiling derive_more v0.99.5
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling ntex-rt-macros v0.1.0
[INFO] [stderr]    Compiling ntex-macros v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking thiserror v1.0.14
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking ntex-service v0.1.0
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking actix-threadpool v0.3.1
[INFO] [stderr]     Checking trust-dns-proto v0.19.3
[INFO] [stderr]     Checking ntex-rt v0.1.0
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking trust-dns-resolver v0.19.3
[INFO] [stderr]     Checking ntex-router v0.3.2
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking ntex v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2`
[INFO] [stderr]  --> tests/web_server.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use brotli2::write::{BrotliDecoder, BrotliEncoder};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `brotli2`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2`
[INFO] [stderr]  --> tests/web_server.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use flate2::read::GzDecoder;
[INFO] [stderr]   |     ^^^^^^ use of undeclared type or module `flate2`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2`
[INFO] [stderr]   --> tests/web_server.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use flate2::write::{GzEncoder, ZlibDecoder, ZlibEncoder};
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `flate2`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ntex::web::middleware::Compress`
[INFO] [stderr]   --> tests/web_server.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | use ntex::web::middleware::Compress;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Compress` in `web::middleware`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `flate2`
[INFO] [stderr]   --> tests/web_server.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use flate2::Compression;
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `flate2`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/web_server.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/web_server.rs:152:17
[INFO] [stderr]     |
[INFO] [stderr] 152 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder`
[INFO] [stderr]    --> tests/web_server.rs:192:17
[INFO] [stderr]     |
[INFO] [stderr] 192 |     let mut e = ZlibDecoder::new(Vec::new());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder`
[INFO] [stderr]    --> tests/web_server.rs:211:17
[INFO] [stderr]     |
[INFO] [stderr] 211 |     let mut e = ZlibDecoder::new(Vec::new());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/web_server.rs:244:17
[INFO] [stderr]     |
[INFO] [stderr] 244 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/web_server.rs:280:17
[INFO] [stderr]     |
[INFO] [stderr] 280 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/web_server.rs:315:17
[INFO] [stderr]     |
[INFO] [stderr] 315 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder`
[INFO] [stderr]    --> tests/web_server.rs:345:17
[INFO] [stderr]     |
[INFO] [stderr] 345 |     let mut e = BrotliDecoder::new(Vec::with_capacity(2048));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder`
[INFO] [stderr]    --> tests/web_server.rs:419:17
[INFO] [stderr]     |
[INFO] [stderr] 419 |     let mut e = ZlibDecoder::new(Vec::new());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder`
[INFO] [stderr]    --> tests/web_server.rs:448:17
[INFO] [stderr]     |
[INFO] [stderr] 448 |     let mut e = BrotliDecoder::new(Vec::with_capacity(2048));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/web_server.rs:465:17
[INFO] [stderr]     |
[INFO] [stderr] 465 |     let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/web_server.rs:490:17
[INFO] [stderr]     |
[INFO] [stderr] 490 |     let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/web_server.rs:516:17
[INFO] [stderr]     |
[INFO] [stderr] 516 |     let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/web_server.rs:546:17
[INFO] [stderr]     |
[INFO] [stderr] 546 |     let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder`
[INFO] [stderr]    --> tests/web_server.rs:571:17
[INFO] [stderr]     |
[INFO] [stderr] 571 |     let mut e = ZlibEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder`
[INFO] [stderr]    --> tests/web_server.rs:597:17
[INFO] [stderr]     |
[INFO] [stderr] 597 |     let mut e = ZlibEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder`
[INFO] [stderr]    --> tests/web_server.rs:627:17
[INFO] [stderr]     |
[INFO] [stderr] 627 |     let mut e = ZlibEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                 ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder`
[INFO] [stderr]    --> tests/web_server.rs:653:17
[INFO] [stderr]     |
[INFO] [stderr] 653 |     let mut e = BrotliEncoder::new(Vec::new(), 5);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder`
[INFO] [stderr]    --> tests/web_server.rs:687:17
[INFO] [stderr]     |
[INFO] [stderr] 687 |     let mut e = BrotliEncoder::new(Vec::new(), 5);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie`
[INFO] [stderr]    --> tests/web_server.rs:804:21
[INFO] [stderr]     |
[INFO] [stderr] 804 |                     coo_kie::CookieBuilder::new("first", "first_value")
[INFO] [stderr]     |                     ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie`
[INFO] [stderr]    --> tests/web_server.rs:808:25
[INFO] [stderr]     |
[INFO] [stderr] 808 |                 .cookie(coo_kie::Cookie::new("second", "first_value"))
[INFO] [stderr]     |                         ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie`
[INFO] [stderr]    --> tests/web_server.rs:809:25
[INFO] [stderr]     |
[INFO] [stderr] 809 |                 .cookie(coo_kie::Cookie::new("second", "second_value"))
[INFO] [stderr]     |                         ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie`
[INFO] [stderr]    --> tests/web_server.rs:814:24
[INFO] [stderr]     |
[INFO] [stderr] 814 |     let first_cookie = coo_kie::CookieBuilder::new("first", "first_value")
[INFO] [stderr]     |                        ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie`
[INFO] [stderr]    --> tests/web_server.rs:817:25
[INFO] [stderr]     |
[INFO] [stderr] 817 |     let second_cookie = coo_kie::Cookie::new("second", "second_value");
[INFO] [stderr]     |                         ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time::Duration`
[INFO] [stderr]  --> tests/web_server.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::time::Duration;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ntex::http::HttpMessage`
[INFO] [stderr]    --> tests/web_server.rs:798:9
[INFO] [stderr]     |
[INFO] [stderr] 798 |     use ntex::http::HttpMessage;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2`
[INFO] [stderr]  --> tests/http_awc_client.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use brotli2::write::BrotliEncoder;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `brotli2`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ntex::web::middleware::Compress`
[INFO] [stderr]   --> tests/http_awc_client.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use ntex::web::middleware::Compress;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Compress` in `web::middleware`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2`
[INFO] [stderr]   --> tests/http_awc_client.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use flate2::{read::GzDecoder, write::GzEncoder, Compression};
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `flate2`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `coo_kie`
[INFO] [stderr]  --> tests/http_awc_client.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use coo_kie::Cookie;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `coo_kie`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `flate2`
[INFO] [stderr]   --> tests/http_awc_client.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use flate2::{read::GzDecoder, write::GzEncoder, Compression};
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `flate2`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::response::ResponseBuilder` in the current scope
[INFO] [stderr]    --> tests/web_server.rs:803:18
[INFO] [stderr]     |
[INFO] [stderr] 803 |                 .cookie(
[INFO] [stderr]     |                  ^^^^^^ method not found in `ntex::http::response::ResponseBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:413:17
[INFO] [stderr]     |
[INFO] [stderr] 413 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:428:17
[INFO] [stderr]     |
[INFO] [stderr] 428 |     let mut e = GzDecoder::new(&bytes[..]);
[INFO] [stderr]     |                 ^^^^^^^^^ use of undeclared type or module `GzDecoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:438:25
[INFO] [stderr]     |
[INFO] [stderr] 438 |             let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                         ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:461:25
[INFO] [stderr]     |
[INFO] [stderr] 461 |             let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                         ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:489:25
[INFO] [stderr]     |
[INFO] [stderr] 489 |             let mut e = GzEncoder::new(Vec::new(), Compression::default());
[INFO] [stderr]     |                         ^^^^^^^^^ use of undeclared type or module `GzEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:511:25
[INFO] [stderr]     |
[INFO] [stderr] 511 |             let mut e = BrotliEncoder::new(Vec::new(), 5);
[INFO] [stderr]     |                         ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder`
[INFO] [stderr]    --> tests/http_awc_client.rs:538:25
[INFO] [stderr]     |
[INFO] [stderr] 538 |             let mut e = BrotliEncoder::new(Vec::new(), 5);
[INFO] [stderr]     |                         ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cookies` found for struct `ntex::http::client::response::ClientResponse<std::pin::Pin<std::boxed::Box<dyn futures_core::stream::Stream<Item = std::result::Result<bytes::bytes::Bytes, ntex::http::error::PayloadError>>>>>` in the current scope
[INFO] [stderr]    --> tests/web_server.rs:822:28
[INFO] [stderr]     |
[INFO] [stderr] 822 |     let cookies = response.cookies().expect("To have cookies");
[INFO] [stderr]     |                            ^^^^^^^ method not found in `ntex::http::client::response::ClientResponse<std::pin::Pin<std::boxed::Box<dyn futures_core::stream::Stream<Item = std::result::Result<bytes::bytes::Bytes, ntex::http::error::PayloadError>>>>>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 31 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `ntex`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::web::httprequest::HttpRequest` in the current scope
[INFO] [stderr]    --> tests/http_awc_client.rs:693:26
[INFO] [stderr]     |
[INFO] [stderr] 693 |                         .cookie("cookie1")
[INFO] [stderr]     |                          ^^^^^^ method not found in `ntex::web::httprequest::HttpRequest`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::web::httprequest::HttpRequest` in the current scope
[INFO] [stderr]    --> tests/http_awc_client.rs:702:44
[INFO] [stderr]     |
[INFO] [stderr] 702 |                         .and_then(|()| req.cookie("cookie2").ok_or(()))
[INFO] [stderr]     |                                            ^^^^^^ method not found in `ntex::web::httprequest::HttpRequest`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::response::ResponseBuilder` in the current scope
[INFO] [stderr]    --> tests/http_awc_client.rs:717:48
[INFO] [stderr]     |
[INFO] [stderr] 717 | ...                   HttpResponse::Ok().cookie(cookie1).cookie(cookie2).finish(),
[INFO] [stderr]     |                                          ^^^^^^ method not found in `ntex::http::response::ResponseBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::client::request::ClientRequest` in the current scope
[INFO] [stderr]    --> tests/http_awc_client.rs:725:32
[INFO] [stderr]     |
[INFO] [stderr] 725 |     let request = srv.get("/").cookie(cookie1.clone()).cookie(cookie2.clone());
[INFO] [stderr]     |                                ^^^^^^ method not found in `ntex::http::client::request::ClientRequest`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Read`
[INFO] [stderr]  --> tests/http_awc_client.rs:2:15
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::io::{Read, Write};
[INFO] [stderr]   |               ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]  --> tests/http_awc_client.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::io::{Read, Write};
[INFO] [stderr]   |                     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `HttpMessage`
[INFO] [stderr]   --> tests/http_awc_client.rs:16:26
[INFO] [stderr]    |
[INFO] [stderr] 16 | use ntex::http::{header, HttpMessage, HttpService};
[INFO] [stderr]    |                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `ntex`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "80ba30bd865fd5b6403a06c3785ce756c5c7c01d366ea7aeda3d5e20622b27ec"`
[INFO] running `"docker" "rm" "-f" "80ba30bd865fd5b6403a06c3785ce756c5c7c01d366ea7aeda3d5e20622b27ec"`
[INFO] [stdout] 80ba30bd865fd5b6403a06c3785ce756c5c7c01d366ea7aeda3d5e20622b27ec
