[INFO] fetching crate mihomo-rs 1.2.1... [INFO] testing mihomo-rs-1.2.1 against try#a7ee93192a766fb0dafa23def7154fc03cfcfc3e for pr-146989 [INFO] extracting crate mihomo-rs 1.2.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate mihomo-rs 1.2.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mihomo-rs 1.2.1 [INFO] tweaked toml for crates.io crate mihomo-rs 1.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mihomo-rs 1.2.1 on toolchain a7ee93192a766fb0dafa23def7154fc03cfcfc3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mihomo-rs 1.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37335afc3614aeecb8135f68d31f5998bf1df0d97bb1ad3395d266fc43812484 [INFO] running `Command { std: "docker" "start" "-a" "37335afc3614aeecb8135f68d31f5998bf1df0d97bb1ad3395d266fc43812484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37335afc3614aeecb8135f68d31f5998bf1df0d97bb1ad3395d266fc43812484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37335afc3614aeecb8135f68d31f5998bf1df0d97bb1ad3395d266fc43812484", kill_on_drop: false }` [INFO] [stdout] 37335afc3614aeecb8135f68d31f5998bf1df0d97bb1ad3395d266fc43812484 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d899fffac1964da85442fc4cff1490cf10e9474b9236ecf165b001728e3c1c5d [INFO] running `Command { std: "docker" "start" "-a" "d899fffac1964da85442fc4cff1490cf10e9474b9236ecf165b001728e3c1c5d", 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 cfg-if v1.0.4 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling zlib-rs v0.5.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling deranged v0.5.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 zeroize_derive v1.4.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling rustls-pki-types v1.13.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tokio v1.48.0 [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 futures-macro v0.3.31 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling libz-rs-sys v0.5.4 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling libbz2-rs-sys v0.2.2 [INFO] [stderr] Compiling zmij v0.1.9 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling rustls-native-certs v0.8.2 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling bzip2 v0.6.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling lzma-rust2 v0.15.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling jiff v0.2.16 [INFO] [stderr] Compiling ppmd-rust v1.3.0 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling deflate64 v0.1.10 [INFO] [stderr] Compiling toml v0.9.10+spec-1.1.0 [INFO] [stderr] Compiling zip v7.0.0 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling mihomo-rs v1.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 06s [INFO] running `Command { std: "docker" "inspect" "d899fffac1964da85442fc4cff1490cf10e9474b9236ecf165b001728e3c1c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d899fffac1964da85442fc4cff1490cf10e9474b9236ecf165b001728e3c1c5d", kill_on_drop: false }` [INFO] [stdout] d899fffac1964da85442fc4cff1490cf10e9474b9236ecf165b001728e3c1c5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 837183f934a2d7f188bc2bf20dd9780609428cfab34b48eb0016229c17ab4e76 [INFO] running `Command { std: "docker" "start" "-a" "837183f934a2d7f188bc2bf20dd9780609428cfab34b48eb0016229c17ab4e76", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling mockito v1.7.1 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling mihomo-rs v1.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 01s [INFO] running `Command { std: "docker" "inspect" "837183f934a2d7f188bc2bf20dd9780609428cfab34b48eb0016229c17ab4e76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "837183f934a2d7f188bc2bf20dd9780609428cfab34b48eb0016229c17ab4e76", kill_on_drop: false }` [INFO] [stdout] 837183f934a2d7f188bc2bf20dd9780609428cfab34b48eb0016229c17ab4e76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ffbaeea837d42449ed7160b9ad89ba92c45ebd9f2160379d94666886028fb1f [INFO] running `Command { std: "docker" "start" "-a" "8ffbaeea837d42449ed7160b9ad89ba92c45ebd9f2160379d94666886028fb1f", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mihomo_rs-dd430df613a7a068) [INFO] [stdout] [INFO] [stdout] running 66 tests [INFO] [stdout] test core::client::tests::test_client_clone ... ok [INFO] [stdout] test connection::manager::tests::test_connection_manager_new ... ok [INFO] [stdout] test connection::manager::tests::test_create_test_connection ... ok [INFO] [stdout] test core::client::tests::test_client_new ... ok [INFO] [stdout] test core::client::tests::test_client_new_invalid_url ... ok [INFO] [stdout] test core::client::tests::test_build_url ... ok [INFO] [stdout] test core::client::tests::test_build_url_with_path ... ok [INFO] [stdout] test core::client::tests::test_get_proxies ... ok [INFO] [stdout] test core::client::tests::test_client_new_with_secret ... ok [INFO] [stdout] test core::client::tests::test_close_all_connections ... ok [INFO] [stdout] test core::client::tests::test_close_connection ... ok [INFO] [stdout] test core::client::tests::test_get_proxy ... ok [INFO] [stdout] test core::client::tests::test_stream_logs_message_handling ... ok [INFO] [stdout] test core::client::tests::test_get_connections ... ok [INFO] [stdout] test core::client::tests::test_get_version ... ok [INFO] [stdout] test core::client::tests::test_stream_traffic_message_handling ... ok [INFO] [stdout] test core::client::tests::test_reload_config_with_path ... ok [INFO] [stdout] test core::client::tests::test_reload_config_without_path ... ok [INFO] [stdout] test core::client::tests::test_switch_proxy ... ok [INFO] [stdout] test core::error::tests::test_not_found_error_display ... ok [INFO] [stdout] test core::error::tests::test_proxy_error_display ... ok [INFO] [stdout] test core::error::tests::test_result_type ... ok [INFO] [stdout] test core::error::tests::test_service_error_display ... ok [INFO] [stdout] test core::error::tests::test_config_error_display ... ok [INFO] [stdout] test core::client::tests::test_stream_connections_message_handling ... ok [INFO] [stdout] test core::error::tests::test_io_error_conversion ... ok [INFO] [stdout] test core::error::tests::test_json_error_conversion ... ok [INFO] [stdout] test core::client::tests::test_test_delay ... ok [INFO] [stdout] test core::port::tests::test_find_available_port ... ok [INFO] [stdout] test core::types::tests::test_connection_full_serialization ... ok [INFO] [stdout] test core::types::tests::test_connection_metadata_default ... ok [INFO] [stdout] test core::types::tests::test_connection_snapshot_serialization ... ok [INFO] [stdout] test core::error::tests::test_version_error_display ... ok [INFO] [stdout] test core::client::tests::test_get_memory ... ok [INFO] [stdout] test core::types::tests::test_connections_response_minimal ... ok [INFO] [stdout] test core::port::tests::test_is_port_available ... ok [INFO] [stdout] test core::types::tests::test_connection_snapshot_with_null_connections ... ok [INFO] [stdout] test core::port::tests::test_parse_port_from_addr ... ok [INFO] [stdout] test core::types::tests::test_connections_response_with_empty_connections ... ok [INFO] [stdout] test core::types::tests::test_connections_response_with_null_connections ... ok [INFO] [stdout] test core::types::tests::test_delay_history_serialization ... ok [INFO] [stdout] test core::types::tests::test_connection_with_minimal_fields ... ok [INFO] [stdout] test core::types::tests::test_memory_data_serialization ... ok [INFO] [stdout] test core::types::tests::test_proxy_group_serialization ... ok [INFO] [stdout] test core::types::tests::test_memory_data_field_rename ... ok [INFO] [stdout] test core::types::tests::test_connection_with_null_chains ... ok [INFO] [stdout] test core::types::tests::test_proxy_info_with_group_fields ... ok [INFO] [stdout] test core::types::tests::test_proxy_info_without_optional_fields ... ok [INFO] [stdout] test core::types::tests::test_proxy_node_default_fields ... ok [INFO] [stdout] test core::types::tests::test_version_default_fields ... ok [INFO] [stdout] test core::types::tests::test_proxy_node_serialization ... ok [INFO] [stdout] test core::types::tests::test_version_serialization ... ok [INFO] [stdout] test version::download::tests::test_decompress_gz_with_invalid_data ... ok [INFO] [stdout] test version::download::tests::test_decompress_gz ... ok [INFO] [stdout] test version::download::tests::test_decompress_zip_with_invalid_data ... ok [INFO] [stdout] test version::download::tests::test_decompress_zip ... ok [INFO] [stdout] test version::download::tests::test_detect_platform ... ok [INFO] [stdout] test version::download::tests::test_filename_format ... ok [INFO] [stdout] test version::download::tests::test_get_file_extension ... ok [INFO] [stdout] test version::download::tests::test_get_os_name ... ok [INFO] [stdout] test version::download::tests::test_decompress_zip_with_multiple_files_fails ... ok [INFO] [stdout] test version::download::tests::test_linux_uses_gz ... ok [INFO] [stdout] test core::types::tests::test_traffic_data_serialization ... ok [INFO] [stdout] test core::client::tests::test_client_with_auth ... ok [INFO] [stdout] test core::error::tests::test_url_parse_error_conversion ... ok [INFO] [stdout] test core::types::tests::test_connections_response_with_data ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mihomo_rs-536fd9267318f5c4) [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] [stderr] Running tests/config_manager_test.rs (/opt/rustwide/target/debug/deps/config_manager_test-f8431a994fbf23e1) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_config_manager_new ... ok [INFO] [stdout] test test_invalid_yaml_validation ... ok [INFO] [stdout] test test_list_profiles ... ok [INFO] [stdout] test test_save_and_load_profile ... ok [INFO] [stdout] test test_ensure_default_config ... ok [INFO] [stdout] test test_delete_profile ... ok [INFO] [stdout] test test_set_current_profile ... ok [INFO] [stdout] test test_get_current_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/connection_manager_test.rs (/opt/rustwide/target/debug/deps/connection_manager_test-3d6a9db441a51988) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_connection_manager_filter_by_process ... ok [INFO] [stdout] test test_connection_manager_filter_empty_results ... ok [INFO] [stdout] test test_connection_manager_close_all ... ok [INFO] [stdout] test test_connection_manager_close ... ok [INFO] [stdout] test test_connection_manager_filter_by_rule ... ok [INFO] [stdout] test test_connection_manager_get_statistics ... ok [INFO] [stdout] test test_connection_manager_get_all ... ok [INFO] [stdout] test test_connection_manager_close_by_process ... ok [INFO] [stdout] test test_connection_manager_close_by_host ... ok [INFO] [stdout] test test_connection_manager_list ... ok [INFO] [stdout] test test_connection_manager_filter_by_host ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/download_test.rs (/opt/rustwide/target/debug/deps/download_test-604d59eb92de7af9) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_os_detection_coverage ... ok [INFO] [stdout] test test_platform_detection_coverage ... ok [INFO] [stdout] test test_real_download_windows ... ok [INFO] [stdout] test test_platform_specific_extensions ... ok [INFO] [stdout] test test_real_download_macos ... ok [INFO] [stdout] test test_download_url_format ... ok [INFO] [stdout] test test_version_directory_structure ... ok [INFO] [stdout] test test_real_download_invalid_version ... ok [INFO] [stdout] test test_real_download_linux ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_real_download_linux stdout ---- [INFO] [stdout] Testing real download of version v1.19.17 on Linux [INFO] [stdout] ⚠️ Download test failed: HTTP error: error sending request for url (https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-linux-amd64-v1.19.17.gz) [INFO] [stdout] Error: Http(reqwest::Error { kind: Request, url: "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-linux-amd64-v1.19.17.gz", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_real_download_linux [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test download_test` [INFO] running `Command { std: "docker" "inspect" "8ffbaeea837d42449ed7160b9ad89ba92c45ebd9f2160379d94666886028fb1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ffbaeea837d42449ed7160b9ad89ba92c45ebd9f2160379d94666886028fb1f", kill_on_drop: false }` [INFO] [stdout] 8ffbaeea837d42449ed7160b9ad89ba92c45ebd9f2160379d94666886028fb1f