[INFO] cloning repository https://github.com/hanar3/microsservice-nightmare
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hanar3/microsservice-nightmare" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanar3%2Fmicrosservice-nightmare", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanar3%2Fmicrosservice-nightmare'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c9a8a086735fe0d2093777512f71071bd2b63fb4
[INFO] checking hanar3/microsservice-nightmare against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanar3%2Fmicrosservice-nightmare" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/hanar3/microsservice-nightmare on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/hanar3/microsservice-nightmare
[INFO] finished tweaking git repo https://github.com/hanar3/microsservice-nightmare
[INFO] tweaked toml for git repo https://github.com/hanar3/microsservice-nightmare written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/hanar3/microsservice-nightmare 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rlua v0.19.8
[INFO] [stderr]   Downloaded rlua-lua54-sys v0.1.6
[INFO] [stderr]   Downloaded port-killer v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d489d3c5574edd038fc5ed6284cf1c4c259b3eb0d6148c250c24fecf9cd439e5
[INFO] running `Command { std: "docker" "start" "-a" "d489d3c5574edd038fc5ed6284cf1c4c259b3eb0d6148c250c24fecf9cd439e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d489d3c5574edd038fc5ed6284cf1c4c259b3eb0d6148c250c24fecf9cd439e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d489d3c5574edd038fc5ed6284cf1c4c259b3eb0d6148c250c24fecf9cd439e5", kill_on_drop: false }`
[INFO] [stdout] d489d3c5574edd038fc5ed6284cf1c4c259b3eb0d6148c250c24fecf9cd439e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8b7d77069078ec7c72a8135758fef7016efa3029859bfe0142afda206b5fa01
[INFO] running `Command { std: "docker" "start" "-a" "a8b7d77069078ec7c72a8135758fef7016efa3029859bfe0142afda206b5fa01", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.24.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling io-lifetimes v1.0.4
[INFO] [stderr]     Checking indexmap v2.2.2
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling rustix v0.36.7
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling time-macros v0.2.17
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]    Compiling toml_edit v0.18.0
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling rlua-lua54-sys v0.1.6
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking brotli v3.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking regex v1.7.1
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]     Checking time v0.3.32
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling rlua v0.19.8
[INFO] [stderr]     Checking actix-router v0.5.2
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking bstr v1.9.0
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking port-killer v0.1.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.14.2
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling actix-web-codegen v4.2.2
[INFO] [stderr]    Compiling darling v0.14.2
[INFO] [stderr]    Compiling deku_derive v0.15.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking deku v0.15.1
[INFO] [stderr]     Checking zstd v0.13.0
[INFO] [stderr]     Checking packet v0.1.0 (/opt/rustwide/workdir/packet)
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking actix-rt v2.9.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking cli v0.1.0 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: unused variable: `attach_svc_bytes`
[INFO] [stdout]   --> cli/src/main.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let attach_svc_bytes = Service::to_bytes(&attach_svc).unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attach_svc_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attach_svc_bytes`
[INFO] [stdout]   --> cli/src/main.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let attach_svc_bytes = Service::to_bytes(&attach_svc).unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attach_svc_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking actix-server v2.3.0
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking actix-http v3.5.1
[INFO] [stderr]     Checking actix-web v4.4.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking server v0.1.0 (/opt/rustwide/workdir/server)
[INFO] [stdout] warning: unused import: `std::future`
[INFO] [stdout]  --> server/src/http_router.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::future;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::service_attacher::Attachable`
[INFO] [stdout]  --> server/src/http_router.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::service_attacher::Attachable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BytesMut`
[INFO] [stdout]  --> server/src/http_router.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     web::{self, BytesMut},
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Server`, `middleware`
[INFO] [stdout]   --> server/src/service_attacher.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 |     dev::{Server, ServerHandle},
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 14 |     middleware, rt,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::future`
[INFO] [stdout]  --> server/src/http_router.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::future;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::service_attacher::Attachable`
[INFO] [stdout]  --> server/src/http_router.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::service_attacher::Attachable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BytesMut`
[INFO] [stdout]  --> server/src/http_router.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     web::{self, BytesMut},
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Server`, `middleware`
[INFO] [stdout]   --> server/src/service_attacher.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 |     dev::{Server, ServerHandle},
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 14 |     middleware, rt,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `http::header::Header`
[INFO] [stdout]  --> server/src/http_router.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     http::header::Header,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `http::header::Header`
[INFO] [stdout]  --> server/src/http_router.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     http::header::Header,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]   --> server/src/main.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let data = stream.read(&mut buffer).unwrap();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `W` is never constructed
[INFO] [stdout]  --> server/src/prelude.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct W<T>(pub T);
[INFO] [stdout]   |            ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `forward_request` is never used
[INFO] [stdout]   --> server/src/http_router.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | async fn forward_request(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `http_router` is never used
[INFO] [stdout]   --> server/src/http_router.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn http_router(http_services: Vec<HttpAttachable>) -> Server {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `manual_hello` is never used
[INFO] [stdout]   --> server/src/http_router.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 | async fn manual_hello() -> impl Responder {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> server/src/message_parser.rs:47:65
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 ctx.load(&lua_script_contents).set_name(filepath.clone()).unwrap().exec().unwrap();
[INFO] [stdout]    |                                                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]   --> server/src/main.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let data = stream.read(&mut buffer).unwrap();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `W` is never constructed
[INFO] [stdout]  --> server/src/prelude.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct W<T>(pub T);
[INFO] [stdout]   |            ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `forward_request` is never used
[INFO] [stdout]   --> server/src/http_router.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | async fn forward_request(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `http_router` is never used
[INFO] [stdout]   --> server/src/http_router.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn http_router(http_services: Vec<HttpAttachable>) -> Server {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `manual_hello` is never used
[INFO] [stdout]   --> server/src/http_router.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 | async fn manual_hello() -> impl Responder {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> server/src/message_parser.rs:47:65
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 ctx.load(&lua_script_contents).set_name(filepath.clone()).unwrap().exec().unwrap();
[INFO] [stdout]    |                                                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 19.05s
[INFO] running `Command { std: "docker" "inspect" "a8b7d77069078ec7c72a8135758fef7016efa3029859bfe0142afda206b5fa01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8b7d77069078ec7c72a8135758fef7016efa3029859bfe0142afda206b5fa01", kill_on_drop: false }`
[INFO] [stdout] a8b7d77069078ec7c72a8135758fef7016efa3029859bfe0142afda206b5fa01
[INFO] checking hanar3/microsservice-nightmare against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanar3%2Fmicrosservice-nightmare" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/hanar3/microsservice-nightmare on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/hanar3/microsservice-nightmare
[INFO] finished tweaking git repo https://github.com/hanar3/microsservice-nightmare
[INFO] tweaked toml for git repo https://github.com/hanar3/microsservice-nightmare written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/hanar3/microsservice-nightmare 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c26a71ee84301ef4ba5c8b595dabe2bbca6401f50b1156c06ed49c3b8d3b08e
[INFO] running `Command { std: "docker" "start" "-a" "0c26a71ee84301ef4ba5c8b595dabe2bbca6401f50b1156c06ed49c3b8d3b08e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c26a71ee84301ef4ba5c8b595dabe2bbca6401f50b1156c06ed49c3b8d3b08e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c26a71ee84301ef4ba5c8b595dabe2bbca6401f50b1156c06ed49c3b8d3b08e", kill_on_drop: false }`
[INFO] [stdout] 0c26a71ee84301ef4ba5c8b595dabe2bbca6401f50b1156c06ed49c3b8d3b08e
[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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fef0f15d7325d239f4c24faf38b889bf9a46daf930b26db3dd9dd728df2fcc35
[INFO] running `Command { std: "docker" "start" "-a" "fef0f15d7325d239f4c24faf38b889bf9a46daf930b26db3dd9dd728df2fcc35", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.24.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.4
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking indexmap v2.2.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling rustix v0.36.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling toml_edit v0.18.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling time-macros v0.2.17
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling rlua-lua54-sys v0.1.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]     Checking brotli v3.4.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking time v0.3.32
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7622c0f807a4e13c4db886a1681bf343795692df/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=290aca20cbc3fc4d -C extra-filename=-290aca20cbc3fc4d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-eabbcdc19e628092.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b38125bc0d2249a1.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-a567e4aa1f12d8e2.rmeta --cap-lints allow --cap-lints=forbid -Dnon_local_definitions` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fef0f15d7325d239f4c24faf38b889bf9a46daf930b26db3dd9dd728df2fcc35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fef0f15d7325d239f4c24faf38b889bf9a46daf930b26db3dd9dd728df2fcc35", kill_on_drop: false }`
[INFO] [stdout] fef0f15d7325d239f4c24faf38b889bf9a46daf930b26db3dd9dd728df2fcc35
