[INFO] crate scrappy-web-codegen 0.0.1 is already in cache [INFO] testing scrappy-web-codegen-0.0.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate scrappy-web-codegen 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate scrappy-web-codegen 0.0.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c750e94ac796c02569dbdae84d5b3984f2f8d785315d7abbdfe06093a31edad3 [INFO] running `"docker" "start" "-a" "c750e94ac796c02569dbdae84d5b3984f2f8d785315d7abbdfe06093a31edad3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling scrappy-web-codegen v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.37s [INFO] running `"docker" "inspect" "c750e94ac796c02569dbdae84d5b3984f2f8d785315d7abbdfe06093a31edad3"` [INFO] running `"docker" "rm" "-f" "c750e94ac796c02569dbdae84d5b3984f2f8d785315d7abbdfe06093a31edad3"` [INFO] [stdout] c750e94ac796c02569dbdae84d5b3984f2f8d785315d7abbdfe06093a31edad3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a4f0307cc672c894eb4485684fc8bdfcd98952d9e7107e3f4137ed664da5dc35 [INFO] running `"docker" "start" "-a" "a4f0307cc672c894eb4485684fc8bdfcd98952d9e7107e3f4137ed664da5dc35"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling scrappy-macros v0.0.1 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling scrappy-threadpool v0.0.1 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling scrappy-rt v0.0.1 [INFO] [stderr] Compiling scrappy-web-codegen v0.0.1 (/opt/rustwide/workdir) [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> { [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> { [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) -> 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) -> 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) -> 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a4f0307cc672c894eb4485684fc8bdfcd98952d9e7107e3f4137ed664da5dc35"` [INFO] running `"docker" "rm" "-f" "a4f0307cc672c894eb4485684fc8bdfcd98952d9e7107e3f4137ed664da5dc35"` [INFO] [stdout] a4f0307cc672c894eb4485684fc8bdfcd98952d9e7107e3f4137ed664da5dc35