[INFO] cloning repository https://github.com/liuxin231/forge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liuxin231/forge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxin231%2Fforge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxin231%2Fforge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0308426b040d61cc62e0fc6b2922e5f7dc40fba2
[INFO] testing liuxin231/forge against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxin231%2Fforge" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/liuxin231/forge
[INFO] finished tweaking git repo https://github.com/liuxin231/forge
[INFO] tweaked toml for git repo https://github.com/liuxin231/forge written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/liuxin231/forge on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/liuxin231/forge 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b04ffc47bc471b8122e92c62dfece47e3668196c6ec2669a1ab8ae23791381be
[INFO] running `Command { std: "docker" "start" "-a" "b04ffc47bc471b8122e92c62dfece47e3668196c6ec2669a1ab8ae23791381be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b04ffc47bc471b8122e92c62dfece47e3668196c6ec2669a1ab8ae23791381be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b04ffc47bc471b8122e92c62dfece47e3668196c6ec2669a1ab8ae23791381be", kill_on_drop: false }`
[INFO] [stdout] b04ffc47bc471b8122e92c62dfece47e3668196c6ec2669a1ab8ae23791381be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10ef2b3fbc3f46a5f0e2985b4c9095df59d3f969323e8c2e788d5ff7bb70e243
[INFO] running `Command { std: "docker" "start" "-a" "10ef2b3fbc3f46a5f0e2985b4c9095df59d3f969323e8c2e788d5ff7bb70e243", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling forge-cli v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `kill_port_listeners` is never used
[INFO] [stdout]    --> src/process/platform.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn kill_port_listeners(port: u16) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
[INFO] running `Command { std: "docker" "inspect" "10ef2b3fbc3f46a5f0e2985b4c9095df59d3f969323e8c2e788d5ff7bb70e243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ef2b3fbc3f46a5f0e2985b4c9095df59d3f969323e8c2e788d5ff7bb70e243", kill_on_drop: false }`
[INFO] [stdout] 10ef2b3fbc3f46a5f0e2985b4c9095df59d3f969323e8c2e788d5ff7bb70e243
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 442a47a8a3e71aa0d88746251b617bad1829ba60819ac3a5199620c3787be8bb
[INFO] running `Command { std: "docker" "start" "-a" "442a47a8a3e71aa0d88746251b617bad1829ba60819ac3a5199620c3787be8bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling forge-cli v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]    --> src/cache.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     use std::io::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kill_port_listeners` is never used
[INFO] [stdout]    --> src/process/platform.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn kill_port_listeners(port: u16) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.50s
[INFO] running `Command { std: "docker" "inspect" "442a47a8a3e71aa0d88746251b617bad1829ba60819ac3a5199620c3787be8bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "442a47a8a3e71aa0d88746251b617bad1829ba60819ac3a5199620c3787be8bb", kill_on_drop: false }`
[INFO] [stdout] 442a47a8a3e71aa0d88746251b617bad1829ba60819ac3a5199620c3787be8bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4988d36ea39c6cb292d86863d5d81701b0aec0a1ded5ce91c2b0c8ef17d742ba
[INFO] running `Command { std: "docker" "start" "-a" "4988d36ea39c6cb292d86863d5d81701b0aec0a1ded5ce91c2b0c8ef17d742ba", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io::Write`
[INFO] [stderr]    --> src/cache.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |     use std::io::Write;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `kill_port_listeners` is never used
[INFO] [stderr]    --> src/process/platform.rs:154:8
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub fn kill_port_listeners(port: u16) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `forge-cli` (bin "fr" test) generated 2 warnings (run `cargo fix --bin "fr" -p forge-cli --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fr-f3d90090af706e39)
[INFO] [stdout] 
[INFO] [stdout] running 230 tests
[INFO] [stdout] test commands::tests::test_format_duration ... ok
[INFO] [stdout] test commands::tests::test_get_command_string_build_field ... ok
[INFO] [stdout] test commands::tests::test_get_command_string_custom ... ok
[INFO] [stdout] test commands::tests::test_get_command_string_undefined ... ok
[INFO] [stdout] test commands::tests::test_service_has_command_build_with_config ... ok
[INFO] [stdout] test commands::tests::test_service_has_command_custom ... ok
[INFO] [stdout] test commands::tests::test_service_has_command_no_build ... ok
[INFO] [stdout] test cache::tests::test_cache_write_read_hit ... ok
[INFO] [stdout] test commands::tests::test_service_has_command_nonexistent_service ... ok
[INFO] [stdout] test config::scanner::tests::test_build_ignore_patterns_defaults ... ok
[INFO] [stdout] test config::scanner::tests::test_build_ignore_patterns_override ... ok
[INFO] [stdout] test config::scanner::tests::test_build_ignore_patterns_with_extra ... ok
[INFO] [stdout] test config::scanner::tests::test_compute_service_name ... ok
[INFO] [stdout] test config::scanner::tests::test_compute_service_name_single_level ... ok
[INFO] [stdout] test cache::tests::test_clear_missing_is_ok ... ok
[INFO] [stdout] test config::scanner::tests::test_is_likely_workspace_config ... ok
[INFO] [stdout] test cache::tests::test_hash_empty_inputs ... ok
[INFO] [stdout] test cache::tests::test_clear_removes_service_subdir_only ... ok
[INFO] [stdout] test cache::tests::test_hash_file_change_invalidates ... ok
[INFO] [stdout] test cache::tests::test_hash_no_matching_files ... ok
[INFO] [stdout] test config::scanner::tests::test_is_workspace_root ... ok
[INFO] [stdout] test config::scanner::tests::test_resolve_service_env_service_level_overrides_workspace ... ok
[INFO] [stdout] test cache::tests::test_hash_same_content_stable ... ok
[INFO] [stdout] test config::scanner::tests::test_resolve_service_env_workspace_env_applied ... ok
[INFO] [stdout] test config::scanner::tests::test_scan_directory_ignores_glob_pattern ... ok
[INFO] [stdout] test config::scanner::tests::test_duplicate_service_name_error ... ok
[INFO] [stdout] test config::scanner::tests::test_ignored_directories_skipped ... ok
[INFO] [stdout] test config::scanner::tests::test_scan_directory_ignores_matching_directory ... ok
[INFO] [stdout] test config::service::tests::test_empty_service_section ... ok
[INFO] [stdout] test config::service::tests::test_parse_multi_service ... ok
[INFO] [stdout] test config::scanner::tests::test_load_project_from_tempdir ... ok
[INFO] [stdout] test config::scanner::tests::test_scan_directory_registers_non_ignored_service ... ok
[INFO] [stdout] test config::scanner::tests::test_load_project_with_zones ... ok
[INFO] [stdout] test config::scanner::tests::test_resolve_service_env_env_file_overrides_workspace ... ok
[INFO] [stdout] test config::service::tests::test_service_with_health_config ... ok
[INFO] [stdout] test config::scanner::tests::test_nonexistent_zone_dir_does_not_error ... ok
[INFO] [stdout] test config::validate::tests::test_depends_on_duplicate ... ok
[INFO] [stdout] test config::validate::tests::test_depends_on_empty_string ... ok
[INFO] [stdout] test config::validate::tests::test_depends_on_self_reference ... ok
[INFO] [stdout] test config::validate::tests::test_depends_on_undefined_service ... ok
[INFO] [stdout] test config::validate::tests::test_detect_no_issues_valid_service ... ok
[INFO] [stdout] test config::validate::tests::test_detect_no_issues_valid_workspace ... ok
[INFO] [stdout] test config::validate::tests::test_detect_unknown_health_field ... ok
[INFO] [stdout] test config::validate::tests::test_detect_unknown_service_field ... ok
[INFO] [stdout] test config::validate::tests::test_detect_unknown_multi_service_field ... ok
[INFO] [stdout] test config::validate::tests::test_detect_unknown_top_level_workspace_key ... ok
[INFO] [stdout] test config::validate::tests::test_detect_unknown_workspace_field ... ok
[INFO] [stdout] test config::validate::tests::test_did_you_mean_no_suggestion_far_field ... ok
[INFO] [stdout] test config::validate::tests::test_empty_workspace_name ... ok
[INFO] [stdout] test config::service::tests::test_parse_no_service_section ... ok
[INFO] [stdout] test config::validate::tests::test_direct_command_without_run ... ok
[INFO] [stdout] test config::service::tests::test_parse_single_service ... ok
[INFO] [stdout] test config::service::tests::test_service_defaults ... ok
[INFO] [stdout] test config::service::tests::test_service_with_custom_commands ... ok
[INFO] [stdout] test config::service::tests::test_service_with_env ... ok
[INFO] [stdout] test config::validate::tests::test_health_empty_cmd ... ok
[INFO] [stdout] test config::validate::tests::test_health_http_no_leading_slash ... ok
[INFO] [stdout] test config::validate::tests::test_levenshtein_did_you_mean ... ok
[INFO] [stdout] test config::validate::tests::test_health_interval_zero ... ok
[INFO] [stdout] test config::validate::tests::test_health_http_and_cmd_mutually_exclusive ... ok
[INFO] [stdout] test config::validate::tests::test_missing_up ... ok
[INFO] [stdout] test config::validate::tests::test_health_neither_http_nor_cmd ... ok
[INFO] [stdout] test config::validate::tests::test_health_timeout_zero ... ok
[INFO] [stdout] test config::validate::tests::test_no_port_conflict_different_ports ... ok
[INFO] [stdout] test config::validate::tests::test_multiple_errors_collected ... ok
[INFO] [stdout] test config::validate::tests::test_port_conflict_detection ... ok
[INFO] [stdout] test config::validate::tests::test_port_none_is_valid ... ok
[INFO] [stdout] test config::validate::tests::test_port_zero ... ok
[INFO] [stdout] test config::validate::tests::test_valid_health_config ... ok
[INFO] [stdout] test config::validate::tests::test_valid_project ... ok
[INFO] [stdout] test config::validate::tests::test_whitespace_workspace_name ... ok
[INFO] [stdout] test graph::tests::test_circular_dependency ... ok
[INFO] [stdout] test config::scanner::tests::test_scan_directory_stops_at_max_depth ... ok
[INFO] [stdout] test graph::tests::test_empty_targets ... ok
[INFO] [stdout] test graph::tests::test_diamond_dependency ... ok
[INFO] [stdout] test graph::tests::test_independent_services ... ok
[INFO] [stdout] test graph::tests::test_nonexistent_target ... ok
[INFO] [stdout] test graph::tests::test_reverse_order ... ok
[INFO] [stdout] test graph::tests::test_transitive_dependencies ... ok
[INFO] [stdout] test inspect::tests::test_build_service_inspect ... ok
[INFO] [stdout] test inspect::tests::test_build_project_inspect ... ok
[INFO] [stdout] test graph::tests::test_self_dependency ... ok
[INFO] [stdout] test inspect::tests::test_build_service_inspect_not_found ... ok
[INFO] [stdout] test inspect::tests::test_depended_by ... ok
[INFO] [stdout] test inspect::tests::test_relative_dir ... ok
[INFO] [stdout] test inspect::tests::test_transitive_deps ... ok
[INFO] [stdout] test log::collector::tests::test_push_and_read ... ok
[INFO] [stdout] test log::collector::tests::test_log_line_serialization ... ok
[INFO] [stdout] test log::collector::tests::test_read_empty ... ok
[INFO] [stdout] test output::table::tests::test_truncate_chinese_single_char_fits_exactly ... ok
[INFO] [stdout] test output::table::tests::test_truncate_empty_string_max_zero_returns_dot ... ok
[INFO] [stdout] test output::table::tests::test_truncate_empty_string_returned_unchanged ... ok
[INFO] [stdout] test output::table::tests::test_truncate_exact_byte_length_returned_unchanged ... ok
[INFO] [stdout] test output::table::tests::test_truncate_max_one_returns_dot ... ok
[INFO] [stdout] test output::table::tests::test_truncate_mid_char_byte_steps_back_to_boundary ... ok
[INFO] [stdout] test output::table::tests::test_truncate_mixed_ascii_and_multibyte ... ok
[INFO] [stdout] test output::table::tests::test_truncate_one_byte_over_appends_ellipsis ... ok
[INFO] [stdout] test output::table::tests::test_truncate_output_is_always_valid_utf8 ... ok
[INFO] [stdout] test output::table::tests::test_truncate_short_string_returned_unchanged ... ok
[INFO] [stdout] test output::table::tests::test_truncate_chinese_cuts_cleanly_between_chars ... ok
[INFO] [stdout] test output::table::tests::test_truncate_max_zero_returns_dot ... ok
[INFO] [stdout] test graph::tests::test_simple_graph ... ok
[INFO] [stdout] test output::tests::test_print_down_result_ok_text_mode_returns_ok ... ok
[INFO] [stdout] test output::tests::test_print_down_result_ok_json_mode_returns_ok ... ok
[INFO] [stdout] test output::tests::test_print_down_result_unexpected_services_variant_returns_ok ... ok
[INFO] [stdout] test output::tests::test_print_hints_section_without_title_does_not_panic ... ok
[INFO] [stdout] test output::tests::test_print_hints_empty_slice_is_noop ... ok
[INFO] [stdout] test output::tests::test_print_hints_with_sections_does_not_panic ... ok
[INFO] [stdout] test output::table::tests::test_truncate_4byte_emoji_rolls_back_to_zero ... ok
[INFO] [stdout] test output::table::tests::test_truncate_max_two_ascii ... ok
[INFO] [stdout] test output::tests::test_print_up_result_error_propagates_as_err ... ok
[INFO] [stdout] test output::tests::test_print_restart_result_delegates_to_up_path ... ok
[INFO] [stdout] test output::topo::tests::test_long_service_name_no_panic ... ok
[INFO] [stdout] test output::tests::test_print_up_result_json_mode_with_services_returns_ok ... ok
[INFO] [stdout] test output::tests::test_print_up_result_unexpected_ok_variant_returns_ok ... ok
[INFO] [stdout] test output::topo::tests::test_state_icon_plain ... ok
[INFO] [stdout] test output::topo::tests::test_state_label_plain ... ok
[INFO] [stdout] test output::topo::tests::test_strip_ansi_codes ... ok
[INFO] [stdout] test output::topo::tests::test_truncate_to_display_width_ascii ... ok
[INFO] [stdout] test output::topo::tests::test_truncate_to_display_width_unicode ... ok
[INFO] [stdout] test output::tests::test_print_down_result_error_propagates_as_err ... ok
[INFO] [stdout] test output::topo::tests::test_unicode_service_name_no_panic ... ok
[INFO] [stdout] test output::topo::tests::test_pad_to_display_width ... ok
[INFO] [stdout] test process::health::tests::test_check_http_port_zero ... ok
[INFO] [stdout] test process::health::tests::test_check_cmd_empty ... ok
[INFO] [stdout] test process::health::tests::test_check_http_normalizes_path ... ok
[INFO] [stdout] test process::health::tests::test_check_http_no_port ... ok
[INFO] [stdout] test process::health::tests::test_no_health_config_returns_ok ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_empty_content_returns_empty ... ok
[INFO] [stdout] test process::health::tests::test_wait_healthy_cmd_success ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_header_line_skipped_by_skip1 ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_listen_entry_extracted ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_multiple_distinct_ports_all_collected ... ok
[INFO] [stdout] test process::health::tests::test_check_http_unreachable ... ok
[INFO] [stdout] test process::health::tests::test_check_cmd_failure ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_non_listen_state_skipped ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_port_zero_skipped ... ok
[INFO] [stdout] test process::platform::tests::test_current_process_is_alive ... ok
[INFO] [stdout] test process::health::tests::test_check_cmd_success ... ok
[INFO] [stdout] test process::platform::tests::test_extract_host_port_invalid_returns_none ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_unknown_inode_skipped ... ok
[INFO] [stdout] test process::platform::tests::test_extract_host_port_too_many_parts_returns_none ... ok
[INFO] [stdout] test process::platform::tests::test_extract_host_port_udp_suffix ... ok
[INFO] [stdout] test process::platform::tests::test_extract_host_port ... ok
[INFO] [stdout] test log::collector::tests::test_ring_buffer_cap ... ok
[INFO] [stdout] test process::platform::tests::test_get_process_tree_no_duplicates ... ok
[INFO] [stdout] test process::platform::tests::test_nonexistent_process_is_not_alive ... ok
[INFO] [stdout] test process::platform::tests::test_get_process_tree_nonexistent_pid_still_contains_root ... ok
[INFO] [stdout] test process::platform::tests::test_parse_first_host_port_short_form ... ok
[INFO] [stdout] test process::platform::tests::test_parse_first_host_port_standard ... ok
[INFO] [stdout] test process::platform::tests::test_parse_first_host_port_no_ports ... ok
[INFO] [stdout] test process::platform::tests::test_pid_overflow_is_not_alive ... ok
[INFO] [stdout] test process::platform::tests::test_parse_first_host_port_with_host ... ok
[INFO] [stdout] test process::platform::tests::test_pid_zero_is_not_alive ... ok
[INFO] [stdout] test process::restart::tests::test_autorestart_disabled ... ok
[INFO] [stdout] test process::platform::tests::test_stop_nonexistent_process ... ok
[INFO] [stdout] test process::restart::tests::test_basic_restart ... ok
[INFO] [stdout] test process::restart::tests::test_delay ... ok
[INFO] [stdout] test process::restart::tests::test_is_errored_initial ... ok
[INFO] [stdout] test process::restart::tests::test_max_restarts_zero_means_no_restart ... ok
[INFO] [stdout] test process::restart::tests::test_no_start_recorded ... ok
[INFO] [stdout] test process::restart::tests::test_rapid_crash_does_not_reset ... ok
[INFO] [stdout] test process::restart::tests::test_stable_reset_threshold ... ok
[INFO] [stdout] test process::restart::tests::test_max_restarts_reached ... ok
[INFO] [stdout] test process::platform::tests::test_get_process_tree_pid_zero_does_not_panic ... ok
[INFO] [stdout] test process::runner::tests::test_build_command_uses_sh_on_unix ... ok
[INFO] [stdout] test process::runner::tests::test_get_working_dir_absolute_cwd_used_directly ... ok
[INFO] [stdout] test process::runner::tests::test_get_working_dir_default ... ok
[INFO] [stdout] test process::platform::tests::test_get_process_tree_includes_self ... ok
[INFO] [stdout] test process::runner::tests::test_get_working_dir_relative_cwd_resolved_against_service_dir ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_empty_inode_set_returns_empty ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_backslash_becomes_dash ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_empty_string ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_forward_slash_becomes_dash ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_inner_dot_preserved ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_leading_dot_becomes_dash ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_plain_name_unchanged ... ok
[INFO] [stdout] test process::runner::tests::test_sanitize_special_chars_become_dashes ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_consecutive_spaces ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_double_quotes ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_empty ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_mixed_quotes ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_simple ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_single_quotes ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_tabs ... ok
[INFO] [stdout] test process::runner::tests::test_remove_pid_file_nonexistent_does_not_panic ... ok
[INFO] [stdout] test process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated ... FAILED
[INFO] [stdout] test process::runner::tests::test_build_command_no_up_field_returns_error ... ok
[INFO] [stdout] test process::runner::tests::test_get_working_dir_nonexistent ... ok
[INFO] [stdout] test process::runner::tests::test_write_and_remove_pid_file ... ok
[INFO] [stdout] test process::runner::tests::test_write_pid_file_creates_parent_directories ... ok
[INFO] [stdout] test process::tests::test_is_port_available_with_listener ... ok
[INFO] [stdout] test process::runner::tests::test_get_working_dir_relative_cwd_nonexistent_returns_error ... ok
[INFO] [stdout] test process::tests::test_no_port_services ... ok
[INFO] [stdout] test process::tests::test_nonexistent_service_skipped ... ok
[INFO] [stdout] test process::tests::test_duplicate_ports ... ok
[INFO] [stdout] test resolver::tests::test_domain_match ... ok
[INFO] [stdout] test resolver::tests::test_duplicate_targets_deduped ... ok
[INFO] [stdout] test resolver::tests::test_empty_targets_returns_all_services ... ok
[INFO] [stdout] test resolver::tests::test_error_message_sorted ... ok
[INFO] [stdout] test process::tests::test_port_zero_skipped ... ok
[INFO] [stdout] test process::tests::test_no_conflicts ... ok
[INFO] [stdout] test config::validate::tests::test_invalid_command_mode ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_unclosed_double_quote ... ok
[INFO] [stdout] test process::runner::tests::test_shell_words_unclosed_single_quote ... ok
[INFO] [stdout] test resolver::tests::test_exact_match_takes_priority_over_domain ... ok
[INFO] [stdout] test resolver::tests::test_exact_match ... ok
[INFO] [stdout] test resolver::tests::test_nonexistent_target ... ok
[INFO] [stdout] test supervisor::client::tests::test_long_timeout_at_least_sixty_seconds ... ok
[INFO] [stdout] test supervisor::client::tests::test_long_timeout_greater_than_default ... ok
[INFO] [stdout] test supervisor::client::tests::test_print_log_line_all_six_color_branches_no_panic ... ok
[INFO] [stdout] test supervisor::client::tests::test_print_log_line_empty_fields_no_panic ... ok
[INFO] [stdout] test supervisor::client::tests::test_default_timeout_at_least_five_seconds ... ok
[INFO] [stdout] test supervisor::client::tests::test_print_log_line_with_timestamp_no_panic ... ok
[INFO] [stdout] test supervisor::client::tests::test_print_log_line_without_timestamp_no_panic ... ok
[INFO] [stdout] test supervisor::protocol::tests::test_health_status_display ... ok
[INFO] [stdout] test supervisor::protocol::tests::test_process_status_display ... ok
[INFO] [stdout] test supervisor::daemon::tests::test_invalid_pid_file ... ok
[INFO] [stdout] test supervisor::daemon::tests::test_cleanup_existing_files ... ok
[INFO] [stdout] test supervisor::daemon::tests::test_stale_supervisor_cleaned_up ... ok
[INFO] [stdout] test supervisor::daemon::tests::test_no_supervisor_running ... ok
[INFO] [stdout] test supervisor::daemon::tests::test_cleanup_nonexistent_files ... ok
[INFO] [stdout] test supervisor::protocol::tests::test_service_status_equality ... ok
[INFO] [stdout] test supervisor::protocol::tests::test_request_serialization_roundtrip ... ok
[INFO] [stdout] test supervisor::protocol::tests::test_response_serialization_roundtrip ... ok
[INFO] [stdout] test tests::test_is_workspace_forge_toml_commented ... ok
[INFO] [stdout] test tests::test_is_workspace_forge_toml_nonexistent ... ok
[INFO] [stdout] test tests::test_is_workspace_forge_toml_service_only ... ok
[INFO] [stdout] test tests::test_is_workspace_forge_toml_valid ... ok
[INFO] [stdout] test process::health::tests::test_wait_healthy_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated' (163) panicked at src/process/platform.rs:759:13:
[INFO] [stdout] assertion `left == right` failed: duplicate port must appear only once
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5996e0f7941a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5996e0f7941a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5996e0f7941a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5996e0f7941a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5996e0f9093a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5996e0f9093a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5996e0f7ed32 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5996e0f7ed32 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5996e0f5428f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5996e0f5428f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5996e0f6fe29 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5996e0dda57c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5996e0dda57c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5996e0f700a2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5996e0f700a2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5996e0f54348 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5996e0f4b3b9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5996e0f553cd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5996e0f9112c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5996e0f91013 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5996e0f8ba8d - core[35159d6ffb30e017]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5996e0740242 - fr[412b68ffca439b64]::process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated
[INFO] [stdout]                                at /opt/rustwide/workdir/src/process/platform.rs:759:13
[INFO] [stdout]   22:     0x5996e0736657 - fr[412b68ffca439b64]::process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/process/platform.rs:753:57
[INFO] [stdout]   23:     0x5996e0799606 - <fr[412b68ffca439b64]::process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5996e0dcd85b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5996e0dcd85b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5996e0ddb04b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5996e0ddb04b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5996e0ddb04b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5996e0ddb04b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5996e0ddb04b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5996e0ddb04b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5996e0ddb04b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5996e0dd5a24 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5996e0dd5a24 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5996e0dddc52 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5996e0dddc52 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5996e0dddc52 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5996e0dddc52 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5996e0dddc52 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5996e0dddc52 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5996e0dddc52 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5996e0f7818f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5996e0f7818f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71c2f87c8aa4 - <unknown>
[INFO] [stdout]   45:     0x71c2f8855a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     process::platform::tests::proc_tcp_tests::test_multiple_inodes_same_port_deduplicated
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 229 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin fr`
[INFO] running `Command { std: "docker" "inspect" "4988d36ea39c6cb292d86863d5d81701b0aec0a1ded5ce91c2b0c8ef17d742ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4988d36ea39c6cb292d86863d5d81701b0aec0a1ded5ce91c2b0c8ef17d742ba", kill_on_drop: false }`
[INFO] [stdout] 4988d36ea39c6cb292d86863d5d81701b0aec0a1ded5ce91c2b0c8ef17d742ba
