[INFO] cloning repository https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockchain-and-Cyber-Security-Club-NMIT%2Fdebugging-platform-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockchain-and-Cyber-Security-Club-NMIT%2Fdebugging-platform-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e7e4931c74c0d81ed6f0459e1f6a32b35710bbd
[INFO] checking Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockchain-and-Cyber-Security-Club-NMIT%2Fdebugging-platform-backend" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend
[INFO] finished tweaking git repo https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend
[INFO] tweaked toml for git repo https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend 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] crate git repo https://github.com/Blockchain-and-Cyber-Security-Club-NMIT/debugging-platform-backend already has a lockfile, it will not be regenerated
[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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 96aac6d712f32c8b48f877a9bae1fbd52125f692f1f5c092f7e1e5d062a29eb9
[INFO] running `Command { std: "docker" "start" "-a" "96aac6d712f32c8b48f877a9bae1fbd52125f692f1f5c092f7e1e5d062a29eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96aac6d712f32c8b48f877a9bae1fbd52125f692f1f5c092f7e1e5d062a29eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96aac6d712f32c8b48f877a9bae1fbd52125f692f1f5c092f7e1e5d062a29eb9", kill_on_drop: false }`
[INFO] [stdout] 96aac6d712f32c8b48f877a9bae1fbd52125f692f1f5c092f7e1e5d062a29eb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] feddfd593387b0f1e5187eacf06a6dd9a997469493af3b600c790ef767238784
[INFO] running `Command { std: "docker" "start" "-a" "feddfd593387b0f1e5187eacf06a6dd9a997469493af3b600c790ef767238784", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking h2 v0.4.4
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking litecode-backend v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:23:99
[INFO] [stdout]    |
[INFO] [stdout] 23 |   async fn hello(req: Request<impl hyper::body::Body>) -> Result<Response<Full<Bytes>>, Infallible> {
[INFO] [stdout]    |  ___________________________________________________________________________________________________^
[INFO] [stdout] 24 | |     println!("Received a request with URI: {}", req.uri()); // Log the request URI
[INFO] [stdout] 25 | |
[INFO] [stdout] 26 | |     match (req.method(), req.uri().path()) {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[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: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:23:99
[INFO] [stdout]    |
[INFO] [stdout] 23 |   async fn hello(req: Request<impl hyper::body::Body>) -> Result<Response<Full<Bytes>>, Infallible> {
[INFO] [stdout]    |  ___________________________________________________________________________________________________^
[INFO] [stdout] 24 | |     println!("Received a request with URI: {}", req.uri()); // Log the request URI
[INFO] [stdout] 25 | |
[INFO] [stdout] 26 | |     match (req.method(), req.uri().path()) {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /     match (req.method(), req.uri().path()) {
[INFO] [stdout] 27 | |         (&Method::GET, "/") => {
[INFO] [stdout] 28 | |             match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello Wor...
[INFO] [stdout] 29 | |                 Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |             .unwrap()),
[INFO] [stdout] 56 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:27:32
[INFO] [stdout]    |
[INFO] [stdout] 27 |   ...   (&Method::GET, "/") => {
[INFO] [stdout]    |  ______________________________^
[INFO] [stdout] 28 | | ...       match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello World...
[INFO] [stdout] 29 | | ...           Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] 30 | | ...           Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | | ...   }
[INFO] [stdout]    | |_______^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | / ...   match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello World\");...
[INFO] [stdout] 29 | | ...       Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] 30 | | ...       Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout] 31 | | ...           "Error: {:?}",
[INFO] [stdout] 32 | | ...           err
[INFO] [stdout] 33 | | ...       ))))),
[INFO] [stdout] 34 | | ...   }
[INFO] [stdout]    | |_______^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |                   Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout]    |  _____________________________^
[INFO] [stdout] 31 | |                     "Error: {:?}",
[INFO] [stdout] 32 | |                     err
[INFO] [stdout] 33 | |                 ))))),
[INFO] [stdout]    | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:36:39
[INFO] [stdout]    |
[INFO] [stdout] 36 |           (&Method::GET, "/cleanup") => {
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 37 | |             cleanup::remove_containers().await;
[INFO] [stdout] 38 | |             Ok(Response::new(Full::new(Bytes::from("👍"))))
[INFO] [stdout] 39 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Ok(Response::new(Full::new(Bytes::from("👍"))))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |           (&Method::GET, "/logs") => {
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 41 | |             let container_id = req.uri().query().unwrap_or("");
[INFO] [stdout] 42 | |             let container_logs = format!("docker logs {}", container_id);
[INFO] [stdout] 43 | |             let output = std::process::Command::new("sh")
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |             Ok(Response::new(Full::new(Bytes::from(output))))
[INFO] [stdout] 51 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Ok(Response::new(Full::new(Bytes::from(output))))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 |           _ => Ok(Response::builder() // Handle requests to other paths
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 53 | |             .status(404)
[INFO] [stdout] 54 | |             .body(Full::new(Bytes::from("Not Found")))
[INFO] [stdout] 55 | |             .unwrap()),
[INFO] [stdout]    | |______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:23:99
[INFO] [stdout]    |
[INFO] [stdout] 23 |   async fn hello(req: Request<impl hyper::body::Body>) -> Result<Response<Full<Bytes>>, Infallible> {
[INFO] [stdout]    |  ___________________________________________________________________________________________________^
[INFO] [stdout] 24 | |     println!("Received a request with URI: {}", req.uri()); // Log the request URI
[INFO] [stdout] 25 | |
[INFO] [stdout] 26 | |     match (req.method(), req.uri().path()) {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[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: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:23:99
[INFO] [stdout]    |
[INFO] [stdout] 23 |   async fn hello(req: Request<impl hyper::body::Body>) -> Result<Response<Full<Bytes>>, Infallible> {
[INFO] [stdout]    |  ___________________________________________________________________________________________________^
[INFO] [stdout] 24 | |     println!("Received a request with URI: {}", req.uri()); // Log the request URI
[INFO] [stdout] 25 | |
[INFO] [stdout] 26 | |     match (req.method(), req.uri().path()) {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /     match (req.method(), req.uri().path()) {
[INFO] [stdout] 27 | |         (&Method::GET, "/") => {
[INFO] [stdout] 28 | |             match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello Wor...
[INFO] [stdout] 29 | |                 Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |             .unwrap()),
[INFO] [stdout] 56 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:27:32
[INFO] [stdout]    |
[INFO] [stdout] 27 |   ...   (&Method::GET, "/") => {
[INFO] [stdout]    |  ______________________________^
[INFO] [stdout] 28 | | ...       match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello World...
[INFO] [stdout] 29 | | ...           Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] 30 | | ...           Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | | ...   }
[INFO] [stdout]    | |_______^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | / ...   match execute_code::execute_code("public class Solution{public static void main(String args[]){System.out.println(\"Hello World\");...
[INFO] [stdout] 29 | | ...       Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout] 30 | | ...       Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout] 31 | | ...           "Error: {:?}",
[INFO] [stdout] 32 | | ...           err
[INFO] [stdout] 33 | | ...       ))))),
[INFO] [stdout] 34 | | ...   }
[INFO] [stdout]    | |_______^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 Ok(output) => Ok(Response::new(Full::new(Bytes::from(output)))),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |                   Err(err) => Ok(Response::new(Full::new(Bytes::from(format!(
[INFO] [stdout]    |  _____________________________^
[INFO] [stdout] 31 | |                     "Error: {:?}",
[INFO] [stdout] 32 | |                     err
[INFO] [stdout] 33 | |                 ))))),
[INFO] [stdout]    | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:36:39
[INFO] [stdout]    |
[INFO] [stdout] 36 |           (&Method::GET, "/cleanup") => {
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 37 | |             cleanup::remove_containers().await;
[INFO] [stdout] 38 | |             Ok(Response::new(Full::new(Bytes::from("👍"))))
[INFO] [stdout] 39 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Ok(Response::new(Full::new(Bytes::from("👍"))))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |           (&Method::GET, "/logs") => {
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 41 | |             let container_id = req.uri().query().unwrap_or("");
[INFO] [stdout] 42 | |             let container_logs = format!("docker logs {}", container_id);
[INFO] [stdout] 43 | |             let output = std::process::Command::new("sh")
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |             Ok(Response::new(Full::new(Bytes::from(output))))
[INFO] [stdout] 51 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Ok(Response::new(Full::new(Bytes::from(output))))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Response<http_body_util::Full<bytes::Bytes>>, Infallible>
[INFO] [stdout]   --> src/main.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 |           _ => Ok(Response::builder() // Handle requests to other paths
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 53 | |             .status(404)
[INFO] [stdout] 54 | |             .body(Full::new(Bytes::from("Not Found")))
[INFO] [stdout] 55 | |             .unwrap()),
[INFO] [stdout]    | |______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `litecode-backend` (bin "litecode-backend") due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `litecode-backend` (bin "litecode-backend" test) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "feddfd593387b0f1e5187eacf06a6dd9a997469493af3b600c790ef767238784", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "feddfd593387b0f1e5187eacf06a6dd9a997469493af3b600c790ef767238784", kill_on_drop: false }`
[INFO] [stdout] feddfd593387b0f1e5187eacf06a6dd9a997469493af3b600c790ef767238784
