[INFO] crate scrappy-web-codegen 0.0.1 is already in cache
[INFO] checking scrappy-web-codegen-0.0.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate scrappy-web-codegen 0.0.1 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate scrappy-web-codegen 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-web-codegen 0.0.1
[INFO] finished tweaking crates.io crate scrappy-web-codegen 0.0.1
[INFO] tweaked toml for crates.io crate scrappy-web-codegen 0.0.1 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] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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] [stdout] 775b8ffa03b8db55e2d3768765326f9a1c19120362131725250d161fa36a3cb7
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "775b8ffa03b8db55e2d3768765326f9a1c19120362131725250d161fa36a3cb7"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking scrappy-web-codegen v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling derive_more v0.99.5
[INFO] [stderr]    Compiling scrappy-macros v0.0.1
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking scrappy-threadpool v0.0.1
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking scrappy-rt v0.0.1
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `scrappy`
[INFO] [stderr]  --> tests/test_macro.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use scrappy::{http, test, web::Path, App, HttpResponse, Responder};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `scrappy`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `scrappy`
[INFO] [stderr]  --> tests/test_macro.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use scrappy::{http, test, web::Path, App, HttpResponse, Responder};
[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_macro.rs:70:1
[INFO] [stderr]    |
[INFO] [stderr] 70 | #[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_macro.rs:92:1
[INFO] [stderr]    |
[INFO] [stderr] 92 | #[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_macro.rs:144:1
[INFO] [stderr]     |
[INFO] [stderr] 144 | #[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 `scrappy`
[INFO] [stderr]  --> tests/test_macro.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[get("/test")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[put("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[patch("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[post("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[head("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[connect("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[options("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[trace("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[get("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:46:62
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn auto_async() -> impl Future<Output = Result<HttpResponse, scrappy::Error>> {
[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_macro.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[get("/test")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:51:61
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn auto_sync() -> impl Future<Output = Result<HttpResponse, scrappy::Error>> {
[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_macro.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[put("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[delete("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy`
[INFO] [stderr]   --> tests/test_macro.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | #[get("/test/{param}")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `scrappy`
[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 `scrappy-web-codegen`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "775b8ffa03b8db55e2d3768765326f9a1c19120362131725250d161fa36a3cb7"`
[INFO] running `"docker" "rm" "-f" "775b8ffa03b8db55e2d3768765326f9a1c19120362131725250d161fa36a3cb7"`
[INFO] [stdout] 775b8ffa03b8db55e2d3768765326f9a1c19120362131725250d161fa36a3cb7
