[INFO] cloning repository https://github.com/douglaz/replicante [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/douglaz/replicante" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Freplicante", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Freplicante'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 96f1cb2e6c464f53d23787b6eba4cfed7502e796 [INFO] testing douglaz/replicante against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdouglaz%2Freplicante" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/douglaz/replicante [INFO] finished tweaking git repo https://github.com/douglaz/replicante [INFO] tweaked toml for git repo https://github.com/douglaz/replicante written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/douglaz/replicante on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/douglaz/replicante 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2a94dbb0ed94dbba3ad2ef220baf2b1663ad349f5e43c6afab2c216569bf31d [INFO] running `Command { std: "docker" "start" "-a" "c2a94dbb0ed94dbba3ad2ef220baf2b1663ad349f5e43c6afab2c216569bf31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2a94dbb0ed94dbba3ad2ef220baf2b1663ad349f5e43c6afab2c216569bf31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a94dbb0ed94dbba3ad2ef220baf2b1663ad349f5e43c6afab2c216569bf31d", kill_on_drop: false }` [INFO] [stdout] c2a94dbb0ed94dbba3ad2ef220baf2b1663ad349f5e43c6afab2c216569bf31d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c38e734df5b0ef90c12655523b8c4730bfdf210ff0f3b39197a5d09e386389c [INFO] running `Command { std: "docker" "start" "-a" "4c38e734df5b0ef90c12655523b8c4730bfdf210ff0f3b39197a5d09e386389c", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_builder v4.5.43 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling clap v4.5.43 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling config v0.13.4 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling tokio-rusqlite v0.5.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling evalexpr v11.3.1 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling replicante v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 11s [INFO] running `Command { std: "docker" "inspect" "4c38e734df5b0ef90c12655523b8c4730bfdf210ff0f3b39197a5d09e386389c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c38e734df5b0ef90c12655523b8c4730bfdf210ff0f3b39197a5d09e386389c", kill_on_drop: false }` [INFO] [stdout] 4c38e734df5b0ef90c12655523b8c4730bfdf210ff0f3b39197a5d09e386389c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5876d38e81d959556c555b5aee4132f475ba3ed1dc5cc17c31840569499a06a7 [INFO] running `Command { std: "docker" "start" "-a" "5876d38e81d959556c555b5aee4132f475ba3ed1dc5cc17c31840569499a06a7", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tokio-rusqlite v0.5.0 [INFO] [stderr] Compiling replicante v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 53.42s [INFO] running `Command { std: "docker" "inspect" "5876d38e81d959556c555b5aee4132f475ba3ed1dc5cc17c31840569499a06a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5876d38e81d959556c555b5aee4132f475ba3ed1dc5cc17c31840569499a06a7", kill_on_drop: false }` [INFO] [stdout] 5876d38e81d959556c555b5aee4132f475ba3ed1dc5cc17c31840569499a06a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0542b764fcca0168762c01f58078fcd012cb957858f8741dd2863679dd4f3bca [INFO] running `Command { std: "docker" "start" "-a" "0542b764fcca0168762c01f58078fcd012cb957858f8741dd2863679dd4f3bca", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/replicante-c7d2487e5f2b280a) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test config::tests::test_default_config ... ok [INFO] [stdout] test llm::tests::test_create_provider ... ok [INFO] [stdout] test llm::tests::test_mock_provider_responses ... ok [INFO] [stdout] test mcp::tests::test_json_rpc_message_parsing ... ok [INFO] [stdout] test mcp::tests::test_content_item_text ... ok [INFO] [stdout] test mcp::tests::test_mcp_initialize_params ... ok [INFO] [stdout] test mcp::tests::test_list_tools_empty ... ok [INFO] [stdout] test llm::tests::test_create_mock_provider ... ok [INFO] [stdout] test mcp::tests::test_tool_call_params ... ok [INFO] [stdout] test mcp::tests::test_json_rpc_request_creation ... ok [INFO] [stdout] test mcp::tests::test_mcp_client_handles_missing_command ... ok [INFO] [stdout] test state::tests::test_memory_truncation ... ok [INFO] [stdout] test state::tests::test_decision_recording_with_id ... ok [INFO] [stdout] test tests::test_decision_record_serialization ... ok [INFO] [stdout] test tests::test_decision_result_serialization ... ok [INFO] [stdout] test state::tests::test_decision_result_update ... ok [INFO] [stdout] test tests::test_execute_decision_empty_params ... ok [INFO] [stdout] test state::tests::test_state_manager ... ok [INFO] [stdout] test tests::test_execute_decision_explore ... ok [INFO] [stdout] test tests::test_execute_decision_remember ... ok [INFO] [stdout] test tests::test_execute_decision_invalid_action_returns_error ... ok [INFO] [stdout] test tests::test_execute_decision_tool_with_params ... ok [INFO] [stdout] test tests::test_generate_example_value ... ok [INFO] [stdout] test tests::test_malformed_json_fallback ... ok [INFO] [stdout] test tests::test_parse_thought_remember_action ... ok [INFO] [stdout] test tests::test_parse_thought_with_docker_tool ... ok [INFO] [stdout] test tests::test_parse_thought_with_filesystem_tool ... ok [INFO] [stdout] test tests::test_execute_decision_wait ... ok [INFO] [stdout] test tests::test_parse_thought_without_params ... ok [INFO] [stdout] test tests::test_parse_thought_with_tool_and_params ... ok [INFO] [stdout] test tests::test_schema_parameter_extraction ... ok [INFO] [stdout] test state::tests::test_structured_decision_parsing ... ok [INFO] [stdout] test state::tests::test_memory_stats_accuracy ... ok [INFO] [stdout] test mcp::tests::test_mcp_client_creation_with_echo ... ok [INFO] [stdout] test state::tests::test_count_based_filtering ... ok [INFO] [stdout] test tests::test_tool_result_storage ... ok [INFO] [stdout] test tests::test_decision_tracking_flow ... ok [INFO] [stdout] test state::tests::test_tool_result_visibility ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/filesystem-mcp-server.rs (/opt/rustwide/target/debug/deps/filesystem_mcp_server-c6a0fe3b55a01967) [INFO] [stderr] Running unittests src/bin/http-mcp-server.rs (/opt/rustwide/target/debug/deps/http_mcp_server-3c14fbb57788eaa5) [INFO] [stderr] Running unittests src/bin/mock-mcp-server.rs (/opt/rustwide/target/debug/deps/mock_mcp_server-1d8b47cc69b4a776) [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 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 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 unittests src/bin/network-monitor.rs (/opt/rustwide/target/debug/deps/network_monitor-179809c1c8589d1e) [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 unittests src/bin/replicante.rs (/opt/rustwide/target/debug/deps/replicante-9769b4dea82b9907) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/shell-mcp-server.rs (/opt/rustwide/target/debug/deps/shell_mcp_server-4d3c0fafe1c4a319) [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 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/autonomous_reasoning.rs (/opt/rustwide/target/debug/deps/autonomous_reasoning-0ad1ae5ee16257ab) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_agent_makes_decisions ... ignored, Flaky test - depends on timing and CI performance [INFO] [stdout] test test_core_components_exist ... ok [INFO] [stdout] test test_autonomous_reasoning_cycle_exists ... ok [INFO] [stdout] test test_reasoning_methods_execution ... ok [INFO] [stdout] test test_agent_with_mock_llm ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.00s [INFO] [stdout] [INFO] [stderr] Running tests/core_components.rs (/opt/rustwide/target/debug/deps/core_components-acceb9b9580110e9) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test verify_config_exists ... ok [INFO] [stdout] test verify_autonomous_reasoning_components_exist ... ok [INFO] [stdout] test verify_llm_system_exists ... ok [INFO] [stdout] test verify_mock_llm_provider_exists ... ok [INFO] [stdout] test verify_mcp_client_exists ... ok [INFO] [stdout] test verify_public_api_exists ... ok [INFO] [stdout] test verify_state_manager_exists ... ok [INFO] [stderr] Running tests/learning_tests.rs (/opt/rustwide/target/debug/deps/learning_tests-4e251868031b01aa) [INFO] [stdout] test autonomous_reasoning_requirements ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 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 test_decision_pattern_analysis ... ok [INFO] [stdout] test test_capability_tracking ... ok [INFO] [stdout] test test_learning_metrics ... ok [INFO] [stdout] test test_action_pattern_learning ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/mcp_integration.rs (/opt/rustwide/target/debug/deps/mcp_integration-dab1b07657ed2eab) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_invalid_tool_name ... ok [INFO] [stdout] 2025-10-01T17:07:07.628743Z ERROR replicante::mcp: Failed to start MCP server mock1 (attempt 1/1): Failed to spawn MCP server: /opt/rustwide/workdir/target/debug/mock-mcp-server [INFO] [stdout] 2025-10-01T17:07:07.628891Z ERROR replicante::mcp: Failed to start MCP server mock (attempt 1/1): Failed to spawn MCP server: /opt/rustwide/workdir/target/debug/mock-mcp-server [INFO] [stdout] 2025-10-01T17:07:07.630449Z ERROR replicante::mcp: Failed to start MCP server failing (attempt 1/1): Failed to spawn MCP server: nonexistent_command_xyz [INFO] [stdout] 2025-10-01T17:07:07.631466Z ERROR replicante::mcp: Failed to parse JSON-RPC message: Failed to parse JSON-RPC message: expected ident at line 1 column 2 [INFO] [stdout] 2025-10-01T17:07:07.631606Z ERROR replicante::mcp: Failed to start MCP server mock2 (attempt 1/1): Failed to spawn MCP server: /opt/rustwide/workdir/target/debug/mock-mcp-server [INFO] [stdout] 2025-10-01T17:07:07.631718Z ERROR replicante::mcp: Failed to start MCP server http (attempt 1/1): Failed to spawn MCP server: /opt/rustwide/workdir/target/debug/http-mcp-server [INFO] [stdout] 2025-10-01T17:07:07.631988Z ERROR replicante::mcp: Failed to parse JSON-RPC message: Failed to parse JSON-RPC message: expected ident at line 1 column 2 [INFO] [stdout] 2025-10-01T17:07:07.734190Z ERROR replicante::mcp: MCP server initialization failed: working: Broken pipe (os error 32) [INFO] [stdout] 2025-10-01T17:07:07.734249Z ERROR replicante::mcp: Failed to start MCP server working (attempt 1/1): Broken pipe (os error 32) [INFO] [stdout] 2025-10-01T17:07:07.734642Z ERROR replicante::mcp: MCP server initialization failed: echo: Broken pipe (os error 32) [INFO] [stdout] 2025-10-01T17:07:07.734662Z ERROR replicante::mcp: Failed to start MCP server echo (attempt 1/1): Broken pipe (os error 32) [INFO] [stdout] test test_server_failure_recovery ... ok [INFO] [stdout] test test_echo_server ... ok [INFO] [stderr] error: test failed, to rerun pass `--test mcp_integration` [INFO] [stdout] test test_http_mcp_server ... FAILED [INFO] [stdout] test test_multiple_servers ... FAILED [INFO] [stdout] test test_mock_server_full_flow ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_http_mcp_server stdout ---- [INFO] [stdout] Warning: Binary http-mcp-server not found at /opt/rustwide/workdir/target/x86_64-unknown-linux-musl/debug/http-mcp-server or /opt/rustwide/workdir/target/debug/http-mcp-server. Make sure to run 'cargo build --bins' first. [INFO] [stdout] [INFO] [stdout] thread 'test_http_mcp_server' (109) panicked at tests/mcp_integration.rs:240:9: [INFO] [stdout] Should have discovered tools [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59e135a2aa12 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x59e135a2aa12 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x59e135a2aa12 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x59e135a2aa12 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x59e135a3c7ef - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x59e135a3c7ef - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x59e1359f5ab1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x59e1359f5ab1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x59e135a021e2 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x59e135a07a7f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x59e135a07911 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x59e1357e227e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x59e1357e227e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x59e135a081ef - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x59e135a081ef - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x59e135a07f66 - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x59e135a02329 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x59e1359ea1ed - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x59e135a46790 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x59e135594568 - mcp_integration::test_http_mcp_server::{{closure}}::{{closure}}::hd2050f3806c3dae5 [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:240:9 [INFO] [stdout] 20: 0x59e13558a2b2 - as core::future::future::Future>::poll::h69195a322fd400da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/time/timeout.rs:202:42 [INFO] [stdout] 21: 0x59e135593028 - mcp_integration::test_http_mcp_server::{{closure}}::h59377aa33dd89e29 [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:310:6 [INFO] [stdout] 22: 0x59e135589bd5 - as core::future::future::Future>::poll::h0397f3bc016e0413 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x59e135589c8d - as core::future::future::Future>::poll::hf64789513745664c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x59e1355916cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h40fa2367771afdd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x59e13559144c - tokio::task::coop::with_budget::h91d80ac5103dcaaf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x59e13559144c - tokio::task::coop::budget::h0c315528418921db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x59e13559144c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9d33ea0b75907aeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x59e13558e57a - tokio::runtime::scheduler::current_thread::Context::enter::h356799fb303fbc86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x59e135590abd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::he7afd498a2d7cf89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x59e13558fcab - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h93f5612781b6f97c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x59e13558915a - tokio::runtime::context::scoped::Scoped::set::hedd2b411fd855137 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x59e135588bea - tokio::runtime::context::set_scheduler::{{closure}}::h9eba13e67092f22a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x59e135585126 - std::thread::local::LocalKey::try_with::h77c50e2af3f6ced7 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 34: 0x59e13558449c - std::thread::local::LocalKey::with::h94709b9e2042be41 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 35: 0x59e135588b91 - tokio::runtime::context::set_scheduler::hdb55061b18f3138c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x59e13558f599 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h26886bb3f3ff721f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x59e13558fcd2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h861e30cd355e6fe5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x59e13558ddb9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hc9ad2892543c6654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x59e13558c8c0 - tokio::runtime::context::runtime::enter_runtime::ha3e8d68db2a06640 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x59e13558d7c1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb26d9286970ae7f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x59e13558d28f - tokio::runtime::runtime::Runtime::block_on_inner::h225f99e1b83c2570 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 42: 0x59e13558d5b5 - tokio::runtime::runtime::Runtime::block_on::h25535967599793a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 43: 0x59e135592d62 - mcp_integration::test_http_mcp_server::h1b57fa89aa0f38cc [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:310:11 [INFO] [stdout] 44: 0x59e135592e07 - mcp_integration::test_http_mcp_server::{{closure}}::h4722ececee47b46e [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:214:36 [INFO] [stdout] 45: 0x59e135585c36 - core::ops::function::FnOnce::call_once::hb29ee27ba155a63a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x59e1357e205b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x59e1357e205b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x59e1357f7c85 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x59e1357f7c85 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 50: 0x59e1357f7c85 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 51: 0x59e1357f7c85 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 52: 0x59e1357f7c85 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x59e1357f7c85 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x59e1357f7c85 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x59e1357ce494 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x59e1357ce494 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 57: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 58: 0x59e1357d1e3a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 59: 0x59e1357d1e3a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 60: 0x59e1357d1e3a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 61: 0x59e1357d1e3a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 63: 0x59e1357d1e3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x59e1359fd33f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 65: 0x59e1359fd33f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 66: 0x7d6191acaaa4 - [INFO] [stdout] 67: 0x7d6191b57a34 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_multiple_servers stdout ---- [INFO] [stdout] Warning: Binary mock-mcp-server not found at /opt/rustwide/workdir/target/x86_64-unknown-linux-musl/debug/mock-mcp-server or /opt/rustwide/workdir/target/debug/mock-mcp-server. Make sure to run 'cargo build --bins' first. [INFO] [stdout] Warning: Binary mock-mcp-server not found at /opt/rustwide/workdir/target/x86_64-unknown-linux-musl/debug/mock-mcp-server or /opt/rustwide/workdir/target/debug/mock-mcp-server. Make sure to run 'cargo build --bins' first. [INFO] [stdout] [INFO] [stdout] thread 'test_multiple_servers' (113) panicked at tests/mcp_integration.rs:205:9: [INFO] [stdout] assertion failed: tools.contains(&"mock1:echo".to_string()) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59e135a2aa12 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x59e135a2aa12 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x59e135a2aa12 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x59e135a2aa12 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x59e135a3c7ef - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x59e135a3c7ef - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x59e1359f5ab1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x59e1359f5ab1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x59e135a021e2 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x59e135a07a7f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x59e135a07911 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x59e1357e227e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x59e1357e227e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x59e135a081ef - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x59e135a081ef - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x59e135a07f66 - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x59e135a02329 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x59e1359ea1ed - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x59e135a46790 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x59e135a4676c - core::panicking::panic::h9eb31005fec5715e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:148:5 [INFO] [stdout] 20: 0x59e135596af1 - mcp_integration::test_multiple_servers::{{closure}}::{{closure}}::hac58c64b685b7c1e [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:205:9 [INFO] [stdout] 21: 0x59e13558a5a2 - as core::future::future::Future>::poll::hd1f5aa042103529b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/time/timeout.rs:202:42 [INFO] [stdout] 22: 0x59e135595a88 - mcp_integration::test_multiple_servers::{{closure}}::h29d2db961a11ff2e [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:210:6 [INFO] [stdout] 23: 0x59e135589bd5 - as core::future::future::Future>::poll::h0397f3bc016e0413 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x59e135589c8d - as core::future::future::Future>::poll::hf64789513745664c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 25: 0x59e1355916cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h40fa2367771afdd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 26: 0x59e13559144c - tokio::task::coop::with_budget::h91d80ac5103dcaaf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 27: 0x59e13559144c - tokio::task::coop::budget::h0c315528418921db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 28: 0x59e13559144c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9d33ea0b75907aeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 29: 0x59e13558e57a - tokio::runtime::scheduler::current_thread::Context::enter::h356799fb303fbc86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 30: 0x59e135590abd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::he7afd498a2d7cf89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 31: 0x59e13558fcab - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h93f5612781b6f97c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 32: 0x59e13558915a - tokio::runtime::context::scoped::Scoped::set::hedd2b411fd855137 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x59e135588bea - tokio::runtime::context::set_scheduler::{{closure}}::h9eba13e67092f22a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 34: 0x59e135585126 - std::thread::local::LocalKey::try_with::h77c50e2af3f6ced7 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 35: 0x59e13558449c - std::thread::local::LocalKey::with::h94709b9e2042be41 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 36: 0x59e135588b91 - tokio::runtime::context::set_scheduler::hdb55061b18f3138c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 37: 0x59e13558f599 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h26886bb3f3ff721f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 38: 0x59e13558fcd2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h861e30cd355e6fe5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 39: 0x59e13558ddb9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hc9ad2892543c6654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 40: 0x59e13558c8c0 - tokio::runtime::context::runtime::enter_runtime::ha3e8d68db2a06640 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x59e13558d7c1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb26d9286970ae7f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 42: 0x59e13558d28f - tokio::runtime::runtime::Runtime::block_on_inner::h225f99e1b83c2570 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 43: 0x59e13558d5b5 - tokio::runtime::runtime::Runtime::block_on::h25535967599793a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 44: 0x59e1355957f2 - mcp_integration::test_multiple_servers::hf1e4d8875c0f6c2c [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:210:11 [INFO] [stdout] 45: 0x59e135595c07 - mcp_integration::test_multiple_servers::{{closure}}::hb305fab7094dafe4 [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:168:37 [INFO] [stdout] 46: 0x59e135585af6 - core::ops::function::FnOnce::call_once::h68ee406f9c0cad81 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x59e1357e205b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x59e1357e205b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 49: 0x59e1357f7c85 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 50: 0x59e1357f7c85 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 51: 0x59e1357f7c85 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 52: 0x59e1357f7c85 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 53: 0x59e1357f7c85 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 54: 0x59e1357f7c85 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 55: 0x59e1357f7c85 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 56: 0x59e1357ce494 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 57: 0x59e1357ce494 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 58: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 59: 0x59e1357d1e3a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 60: 0x59e1357d1e3a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 61: 0x59e1357d1e3a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 62: 0x59e1357d1e3a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 64: 0x59e1357d1e3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 65: 0x59e1359fd33f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 66: 0x59e1359fd33f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 67: 0x7d6191acaaa4 - [INFO] [stdout] 68: 0x7d6191b57a34 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_mock_server_full_flow stdout ---- [INFO] [stdout] Warning: Binary mock-mcp-server not found at /opt/rustwide/workdir/target/x86_64-unknown-linux-musl/debug/mock-mcp-server or /opt/rustwide/workdir/target/debug/mock-mcp-server. Make sure to run 'cargo build --bins' first. [INFO] [stdout] [INFO] [stdout] thread 'test_mock_server_full_flow' (112) panicked at tests/mcp_integration.rs:102:9: [INFO] [stdout] Should have discovered tools [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59e135a2aa12 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x59e135a2aa12 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x59e135a2aa12 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x59e135a2aa12 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x59e135a3c7ef - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x59e135a3c7ef - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x59e1359f5ab1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x59e1359f5ab1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x59e135a021e2 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x59e135a07a7f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x59e135a07911 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x59e1357e227e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x59e1357e227e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x59e135a081ef - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x59e135a081ef - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x59e135a07f66 - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x59e135a02329 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x59e1359ea1ed - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x59e135a46790 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x59e1355992c2 - mcp_integration::test_mock_server_full_flow::{{closure}}::{{closure}}::hcff4c5d39bab7ced [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:102:9 [INFO] [stdout] 20: 0x59e13558a892 - as core::future::future::Future>::poll::hf38f1403254af1c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/time/timeout.rs:202:42 [INFO] [stdout] 21: 0x59e135597e78 - mcp_integration::test_mock_server_full_flow::{{closure}}::hccf701d7fc10606f [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:164:6 [INFO] [stdout] 22: 0x59e135589bd5 - as core::future::future::Future>::poll::h0397f3bc016e0413 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x59e135589c8d - as core::future::future::Future>::poll::hf64789513745664c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x59e1355916cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h40fa2367771afdd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x59e13559144c - tokio::task::coop::with_budget::h91d80ac5103dcaaf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x59e13559144c - tokio::task::coop::budget::h0c315528418921db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x59e13559144c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9d33ea0b75907aeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x59e13558e57a - tokio::runtime::scheduler::current_thread::Context::enter::h356799fb303fbc86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x59e135590abd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::he7afd498a2d7cf89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x59e13558fcab - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h93f5612781b6f97c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x59e13558915a - tokio::runtime::context::scoped::Scoped::set::hedd2b411fd855137 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x59e135588bea - tokio::runtime::context::set_scheduler::{{closure}}::h9eba13e67092f22a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x59e135585126 - std::thread::local::LocalKey::try_with::h77c50e2af3f6ced7 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 34: 0x59e13558449c - std::thread::local::LocalKey::with::h94709b9e2042be41 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 35: 0x59e135588b91 - tokio::runtime::context::set_scheduler::hdb55061b18f3138c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x59e13558f599 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h26886bb3f3ff721f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x59e13558fcd2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h861e30cd355e6fe5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x59e13558ddb9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hc9ad2892543c6654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x59e13558c8c0 - tokio::runtime::context::runtime::enter_runtime::ha3e8d68db2a06640 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x59e13558d7c1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb26d9286970ae7f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x59e13558d28f - tokio::runtime::runtime::Runtime::block_on_inner::h225f99e1b83c2570 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 42: 0x59e13558d5b5 - tokio::runtime::runtime::Runtime::block_on::h25535967599793a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 43: 0x59e135597be2 - mcp_integration::test_mock_server_full_flow::h56ca06f1e351c75b [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:164:11 [INFO] [stdout] 44: 0x59e135597fe7 - mcp_integration::test_mock_server_full_flow::{{closure}}::heefe7881061add6f [INFO] [stdout] at /opt/rustwide/workdir/tests/mcp_integration.rs:76:42 [INFO] [stdout] 45: 0x59e135585b36 - core::ops::function::FnOnce::call_once::h7a55c937a20f766d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x59e1357e205b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x59e1357e205b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x59e1357f7c85 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x59e1357f7c85 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 50: 0x59e1357f7c85 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 51: 0x59e1357f7c85 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 52: 0x59e1357f7c85 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x59e1357f7c85 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x59e1357f7c85 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x59e1357ce494 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x59e1357ce494 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 57: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 58: 0x59e1357d1e3a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 59: 0x59e1357d1e3a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 60: 0x59e1357d1e3a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 61: 0x59e1357d1e3a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x59e1357d1e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 63: 0x59e1357d1e3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x59e1359fd33f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 65: 0x59e1359fd33f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 66: 0x7d6191acaaa4 - [INFO] [stdout] 67: 0x7d6191b57a34 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_http_mcp_server [INFO] [stdout] test_mock_server_full_flow [INFO] [stdout] test_multiple_servers [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0542b764fcca0168762c01f58078fcd012cb957858f8741dd2863679dd4f3bca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0542b764fcca0168762c01f58078fcd012cb957858f8741dd2863679dd4f3bca", kill_on_drop: false }` [INFO] [stdout] 0542b764fcca0168762c01f58078fcd012cb957858f8741dd2863679dd4f3bca