[INFO] cloning repository https://github.com/jjgumucio/rust-http-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jjgumucio/rust-http-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjgumucio%2Frust-http-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjgumucio%2Frust-http-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c04c5304f6fbffac078d2377bcf057dc4af858a
[INFO] testing jjgumucio/rust-http-server against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjgumucio%2Frust-http-server" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jjgumucio/rust-http-server
[INFO] finished tweaking git repo https://github.com/jjgumucio/rust-http-server
[INFO] tweaked toml for git repo https://github.com/jjgumucio/rust-http-server written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jjgumucio/rust-http-server on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jjgumucio/rust-http-server 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f5566935d744392e9c1bfea9b2b72d1bc599c0aaf7a79cdbcaf3d6e2e54bdad
[INFO] running `Command { std: "docker" "start" "-a" "4f5566935d744392e9c1bfea9b2b72d1bc599c0aaf7a79cdbcaf3d6e2e54bdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f5566935d744392e9c1bfea9b2b72d1bc599c0aaf7a79cdbcaf3d6e2e54bdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f5566935d744392e9c1bfea9b2b72d1bc599c0aaf7a79cdbcaf3d6e2e54bdad", kill_on_drop: false }`
[INFO] [stdout] 4f5566935d744392e9c1bfea9b2b72d1bc599c0aaf7a79cdbcaf3d6e2e54bdad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25d9a182b38995be1229ca951c52bd9456289ad2072c011803cb16d13f6f365f
[INFO] running `Command { std: "docker" "start" "-a" "25d9a182b38995be1229ca951c52bd9456289ad2072c011803cb16d13f6f365f", kill_on_drop: false }`
[INFO] [stderr]    Compiling http-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `stream` in this scope
[INFO] [stdout]   --> src/main.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 |     match stream.read(&mut buf) {
[INFO] [stdout]    |           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `buf` in this scope
[INFO] [stdout]   --> src/main.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     match stream.read(&mut buf) {
[INFO] [stdout]    |                            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `buf` in this scope
[INFO] [stdout]   --> src/main.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let req_str = String::from_utf8_lossy(&buf);
[INFO] [stdout]    |                                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/main.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{Read, Write};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn build_response(request: HttpRequest) -> HttpResponse {
[INFO] [stdout]    |                                            ------------ expected `HttpResponse` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 28 |             Some(HttpRequest::new(req_str.into_owned()))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `HttpResponse`, found `Option<HttpRequest>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `HttpResponse`
[INFO] [stdout]                 found enum `Option<HttpRequest>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn build_response(request: HttpRequest) -> HttpResponse {
[INFO] [stdout]    |                                            ------------ expected `HttpResponse` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 32 |             None
[INFO] [stdout]    |             ^^^^ expected `HttpResponse`, found `Option<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `HttpResponse`
[INFO] [stdout]                 found enum `Option<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Some(response)
[INFO] [stdout]    |             ---- ^^^^^^^^ expected `HttpResponse`, found `String`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout] help: the type constructed contains `String` due to the type of the argument passed
[INFO] [stdout]   --> src/main.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Some(response)
[INFO] [stdout]    |             ^^^^^--------^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/option.rs:608:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Method::POST => println!("Handle this POST request"),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<HttpResponse>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `Option<HttpResponse>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |         Method::PUT => println!("Handle this PUT request"),
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<HttpResponse>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `Option<HttpResponse>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 |         Method::DELETE => println!("Handle this DELETE request"),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<HttpResponse>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `Option<HttpResponse>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `expect` found for struct `HttpResponse` in the current scope
[INFO] [stdout]   --> src/main.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let http_response = build_response(http_request).expect("Failed to build HttpResponse");
[INFO] [stdout]    |                                                      ^^^^^^ method not found in `HttpResponse`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/http_response.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct HttpResponse {
[INFO] [stdout]    | ----------------------- method `expect` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> src/http_request.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn get_headers(text: &str) -> Vec<String> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `http-server` (bin "http-server") due to 10 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "25d9a182b38995be1229ca951c52bd9456289ad2072c011803cb16d13f6f365f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25d9a182b38995be1229ca951c52bd9456289ad2072c011803cb16d13f6f365f", kill_on_drop: false }`
[INFO] [stdout] 25d9a182b38995be1229ca951c52bd9456289ad2072c011803cb16d13f6f365f
