[INFO] fetching crate x 0.0.1...
[INFO] testing x-0.0.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate x 0.0.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate x 0.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate x 0.0.1
[INFO] tweaked toml for crates.io crate x 0.0.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate x 0.0.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate x 0.0.1 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-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c53e04caabc92b4b77b489a9b96fbca0e2ee81d79b32e4c9e32ffab7c422ff75
[INFO] running `Command { std: "docker" "start" "-a" "c53e04caabc92b4b77b489a9b96fbca0e2ee81d79b32e4c9e32ffab7c422ff75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c53e04caabc92b4b77b489a9b96fbca0e2ee81d79b32e4c9e32ffab7c422ff75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c53e04caabc92b4b77b489a9b96fbca0e2ee81d79b32e4c9e32ffab7c422ff75", kill_on_drop: false }`
[INFO] [stdout] c53e04caabc92b4b77b489a9b96fbca0e2ee81d79b32e4c9e32ffab7c422ff75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad507a0fa12e77da12d56c94c9b444634fcbd77bbb3cd06cc965e48a1c0ee709
[INFO] running `Command { std: "docker" "start" "-a" "ad507a0fa12e77da12d56c94c9b444634fcbd77bbb3cd06cc965e48a1c0ee709", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling rustls v0.23.17
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling crossterm v0.26.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling strict v0.2.0
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling clap_lex v0.7.3
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling ratatui v0.20.1
[INFO] [stderr]    Compiling clap_builder v4.5.21
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling minimad v0.13.1
[INFO] [stderr]    Compiling pathdiff v0.2.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling crokey-proc_macros v1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling async-convert v1.0.0
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling clap v4.5.21
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling lazy-regex v3.3.0
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling hyper v1.5.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.3
[INFO] [stderr]    Compiling kernelx-macros v0.0.1
[INFO] [stderr]    Compiling reqwest v0.12.9
[INFO] [stderr]    Compiling coolor v1.0.0
[INFO] [stderr]    Compiling crokey v1.1.0
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling termimad v0.31.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling async-openai v0.24.1
[INFO] [stderr]    Compiling kernelx-core v0.0.1
[INFO] [stderr]    Compiling kernelx v0.0.3
[INFO] [stderr]    Compiling x v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `builder`, `view`, and `initialize_chat_view` are never used
[INFO] [stdout]    --> src/tui/app.rs:791:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | impl App {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 791 |     pub fn builder(config: Config) -> AppBuilder {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 813 |     pub fn view(&mut self, f: &mut Frame) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 822 |     pub fn initialize_chat_view(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppBuilder` is never constructed
[INFO] [stdout]    --> src/tui/app.rs:831:12
[INFO] [stdout]     |
[INFO] [stdout] 831 | pub struct AppBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build` is never used
[INFO] [stdout]    --> src/tui/app.rs:837:12
[INFO] [stdout]     |
[INFO] [stdout] 836 | impl AppBuilder {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 837 |     pub fn build(self) -> (App, UpdateReceiver) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_event` is never used
[INFO] [stdout]   --> src/tui/events.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl EventHandler {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn send_event(&self, event: AppEvent) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "ad507a0fa12e77da12d56c94c9b444634fcbd77bbb3cd06cc965e48a1c0ee709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad507a0fa12e77da12d56c94c9b444634fcbd77bbb3cd06cc965e48a1c0ee709", kill_on_drop: false }`
[INFO] [stdout] ad507a0fa12e77da12d56c94c9b444634fcbd77bbb3cd06cc965e48a1c0ee709
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 983ca6c9f978b0fa295e4e74f0e8e576f8773a1d608412f0506c583a09d10c36
[INFO] running `Command { std: "docker" "start" "-a" "983ca6c9f978b0fa295e4e74f0e8e576f8773a1d608412f0506c583a09d10c36", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling crokey-proc_macros v1.1.0
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling kernelx-core v0.0.1
[INFO] [stderr]    Compiling coolor v1.0.0
[INFO] [stderr]    Compiling crokey v1.1.0
[INFO] [stderr]    Compiling termimad v0.31.1
[INFO] [stderr]    Compiling kernelx v0.0.3
[INFO] [stderr]    Compiling x v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `builder`, `view`, and `initialize_chat_view` are never used
[INFO] [stdout]    --> src/tui/app.rs:791:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | impl App {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 791 |     pub fn builder(config: Config) -> AppBuilder {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 813 |     pub fn view(&mut self, f: &mut Frame) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 822 |     pub fn initialize_chat_view(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppBuilder` is never constructed
[INFO] [stdout]    --> src/tui/app.rs:831:12
[INFO] [stdout]     |
[INFO] [stdout] 831 | pub struct AppBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build` is never used
[INFO] [stdout]    --> src/tui/app.rs:837:12
[INFO] [stdout]     |
[INFO] [stdout] 836 | impl AppBuilder {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 837 |     pub fn build(self) -> (App, UpdateReceiver) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_event` is never used
[INFO] [stdout]   --> src/tui/events.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl EventHandler {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn send_event(&self, event: AppEvent) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `builder`, `view`, and `initialize_chat_view` are never used
[INFO] [stdout]    --> src/tui/app.rs:791:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | impl App {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 791 |     pub fn builder(config: Config) -> AppBuilder {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 813 |     pub fn view(&mut self, f: &mut Frame) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 822 |     pub fn initialize_chat_view(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppBuilder` is never constructed
[INFO] [stdout]    --> src/tui/app.rs:831:12
[INFO] [stdout]     |
[INFO] [stdout] 831 | pub struct AppBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build` is never used
[INFO] [stdout]    --> src/tui/app.rs:837:12
[INFO] [stdout]     |
[INFO] [stdout] 836 | impl AppBuilder {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 837 |     pub fn build(self) -> (App, UpdateReceiver) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_event` is never used
[INFO] [stdout]   --> src/tui/events.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl EventHandler {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn send_event(&self, event: AppEvent) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tui/app.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^ the same lifetime is hidden 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] 103 |     pub fn to_spans(&self, width: Option<u16>) -> Vec<Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc60X5bu/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libx-df57422526b7e5fc,libserde_yaml-7760240d1a5566e9,libindexmap-f7803f6a2c2cbc72,libunsafe_libyaml-d3127b66fe569cc5,libdirs-57c058de966622fa,libdirs_sys-beff9ed29196c2e3,liboption_ext-61303ef911796993,libratatui-cea9bf934fe58c53,libunicode_truncate-9e5da68995375699,libitertools-f0580d7fac22c6ed,liblru-19282a403e685213,libhashbrown-993fa0e19aee0c2e,libfoldhash-f881ae9859623803,libequivalent-487f93f8f6ab5e5b,liballocator_api2-626bb13a3f9fc752,libitertools-9058d0cc06858c70,libeither-b4418dba5a443acb,libcompact_str-dc8a2f9d8118ff57,libstatic_assertions-f0217ecdd817a834,libcastaway-83c3eb9c12a38f18,libstrum-e1a5449236f28158,libcrossterm-fc40a5b52caab343,libclap-b9de2ac3dcaee102,libclap_builder-e25ad22d84d1fe24,libstrsim-4d1ed08a123238dc,libanstream-029ae311d5bb7370,libanstyle_query-6b2b2868060db38b,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-c3c00c022d852059,libanstyle_parse-ba0fcc57d8ad93a7,libutf8parse-92d0158219063202,libclap_lex-033063cba7a3f477,libanstyle-e80e21c5036b9344,libtermimad-dd3bcdcc42f45206,libcoolor-c3cfa77af273893b,liblazy_regex-e433e4e75dbdcfa5,libregex-6c01582c2a55ef83,libregex_automata-364a2725dc1d6a56,libaho_corasick-c633c294b3f5f5b4,libregex_syntax-cf9ef9729ec61e4c,libcrossbeam-cdb106bb40b42dd0,libcrossbeam_deque-dc07baa284bf2148,libcrossbeam_channel-31400b424bf46c12,libcrossbeam_queue-1df9d8d3125a55f2,libcrossbeam_epoch-b597ae2b47bee0b2,libcrossbeam_utils-38c1ab848056760b,libcrokey-ec3597b60eea0cc2,libstrict-f041d105900541a1,libminimad-2ab5c724fe36623b,libkernelx-4bbccee85bc78440,libkernelx_core-225998a44f8f3a9e,libthiserror-c9c79bf233ec7afa,libasync_openai-f032513d044865c4,libtokio_stream-00fc66a2e08d39e9,libbackoff-d05e1d67cdf2358d,libinstant-38d60975c0c43666,libasync_convert-fb942746bbbb8030,libderive_builder-66c8703b710ff6d6,librand-75236bfdf1fce6d1,librand_chacha-92f82e7dadbe395c,libppv_lite86-ec2cdc5de8ba7e29,libzerocopy-ceb9429c894a70db,libbyteorder-9f6ac6743e38a88c,librand_core-623f4a2ace87e485,libsecrecy-2bccef20b40d5cc5,libreqwest_eventsource-3e4bef9c4c595296,libfutures_timer-17baedd4276dc448,libreqwest-539ef1e682591fd9,libserde_urlencoded-5c59a748bfbc341d,libsync_wrapper-3a39ce8c16d0936e,libbase64-32787b0325ea6df8,libipnet-8b8ac2f1f2253516,libhyper_rustls-68e8b49d5265aea2,librustls_native_certs-2a316acdd1fb93ca,librustls_pemfile-20fa54e8bbb126a6,libopenssl_probe-5821ed5bfde807ff,libtokio_rustls-f7ea916f05969927,librustls-cc003d38253408c9,libsubtle-2ae6a7038b9a0630,libwebpki-c1c1255a8d7323a4,libring-f0752d8414414542,libgetrandom-4d731484eab71f2b,libspin-77da57a1b47d23a3,libuntrusted-b2f816886faf2178,libzeroize-9d781f334751eb0e,librustls_pki_types-3ff1de78bbe88671,libmime_guess-b74784498c4eaafa,libunicase-8adae49f8984f66d,libmime-0188e0814ca7ddbf,libhyper_util-d8403c0d8050c358,libtower_service-3fb88d28c2218805,libtracing-b9fa356aa4d2a1ba,libtracing_core-b915f0ab487ca72c,libhyper-1166978560c5085b,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-54b7052d6f854fa0,libtokio_util-88503e66ab5c018b,libhttp_body_util-1a64c7cf54412bbb,libhttp_body-17f817d84d3afeb2,liburl-e40038d2244d1535,libidna-77d4c5fa59a0f270,libidna_adapter-3a29bb93e091834a,libicu_normalizer-9907f6720879adfa,libicu_normalizer_data-5f7d7c19a0e21ea1,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libicu_properties-ea4a72dd6b052c6b,libicu_properties_data-61b2e4b1f2e1f988,libicu_locid_transform-050b4d25f1a1e467,libicu_locid_transform_data-94513cffde0b2fcb,libicu_collections-48533032cb643fc5,libicu_provider-1fd10c3419e62299,libicu_locid-a6898df8db737c00,liblitemap-ef831971c0938ea9,libtinystr-586a9f4d7baaf7c8,libzerovec-4717b72405f3ce93,libwriteable-1e5dea0053e4c229,libyoke-25b0695a652389e5,libzerofrom-59f3d6c08e4e708b,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhttp-7c949f964a59f6bb,libfnv-79e2cbfbe03dcd16,libeventsource_stream-e65752bafddfe31a,libnom-370723ffd298e17b,libthiserror-3eca119c6bf47924,libfutures-a5cebc26e6850701,libfutures_executor-cb1afccca3d69c76,libfutures_util-7d39c71d1ce3414f,libfutures_io-59d0071c9258d69f,libslab-3788524c377108ad,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,libratatui-f78467f1a5d75175,libcassowary-12d00e585f48d567,libunicode_segmentation-421de088ab714999,libunicode_width-b1bc0d6c10c00ecc,libcrossterm-96cc34c626b1472b,libbitflags-dde12b0d7d495b50,libtokio-0524fef4d5581686,libsocket2-fb057eea4fb2d72f,libbytes-59b64796c649cbb1,libpin_project_lite-1fb34223a43983ad,libcrossterm-6f52c3aa01f406b5,libparking_lot-c2eb664389079efa,libparking_lot_core-8e70c36325df2041,libsmallvec-084045a3116dc58e,liblock_api-172be1fcd34e42db,libscopeguard-7ec2214574194454,libsignal_hook_mio-39cbaea1acb3ae6d,libsignal_hook-2e51ba9450930096,libsignal_hook_registry-2ea0ea2288f7abdd,libmio-466623fdd104b90d,libmio-25a8a42ddc9771dc,liblibc-1fdcef0c9dbd1f46,liblog-9a3ff67864b30e2c,libanyhow-575818e3880bda13,libserde_json-0c6acf688395ce11,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libtempfile-34cb29f43dac5f9f,libfastrand-843352815ac44e47,librustix-09eb756a1417c537,libbitflags-b5ac644a98bab28d,libserde-d931a5d968348952,liblinux_raw_sys-07d08e485b51e8af,libcfg_if-3e7fc4e38d4a72b5,libonce_cell-2642703f88b7c2f4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc60X5bu/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-8cb877562f928416/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/config_tests-fc6a0fd7f350456a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcButoQZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libx-df57422526b7e5fc,libserde_yaml-7760240d1a5566e9,libindexmap-f7803f6a2c2cbc72,libunsafe_libyaml-d3127b66fe569cc5,libdirs-57c058de966622fa,libdirs_sys-beff9ed29196c2e3,liboption_ext-61303ef911796993,libratatui-cea9bf934fe58c53,libunicode_truncate-9e5da68995375699,libitertools-f0580d7fac22c6ed,liblru-19282a403e685213,libhashbrown-993fa0e19aee0c2e,libfoldhash-f881ae9859623803,libequivalent-487f93f8f6ab5e5b,liballocator_api2-626bb13a3f9fc752,libitertools-9058d0cc06858c70,libeither-b4418dba5a443acb,libcompact_str-dc8a2f9d8118ff57,libstatic_assertions-f0217ecdd817a834,libcastaway-83c3eb9c12a38f18,libstrum-e1a5449236f28158,libcrossterm-fc40a5b52caab343,libclap-b9de2ac3dcaee102,libclap_builder-e25ad22d84d1fe24,libstrsim-4d1ed08a123238dc,libanstream-029ae311d5bb7370,libanstyle_query-6b2b2868060db38b,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-c3c00c022d852059,libanstyle_parse-ba0fcc57d8ad93a7,libutf8parse-92d0158219063202,libclap_lex-033063cba7a3f477,libanstyle-e80e21c5036b9344,libtermimad-dd3bcdcc42f45206,libcoolor-c3cfa77af273893b,liblazy_regex-e433e4e75dbdcfa5,libregex-6c01582c2a55ef83,libregex_automata-364a2725dc1d6a56,libaho_corasick-c633c294b3f5f5b4,libregex_syntax-cf9ef9729ec61e4c,libcrossbeam-cdb106bb40b42dd0,libcrossbeam_deque-dc07baa284bf2148,libcrossbeam_channel-31400b424bf46c12,libcrossbeam_queue-1df9d8d3125a55f2,libcrossbeam_epoch-b597ae2b47bee0b2,libcrossbeam_utils-38c1ab848056760b,libcrokey-ec3597b60eea0cc2,libstrict-f041d105900541a1,libminimad-2ab5c724fe36623b,libkernelx-4bbccee85bc78440,libkernelx_core-225998a44f8f3a9e,libthiserror-c9c79bf233ec7afa,libasync_openai-f032513d044865c4,libtokio_stream-00fc66a2e08d39e9,libbackoff-d05e1d67cdf2358d,libinstant-38d60975c0c43666,libasync_convert-fb942746bbbb8030,libderive_builder-66c8703b710ff6d6,librand-75236bfdf1fce6d1,librand_chacha-92f82e7dadbe395c,libppv_lite86-ec2cdc5de8ba7e29,libzerocopy-ceb9429c894a70db,libbyteorder-9f6ac6743e38a88c,librand_core-623f4a2ace87e485,libsecrecy-2bccef20b40d5cc5,libreqwest_eventsource-3e4bef9c4c595296,libfutures_timer-17baedd4276dc448,libreqwest-539ef1e682591fd9,libserde_urlencoded-5c59a748bfbc341d,libsync_wrapper-3a39ce8c16d0936e,libbase64-32787b0325ea6df8,libipnet-8b8ac2f1f2253516,libhyper_rustls-68e8b49d5265aea2,librustls_native_certs-2a316acdd1fb93ca,librustls_pemfile-20fa54e8bbb126a6,libopenssl_probe-5821ed5bfde807ff,libtokio_rustls-f7ea916f05969927,librustls-cc003d38253408c9,libsubtle-2ae6a7038b9a0630,libwebpki-c1c1255a8d7323a4,libring-f0752d8414414542,libgetrandom-4d731484eab71f2b,libspin-77da57a1b47d23a3,libuntrusted-b2f816886faf2178,libzeroize-9d781f334751eb0e,librustls_pki_types-3ff1de78bbe88671,libmime_guess-b74784498c4eaafa,libunicase-8adae49f8984f66d,libmime-0188e0814ca7ddbf,libhyper_util-d8403c0d8050c358,libtower_service-3fb88d28c2218805,libtracing-b9fa356aa4d2a1ba,libtracing_core-b915f0ab487ca72c,libonce_cell-2642703f88b7c2f4,libhyper-1166978560c5085b,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-54b7052d6f854fa0,libtokio_util-88503e66ab5c018b,libhttp_body_util-1a64c7cf54412bbb,libhttp_body-17f817d84d3afeb2,liburl-e40038d2244d1535,libidna-77d4c5fa59a0f270,libidna_adapter-3a29bb93e091834a,libicu_normalizer-9907f6720879adfa,libicu_normalizer_data-5f7d7c19a0e21ea1,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libicu_properties-ea4a72dd6b052c6b,libicu_properties_data-61b2e4b1f2e1f988,libicu_locid_transform-050b4d25f1a1e467,libicu_locid_transform_data-94513cffde0b2fcb,libicu_collections-48533032cb643fc5,libicu_provider-1fd10c3419e62299,libicu_locid-a6898df8db737c00,liblitemap-ef831971c0938ea9,libtinystr-586a9f4d7baaf7c8,libzerovec-4717b72405f3ce93,libwriteable-1e5dea0053e4c229,libyoke-25b0695a652389e5,libzerofrom-59f3d6c08e4e708b,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhttp-7c949f964a59f6bb,libfnv-79e2cbfbe03dcd16,libeventsource_stream-e65752bafddfe31a,libnom-370723ffd298e17b,libthiserror-3eca119c6bf47924,libfutures-a5cebc26e6850701,libfutures_executor-cb1afccca3d69c76,libfutures_util-7d39c71d1ce3414f,libfutures_io-59d0071c9258d69f,libslab-3788524c377108ad,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,libratatui-f78467f1a5d75175,libcassowary-12d00e585f48d567,libunicode_segmentation-421de088ab714999,libunicode_width-b1bc0d6c10c00ecc,libcrossterm-96cc34c626b1472b,libbitflags-dde12b0d7d495b50,libtokio-0524fef4d5581686,libsocket2-fb057eea4fb2d72f,libbytes-59b64796c649cbb1,libpin_project_lite-1fb34223a43983ad,libcrossterm-6f52c3aa01f406b5,librustix-09eb756a1417c537,liblinux_raw_sys-07d08e485b51e8af,libbitflags-b5ac644a98bab28d,libparking_lot-c2eb664389079efa,libparking_lot_core-8e70c36325df2041,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-084045a3116dc58e,liblock_api-172be1fcd34e42db,libscopeguard-7ec2214574194454,libsignal_hook_mio-39cbaea1acb3ae6d,libsignal_hook-2e51ba9450930096,libsignal_hook_registry-2ea0ea2288f7abdd,libmio-466623fdd104b90d,libmio-25a8a42ddc9771dc,liblibc-1fdcef0c9dbd1f46,liblog-9a3ff67864b30e2c,libanyhow-575818e3880bda13,libserde_json-0c6acf688395ce11,libmemchr-08f38e9718637002,libitoa-20e94f961f8d160c,libryu-a980823ac8640001,libserde-d931a5d968348952}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcButoQZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-8cb877562f928416/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/provider_tests-078d50bb0e491a33" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x` (test "provider_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `x` (test "config_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "983ca6c9f978b0fa295e4e74f0e8e576f8773a1d608412f0506c583a09d10c36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "983ca6c9f978b0fa295e4e74f0e8e576f8773a1d608412f0506c583a09d10c36", kill_on_drop: false }`
[INFO] [stdout] 983ca6c9f978b0fa295e4e74f0e8e576f8773a1d608412f0506c583a09d10c36
