[INFO] cloning repository https://github.com/hastur-dev/ratterm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hastur-dev/ratterm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhastur-dev%2Fratterm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhastur-dev%2Fratterm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb0d83999c0a44c64dd9cdaa940a9ccd360cc8d4 [INFO] testing hastur-dev/ratterm against beta-2026-04-21 for beta-1.96-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhastur-dev%2Fratterm" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hastur-dev/ratterm [INFO] finished tweaking git repo https://github.com/hastur-dev/ratterm [INFO] tweaked toml for git repo https://github.com/hastur-dev/ratterm written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hastur-dev/ratterm 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/hastur-dev/ratterm 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 65ac79d947b88c75d24db71e4ec2abbed855bfcd9ca996771a22f543de1b6bdf [INFO] running `Command { std: "docker" "start" "-a" "65ac79d947b88c75d24db71e4ec2abbed855bfcd9ca996771a22f543de1b6bdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65ac79d947b88c75d24db71e4ec2abbed855bfcd9ca996771a22f543de1b6bdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ac79d947b88c75d24db71e4ec2abbed855bfcd9ca996771a22f543de1b6bdf", kill_on_drop: false }` [INFO] [stdout] 65ac79d947b88c75d24db71e4ec2abbed855bfcd9ca996771a22f543de1b6bdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c20aad4e9c95a6200c299f7ab7d33687b65b9286742b991267aace25b2e207de [INFO] running `Command { std: "docker" "start" "-a" "c20aad4e9c95a6200c299f7ab7d33687b65b9286742b991267aace25b2e207de", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling tree-sitter-language v0.1.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling serde_with v3.17.0 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling xattr v1.6.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling tree-sitter-python v0.25.0 [INFO] [stderr] Compiling tree-sitter-javascript v0.25.0 [INFO] [stderr] Compiling xz2 v0.1.7 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling fluent-uri v0.1.4 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling flate2 v1.1.7 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling bzip2 v0.5.2 [INFO] [stderr] Compiling serial2 v0.2.33 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling deflate64 v0.1.10 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling str_indices v0.4.4 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling vte v0.15.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling ropey v1.6.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling bytesize v1.3.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling rustls-pki-types v1.13.1 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling derive_more v2.1.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling filedescriptor v0.8.3 [INFO] [stderr] Compiling ssh2 v0.9.5 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling portable-pty v0.9.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling bollard-stubs v1.47.1-rc.27.3.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling lsp-types v0.97.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tower-http v0.6.7 [INFO] [stderr] Compiling git2 v0.19.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling bollard v0.18.1 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling ratterm v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s [INFO] running `Command { std: "docker" "inspect" "c20aad4e9c95a6200c299f7ab7d33687b65b9286742b991267aace25b2e207de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c20aad4e9c95a6200c299f7ab7d33687b65b9286742b991267aace25b2e207de", kill_on_drop: false }` [INFO] [stdout] c20aad4e9c95a6200c299f7ab7d33687b65b9286742b991267aace25b2e207de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 93f1dbcb7be9188a29891686d7030425be849fb7eb86881d179aa654391ed05d [INFO] running `Command { std: "docker" "start" "-a" "93f1dbcb7be9188a29891686d7030425be849fb7eb86881d179aa654391ed05d", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling vte v0.14.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling strip-ansi-escapes v0.2.1 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling xattr v1.6.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling ptyprocess v0.4.1 [INFO] [stderr] Compiling expectrl v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.6.7 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling bollard v0.18.1 [INFO] [stderr] Compiling ratterm v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `ratterm` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name ratterm --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=warnings '--warn=clippy::unwrap_used' '--allow=clippy::unused_self' '--allow=clippy::unnested_or_patterns' '--allow=clippy::uninlined_format_args' '--allow=clippy::too_many_lines' '--allow=clippy::struct_excessive_bools' '--allow=clippy::similar_names' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_same_arms' '--warn=clippy::expect_used' '--allow=clippy::doc_markdown' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::byte_char_slices' '--allow=clippy::assertions_on_constants' --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "default", "system-clipboard"))' -C metadata=b01f2242728f83f4 -C extra-filename=-c3d4c452b79b8ed5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atty=/opt/rustwide/target/debug/deps/libatty-ebafb9e2c5ca2b03.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-f2a6990c1aff8144.rlib --extern bollard=/opt/rustwide/target/debug/deps/libbollard-280557989e8f357e.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-37dc67458fd22d3d.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a90e035307da4fb.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-cccb977ed26552ce.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-e5f940a411bb9d82.rlib --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-858b87d610d7e2a9.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-91aa990d4a64e292.rlib --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-9ede2cfaa4af09b2.rlib --extern git2=/opt/rustwide/target/debug/deps/libgit2-d1df727c4ae36b5c.rlib --extern lsp_types=/opt/rustwide/target/debug/deps/liblsp_types-3af14bb3d39985c2.rlib --extern portable_pty=/opt/rustwide/target/debug/deps/libportable_pty-1a6675a9ffde2a3f.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-b67036cd5f97358f.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-5083dba0833d123b.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-092b63b01d402ef0.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-deeeada16f322676.rlib --extern ropey=/opt/rustwide/target/debug/deps/libropey-caeb5559f12f36b0.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c5b62eaa3be0fdfd.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-252d6989a2fd4cc6.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-74d517bd0323145d.rlib --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-a5da9c6d5bc7747a.rlib --extern strip_ansi_escapes=/opt/rustwide/target/debug/deps/libstrip_ansi_escapes-3dd7d83391258abb.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-5a92d0c75f284ba2.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-7fcd56c26a72f453.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c62f1bc935cb5149.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-238e1199a8d93271.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-cec5a11adfc7a20d.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-8d37eaa647dbb466.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-1c0c6175b14162c7.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-ced7e050e6ef6162.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-eca103fdc3c267d2.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-e7d43a2d5b701dc8.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8b53dfc9105d8f3.rlib --extern tree_sitter=/opt/rustwide/target/debug/deps/libtree_sitter-54adbbacf4f580ae.rlib --extern tree_sitter_javascript=/opt/rustwide/target/debug/deps/libtree_sitter_javascript-285b779b88d449d4.rlib --extern tree_sitter_python=/opt/rustwide/target/debug/deps/libtree_sitter_python-96b461fee384eb2c.rlib --extern tree_sitter_rust=/opt/rustwide/target/debug/deps/libtree_sitter_rust-81bef44a87977c40.rlib --extern unicode_segmentation=/opt/rustwide/target/debug/deps/libunicode_segmentation-199dfca739cb0090.rlib --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-8906f12a608a28d1.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-62f34dd38d0ffe49.rlib --extern vte=/opt/rustwide/target/debug/deps/libvte-24c522fb97dcc419.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-da76f08528569dad.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libgit2-sys-4fb902e9d89009b3/out/build -L native=/opt/rustwide/target/debug/build/libssh2-sys-5d27de6b470af0cf/out/build -L native=/opt/rustwide/target/debug/build/tree-sitter-6d3662cfce6ecc4e/out -L native=/opt/rustwide/target/debug/build/tree-sitter-javascript-b4fbeac8fddf6553/out -L native=/opt/rustwide/target/debug/build/tree-sitter-python-b0166b84d7bd4d8e/out -L native=/opt/rustwide/target/debug/build/tree-sitter-rust-ef4a934dc90db6ca/out -L native=/opt/rustwide/target/debug/build/bzip2-sys-30970ac724a5300a/out/lib -L native=/opt/rustwide/target/debug/build/zstd-sys-dec6db27bfa9020a/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ratterm` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name ratterm --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=warnings '--warn=clippy::unwrap_used' '--allow=clippy::unused_self' '--allow=clippy::unnested_or_patterns' '--allow=clippy::uninlined_format_args' '--allow=clippy::too_many_lines' '--allow=clippy::struct_excessive_bools' '--allow=clippy::similar_names' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_same_arms' '--warn=clippy::expect_used' '--allow=clippy::doc_markdown' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::byte_char_slices' '--allow=clippy::assertions_on_constants' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "default", "system-clipboard"))' -C metadata=85e780bfb7465e91 -C extra-filename=-d94e8aaa4aa71dde --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atty=/opt/rustwide/target/debug/deps/libatty-ebafb9e2c5ca2b03.rmeta --extern axum=/opt/rustwide/target/debug/deps/libaxum-f2a6990c1aff8144.rmeta --extern bollard=/opt/rustwide/target/debug/deps/libbollard-280557989e8f357e.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-37dc67458fd22d3d.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a90e035307da4fb.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-cccb977ed26552ce.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-e5f940a411bb9d82.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-91aa990d4a64e292.rmeta --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-9ede2cfaa4af09b2.rmeta --extern git2=/opt/rustwide/target/debug/deps/libgit2-d1df727c4ae36b5c.rmeta --extern lsp_types=/opt/rustwide/target/debug/deps/liblsp_types-3af14bb3d39985c2.rmeta --extern portable_pty=/opt/rustwide/target/debug/deps/libportable_pty-1a6675a9ffde2a3f.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-092b63b01d402ef0.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-deeeada16f322676.rmeta --extern ropey=/opt/rustwide/target/debug/deps/libropey-caeb5559f12f36b0.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c5b62eaa3be0fdfd.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-252d6989a2fd4cc6.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-74d517bd0323145d.rmeta --extern ssh2=/opt/rustwide/target/debug/deps/libssh2-a5da9c6d5bc7747a.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-5a92d0c75f284ba2.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c62f1bc935cb5149.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-238e1199a8d93271.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-cec5a11adfc7a20d.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-1c0c6175b14162c7.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-ced7e050e6ef6162.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-eca103fdc3c267d2.rmeta --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-e7d43a2d5b701dc8.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f8b53dfc9105d8f3.rmeta --extern tree_sitter=/opt/rustwide/target/debug/deps/libtree_sitter-54adbbacf4f580ae.rmeta --extern tree_sitter_javascript=/opt/rustwide/target/debug/deps/libtree_sitter_javascript-285b779b88d449d4.rmeta --extern tree_sitter_python=/opt/rustwide/target/debug/deps/libtree_sitter_python-96b461fee384eb2c.rmeta --extern tree_sitter_rust=/opt/rustwide/target/debug/deps/libtree_sitter_rust-81bef44a87977c40.rmeta --extern unicode_segmentation=/opt/rustwide/target/debug/deps/libunicode_segmentation-199dfca739cb0090.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-8906f12a608a28d1.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-62f34dd38d0ffe49.rmeta --extern vte=/opt/rustwide/target/debug/deps/libvte-24c522fb97dcc419.rmeta --extern zip=/opt/rustwide/target/debug/deps/libzip-da76f08528569dad.rmeta --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libgit2-sys-4fb902e9d89009b3/out/build -L native=/opt/rustwide/target/debug/build/libssh2-sys-5d27de6b470af0cf/out/build -L native=/opt/rustwide/target/debug/build/tree-sitter-6d3662cfce6ecc4e/out -L native=/opt/rustwide/target/debug/build/tree-sitter-javascript-b4fbeac8fddf6553/out -L native=/opt/rustwide/target/debug/build/tree-sitter-python-b0166b84d7bd4d8e/out -L native=/opt/rustwide/target/debug/build/tree-sitter-rust-ef4a934dc90db6ca/out -L native=/opt/rustwide/target/debug/build/bzip2-sys-30970ac724a5300a/out/lib -L native=/opt/rustwide/target/debug/build/zstd-sys-dec6db27bfa9020a/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "93f1dbcb7be9188a29891686d7030425be849fb7eb86881d179aa654391ed05d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93f1dbcb7be9188a29891686d7030425be849fb7eb86881d179aa654391ed05d", kill_on_drop: false }` [INFO] [stdout] 93f1dbcb7be9188a29891686d7030425be849fb7eb86881d179aa654391ed05d