[INFO] crate actoriwc 1.0.1 is already in cache [INFO] checking actoriwc-1.0.1 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate actoriwc 1.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate actoriwc 1.0.1 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate actoriwc 1.0.1 [INFO] finished tweaking crates.io crate actoriwc 1.0.1 [INFO] tweaked toml for crates.io crate actoriwc 1.0.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] b37c5560a7ee400a8c1729300d69b59e6082f6c7dc6a27e923ea7cff16a31dca [INFO] running `"docker" "start" "-a" "b37c5560a7ee400a8c1729300d69b59e6082f6c7dc6a27e923ea7cff16a31dca"` [INFO] [stderr] Checking copyless v0.1.4 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Compiling derive_more v0.99.5 [INFO] [stderr] Compiling actori-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking tokio v0.2.18 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking actori-service v1.0.5 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking webpki v0.21.2 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking tokio-openssl v0.4.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking actori-codec v0.2.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking actori-threadpool v0.3.1 [INFO] [stderr] Checking actori-rt v1.0.0 [INFO] [stderr] Checking actori-utils v1.0.6 [INFO] [stderr] Checking tokio-rustls v0.12.2 [INFO] [stderr] Checking trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Checking actori-tls v1.0.0 [INFO] [stderr] Checking actori-server v1.0.1 [INFO] [stderr] Checking actori-connect v1.0.2 [INFO] [stderr] Checking actori-http v1.0.1 [INFO] [stderr] Checking actoriwc v1.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 { [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 { [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 { [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 { [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 `actoriwc`. [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 `actori_http_test` [INFO] [stderr] --> tests/test_ws.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use actori_http_test::test_server; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `actoriwc`. [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 `actori_web` [INFO] [stderr] --> tests/test_client.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use actori_web::dev::{AppConfig, BodyEncoding}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `actori_web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actori_web` [INFO] [stderr] --> tests/test_client.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use actori_web::http::Cookie; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `actori_web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actori_web` [INFO] [stderr] --> tests/test_client.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use actori_web::middleware::Compress; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `actori_web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actori_web` [INFO] [stderr] --> tests/test_client.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use actori_web::{ [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `actori_web` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `actori_http_test` [INFO] [stderr] --> tests/test_client.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use actori_http_test::test_server; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_http_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `actori_web` [INFO] [stderr] --> tests/test_client.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use actori_web::{ [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `actori_web` [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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 | #[actori_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 `actoriwc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b37c5560a7ee400a8c1729300d69b59e6082f6c7dc6a27e923ea7cff16a31dca"` [INFO] running `"docker" "rm" "-f" "b37c5560a7ee400a8c1729300d69b59e6082f6c7dc6a27e923ea7cff16a31dca"` [INFO] [stdout] b37c5560a7ee400a8c1729300d69b59e6082f6c7dc6a27e923ea7cff16a31dca