[INFO] crate saphir 2.2.7 is already in cache
[INFO] checking saphir-2.2.7 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate saphir 2.2.7 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate saphir 2.2.7 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate saphir 2.2.7
[INFO] finished tweaking crates.io crate saphir 2.2.7
[INFO] tweaked toml for crates.io crate saphir 2.2.7 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate crates.io crate saphir 2.2.7 already has a lockfile, it will not be regenerated
[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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 24e23b6fd54cbbb917124f9a0d951347429544de5e06de8a91ee8e450eae9835
[INFO] running `"docker" "start" "-a" "24e23b6fd54cbbb917124f9a0d951347429544de5e06de8a91ee8e450eae9835"`
[INFO] [stderr]    Compiling http v0.2.1
[INFO] [stderr]     Checking signal-hook-registry v1.2.0
[INFO] [stderr]     Checking saphir-cookie v0.13.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking tokio v0.2.16
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]    Compiling saphir_macro v2.0.2
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking saphir v2.2.7 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `serde_urlencoded`
[INFO] [stderr]   --> examples/macro.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[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[E0433]: failed to resolve: use of undeclared type or module `Multipart`
[INFO] [stderr]   --> examples/macro.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[controller(name = "users", version = 1, prefix = "api")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `Multipart`
[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:37:42
[INFO] [stderr]    |
[INFO] [stderr] 37 |     async fn post_user_json(&self, user: Json<User>) -> (u16, Json<User>) {
[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:37:63
[INFO] [stderr]    |
[INFO] [stderr] 37 |     async fn post_user_json(&self, user: Json<User>) -> (u16, Json<User>) {
[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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[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:43:37
[INFO] [stderr]    |
[INFO] [stderr] 43 |     async fn user_form(&self, user: Form<User>) -> (u16, Form<User>) {
[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:43:58
[INFO] [stderr]    |
[INFO] [stderr] 43 |     async fn user_form(&self, user: Form<User>) -> (u16, Form<User>) {
[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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[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:49:46
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn get_user_sync(&self, mut req: Request<Json<User>>) -> (u16, Json<User>) {
[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:49:68
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn get_user_sync(&self, mut req: Request<Json<User>>) -> (u16, Json<User>) {
[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:52:15
[INFO] [stderr]    |
[INFO] [stderr] 52 |         (200, Json(u.clone()))
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Multipart` in this scope
[INFO] [stderr]   --> examples/macro.rs:62:36
[INFO] [stderr]    |
[INFO] [stderr] 62 |     async fn multipart(&self, mul: Multipart) -> (u16, String) {
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `entered`
[INFO] [stderr]    --> examples/basic.rs:128:5
[INFO] [stderr]     |
[INFO] [stderr] 128 |     entered: RwLock<u32>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field is never read: `exited`
[INFO] [stderr]    --> examples/basic.rs:129:5
[INFO] [stderr]     |
[INFO] [stderr] 129 |     exited: RwLock<u32>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[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[E0698]: type inside `async fn` body must be known in this context
[INFO] [stderr]   --> examples/macro.rs:63:13
[INFO] [stderr]    |
[INFO] [stderr] 63 |         let mut multipart_image_count = 0;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}`
[INFO] [stderr]    |
[INFO] [stderr] note: the type is part of the `async fn` body because of this `await`
[INFO] [stderr]   --> examples/macro.rs:66:25
[INFO] [stderr]    |
[INFO] [stderr] 66 |                 let _ = f.save(format!("/tmp/{}.png", f.name())).await;
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599, E0698.
[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" "24e23b6fd54cbbb917124f9a0d951347429544de5e06de8a91ee8e450eae9835"`
[INFO] running `"docker" "rm" "-f" "24e23b6fd54cbbb917124f9a0d951347429544de5e06de8a91ee8e450eae9835"`
[INFO] [stdout] 24e23b6fd54cbbb917124f9a0d951347429544de5e06de8a91ee8e450eae9835
