[INFO] crate scrappy-client 0.0.1 is already in cache
[INFO] checking scrappy-client-0.0.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate scrappy-client 0.0.1 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate scrappy-client 0.0.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate scrappy-client 0.0.1
[INFO] finished tweaking crates.io crate scrappy-client 0.0.1
[INFO] tweaked toml for crates.io crate scrappy-client 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] b2526fa6209f8e23056142f7c90a8a42b01d4fdb6875d0ec2b178d07f9722c0a
[INFO] running `"docker" "start" "-a" "b2526fa6209f8e23056142f7c90a8a42b01d4fdb6875d0ec2b178d07f9722c0a"`
[INFO] [stderr]    Compiling scrappy-macros v0.0.1
[INFO] [stderr]     Checking scrappy-threadpool v0.0.1
[INFO] [stderr]     Checking scrappy-service v0.0.1
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking scrappy-rt v0.0.1
[INFO] [stderr]     Checking trust-dns-proto v0.18.0-alpha.2
[INFO] [stderr]     Checking tokio-openssl v0.4.0
[INFO] [stderr]     Checking tokio-rustls v0.12.2
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking scrappy-codec v0.0.1
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking scrappy-utils v0.0.1
[INFO] [stderr]     Checking scrappy-tls v0.0.1
[INFO] [stderr]     Checking scrappy-server v0.0.1
[INFO] [stderr]     Checking trust-dns-resolver v0.18.0-alpha.2
[INFO] [stderr]     Checking scrappy-connect v0.0.1
[INFO] [stderr]     Checking scrappy-http v0.0.1
[INFO] [stderr]     Checking scrappy-client v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: cannot find derive macro `Serialize` in this scope
[INFO] [stderr]    --> src/response.rs:397:14
[INFO] [stderr]     |
[INFO] [stderr] 397 |     #[derive(Serialize, Deserialize, PartialEq, Debug)]
[INFO] [stderr]     |              ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stderr]    --> src/response.rs:397:25
[INFO] [stderr]     |
[INFO] [stderr] 397 |     #[derive(Serialize, Deserialize, PartialEq, Debug)]
[INFO] [stderr]     |                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: unused imports: `Deserialize`, `Serialize`
[INFO] [stderr]    --> src/response.rs:364:17
[INFO] [stderr]     |
[INFO] [stderr] 364 |     use serde::{Deserialize, Serialize};
[INFO] [stderr]     |                 ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:1:27
[INFO] [stderr]     |
[INFO] [stderr] 1   | #![deny(rust_2018_idioms, warnings)]
[INFO] [stderr]     |                           ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `response::JsonBody<_, response::tests::MyObject>` in the current scope
[INFO] [stderr]    --> src/response.rs:419:45
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub struct JsonBody<S, U> {
[INFO] [stderr]     | ------------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 398 |     struct MyObject {
[INFO] [stderr]     |     --------------- doesn't satisfy `_: serde::de::DeserializeOwned`
[INFO] [stderr] ...
[INFO] [stderr] 419 |         let json = JsonBody::<_, MyObject>::new(&mut req).await;
[INFO] [stderr]     |                                             ^^^ function or associated item not found in `response::JsonBody<_, response::tests::MyObject>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `new` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `response::tests::MyObject: serde::de::DeserializeOwned`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `response::JsonBody<_, response::tests::MyObject>` in the current scope
[INFO] [stderr]    --> src/response.rs:428:45
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub struct JsonBody<S, U> {
[INFO] [stderr]     | ------------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 398 |     struct MyObject {
[INFO] [stderr]     |     --------------- doesn't satisfy `_: serde::de::DeserializeOwned`
[INFO] [stderr] ...
[INFO] [stderr] 428 |         let json = JsonBody::<_, MyObject>::new(&mut req).await;
[INFO] [stderr]     |                                             ^^^ function or associated item not found in `response::JsonBody<_, response::tests::MyObject>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `new` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `response::tests::MyObject: serde::de::DeserializeOwned`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `response::JsonBody<_, response::tests::MyObject>` in the current scope
[INFO] [stderr]    --> src/response.rs:442:45
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub struct JsonBody<S, U> {
[INFO] [stderr]     | ------------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 398 |     struct MyObject {
[INFO] [stderr]     |     --------------- doesn't satisfy `_: serde::de::DeserializeOwned`
[INFO] [stderr] ...
[INFO] [stderr] 442 |         let json = JsonBody::<_, MyObject>::new(&mut req).limit(100).await;
[INFO] [stderr]     |                                             ^^^ function or associated item not found in `response::JsonBody<_, response::tests::MyObject>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `new` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `response::tests::MyObject: serde::de::DeserializeOwned`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `response::JsonBody<_, response::tests::MyObject>` in the current scope
[INFO] [stderr]    --> src/response.rs:460:45
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub struct JsonBody<S, U> {
[INFO] [stderr]     | ------------------------- function or associated item `new` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 398 |     struct MyObject {
[INFO] [stderr]     |     --------------- doesn't satisfy `_: serde::de::DeserializeOwned`
[INFO] [stderr] ...
[INFO] [stderr] 460 |         let json = JsonBody::<_, MyObject>::new(&mut req).await;
[INFO] [stderr]     |                                             ^^^ function or associated item not found in `response::JsonBody<_, response::tests::MyObject>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `new` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `response::tests::MyObject: serde::de::DeserializeOwned`
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async` block must be known in this context
[INFO] [stderr]    --> src/response.rs:442:65
[INFO] [stderr]     |
[INFO] [stderr] 442 |         let json = JsonBody::<_, MyObject>::new(&mut req).limit(100).await;
[INFO] [stderr]     |                                                                 ^^^ cannot infer type for type `{integer}`
[INFO] [stderr]     |
[INFO] [stderr] note: the type is part of the `async` block because of this `await`
[INFO] [stderr]    --> src/response.rs:442:20
[INFO] [stderr]     |
[INFO] [stderr] 442 |         let json = JsonBody::<_, MyObject>::new(&mut req).limit(100).await;
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0698.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `scrappy-client`.
[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[E0432]: unresolved import `scrappy_http_test`
[INFO] [stderr]  --> tests/test_ws.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use scrappy_http_test::test_server;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy_http_test`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StreamExt`
[INFO] [stderr]  --> tests/test_ws.rs:8:24
[INFO] [stderr]   |
[INFO] [stderr] 8 | use futures::{SinkExt, StreamExt};
[INFO] [stderr]   |                        ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `scrappy-client`.
[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[E0433]: failed to resolve: use of undeclared type or module `scrappy`
[INFO] [stderr]   --> tests/test_client.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use scrappy::dev::{AppConfig, BodyEncoding};
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `scrappy`
[INFO] [stderr]   --> tests/test_client.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use scrappy::http::Cookie;
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `scrappy`
[INFO] [stderr]   --> tests/test_client.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | use scrappy::middleware::Compress;
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `scrappy`
[INFO] [stderr]   --> tests/test_client.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | use scrappy::{
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `scrappy_http_test`
[INFO] [stderr]   --> tests/test_client.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use scrappy_http_test::test_server;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy_http_test`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `scrappy`
[INFO] [stderr]   --> tests/test_client.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | use scrappy::{
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]   --> tests/test_client.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[scrappy_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]   --> tests/test_client.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | #[scrappy_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]   --> tests/test_client.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[scrappy_rt::test]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:107:1
[INFO] [stderr]     |
[INFO] [stderr] 107 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:137:1
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:161:1
[INFO] [stderr]     |
[INFO] [stderr] 161 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:198:1
[INFO] [stderr]     |
[INFO] [stderr] 198 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:235:1
[INFO] [stderr]     |
[INFO] [stderr] 235 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:274:1
[INFO] [stderr]     |
[INFO] [stderr] 274 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:321:1
[INFO] [stderr]     |
[INFO] [stderr] 321 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:369:1
[INFO] [stderr]     |
[INFO] [stderr] 369 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:389:1
[INFO] [stderr]     |
[INFO] [stderr] 389 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:433:1
[INFO] [stderr]     |
[INFO] [stderr] 433 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:456:1
[INFO] [stderr]     |
[INFO] [stderr] 456 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:479:1
[INFO] [stderr]     |
[INFO] [stderr] 479 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:506:1
[INFO] [stderr]     |
[INFO] [stderr] 506 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:664:1
[INFO] [stderr]     |
[INFO] [stderr] 664 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:763:1
[INFO] [stderr]     |
[INFO] [stderr] 763 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> tests/test_client.rs:791:1
[INFO] [stderr]     |
[INFO] [stderr] 791 | #[scrappy_rt::test]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig`
[INFO] [stderr]    --> tests/test_client.rs:176:21
[INFO] [stderr]     |
[INFO] [stderr] 176 |                 |_| AppConfig::default(),
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `AppConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig`
[INFO] [stderr]    --> tests/test_client.rs:213:21
[INFO] [stderr]     |
[INFO] [stderr] 213 |                 |_| AppConfig::default(),
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `AppConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig`
[INFO] [stderr]    --> tests/test_client.rs:252:21
[INFO] [stderr]     |
[INFO] [stderr] 252 |                 |_| AppConfig::default(),
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `AppConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig`
[INFO] [stderr]    --> tests/test_client.rs:290:21
[INFO] [stderr]     |
[INFO] [stderr] 290 |                 |_| AppConfig::default(),
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `AppConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig`
[INFO] [stderr]    --> tests/test_client.rs:338:21
[INFO] [stderr]     |
[INFO] [stderr] 338 |                 |_| AppConfig::default(),
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `AppConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Compress`
[INFO] [stderr]    --> tests/test_client.rs:393:19
[INFO] [stderr]     |
[INFO] [stderr] 393 |             .wrap(Compress::default())
[INFO] [stderr]     |                   ^^^^^^^^ use of undeclared type or module `Compress`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `header`
[INFO] [stderr]    --> tests/test_client.rs:396:30
[INFO] [stderr]     |
[INFO] [stderr] 396 |                 res.encoding(header::ContentEncoding::Gzip);
[INFO] [stderr]     |                              ^^^^^^ use of undeclared type or module `header`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cookie`
[INFO] [stderr]    --> tests/test_client.rs:668:19
[INFO] [stderr]     |
[INFO] [stderr] 668 |     let cookie1 = Cookie::build("cookie1", "value1").finish();
[INFO] [stderr]     |                   ^^^^^^ use of undeclared type or module `Cookie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cookie`
[INFO] [stderr]    --> tests/test_client.rs:669:19
[INFO] [stderr]     |
[INFO] [stderr] 669 |     let cookie2 = Cookie::build("cookie2", "value2")
[INFO] [stderr]     |                   ^^^^^^ use of undeclared type or module `Cookie`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `header`
[INFO] [stderr]    --> tests/test_client.rs:771:26
[INFO] [stderr]     |
[INFO] [stderr] 771 |                     .get(header::AUTHORIZATION)
[INFO] [stderr]     |                          ^^^^^^ use of undeclared type or module `header`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `header`
[INFO] [stderr]    --> tests/test_client.rs:799:26
[INFO] [stderr]     |
[INFO] [stderr] 799 |                     .get(header::AUTHORIZATION)
[INFO] [stderr]     |                          ^^^^^^ use of undeclared type or module `header`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 37 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `scrappy-client`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b2526fa6209f8e23056142f7c90a8a42b01d4fdb6875d0ec2b178d07f9722c0a"`
[INFO] running `"docker" "rm" "-f" "b2526fa6209f8e23056142f7c90a8a42b01d4fdb6875d0ec2b178d07f9722c0a"`
[INFO] [stdout] b2526fa6209f8e23056142f7c90a8a42b01d4fdb6875d0ec2b178d07f9722c0a
