[INFO] cloning repository https://github.com/caelansar/termirs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/caelansar/termirs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaelansar%2Ftermirs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaelansar%2Ftermirs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc85c11a5e0d8587a76112f3e9d54f32f50bff7f [INFO] testing caelansar/termirs against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaelansar%2Ftermirs" "/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/caelansar/termirs [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/caelansar/termirs [INFO] tweaked toml for git repo https://github.com/caelansar/termirs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/caelansar/termirs on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/caelansar/termirs 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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3a7d6321d991663c5aae6ddeda1bec2466a37d8e10e184b98176d576a02cedb [INFO] running `Command { std: "docker" "start" "-a" "e3a7d6321d991663c5aae6ddeda1bec2466a37d8e10e184b98176d576a02cedb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3a7d6321d991663c5aae6ddeda1bec2466a37d8e10e184b98176d576a02cedb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3a7d6321d991663c5aae6ddeda1bec2466a37d8e10e184b98176d576a02cedb", kill_on_drop: false }` [INFO] [stdout] e3a7d6321d991663c5aae6ddeda1bec2466a37d8e10e184b98176d576a02cedb [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 623690f69b554dc5678e69425f119717ccb24e6fa9c2b0feabf3d794e1d7d6d3 [INFO] running `Command { std: "docker" "start" "-a" "623690f69b554dc5678e69425f119717ccb24e6fa9c2b0feabf3d794e1d7d6d3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling gix-trace v0.1.14 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling zlib-rs v0.5.2 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling gix-utils v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling prodash v30.0.1 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling gix-validate v0.10.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling gix-path v0.10.20 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling faster-hex v0.10.0 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling sha1-checked v0.10.0 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Compiling libz-rs-sys v0.5.2 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling gix-features v0.43.1 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling gix-hash v0.19.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling gix-hashtable v0.9.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling memmap2 v0.9.9 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling gix-fs v0.16.1 [INFO] [stderr] Compiling gix-chunk v0.4.11 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling gix-quote v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling gix-date v0.10.5 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling gix-actor v0.35.4 [INFO] [stderr] Compiling gix-object v0.50.2 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling gix-tempfile v18.0.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling gix-commitgraph v0.29.0 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling salsa20 v0.10.2 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling gix-revwalk v0.21.0 [INFO] [stderr] Compiling scrypt v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling gix-lock v18.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling indexmap v2.11.1 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling pkcs5 v0.7.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling gix-glob v0.21.0 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling gix-config-value v0.15.1 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling rustls v0.23.34 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling const-oid v0.10.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling gix-command v0.6.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.103.7 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling gix-sec v0.12.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling gix-attributes v0.27.0 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling wezterm-dynamic-derive v0.1.1 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling hybrid-array v0.4.7 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling wezterm-dynamic v0.2.1 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling pest v2.8.4 [INFO] [stderr] Compiling gix-url v0.32.0 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling webpki-roots v1.0.3 [INFO] [stderr] Compiling gix-ref v0.53.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling pxfm v0.1.25 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling hax-lib v0.3.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling pest_meta v2.8.4 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling moxcms v0.7.9 [INFO] [stderr] Compiling block-buffer v0.11.0 [INFO] [stderr] Compiling crypto-common v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling gix-prompt v0.11.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling atomic v0.6.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling gix-revision v0.35.0 [INFO] [stderr] Compiling gix-traverse v0.47.0 [INFO] [stderr] Compiling pem-rfc7468 v1.0.0 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling gix-bitmap v0.2.14 [INFO] [stderr] Compiling hax-lib-macros v0.3.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling lab v0.11.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling csscolorparser v0.6.2 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling gix-index v0.41.0 [INFO] [stderr] Compiling gix-refspec v0.31.0 [INFO] [stderr] Compiling der v0.8.0 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling digest v0.11.0 [INFO] [stderr] Compiling gix-credentials v0.30.0 [INFO] [stderr] Compiling pest_generator v2.8.4 [INFO] [stderr] Compiling mac_address v1.1.8 [INFO] [stderr] Compiling gix-ignore v0.16.0 [INFO] [stderr] Compiling image v0.25.8 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling gix-packetline-blocking v0.19.1 [INFO] [stderr] Compiling gix-packetline v0.19.1 [INFO] [stderr] Compiling deltae v0.3.2 [INFO] [stderr] Compiling cmov v0.5.0-pre.0 [INFO] [stderr] Compiling rand_core v0.10.0-rc-3 [INFO] [stderr] Compiling clru v0.6.2 [INFO] [stderr] Compiling wezterm-input-types v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling aws-lc-sys v0.31.0 [INFO] [stderr] Compiling gix-pack v0.60.0 [INFO] [stderr] Compiling ctutils v0.3.2 [INFO] [stderr] Compiling wezterm-color-types v0.3.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling gix-transport v0.48.0 [INFO] [stderr] Compiling gix-filter v0.20.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling pest_derive v2.8.4 [INFO] [stderr] Compiling gix-worktree v0.42.0 [INFO] [stderr] Compiling wezterm-blob-leases v0.1.1 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling spki v0.8.0-rc.4 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling gix-config v0.46.0 [INFO] [stderr] Compiling gix-pathspec v0.12.0 [INFO] [stderr] Compiling vtparse v0.7.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling gix-shallow v0.5.0 [INFO] [stderr] Compiling gix-negotiate v0.21.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling io-close v0.3.7 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling instability v0.3.9 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling libcrux-intrinsics v0.0.4 [INFO] [stderr] Compiling gix-protocol v0.51.0 [INFO] [stderr] Compiling gix-submodule v0.20.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling gix-odb v0.70.0 [INFO] [stderr] Compiling gix-worktree-state v0.20.0 [INFO] [stderr] Compiling terminfo v0.9.0 [INFO] [stderr] Compiling wezterm-escape-parser v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling crypto-bigint v0.7.0-rc.18 [INFO] [stderr] Compiling libcrux-secrets v0.0.4 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling gix-discover v0.41.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling wezterm-char-props v0.1.3 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling gix-diff v0.53.0 [INFO] [stderr] Compiling ssh-encoding v0.2.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling finl_unicode v1.3.0 (https://github.com/wez/finl_unicode.git?branch=no_std#a1892f26) [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling libcrux-sha3 v0.0.4 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling wezterm-cell v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling crypto-primes v0.7.0-pre.6 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling gix v0.73.0 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling libcrux-traits v0.0.4 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling fancy-regex v0.14.0 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling pkcs8 v0.11.0-rc.11 [INFO] [stderr] Compiling pkcs1 v0.8.0-rc.4 [INFO] [stderr] Compiling signature v3.0.0-rc.6 [INFO] [stderr] Compiling sha2 v0.11.0-rc.5 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling wezterm-bidi v0.2.3 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling libcrux-platform v0.0.2 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling tls_codec_derive v0.4.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling aws-lc-rs v1.14.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling libcrux-ml-kem v0.0.4 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tls_codec v0.4.2 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling wezterm-surface v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling rsa v0.10.0-rc.12 [INFO] [stderr] Compiling ssh-cipher v0.2.0 [INFO] [stderr] Compiling ed25519-dalek v2.2.0 [INFO] [stderr] Compiling bcrypt-pbkdf v0.10.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling gethostname v1.0.2 [INFO] [stderr] Compiling p384 v0.13.1 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling p521 v0.13.3 [INFO] [stderr] Compiling sha1 v0.11.0-rc.5 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling filedescriptor v0.8.3 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling grep-matcher v0.1.8 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling x11rb-protocol v0.13.2 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling memmem v0.1.1 [INFO] [stderr] Compiling ssh2-config v0.6.2 (https://github.com/caelansar/ssh2-config.git?branch=develop#1bcf78d5) [INFO] [stderr] Compiling seize v0.3.3 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling flurry v0.5.2 [INFO] [stderr] Compiling termwiz v0.24.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling internal-russh-forked-ssh-key v0.6.16+upstream-0.6.7 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Compiling x11rb v0.13.2 [INFO] [stderr] Compiling russh-cryptovec v0.52.0 [INFO] [stderr] Compiling russh-util v0.52.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling generic-array v1.3.5 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling delegate v0.13.4 [INFO] [stderr] Compiling wildmatch v2.5.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stderr] Compiling wezterm-term v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling grep-searcher v0.1.16 [INFO] [stderr] Compiling arboard v3.6.1 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling edit v0.1.5 [INFO] [stderr] Compiling russh-sftp v2.1.1 (https://github.com/caelansar/russh-sftp.git#ed99dd32) [INFO] [stderr] Compiling ratatui-async-explorer v0.3.3 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling grep-regex v0.1.14 [INFO] [stderr] Compiling tui-textarea v0.7.0 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling russh v0.57.0 [INFO] [stderr] Compiling termirs v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 22s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "623690f69b554dc5678e69425f119717ccb24e6fa9c2b0feabf3d794e1d7d6d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "623690f69b554dc5678e69425f119717ccb24e6fa9c2b0feabf3d794e1d7d6d3", kill_on_drop: false }` [INFO] [stdout] 623690f69b554dc5678e69425f119717ccb24e6fa9c2b0feabf3d794e1d7d6d3 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0e53f139a7078fe2f425b2219378651ad1da65f511c177c026bf55fd0b6025f [INFO] running `Command { std: "docker" "start" "-a" "c0e53f139a7078fe2f425b2219378651ad1da65f511c177c026bf55fd0b6025f", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling internal-russh-forked-ssh-key v0.6.16+upstream-0.6.7 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling russh v0.57.0 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling image v0.25.8 [INFO] [stderr] Compiling wezterm-escape-parser v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling arboard v3.6.1 [INFO] [stderr] Compiling wezterm-cell v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling wezterm-surface v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling termwiz v0.24.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling wezterm-term v0.1.0 (https://github.com/caelansar/wezterm.git#7bc8751d) [INFO] [stderr] Compiling termirs v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 33s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "c0e53f139a7078fe2f425b2219378651ad1da65f511c177c026bf55fd0b6025f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0e53f139a7078fe2f425b2219378651ad1da65f511c177c026bf55fd0b6025f", kill_on_drop: false }` [INFO] [stdout] c0e53f139a7078fe2f425b2219378651ad1da65f511c177c026bf55fd0b6025f [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 05a7418dfbee8aaf5d798540b14ecae63cb945bd909afda36ba936be2c321666 [INFO] running `Command { std: "docker" "start" "-a" "05a7418dfbee8aaf5d798540b14ecae63cb945bd909afda36ba936be2c321666", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/termirs-30f23e416c6c6374) [INFO] [stdout] [INFO] [stdout] running 73 tests [INFO] [stdout] test async_ssh_client::tests::test_connect_cancel ... ok [INFO] [stdout] test async_ssh_client::tests::test_port_forwarding ... ok [INFO] [stdout] test async_ssh_client::tests::test_connect_embedded_server ... ok [INFO] [stdout] test async_ssh_client::tests::test_connect_embedded_server_public_key ... ok [INFO] [stdout] test async_ssh_client::tests::test_connect_embedded_server_auto_load_key ... ok [INFO] [stdout] test config::encryption::tests::test_decrypt_too_short_data ... ok [INFO] [stdout] test config::encryption::tests::test_decrypt_invalid_base64 ... ok [INFO] [stdout] test async_ssh_client::tests::test_port_forwarding_recovers_after_session_drop ... ok [INFO] [stdout] test async_ssh_client::tests::test_connect_timeout ... ok [INFO] [stdout] test async_ssh_client::tests::test_sftp_send_receive_roundtrip ... ok [INFO] [stdout] test config::encryption::tests::test_decrypt_corrupted_data ... ok [INFO] [stdout] test config::encryption::tests::test_encrypt_decrypt_password ... ok [INFO] [stdout] test config::encryption::tests::test_system_info_generation ... ok [INFO] [stdout] test config::encryption::tests::test_encrypt_decrypt_empty_password ... ok [INFO] [stdout] test config::encryption::tests::test_encrypt_decrypt_unicode_password ... ok [INFO] [stdout] test config::encryption::tests::test_key_derivation_consistency ... ok [INFO] [stdout] test config::ssh_config::tests::query_ssh_config_from_reader_parses_host_information ... ok [INFO] [stdout] test config::ssh_config::tests::query_ssh_config_multiple_hosts ... ok [INFO] [stdout] test config::ssh_config::tests::test_query_ssh_config_real ... ignored [INFO] [stdout] test filesystem::dir_walker::tests::test_walk_local_empty_dir ... ok [INFO] [stdout] test filesystem::dir_walker::tests::test_walk_local_nested ... ok [INFO] [stdout] test filesystem::dir_walker::tests::test_walk_local_preserves_parent_order ... ok [INFO] [stdout] test key_event::connected::tests::test_encode_key_event_to_ansi ... ok [INFO] [stdout] test key_event::table_handler::tests::test_navigation_keys_ignores_other_keys ... ok [INFO] [stdout] test key_event::table_handler::tests::test_navigation_keys_scroll_down ... ok [INFO] [stdout] test key_event::table_handler::tests::test_navigation_keys_scroll_up ... ok [INFO] [stdout] test key_event::table_handler::tests::test_navigation_keys_slash_activates_search ... ok [INFO] [stdout] test key_event::table_handler::tests::test_navigation_keys_wraps_correctly ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_backspace ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_char_input ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_enter_applies_filter ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_esc_clears_applied_filter ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_esc_clears_query ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_esc_deactivates_when_empty ... ok [INFO] [stdout] test key_event::table_handler::tests::test_search_keys_ignores_when_off ... ok [INFO] [stdout] test key_event::tests::classify_characters_follow_iterm_defaults ... ok [INFO] [stdout] test key_event::tests::double_click_selects_whitespace_group ... ok [INFO] [stdout] test key_event::tests::double_click_selects_word_bounds ... ok [INFO] [stdout] test key_event::tests::triple_click_handles_blank_line ... ok [INFO] [stdout] test key_event::tests::triple_click_selects_full_line ... ok [INFO] [stdout] test terminal::selection::tests::selection_above_viewport_is_hidden ... ok [INFO] [stdout] test terminal::selection::tests::selection_below_viewport_is_hidden ... ok [INFO] [stdout] test terminal::selection::tests::selection_in_alternate_screen_copies_text ... ok [INFO] [stdout] test terminal::selection::tests::selection_overlapping_viewport_is_rendered ... ok [INFO] [stdout] test ui::connection::tests::test_connection_form ... ok [INFO] [stdout] test ui::table::tests::test_reset_selection ... ok [INFO] [stdout] test ui::table::tests::test_scroll_down_wraps_correctly ... ok [INFO] [stdout] test ui::table::tests::test_scroll_up_wraps_correctly ... ok [INFO] [stdout] test ui::table::tests::test_table_title_formatting ... ok [INFO] [stdout] test ui::terminal::tests::profile_dirty_row_cache_under_sustained_output ... ignored, profiling helper; run explicitly when needed [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_at_boundaries ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_case_insensitive ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_case_sensitive_with_uppercase ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_empty_pattern ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_empty_text ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_invalid_regex ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_multiline ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_multiline_multiple_matches ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_multiple_matches ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_no_matches ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_overlapping_potential ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_regex_pattern ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_single_match ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_special_chars ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_whole_text ... ok [INFO] [stdout] test ui::terminal::tests::test_find_matches_in_text_word_boundary ... ok [INFO] [stdout] test config::manager::tests::test_serialize_config ... ok [INFO] [stdout] test config::encryption::tests::test_key_derivation_different_salts ... ok [INFO] [stdout] test config::encryption::tests::test_different_encryptions_produce_different_results ... ok [INFO] [stdout] test config::manager::tests::test_serialize_deserialize_connection_password ... ok [INFO] [stdout] test config::manager::tests::test_serialize_deserialize_connection_public_key ... ok [INFO] [stdout] test async_ssh_client::tests::test_sftp_send_large_file ... ok [INFO] [stdout] test async_ssh_client::tests::test_sftp_receive_large_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 71 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 24.23s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/termirs-2e0cb373e61f216e) [INFO] [stderr] Doc-tests termirs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/key_event/table_handler.rs - key_event::table_handler::handle_navigation_keys (line 102) ... ignored [INFO] [stdout] test src/key_event/table_handler.rs - key_event::table_handler::handle_search_keys (line 24) ... ignored [INFO] [stdout] test src/ui/table.rs - ui::table::SearchState (line 8) ... ignored [INFO] [stdout] test src/ui/table_renderer.rs - ui::table_renderer::draw_table_list (line 36) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.28s; merged doctests compilation took 0.28s [INFO] running `Command { std: "docker" "inspect" "05a7418dfbee8aaf5d798540b14ecae63cb945bd909afda36ba936be2c321666", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05a7418dfbee8aaf5d798540b14ecae63cb945bd909afda36ba936be2c321666", kill_on_drop: false }` [INFO] [stdout] 05a7418dfbee8aaf5d798540b14ecae63cb945bd909afda36ba936be2c321666