[INFO] fetching crate kindelia_server 0.1.7...
[INFO] checking kindelia_server-0.1.7 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate kindelia_server 0.1.7 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate kindelia_server 0.1.7
[INFO] finished tweaking crates.io crate kindelia_server 0.1.7
[INFO] tweaked toml for crates.io crate kindelia_server 0.1.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kindelia_server 0.1.7 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 251 packages to latest compatible versions
[INFO] [stderr]       Adding bit-vec v0.6.3 (available: v0.8.0)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding warp v0.3.7 (available: v0.4.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 703db9de1b977bc3832439a3af0e7604395208bc146d8d272362fe20c575bcb5
[INFO] running `Command { std: "docker" "start" "-a" "703db9de1b977bc3832439a3af0e7604395208bc146d8d272362fe20c575bcb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "703db9de1b977bc3832439a3af0e7604395208bc146d8d272362fe20c575bcb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "703db9de1b977bc3832439a3af0e7604395208bc146d8d272362fe20c575bcb5", kill_on_drop: false }`
[INFO] [stdout] 703db9de1b977bc3832439a3af0e7604395208bc146d8d272362fe20c575bcb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c680ec1d0a991ab534f128f01ef0cf55be38d28b7eca913459699f0b98a7498
[INFO] running `Command { std: "docker" "start" "-a" "7c680ec1d0a991ab534f128f01ef0cf55be38d28b7eca913459699f0b98a7498", kill_on_drop: false }`
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling secp256k1-sys v0.5.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking block-padding v0.2.1
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking sha3 v0.9.1
[INFO] [stderr]     Checking tiny-keccak v2.0.2
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling priority-queue v1.4.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking primitive-types v0.11.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.11.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling derive_builder_macro v0.11.2
[INFO] [stderr]     Checking serde_with v2.3.3
[INFO] [stderr]     Checking derive_builder v0.11.2
[INFO] [stderr]     Checking secp256k1 v0.22.2
[INFO] [stderr]     Checking kindelia_common v0.1.7
[INFO] [stderr]     Checking kindelia_lang v0.1.7
[INFO] [stderr]     Checking kindelia_core v0.1.7
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking warp v0.3.7
[INFO] [stderr]     Checking kindelia_server v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:134:51
[INFO] [stdout]     |
[INFO] [stdout] 134 |   ) -> Result<impl Reply, std::convert::Infallible> {
[INFO] [stdout]     |  ___________________________________________________^
[INFO] [stdout] 135 | |   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:134:51
[INFO] [stdout]     |
[INFO] [stdout] 134 |   ) -> Result<impl Reply, std::convert::Infallible> {
[INFO] [stdout]     |  ___________________________________________________^
[INFO] [stdout] 135 | |   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 | /   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |     if err.is_not_found() {
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 |     } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] 139 | |   } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:137:50
[INFO] [stdout]     |
[INFO] [stdout] 137 |     } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     |  __________________________________________________^
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] 139 | |   } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:139:10
[INFO] [stdout]     |
[INFO] [stdout] 139 |     } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] 141 | |   } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:139:52
[INFO] [stdout]     |
[INFO] [stdout] 139 |     } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] 141 | |   } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 |     } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] 143 | |     let msg = format!("Parameter{} is invalid: {}", name, e.message);
[INFO] [stdout] 144 | |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:141:58
[INFO] [stdout]     |
[INFO] [stdout] 141 |     } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     |  __________________________________________________________^
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] 143 | |     let msg = format!("Parameter{} is invalid: {}", name, e.message);
[INFO] [stdout] 144 | |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout] 145 | |   } else {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 |     } else {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 146 | |     eprintln!("HTTP API: unhandled rejection: {:?}", err);
[INFO] [stdout] 147 | |     let msg = format!("INTERNAL_SERVER_ERROR: {:?}", err);
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<warp::reply::Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 148 |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kindelia_server` (lib test) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:134:51
[INFO] [stdout]     |
[INFO] [stdout] 134 |   ) -> Result<impl Reply, std::convert::Infallible> {
[INFO] [stdout]     |  ___________________________________________________^
[INFO] [stdout] 135 | |   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:134:51
[INFO] [stdout]     |
[INFO] [stdout] 134 |   ) -> Result<impl Reply, std::convert::Infallible> {
[INFO] [stdout]     |  ___________________________________________________^
[INFO] [stdout] 135 | |   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 | /   if err.is_not_found() {
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |     if err.is_not_found() {
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 136 | |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout] 137 | |   } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |     Ok(reply::with_status(err_json("NOT_FOUND"), StatusCode::NOT_FOUND))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 |     } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] 139 | |   } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:137:50
[INFO] [stdout]     |
[INFO] [stdout] 137 |     } else if let Some(e) = err.find::<NotFound>() {
[INFO] [stdout]     |  __________________________________________________^
[INFO] [stdout] 138 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout] 139 | |   } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 |     Ok(reply::with_status(err_json(&e.message), StatusCode::NOT_FOUND))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:139:10
[INFO] [stdout]     |
[INFO] [stdout] 139 |     } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] 141 | |   } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:139:52
[INFO] [stdout]     |
[INFO] [stdout] 139 |     } else if let Some(e) = err.find::<TermTooBig>() {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 140 | |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout] 141 | |   } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     Ok(reply::with_status(err_json(&e.message), StatusCode::IM_A_TEAPOT))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 |     } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] 143 | |     let msg = format!("Parameter{} is invalid: {}", name, e.message);
[INFO] [stdout] 144 | |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:141:58
[INFO] [stdout]     |
[INFO] [stdout] 141 |     } else if let Some(e) = err.find::<InvalidParameter>() {
[INFO] [stdout]     |  __________________________________________________________^
[INFO] [stdout] 142 | |     let name = e.name.as_ref().map(|n| format!(" '{}'", n)).unwrap_or_default();
[INFO] [stdout] 143 | |     let msg = format!("Parameter{} is invalid: {}", name, e.message);
[INFO] [stdout] 144 | |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout] 145 | |   } else {
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Ok(reply::with_status(err_json(&msg), StatusCode::BAD_REQUEST))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 |     } else {
[INFO] [stdout]     |  __________^
[INFO] [stdout] 146 | |     eprintln!("HTTP API: unhandled rejection: {:?}", err);
[INFO] [stdout] 147 | |     let msg = format!("INTERNAL_SERVER_ERROR: {:?}", err);
[INFO] [stdout] 148 | |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout] 149 | |   }
[INFO] [stdout]     | |___^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WithStatus<Json>, Infallible>
[INFO] [stdout]    --> src/lib.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 148 |     Ok(reply::with_status(err_json(&msg), StatusCode::INTERNAL_SERVER_ERROR))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kindelia_server` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "7c680ec1d0a991ab534f128f01ef0cf55be38d28b7eca913459699f0b98a7498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c680ec1d0a991ab534f128f01ef0cf55be38d28b7eca913459699f0b98a7498", kill_on_drop: false }`
[INFO] [stdout] 7c680ec1d0a991ab534f128f01ef0cf55be38d28b7eca913459699f0b98a7498
