[INFO] cloning repository https://github.com/TotalTaxAmount/webrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TotalTaxAmount/webrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTotalTaxAmount%2Fwebrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTotalTaxAmount%2Fwebrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0822954b4acfc37b81537699222b292669859604
[INFO] testing TotalTaxAmount/webrs against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTotalTaxAmount%2Fwebrs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TotalTaxAmount/webrs
[INFO] finished tweaking git repo https://github.com/TotalTaxAmount/webrs
[INFO] tweaked toml for git repo https://github.com/TotalTaxAmount/webrs written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TotalTaxAmount/webrs on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TotalTaxAmount/webrs 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uid v0.1.8
[INFO] [stderr]   Downloaded cpufeatures v0.2.15
[INFO] [stderr]   Downloaded unicase v2.8.0
[INFO] [stderr]   Downloaded tokio v1.41.1
[INFO] [stderr]   Downloaded brotli-decompressor v4.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9a676add886b72d28402150d761ec204bdfc41865c6ed5c296a689cdf7ef720
[INFO] running `Command { std: "docker" "start" "-a" "b9a676add886b72d28402150d761ec204bdfc41865c6ed5c296a689cdf7ef720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9a676add886b72d28402150d761ec204bdfc41865c6ed5c296a689cdf7ef720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9a676add886b72d28402150d761ec204bdfc41865c6ed5c296a689cdf7ef720", kill_on_drop: false }`
[INFO] [stdout] b9a676add886b72d28402150d761ec204bdfc41865c6ed5c296a689cdf7ef720
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bbb7d362fdd41e9f0c027bbe20fbb9b472e499ebbe47e366999ddd2be7dafa15
[INFO] running `Command { std: "docker" "start" "-a" "bbb7d362fdd41e9f0c027bbe20fbb9b472e499ebbe47e366999ddd2be7dafa15", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling cpufeatures v0.2.15
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling brotli-decompressor v4.0.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling uid v0.1.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling webrs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `process::exit` and `time::Duration`
[INFO] [stdout]   --> src/server.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{net::SocketAddr, process::exit, sync::Arc, time::Duration};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::sleep`
[INFO] [stdout]   --> src/server.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 |   time::sleep,
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError> {
[INFO] [stdout]    |                          ^^                       -------- the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.24s
[INFO] running `Command { std: "docker" "inspect" "bbb7d362fdd41e9f0c027bbe20fbb9b472e499ebbe47e366999ddd2be7dafa15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbb7d362fdd41e9f0c027bbe20fbb9b472e499ebbe47e366999ddd2be7dafa15", kill_on_drop: false }`
[INFO] [stdout] bbb7d362fdd41e9f0c027bbe20fbb9b472e499ebbe47e366999ddd2be7dafa15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9df4a5153f7a655cf009194142c515bc179d8c562aa52817b929213e3f54cb07
[INFO] running `Command { std: "docker" "start" "-a" "9df4a5153f7a655cf009194142c515bc179d8c562aa52817b929213e3f54cb07", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `process::exit` and `time::Duration`
[INFO] [stdout]   --> src/server.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{net::SocketAddr, process::exit, sync::Arc, time::Duration};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::sleep`
[INFO] [stdout]   --> src/server.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 |   time::sleep,
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError> {
[INFO] [stdout]    |                          ^^                       -------- the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling webrs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `process::exit` and `time::Duration`
[INFO] [stdout]   --> src/server.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{net::SocketAddr, process::exit, sync::Arc, time::Duration};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::sleep`
[INFO] [stdout]   --> src/server.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 |   time::sleep,
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]   --> src/test.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 |       async fn handle_get<'s, 'r>(&'s mut self, req: Request<'r>) -> Option<Response<'r>>
[INFO] [stdout]    |                                                 ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]   --> src/test.rs:87:50
[INFO] [stdout]    |
[INFO] [stdout] 87 |       async fn handle_post<'s, 'r>(&'s mut self, req: Request<'r>) -> Option<Response<'r>>
[INFO] [stdout]    |                                                  ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `test` is never read
[INFO] [stdout]   --> src/test.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 70 |     struct TestMethod {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 71 |       test: u16,
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError> {
[INFO] [stdout]    |                          ^^                       -------- the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.41s
[INFO] running `Command { std: "docker" "inspect" "9df4a5153f7a655cf009194142c515bc179d8c562aa52817b929213e3f54cb07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9df4a5153f7a655cf009194142c515bc179d8c562aa52817b929213e3f54cb07", kill_on_drop: false }`
[INFO] [stdout] 9df4a5153f7a655cf009194142c515bc179d8c562aa52817b929213e3f54cb07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b58cfe64deb42c5fa012c1ec0762ae2a39459c3154eb67e8f190783c9a982cd2
[INFO] running `Command { std: "docker" "start" "-a" "b58cfe64deb42c5fa012c1ec0762ae2a39459c3154eb67e8f190783c9a982cd2", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `process::exit` and `time::Duration`
[INFO] [stderr]   --> src/server.rs:10:28
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::{net::SocketAddr, process::exit, sync::Arc, time::Duration};
[INFO] [stderr]    |                            ^^^^^^^^^^^^^             ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `time::sleep`
[INFO] [stderr]   --> src/server.rs:16:3
[INFO] [stderr]    |
[INFO] [stderr] 16 |   time::sleep,
[INFO] [stderr]    |   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/request.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError> {
[INFO] [stderr]    |                          ^^                       -------- the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 64 |   pub fn parse(request: &'a [u8]) -> Result<Self, ResError<'a>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `webrs` (lib) generated 3 warnings (run `cargo fix --lib -p webrs` to apply 2 suggestions)
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]   --> src/test.rs:80:49
[INFO] [stderr]    |
[INFO] [stderr] 80 |       async fn handle_get<'s, 'r>(&'s mut self, req: Request<'r>) -> Option<Response<'r>>
[INFO] [stderr]    |                                                 ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]   --> src/test.rs:87:50
[INFO] [stderr]    |
[INFO] [stderr] 87 |       async fn handle_post<'s, 'r>(&'s mut self, req: Request<'r>) -> Option<Response<'r>>
[INFO] [stderr]    |                                                  ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: field `test` is never read
[INFO] [stderr]   --> src/test.rs:71:7
[INFO] [stderr]    |
[INFO] [stderr] 70 |     struct TestMethod {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] 71 |       test: u16,
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `webrs` (lib test) generated 6 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/webrs-165c2240cf4bbc20)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test::test::test_request_parse_invalid ... ok
[INFO] [stdout] test test::test::test_request_parse_valid ... ok
[INFO] [stdout] test test::test::test_response_from_json ... ok
[INFO] [stdout] test test::test::test_response_basic ... ok
[INFO] [stdout] test test::test::test_add_api has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "b58cfe64deb42c5fa012c1ec0762ae2a39459c3154eb67e8f190783c9a982cd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b58cfe64deb42c5fa012c1ec0762ae2a39459c3154eb67e8f190783c9a982cd2", kill_on_drop: false }`
[INFO] [stdout] b58cfe64deb42c5fa012c1ec0762ae2a39459c3154eb67e8f190783c9a982cd2
