[INFO] cloning repository https://github.com/take44444/generic-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/take44444/generic-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 50acaaec9c596aed7f7290a9fe988cd03c670b97
[INFO] testing take44444/generic-harness against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/take44444/generic-harness
[INFO] finished tweaking git repo https://github.com/take44444/generic-harness
[INFO] tweaked toml for git repo https://github.com/take44444/generic-harness written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/take44444/generic-harness on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/take44444/generic-harness 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070
[INFO] running `Command { std: "docker" "start" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling pxfm v0.1.29
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rmcp v1.7.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling zune-jpeg v0.5.15
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling uuid v1.23.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling toml_edit v0.24.1+spec-1.1.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling stop-words v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v1.7.0
[INFO] [stderr]    Compiling cached_proc_macro v0.25.0
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rust-stemmers v1.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling cached v0.56.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling bm25 v2.3.2
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling generic-harness v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `sess`
[INFO] [stdout]  --> src/session/handlers.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_sess`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HarnessResult` is never used
[INFO] [stdout]  --> src/error.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type HarnessResult<T> = std::result::Result<T, HarnessErr>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HarnessErr` is never used
[INFO] [stdout]  --> src/error.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HarnessErr {
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HarnessThread` is never constructed
[INFO] [stdout]  --> src/harness_thread.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct HarnessThread {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/harness_thread.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl HarnessThread {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(harness: Harness) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AdditionalContextKind` is never used
[INFO] [stdout]   --> src/protocol.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum AdditionalContextKind {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AdditionalContextEntry` is never constructed
[INFO] [stdout]   --> src/protocol.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AdditionalContextEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReviewDecision` is never used
[INFO] [stdout]   --> src/protocol.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ReviewDecision {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteRange` is never constructed
[INFO] [stdout]   --> src/protocol.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ByteRange {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TextElement` is never constructed
[INFO] [stdout]   --> src/protocol.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct TextElement {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserInput` is never used
[INFO] [stdout]   --> src/protocol.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub enum UserInput {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputAnswer` is never constructed
[INFO] [stdout]   --> src/protocol.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct RequestUserInputAnswer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputResponse` is never constructed
[INFO] [stdout]   --> src/protocol.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct RequestUserInputResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Op` is never used
[INFO] [stdout]   --> src/protocol.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub enum Op {
[INFO] [stdout]    |          ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Harness` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Harness {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SessionLoopTermination` is never used
[INFO] [stdout]   --> src/session/mod.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) type SessionLoopTermination = Shared<BoxFuture<'static, ()>>;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `spawn` and `shutdown_and_wait` are never used
[INFO] [stdout]   --> src/session/mod.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Harness {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 27 |     pub(crate) async fn spawn() -> HarnessResult<Self> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn shutdown_and_wait(&self) -> HarnessResult<()> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `session_loop_termination_from_handle` is never used
[INFO] [stdout]   --> src/session/mod.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub(crate) fn session_loop_termination_from_handle(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submission_loop` is never used
[INFO] [stdout]  --> src/session/handlers.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]  --> src/session/session.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) struct Session {}
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/session/session.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl Session {
[INFO] [stdout]   | ------------ associated function in this implementation
[INFO] [stdout] 9 |     pub(crate) async fn new() -> Arc<Self> {
[INFO] [stdout]   |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadId` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ThreadId {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/thread_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ThreadId {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadManager` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct ThreadManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `start_thread` are never used
[INFO] [stdout]   --> src/thread_manager.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl ThreadManager {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 37 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub async fn start_thread(&self) -> HarnessResult<Arc<HarnessThread>> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling test-log-core v0.2.21
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling test-log-macros v0.2.21
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling opentelemetry v0.31.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling dtor v0.1.1
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serial_test_derive v3.5.0
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling tracing-test-macro v0.2.6
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling ctor v0.6.3
[INFO] [stderr]    Compiling serial_test v3.5.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling rmcp v1.7.0
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling opentelemetry_sdk v0.31.0
[INFO] [stderr]    Compiling test-log v0.2.21
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling tracing-test v0.2.6
[INFO] [stderr]    Compiling tracing-opentelemetry v0.32.1
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling generic-harness v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `sess`
[INFO] [stdout]  --> src/session/handlers.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_sess`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HarnessResult` is never used
[INFO] [stdout]  --> src/error.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type HarnessResult<T> = std::result::Result<T, HarnessErr>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HarnessErr` is never used
[INFO] [stdout]  --> src/error.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HarnessErr {
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HarnessThread` is never constructed
[INFO] [stdout]  --> src/harness_thread.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct HarnessThread {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/harness_thread.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl HarnessThread {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(harness: Harness) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AdditionalContextKind` is never used
[INFO] [stdout]   --> src/protocol.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum AdditionalContextKind {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AdditionalContextEntry` is never constructed
[INFO] [stdout]   --> src/protocol.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AdditionalContextEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReviewDecision` is never used
[INFO] [stdout]   --> src/protocol.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ReviewDecision {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteRange` is never constructed
[INFO] [stdout]   --> src/protocol.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ByteRange {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TextElement` is never constructed
[INFO] [stdout]   --> src/protocol.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct TextElement {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserInput` is never used
[INFO] [stdout]   --> src/protocol.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub enum UserInput {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputAnswer` is never constructed
[INFO] [stdout]   --> src/protocol.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct RequestUserInputAnswer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputResponse` is never constructed
[INFO] [stdout]   --> src/protocol.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct RequestUserInputResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Op` is never used
[INFO] [stdout]   --> src/protocol.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub enum Op {
[INFO] [stdout]    |          ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Harness` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Harness {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SessionLoopTermination` is never used
[INFO] [stdout]   --> src/session/mod.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) type SessionLoopTermination = Shared<BoxFuture<'static, ()>>;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `spawn` and `shutdown_and_wait` are never used
[INFO] [stdout]   --> src/session/mod.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Harness {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 27 |     pub(crate) async fn spawn() -> HarnessResult<Self> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn shutdown_and_wait(&self) -> HarnessResult<()> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `session_loop_termination_from_handle` is never used
[INFO] [stdout]   --> src/session/mod.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub(crate) fn session_loop_termination_from_handle(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submission_loop` is never used
[INFO] [stdout]  --> src/session/handlers.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]  --> src/session/session.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) struct Session {}
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/session/session.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl Session {
[INFO] [stdout]   | ------------ associated function in this implementation
[INFO] [stdout] 9 |     pub(crate) async fn new() -> Arc<Self> {
[INFO] [stdout]   |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadId` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ThreadId {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/thread_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ThreadId {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadManager` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct ThreadManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `start_thread` are never used
[INFO] [stdout]   --> src/thread_manager.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl ThreadManager {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 37 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub async fn start_thread(&self) -> HarnessResult<Arc<HarnessThread>> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.21s
[INFO] running `Command { std: "docker" "inspect" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `sess`
[INFO] [stderr]  --> src/session/handlers.rs:5:37
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stderr]   |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_sess`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `HarnessResult` is never used
[INFO] [stderr]  --> src/error.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub type HarnessResult<T> = std::result::Result<T, HarnessErr>;
[INFO] [stderr]   |          ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `HarnessErr` is never used
[INFO] [stderr]  --> src/error.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub enum HarnessErr {
[INFO] [stderr]   |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HarnessThread` is never constructed
[INFO] [stderr]  --> src/harness_thread.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct HarnessThread {
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/harness_thread.rs:10:19
[INFO] [stderr]    |
[INFO] [stderr]  9 | impl HarnessThread {
[INFO] [stderr]    | ------------------ associated function in this implementation
[INFO] [stderr] 10 |     pub(crate) fn new(harness: Harness) -> Self {
[INFO] [stderr]    |                   ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `AdditionalContextKind` is never used
[INFO] [stderr]   --> src/protocol.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub enum AdditionalContextKind {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AdditionalContextEntry` is never constructed
[INFO] [stderr]   --> src/protocol.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct AdditionalContextEntry {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ReviewDecision` is never used
[INFO] [stderr]   --> src/protocol.rs:25:10
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub enum ReviewDecision {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ByteRange` is never constructed
[INFO] [stderr]   --> src/protocol.rs:43:12
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub struct ByteRange {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TextElement` is never constructed
[INFO] [stderr]   --> src/protocol.rs:51:12
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub struct TextElement {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `UserInput` is never used
[INFO] [stderr]   --> src/protocol.rs:62:10
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub enum UserInput {
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RequestUserInputAnswer` is never constructed
[INFO] [stderr]   --> src/protocol.rs:84:12
[INFO] [stderr]    |
[INFO] [stderr] 84 | pub struct RequestUserInputAnswer {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RequestUserInputResponse` is never constructed
[INFO] [stderr]   --> src/protocol.rs:89:12
[INFO] [stderr]    |
[INFO] [stderr] 89 | pub struct RequestUserInputResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Op` is never used
[INFO] [stderr]   --> src/protocol.rs:97:10
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub enum Op {
[INFO] [stderr]    |          ^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Harness` is never constructed
[INFO] [stderr]   --> src/session/mod.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct Harness {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `SessionLoopTermination` is never used
[INFO] [stderr]   --> src/session/mod.rs:24:17
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub(crate) type SessionLoopTermination = Shared<BoxFuture<'static, ()>>;
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `spawn` and `shutdown_and_wait` are never used
[INFO] [stderr]   --> src/session/mod.rs:27:25
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl Harness {
[INFO] [stderr]    | ------------ associated items in this implementation
[INFO] [stderr] 27 |     pub(crate) async fn spawn() -> HarnessResult<Self> {
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub async fn shutdown_and_wait(&self) -> HarnessResult<()> {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `session_loop_termination_from_handle` is never used
[INFO] [stderr]   --> src/session/mod.rs:52:15
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub(crate) fn session_loop_termination_from_handle(
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `submission_loop` is never used
[INFO] [stderr]  --> src/session/handlers.rs:5:21
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Session` is never constructed
[INFO] [stderr]  --> src/session/session.rs:6:19
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub(crate) struct Session {}
[INFO] [stderr]   |                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]  --> src/session/session.rs:9:25
[INFO] [stderr]   |
[INFO] [stderr] 8 | impl Session {
[INFO] [stderr]   | ------------ associated function in this implementation
[INFO] [stderr] 9 |     pub(crate) async fn new() -> Arc<Self> {
[INFO] [stderr]   |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ThreadId` is never constructed
[INFO] [stderr]   --> src/thread_manager.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct ThreadId {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/thread_manager.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl ThreadId {
[INFO] [stderr]    | ------------- associated function in this implementation
[INFO] [stderr] 17 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ThreadManager` is never constructed
[INFO] [stderr]   --> src/thread_manager.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub struct ThreadManager {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `start_thread` are never used
[INFO] [stderr]   --> src/thread_manager.rs:37:12
[INFO] [stderr]    |
[INFO] [stderr] 36 | impl ThreadManager {
[INFO] [stderr]    | ------------------ associated items in this implementation
[INFO] [stderr] 37 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     pub async fn start_thread(&self) -> HarnessResult<Arc<HarnessThread>> {
[INFO] [stderr]    |                  ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `generic-harness` (lib test) generated 25 warnings (run `cargo fix --lib -p generic-harness --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_harness-c773d6cf7194b850)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070", kill_on_drop: false }`
[INFO] [stdout] c429657dd21fa1f27dc36770dda3ab11ca4915fa57f149c685baddcd9500d070
