[INFO] crate saphir 2.0.2 is already in cache [INFO] checking saphir-2.0.2 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate saphir 2.0.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate saphir 2.0.2 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate saphir 2.0.2 [INFO] finished tweaking crates.io crate saphir 2.0.2 [INFO] tweaked toml for crates.io crate saphir 2.0.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate saphir 2.0.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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] a679b26f9c1a067ce806aad6ef3ee8249868698cc2959f223d36437d3da119a6 [INFO] running `"docker" "start" "-a" "a679b26f9c1a067ce806aad6ef3ee8249868698cc2959f223d36437d3da119a6"` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking saphir-cookie v0.13.0 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking aho-corasick v0.7.9 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling saphir_macro v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking hyper v0.13.3 [INFO] [stderr] Checking saphir v2.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `serde_urlencoded` [INFO] [stderr] --> examples/macro.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[controller(name = "users", version = 1, prefix = "api")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `serde_urlencoded` [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 `Json` in this scope [INFO] [stderr] --> examples/macro.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | async fn post_user_json(&self, user: Json) -> (u16, Json) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Json` in this scope [INFO] [stderr] --> examples/macro.rs:30:63 [INFO] [stderr] | [INFO] [stderr] 30 | async fn post_user_json(&self, user: Json) -> (u16, Json) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stderr] --> examples/macro.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[controller(name = "users", version = 1, prefix = "api")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 `Form` in this scope [INFO] [stderr] --> examples/macro.rs:36:37 [INFO] [stderr] | [INFO] [stderr] 36 | async fn user_form(&self, user: Form) -> (u16, Form) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Form` in this scope [INFO] [stderr] --> examples/macro.rs:36:58 [INFO] [stderr] | [INFO] [stderr] 36 | async fn user_form(&self, user: Form) -> (u16, Form) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Form` in this scope [INFO] [stderr] --> examples/macro.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[controller(name = "users", version = 1, prefix = "api")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `form` [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[E0425]: cannot find function, tuple struct or tuple variant `Form` in this scope [INFO] [stderr] --> examples/macro.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[controller(name = "users", version = 1, prefix = "api")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 `Json` in this scope [INFO] [stderr] --> examples/macro.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | fn get_user_sync(&self, mut req: Request>) -> (u16, Json) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Json` in this scope [INFO] [stderr] --> examples/macro.rs:42:68 [INFO] [stderr] | [INFO] [stderr] 42 | fn get_user_sync(&self, mut req: Request>) -> (u16, Json) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stderr] --> examples/macro.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | (200, Json(u.clone())) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SerdeUrlDe` found for enum `saphir::error::SaphirError` in the current scope [INFO] [stderr] --> examples/macro.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[controller(name = "users", version = 1, prefix = "api")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `saphir::error::SaphirError` [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: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `saphir`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a679b26f9c1a067ce806aad6ef3ee8249868698cc2959f223d36437d3da119a6"` [INFO] running `"docker" "rm" "-f" "a679b26f9c1a067ce806aad6ef3ee8249868698cc2959f223d36437d3da119a6"` [INFO] [stdout] a679b26f9c1a067ce806aad6ef3ee8249868698cc2959f223d36437d3da119a6