[INFO] crate actori-web-codegen 0.2.0 is already in cache
[INFO] checking actori-web-codegen-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate actori-web-codegen 0.2.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate actori-web-codegen 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate actori-web-codegen 0.2.0
[INFO] finished tweaking crates.io crate actori-web-codegen 0.2.0
[INFO] tweaked toml for crates.io crate actori-web-codegen 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] b8aa842e91f1bf388f0244864aaccc207990fb331fd9901a8c8e1f0fe8c7f520
[INFO] running `"docker" "start" "-a" "b8aa842e91f1bf388f0244864aaccc207990fb331fd9901a8c8e1f0fe8c7f520"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking unicode-xid v0.2.0
[INFO] [stderr]     Checking pin-project-lite v0.1.4
[INFO] [stderr]     Checking bytes v0.5.4
[INFO] [stderr]     Checking copyless v0.1.4
[INFO] [stderr]     Checking parking_lot_core v0.7.1
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]     Checking proc-macro2 v1.0.10
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking quote v1.0.3
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking actori-web-codegen v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling derive_more v0.99.5
[INFO] [stderr]    Compiling actori-macros v0.1.1
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking actori-threadpool v0.3.1
[INFO] [stderr]     Checking actori-rt v1.0.0
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `actori_web`
[INFO] [stderr]  --> tests/test_macro.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use actori_web::{http, test, web::Path, App, HttpResponse, Responder};
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `actori_web`
[INFO] [stderr]  --> tests/test_macro.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use actori_web::{http, test, web::Path, App, HttpResponse, Responder};
[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_macro.rs:70:1
[INFO] [stderr]    |
[INFO] [stderr] 70 | #[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_macro.rs:92:1
[INFO] [stderr]    |
[INFO] [stderr] 92 | #[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_macro.rs:144:1
[INFO] [stderr]     |
[INFO] [stderr] 144 | #[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 `actori_web`
[INFO] [stderr]  --> tests/test_macro.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[get("/test")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]   |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[put("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[patch("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[post("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[head("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[connect("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[options("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[trace("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[get("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:46:62
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn auto_async() -> impl Future<Output = Result<HttpResponse, actori_web::Error>> {
[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_macro.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[get("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:51:61
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn auto_sync() -> impl Future<Output = Result<HttpResponse, actori_web::Error>> {
[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_macro.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[put("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[delete("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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 `actori_web`
[INFO] [stderr]   --> tests/test_macro.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | #[get("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `actori_web`
[INFO] [stderr]    |
[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[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> tests/test_macro.rs:56:28
[INFO] [stderr]    |
[INFO] [stderr] 56 | async fn put_param_test(_: Path<String>) -> impl Responder {
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use syn::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> tests/test_macro.rs:61:31
[INFO] [stderr]    |
[INFO] [stderr] 61 | async fn delete_param_test(_: Path<String>) -> impl Responder {
[INFO] [stderr]    |                               ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use syn::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> tests/test_macro.rs:66:28
[INFO] [stderr]    |
[INFO] [stderr] 66 | async fn get_param_test(_: Path<String>) -> impl Responder {
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use syn::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `actori-web-codegen`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b8aa842e91f1bf388f0244864aaccc207990fb331fd9901a8c8e1f0fe8c7f520"`
[INFO] running `"docker" "rm" "-f" "b8aa842e91f1bf388f0244864aaccc207990fb331fd9901a8c8e1f0fe8c7f520"`
[INFO] [stdout] b8aa842e91f1bf388f0244864aaccc207990fb331fd9901a8c8e1f0fe8c7f520
