[INFO] cloning repository https://github.com/AbdullaK123/http-server-from-scratch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AbdullaK123/http-server-from-scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdullaK123%2Fhttp-server-from-scratch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdullaK123%2Fhttp-server-from-scratch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 24f6c838d608904a65111c47ef8e39e8d4bd105c
[INFO] checking AbdullaK123/http-server-from-scratch against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdullaK123%2Fhttp-server-from-scratch" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AbdullaK123/http-server-from-scratch
[INFO] finished tweaking git repo https://github.com/AbdullaK123/http-server-from-scratch
[INFO] tweaked toml for git repo https://github.com/AbdullaK123/http-server-from-scratch written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AbdullaK123/http-server-from-scratch on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AbdullaK123/http-server-from-scratch 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4520d595096a77cb36db7ccf04c5e66e1e17469c475fc4ea3663d8dc6964f317
[INFO] running `Command { std: "docker" "start" "-a" "4520d595096a77cb36db7ccf04c5e66e1e17469c475fc4ea3663d8dc6964f317", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4520d595096a77cb36db7ccf04c5e66e1e17469c475fc4ea3663d8dc6964f317", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4520d595096a77cb36db7ccf04c5e66e1e17469c475fc4ea3663d8dc6964f317", kill_on_drop: false }`
[INFO] [stdout] 4520d595096a77cb36db7ccf04c5e66e1e17469c475fc4ea3663d8dc6964f317
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 008d2e463ab1aceaed7ce6128a5f4932100481217d311add960ed18115dfee0b
[INFO] running `Command { std: "docker" "start" "-a" "008d2e463ab1aceaed7ce6128a5f4932100481217d311add960ed18115dfee0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking http-server-from-scratch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]  --> src/requests/request.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct HTTPRequest {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub version: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HTTPRequest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_query` is never used
[INFO] [stdout]   --> src/requests/request.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl HTTPRequest {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn has_query(&self, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_content_type` is never used
[INFO] [stdout]    --> src/responses/response.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout] 321 | impl HTTPResponse {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 370 |     pub fn with_content_type(mut self, content_type: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `patch` is never used
[INFO] [stdout]    --> src/routing/route.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout]  77 | impl Router {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn patch(mut self, path: &str, handler: Handler, middleware: Vec<Middleware>) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]  --> src/requests/request.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct HTTPRequest {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub version: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HTTPRequest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_query` is never used
[INFO] [stdout]   --> src/requests/request.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl HTTPRequest {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn has_query(&self, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_content_type` is never used
[INFO] [stdout]    --> src/responses/response.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout] 321 | impl HTTPResponse {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 370 |     pub fn with_content_type(mut self, content_type: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `patch` is never used
[INFO] [stdout]    --> src/routing/route.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout]  77 | impl Router {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn patch(mut self, path: &str, handler: Handler, middleware: Vec<Middleware>) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.98s
[INFO] running `Command { std: "docker" "inspect" "008d2e463ab1aceaed7ce6128a5f4932100481217d311add960ed18115dfee0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "008d2e463ab1aceaed7ce6128a5f4932100481217d311add960ed18115dfee0b", kill_on_drop: false }`
[INFO] [stdout] 008d2e463ab1aceaed7ce6128a5f4932100481217d311add960ed18115dfee0b
