[INFO] cloning repository https://github.com/Rantanen/proxide [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rantanen/proxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fproxide", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fproxide'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0948b3c8a0e6ba09a4aa8b220021f248e0daafc0 [INFO] testing Rantanen/proxide against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRantanen%2Fproxide" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Rantanen/proxide [INFO] finished tweaking git repo https://github.com/Rantanen/proxide [INFO] tweaked toml for git repo https://github.com/Rantanen/proxide written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Rantanen/proxide on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Rantanen/proxide 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc085d3b3ea3488342ae35a9a76e427f70ff1cdde844b6211c3c01b6b052146e [INFO] running `Command { std: "docker" "start" "-a" "dc085d3b3ea3488342ae35a9a76e427f70ff1cdde844b6211c3c01b6b052146e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc085d3b3ea3488342ae35a9a76e427f70ff1cdde844b6211c3c01b6b052146e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc085d3b3ea3488342ae35a9a76e427f70ff1cdde844b6211c3c01b6b052146e", kill_on_drop: false }` [INFO] [stdout] dc085d3b3ea3488342ae35a9a76e427f70ff1cdde844b6211c3c01b6b052146e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d08c95928cbd524fa91f9cb15ed2d3819459f71227a0c6e37fb83c7d41990ce [INFO] running `Command { std: "docker" "start" "-a" "6d08c95928cbd524fa91f9cb15ed2d3819459f71227a0c6e37fb83c7d41990ce", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling syn v2.0.40 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling oid-registry v0.2.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rustls v0.20.9 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling rmp v0.8.12 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling tui v0.19.0 [INFO] [stderr] Compiling wildmatch v1.1.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling ctrlc v3.4.1 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling der-oid-macro v0.5.0 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling der-parser v6.0.1 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling protofish v0.2.5 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling rmp-serde v0.14.4 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling tokio v1.35.0 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling http-serde v1.1.3 [INFO] [stderr] Compiling yasna v0.4.0 [INFO] [stderr] Compiling x509-parser v0.12.0 [INFO] [stderr] Compiling simplelog v0.8.0 [INFO] [stderr] Compiling rcgen v0.8.14 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling h2 v0.3.22 [INFO] [stderr] Compiling proxide v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `HeaderDecoder` is never constructed [INFO] [stdout] --> src/decoders.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | struct HeaderDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `process` is never used [INFO] [stdout] --> src/decoders.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 116 | impl HeaderDecoder [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] 117 | { [INFO] [stdout] 118 | fn process( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_match` is never used [INFO] [stdout] --> src/search.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl SearchIndex [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn is_match(&self, request: Uuid, pattern: &str) -> bool [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `connection` is never read [INFO] [stdout] --> src/session/events.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | NewConnection [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] 90 | { [INFO] [stdout] 91 | connection: Uuid [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `connection` and `request` are never read [INFO] [stdout] --> src/session/events.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 93 | NewRequest [INFO] [stdout] | ---------- fields in this variant [INFO] [stdout] 94 | { [INFO] [stdout] 95 | connection: Uuid, request: Uuid [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `request` is never read [INFO] [stdout] --> src/session/events.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 97 | Request [INFO] [stdout] | ------- field in this variant [INFO] [stdout] 98 | { [INFO] [stdout] 99 | request: Uuid [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `connection` is never read [INFO] [stdout] --> src/session/events.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 109 | Connection [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 110 | { [INFO] [stdout] 111 | connection: Uuid [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Search` is never constructed [INFO] [stdout] --> src/ui/filters.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 280 | pub enum FilterType [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 284 | Search, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SearchFilter` is never constructed [INFO] [stdout] --> src/ui/filters.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | pub struct SearchFilter [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tx` is never read [INFO] [stdout] --> src/ui/state.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct Runtime [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 49 | pub tx: Sender, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProxideTable` is never constructed [INFO] [stdout] --> src/ui/state.rs:318:12 [INFO] [stdout] | [INFO] [stdout] 318 | pub struct ProxideTable [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TextLine` is never constructed [INFO] [stdout] --> src/ui/state.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | pub struct TextLine<'a>(pub &'a str); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/command_line.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn setup_app(version: &str) -> App [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | pub fn setup_app(version: &str) -> App<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | fn decode(&self, msg: &MessageData) -> Text; [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | fn decode(&self, msg: &MessageData) -> Text<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 101 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders/grpc.rs:155:15 [INFO] [stdout] | [INFO] [stdout] 155 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders/raw.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/chords.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:274:12 [INFO] [stdout] | [INFO] [stdout] 274 | fn key(&self) -> Cow; [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 274 | fn key(&self) -> Cow<'_, str>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:322:12 [INFO] [stdout] | [INFO] [stdout] 322 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 322 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:352:12 [INFO] [stdout] | [INFO] [stdout] 352 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 352 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 383 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 411 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:585:16 [INFO] [stdout] | [INFO] [stdout] 585 | pub fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 585 | pub fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/prelude.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_block(title: &str) -> Block [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_block(title: &str) -> Block<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/prelude.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `Command { std: "docker" "inspect" "6d08c95928cbd524fa91f9cb15ed2d3819459f71227a0c6e37fb83c7d41990ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d08c95928cbd524fa91f9cb15ed2d3819459f71227a0c6e37fb83c7d41990ce", kill_on_drop: false }` [INFO] [stdout] 6d08c95928cbd524fa91f9cb15ed2d3819459f71227a0c6e37fb83c7d41990ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e4f24747c51e8024ec9bd5f65f3a524065b97e28080c27f4332aae159896204 [INFO] running `Command { std: "docker" "start" "-a" "5e4f24747c51e8024ec9bd5f65f3a524065b97e28080c27f4332aae159896204", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling windows_x86_64_gnu v0.52.0 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.17 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling prost-derive v0.12.3 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling windows-targets v0.52.0 [INFO] [stderr] Compiling tempfile v3.8.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling crossbeam-skiplist v0.1.1 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.16 [INFO] [stderr] Compiling windows-core v0.52.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling clap_builder v4.4.11 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling prost v0.12.3 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling prost-types v0.12.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling windows v0.52.0 [INFO] [stderr] Compiling portpicker v0.1.1 [INFO] [stderr] Compiling tokio-shutdown v0.1.4 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling serial_test_derive v2.0.0 [INFO] [stderr] Compiling os-id v3.0.1 [INFO] [stderr] Compiling atomic-counter v1.0.1 [INFO] [stderr] Compiling prost-build v0.12.3 [INFO] [stderr] Compiling serial_test v2.0.0 [INFO] [stderr] Compiling clap v4.4.11 [INFO] [stderr] Compiling tonic-build v0.10.2 [INFO] [stderr] Compiling grpc-tester v0.1.0 (/opt/rustwide/workdir/test/rust_grpc) [INFO] [stderr] Compiling tonic v0.10.2 [INFO] [stdout] warning: unused import: `arg` [INFO] [stdout] --> test/rust_grpc/src/generator.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use clap::{arg, Parser}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proxide v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `HeaderDecoder` is never constructed [INFO] [stdout] --> src/decoders.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | struct HeaderDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `process` is never used [INFO] [stdout] --> src/decoders.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 116 | impl HeaderDecoder [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] 117 | { [INFO] [stdout] 118 | fn process( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_match` is never used [INFO] [stdout] --> src/search.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl SearchIndex [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn is_match(&self, request: Uuid, pattern: &str) -> bool [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `connection` is never read [INFO] [stdout] --> src/session/events.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | NewConnection [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] 90 | { [INFO] [stdout] 91 | connection: Uuid [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `connection` and `request` are never read [INFO] [stdout] --> src/session/events.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 93 | NewRequest [INFO] [stdout] | ---------- fields in this variant [INFO] [stdout] 94 | { [INFO] [stdout] 95 | connection: Uuid, request: Uuid [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `request` is never read [INFO] [stdout] --> src/session/events.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 97 | Request [INFO] [stdout] | ------- field in this variant [INFO] [stdout] 98 | { [INFO] [stdout] 99 | request: Uuid [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `connection` is never read [INFO] [stdout] --> src/session/events.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 109 | Connection [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 110 | { [INFO] [stdout] 111 | connection: Uuid [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Search` is never constructed [INFO] [stdout] --> src/ui/filters.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 280 | pub enum FilterType [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 284 | Search, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SearchFilter` is never constructed [INFO] [stdout] --> src/ui/filters.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | pub struct SearchFilter [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tx` is never read [INFO] [stdout] --> src/ui/state.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct Runtime [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 49 | pub tx: Sender, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProxideTable` is never constructed [INFO] [stdout] --> src/ui/state.rs:318:12 [INFO] [stdout] | [INFO] [stdout] 318 | pub struct ProxideTable [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TextLine` is never constructed [INFO] [stdout] --> src/ui/state.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | pub struct TextLine<'a>(pub &'a str); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/command_line.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn setup_app(version: &str) -> App [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | pub fn setup_app(version: &str) -> App<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | fn decode(&self, msg: &MessageData) -> Text; [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | fn decode(&self, msg: &MessageData) -> Text<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 101 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders/grpc.rs:155:15 [INFO] [stdout] | [INFO] [stdout] 155 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/decoders/raw.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/chords.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:274:12 [INFO] [stdout] | [INFO] [stdout] 274 | fn key(&self) -> Cow; [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 274 | fn key(&self) -> Cow<'_, str>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:322:12 [INFO] [stdout] | [INFO] [stdout] 322 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 322 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:352:12 [INFO] [stdout] | [INFO] [stdout] 352 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 352 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 383 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 411 | fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/filters.rs:585:16 [INFO] [stdout] | [INFO] [stdout] 585 | pub fn key(&self) -> Cow [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 585 | pub fn key(&self) -> Cow<'_, str> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/prelude.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_block(title: &str) -> Block [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_block(title: &str) -> Block<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/prelude.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "5e4f24747c51e8024ec9bd5f65f3a524065b97e28080c27f4332aae159896204", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e4f24747c51e8024ec9bd5f65f3a524065b97e28080c27f4332aae159896204", kill_on_drop: false }` [INFO] [stdout] 5e4f24747c51e8024ec9bd5f65f3a524065b97e28080c27f4332aae159896204 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 749d909af8c906df00675208be94726958de0818e467ad731264686ddcdf2fc9 [INFO] running `Command { std: "docker" "start" "-a" "749d909af8c906df00675208be94726958de0818e467ad731264686ddcdf2fc9", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `arg` [INFO] [stderr] --> test/rust_grpc/src/generator.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use clap::{arg, Parser}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `grpc-tester` (lib) generated 1 warning (run `cargo fix --lib -p grpc-tester` to apply 1 suggestion) [INFO] [stderr] warning: struct `HeaderDecoder` is never constructed [INFO] [stderr] --> src/decoders.rs:93:8 [INFO] [stderr] | [INFO] [stderr] 93 | struct HeaderDecoder; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: method `process` is never used [INFO] [stderr] --> src/decoders.rs:118:8 [INFO] [stderr] | [INFO] [stderr] 116 | impl HeaderDecoder [INFO] [stderr] | ------------------ method in this implementation [INFO] [stderr] 117 | { [INFO] [stderr] 118 | fn process( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `is_match` is never used [INFO] [stderr] --> src/search.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 33 | impl SearchIndex [INFO] [stderr] | ---------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 54 | pub fn is_match(&self, request: Uuid, pattern: &str) -> bool [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `connection` is never read [INFO] [stderr] --> src/session/events.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 89 | NewConnection [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] 90 | { [INFO] [stderr] 91 | connection: Uuid [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `connection` and `request` are never read [INFO] [stderr] --> src/session/events.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 93 | NewRequest [INFO] [stderr] | ---------- fields in this variant [INFO] [stderr] 94 | { [INFO] [stderr] 95 | connection: Uuid, request: Uuid [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `request` is never read [INFO] [stderr] --> src/session/events.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 97 | Request [INFO] [stderr] | ------- field in this variant [INFO] [stderr] 98 | { [INFO] [stderr] 99 | request: Uuid [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `connection` is never read [INFO] [stderr] --> src/session/events.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 109 | Connection [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] 110 | { [INFO] [stderr] 111 | connection: Uuid [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `Search` is never constructed [INFO] [stderr] --> src/ui/filters.rs:284:5 [INFO] [stderr] | [INFO] [stderr] 280 | pub enum FilterType [INFO] [stderr] | ---------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 284 | Search, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FilterType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `SearchFilter` is never constructed [INFO] [stderr] --> src/ui/filters.rs:309:12 [INFO] [stderr] | [INFO] [stderr] 309 | pub struct SearchFilter [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `tx` is never read [INFO] [stderr] --> src/ui/state.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub struct Runtime [INFO] [stderr] | ------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 49 | pub tx: Sender, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ProxideTable` is never constructed [INFO] [stderr] --> src/ui/state.rs:318:12 [INFO] [stderr] | [INFO] [stderr] 318 | pub struct ProxideTable [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `TextLine` is never constructed [INFO] [stderr] --> src/ui/state.rs:345:12 [INFO] [stderr] | [INFO] [stderr] 345 | pub struct TextLine<'a>(pub &'a str); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/command_line.rs:9:27 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn setup_app(version: &str) -> App [INFO] [stderr] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 9 | pub fn setup_app(version: &str) -> App<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/decoders.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | fn decode(&self, msg: &MessageData) -> Text; [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 89 | fn decode(&self, msg: &MessageData) -> Text<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/decoders.rs:101:15 [INFO] [stderr] | [INFO] [stderr] 101 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 101 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/decoders/grpc.rs:155:15 [INFO] [stderr] | [INFO] [stderr] 155 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 155 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/decoders/raw.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | fn decode(&self, msg: &MessageData) -> Text [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 27 | fn decode(&self, msg: &MessageData) -> Text<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/chords.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 26 | pub fn handle(&mut self, e: &CTEvent) -> ChordResult<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:274:12 [INFO] [stderr] | [INFO] [stderr] 274 | fn key(&self) -> Cow; [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 274 | fn key(&self) -> Cow<'_, str>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:322:12 [INFO] [stderr] | [INFO] [stderr] 322 | fn key(&self) -> Cow [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 322 | fn key(&self) -> Cow<'_, str> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:352:12 [INFO] [stderr] | [INFO] [stderr] 352 | fn key(&self) -> Cow [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 352 | fn key(&self) -> Cow<'_, str> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:383:12 [INFO] [stderr] | [INFO] [stderr] 383 | fn key(&self) -> Cow [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 383 | fn key(&self) -> Cow<'_, str> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:411:12 [INFO] [stderr] | [INFO] [stderr] 411 | fn key(&self) -> Cow [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 411 | fn key(&self) -> Cow<'_, str> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/filters.rs:585:16 [INFO] [stderr] | [INFO] [stderr] 585 | pub fn key(&self) -> Cow [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 585 | pub fn key(&self) -> Cow<'_, str> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/prelude.rs:15:28 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_block(title: &str) -> Block [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_block(title: &str) -> Block<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ui/prelude.rs:20:36 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 20 | pub fn create_control_block(title: &str, is_active: bool) -> Block<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `proxide` (bin "proxide" test) generated 26 warnings (run `cargo fix --bin "proxide" -p proxide --tests` to apply 14 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/proxide-b132c832f6361244) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test::proxide_captures_messages ... FAILED [INFO] [stdout] test test::error_monitor_catches_errors ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test::proxide_captures_messages stdout ---- [INFO] [stdout] Test server listening on [::1]:24607 [INFO] [stdout] [INFO] [stdout] thread 'grpc-generator' (29) panicked at test/rust_grpc/src/generator.rs:122:14: [INFO] [stdout] Spawning gRPC client failed.: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6535df3418fa - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x6535df3418fa - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x6535df3418fa - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x6535df3418fa - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x6535df357f9a - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x6535df357f9a - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x6535df346be2 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x6535df346be2 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x6535df31f30f - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x6535df31f30f - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x6535df338e79 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x6535debfc0bc - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x6535debfc0bc - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6535df3390f2 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x6535df3390f2 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x6535df31f3c8 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x6535df3143a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x6535df32029d - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x6535df35878c - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x6535df3584d2 - core[6771d259883166e6]::result::unwrap_failed [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x6535ded4301b - core::result::Result::expect::hb0e8f99f56fcd812 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x6535ded16c20 - grpc_tester::generator::spawn::{{closure}}::h17b07ddb373bf559 [INFO] [stdout] at /opt/rustwide/workdir/test/rust_grpc/src/generator.rs:122:14 [INFO] [stdout] 22: 0x6535ded487ae - as core::future::future::Future>::poll::hed7e3f5dac948dfd [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x6535dec718d4 - tokio::runtime::task::core::Core::poll::{{closure}}::hf21479b988ed33b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/core.rs:328:24 [INFO] [stdout] 24: 0x6535dec6edb1 - tokio::loom::std::unsafe_cell::UnsafeCell::with_mut::hbddc3d6b2d78eac3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/loom/std/unsafe_cell.rs:16:9 [INFO] [stdout] 25: 0x6535dec6edb1 - tokio::runtime::task::core::Core::poll::h5732189b786e9674 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/core.rs:317:30 [INFO] [stdout] 26: 0x6535dec56b3e - tokio::runtime::task::harness::poll_future::{{closure}}::h6da7794b12640bc2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:485:30 [INFO] [stdout] 27: 0x6535decf3001 - as core::ops::function::FnOnce<()>>::call_once::h15e8de337f02934c [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 28: 0x6535ded31aff - std::panicking::catch_unwind::do_call::h2a22e4ba60488db9 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x6535dec7b9bb - __rust_try [INFO] [stdout] 30: 0x6535dec79e83 - std::panicking::catch_unwind::h6246aab11a617ab1 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x6535dec79e83 - std::panic::catch_unwind::had27708334ea51fd [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x6535dec55990 - tokio::runtime::task::harness::poll_future::hc7b7dbf14aea55ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:473:18 [INFO] [stdout] 33: 0x6535dec59769 - tokio::runtime::task::harness::Harness::poll_inner::haecfa1ade74e75fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:208:27 [INFO] [stdout] 34: 0x6535dec5d347 - tokio::runtime::task::harness::Harness::poll::h0aac8f01f1ca81b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:153:20 [INFO] [stdout] 35: 0x6535decbfffd - tokio::runtime::task::raw::poll::hb0f9f73c66074981 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/raw.rs:271:13 [INFO] [stdout] 36: 0x6535df2964f7 - tokio::runtime::task::raw::RawTask::poll::h7e17cc93d20e62c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/raw.rs:201:18 [INFO] [stdout] 37: 0x6535df2ad632 - tokio::runtime::task::LocalNotified::run::h6930d202a765e64c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/mod.rs:416:13 [INFO] [stdout] 38: 0x6535df27b8bd - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}::h4eeb7abfbc1a1a0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:576:18 [INFO] [stdout] 39: 0x6535df27b719 - tokio::runtime::coop::with_budget::h88428a190f8a0528 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 40: 0x6535df27b719 - tokio::runtime::coop::budget::he0ce2402cef2cfad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 41: 0x6535df27b719 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::ha82d81e89ced050e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:575:9 [INFO] [stdout] 42: 0x6535df27a749 - tokio::runtime::scheduler::multi_thread::worker::Context::run::h62bd00027dcf8ece [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:526:29 [INFO] [stdout] 43: 0x6535df2771d9 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}::hf2e244ab6895ab7e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:491:24 [INFO] [stdout] 44: 0x6535df29a7d0 - tokio::runtime::context::scoped::Scoped::set::h5bafbb5befb0eedf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 45: 0x6535df248dab - tokio::runtime::context::set_scheduler::{{closure}}::h191b95a5f6982766 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:38 [INFO] [stdout] 46: 0x6535df28e57b - std::thread::local::LocalKey::try_with::h8d13b61ecb62fe7c [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 47: 0x6535df28d5ff - std::thread::local::LocalKey::with::h102d97a214439c06 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 48: 0x6535df248d74 - tokio::runtime::context::set_scheduler::h4b9c4b456e7afd1e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:17 [INFO] [stdout] 49: 0x6535df2770e9 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::h910110aac2411e70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:486:9 [INFO] [stdout] 50: 0x6535df292e6f - tokio::runtime::context::runtime::enter_runtime::hd0746f1c9ea3cf1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 51: 0x6535df276ef3 - tokio::runtime::scheduler::multi_thread::worker::run::h6ae9e0f313d7cc37 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:478:5 [INFO] [stdout] 52: 0x6535df27834b - tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}::hec0483629adb97ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/multi_thread/worker.rs:447:45 [INFO] [stdout] 53: 0x6535df280a1b - as core::future::future::Future>::poll::hc6006a5f8ee056fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/blocking/task.rs:42:21 [INFO] [stdout] 54: 0x6535df23f9a3 - tokio::runtime::task::core::Core::poll::{{closure}}::h778e12dd9e1cbad0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/core.rs:328:24 [INFO] [stdout] 55: 0x6535df23f261 - tokio::loom::std::unsafe_cell::UnsafeCell::with_mut::h836808cff5ec95a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/loom/std/unsafe_cell.rs:16:9 [INFO] [stdout] 56: 0x6535df23f261 - tokio::runtime::task::core::Core::poll::h1287c9dd5c87a74e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/core.rs:317:30 [INFO] [stdout] 57: 0x6535df2420be - tokio::runtime::task::harness::poll_future::{{closure}}::h8230b09a09b12a85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:485:30 [INFO] [stdout] 58: 0x6535df29e9b1 - as core::ops::function::FnOnce<()>>::call_once::h7c13e48274097b59 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x6535df2aaf4f - std::panicking::catch_unwind::do_call::h1acb7a7f132bd4fa [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x6535df2455eb - __rust_try [INFO] [stdout] 61: 0x6535df244da3 - std::panicking::catch_unwind::h41f98fcf6c7b059d [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 62: 0x6535df244da3 - std::panic::catch_unwind::h7d307410622aa724 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x6535df2419f0 - tokio::runtime::task::harness::poll_future::h734fd2b822e7c5ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:473:18 [INFO] [stdout] 64: 0x6535df2429b9 - tokio::runtime::task::harness::Harness::poll_inner::h0c7e4f70ad47d5f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:208:27 [INFO] [stdout] 65: 0x6535df243717 - tokio::runtime::task::harness::Harness::poll::hba70e180febdee17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/harness.rs:153:20 [INFO] [stdout] 66: 0x6535df295ddd - tokio::runtime::task::raw::poll::h9591ced9b2f4979d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/raw.rs:271:13 [INFO] [stdout] 67: 0x6535df2964f7 - tokio::runtime::task::raw::RawTask::poll::h7e17cc93d20e62c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/raw.rs:201:18 [INFO] [stdout] 68: 0x6535df2ad507 - tokio::runtime::task::UnownedTask::run::h804e8affb374a56f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/task/mod.rs:453:13 [INFO] [stdout] 69: 0x6535df29bb17 - tokio::runtime::blocking::pool::Task::run::hd4976efddb463587 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/blocking/pool.rs:159:19 [INFO] [stdout] 70: 0x6535df29bd70 - tokio::runtime::blocking::pool::Inner::run::h473f122371eba7b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/blocking/pool.rs:513:22 [INFO] [stdout] 71: 0x6535df29d224 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::hd3e70b2caf6e5289 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/blocking/pool.rs:471:47 [INFO] [stdout] 72: 0x6535df29f426 - std::sys::backtrace::__rust_begin_short_backtrace::h0fcbe2dc12268af8 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 73: 0x6535df2aaaa2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::ha43fde749b064e62 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 74: 0x6535df29e811 - as core::ops::function::FnOnce<()>>::call_once::h0254040fa553d250 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 75: 0x6535df2ab167 - std::panicking::catch_unwind::do_call::h6ccd580aceed1914 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 76: 0x6535df2afd0b - __rust_try [INFO] [stdout] 77: 0x6535df2aa750 - std::panicking::catch_unwind::hdb594696dafd920b [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 78: 0x6535df2aa750 - std::panic::catch_unwind::h375640fa64d4a65c [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 79: 0x6535df2aa750 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h487728f0d9093333 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 80: 0x6535df29f5cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf4e35fa121096fd4 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 81: 0x6535df34072f - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 82: 0x6535df34072f - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 83: 0x72bba6f15aa4 - [INFO] [stdout] 84: 0x72bba6fa2a64 - clone [INFO] [stdout] 85: 0x0 - [INFO] [stdout] [INFO] [stdout] thread 'test::proxide_captures_messages' (18) panicked at src/main.rs:475:10: [INFO] [stdout] Starting tester failed.: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6535df3418fa - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x6535df3418fa - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x6535df3418fa - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x6535df3418fa - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x6535df357f9a - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x6535df357f9a - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x6535df346be2 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x6535df346be2 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x6535df31f30f - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x6535df31f30f - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x6535df338e79 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x6535debfc0bc - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x6535debfc0bc - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6535df3390f2 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x6535df3390f2 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x6535df31f3c8 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x6535df3143a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x6535df32029d - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x6535df35878c - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x6535df3584d2 - core[6771d259883166e6]::result::unwrap_failed [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x6535dea908ae - core::result::Result::expect::h50334dd5ecb19725 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x6535de9e2a7f - proxide::test::proxide_captures_messages::{{closure}}::{{closure}}::hb4f5fff871c9d0b0 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:475:10 [INFO] [stdout] 22: 0x6535deb31e12 - as core::future::future::Future>::poll::ha347fa5697b2fe74 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x6535deb3206d - as core::future::future::Future>::poll::hfb8be40fa2178f27 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x6535deb3163d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h21b0c83ca6ba344b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:665:73 [INFO] [stdout] 25: 0x6535deb3123b - tokio::runtime::coop::with_budget::h1d9eed9ac9c21932 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x6535deb3123b - tokio::runtime::coop::budget::h8317fad0617c07f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x6535deb3123b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h0e57e403ea2a2398 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 28: 0x6535deb2d5d0 - tokio::runtime::scheduler::current_thread::Context::enter::ha4074793eb35fb35 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 29: 0x6535deb30900 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdcdc6fd5a4bb51a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:664:44 [INFO] [stdout] 30: 0x6535deb2efa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h8dad60f041c6fdcb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 31: 0x6535deb27dfb - tokio::runtime::context::scoped::Scoped::set::h7a7a489391676e31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x6535dea9c119 - tokio::runtime::context::set_scheduler::{{closure}}::h0677b667e4b13cb5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x6535deb23822 - std::thread::local::LocalKey::try_with::hac948e441d0d4c35 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 34: 0x6535deb20bae - std::thread::local::LocalKey::with::h754111599bd16282 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 35: 0x6535dea9c04d - tokio::runtime::context::set_scheduler::h821f52a4407ff9be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x6535deb2e4f0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h5a45116e15427935 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 37: 0x6535deb2f006 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h12c44a908577d448 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:652:24 [INFO] [stdout] 38: 0x6535deb287d9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h846fead46b569b69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:175:33 [INFO] [stdout] 39: 0x6535deadb3b3 - tokio::runtime::context::runtime::enter_runtime::hfe68257a226e2b83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x6535deb28711 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h63a5e972e1abf6fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 41: 0x6535dea5401a - tokio::runtime::runtime::Runtime::block_on::h03deb26f9e4fffdb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/runtime.rs:348:52 [INFO] [stdout] 42: 0x6535de9e1f0a - proxide::test::proxide_captures_messages::{{closure}}::hda68b42b3f70e2c2 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:487:55 [INFO] [stdout] 43: 0x6535de9b4bce - core::ops::function::FnOnce::call_once::he901e0eb4e4c44c4 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x6535dec2ec1f - serial_test::serial_code_lock::local_serial_core::haf96b875a89518dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-2.0.0/src/serial_code_lock.rs:25:5 [INFO] [stdout] 45: 0x6535de9e1d77 - proxide::test::proxide_captures_messages::h371e2afdfa8c8aee [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:446:5 [INFO] [stdout] 46: 0x6535de9e1d97 - proxide::test::proxide_captures_messages::{{closure}}::h2bb4fa48eb4dcbfc [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:447:41 [INFO] [stdout] 47: 0x6535de9b3786 - core::ops::function::FnOnce::call_once::h79b47900d6dd896f [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x6535debf01bb - core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 49: 0x6535debf01bb - test[b137923399915ecf]::__rust_begin_short_backtrace::, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18 [INFO] [stdout] 50: 0x6535debfcb8b - test[b137923399915ecf]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74 [INFO] [stdout] 51: 0x6535debfcb8b - as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 52: 0x6535debfcb8b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 53: 0x6535debfcb8b - std[128c3efe2914e152]::panicking::catch_unwind::, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 54: 0x6535debfcb8b - std[128c3efe2914e152]::panic::catch_unwind::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 55: 0x6535debfcb8b - test[b137923399915ecf]::run_test_in_process [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27 [INFO] [stdout] 56: 0x6535debfcb8b - test[b137923399915ecf]::run_test::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43 [INFO] [stdout] 57: 0x6535debf6fe4 - test[b137923399915ecf]::run_test::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41 [INFO] [stdout] 58: 0x6535debf6fe4 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 59: 0x6535debff792 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 60: 0x6535debff792 - ::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 61: 0x6535debff792 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 62: 0x6535debff792 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 63: 0x6535debff792 - std[128c3efe2914e152]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 64: 0x6535debff792 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 65: 0x6535debff792 - ::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 66: 0x6535df34072f - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 67: 0x6535df34072f - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 68: 0x72bba6f15aa4 - [INFO] [stdout] 69: 0x72bba6fa2a64 - clone [INFO] [stdout] 70: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test::proxide_captures_messages [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin proxide` [INFO] running `Command { std: "docker" "inspect" "749d909af8c906df00675208be94726958de0818e467ad731264686ddcdf2fc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "749d909af8c906df00675208be94726958de0818e467ad731264686ddcdf2fc9", kill_on_drop: false }` [INFO] [stdout] 749d909af8c906df00675208be94726958de0818e467ad731264686ddcdf2fc9