[INFO] cloning repository https://github.com/srrrs-7/my-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/srrrs-7/my-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrrrs-7%2Fmy-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrrrs-7%2Fmy-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8656498daf0929191ea0d15fd8825dee79bcbcb7
[INFO] testing srrrs-7/my-agent against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrrrs-7%2Fmy-agent" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/srrrs-7/my-agent
[INFO] finished tweaking git repo https://github.com/srrrs-7/my-agent
[INFO] tweaked toml for git repo https://github.com/srrrs-7/my-agent written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/srrrs-7/my-agent on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/srrrs-7/my-agent 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" "+1.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e
[INFO] running `Command { std: "docker" "start" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.10
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling cc v1.4.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling http v1.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling ipnet v2.12.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.34
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]    Compiling bstr v1.13.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling globset v0.4.19
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling agent-domain v0.1.0 (/opt/rustwide/workdir/crates/domain)
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.14
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling futures v0.3.34
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.5
[INFO] [stderr]    Compiling thread_local v1.1.10
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling ignore v0.4.30
[INFO] [stderr]    Compiling landlock v0.4.7
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]    Compiling agent-application v0.1.0 (/opt/rustwide/workdir/crates/application)
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling agent-test-support v0.1.0 (/opt/rustwide/workdir/crates/test-support)
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling agent-infrastructure v0.1.0 (/opt/rustwide/workdir/crates/infrastructure)
[INFO] [stderr]    Compiling agent-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling agent-application v0.1.0 (/opt/rustwide/workdir/crates/application)
[INFO] [stderr]    Compiling agent-domain v0.1.0 (/opt/rustwide/workdir/crates/domain)
[INFO] [stderr]    Compiling agent-test-support v0.1.0 (/opt/rustwide/workdir/crates/test-support)
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling agent-infrastructure v0.1.0 (/opt/rustwide/workdir/crates/infrastructure)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling agent-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/agent_application-465ed52c49055384)
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test agent::compaction::tests::a_short_history_is_not_worth_a_round_trip ... ok
[INFO] [stdout] test agent::compaction::tests::a_second_compaction_carries_the_first_summary_forward ... ok
[INFO] [stdout] test agent::compaction::tests::a_compaction_never_orphans_a_tool_result ... ok
[INFO] [stdout] test agent::compaction::tests::bulky_tool_output_is_clipped_but_still_represented ... ok
[INFO] [stdout] test agent::compaction::tests::a_provider_failure_leaves_the_history_untouched ... ok
[INFO] [stdout] test agent::compaction::tests::an_empty_summary_is_treated_as_a_failure ... ok
[INFO] [stdout] test agent::compaction::tests::folds_the_old_turns_and_keeps_the_recent_ones ... ok
[INFO] [stdout] test agent::dispatch::tests::a_destructive_call_is_shown_whole ... ok
[INFO] [stdout] test agent::compaction::tests::what_the_user_said_reaches_the_summariser_whole ... ok
[INFO] [stdout] test agent::compaction::tests::the_request_is_labelled_for_routing_and_carries_no_tools ... ok
[INFO] [stdout] test agent::compaction::tests::the_summary_is_framed_as_a_record_rather_than_a_request ... ok
[INFO] [stdout] test agent::dispatch::tests::even_a_destructive_call_has_a_ceiling ... ok
[INFO] [stdout] test agent::dispatch::tests::handles_non_object_arguments ... ok
[INFO] [stdout] test agent::compaction::tests::disabled_means_disabled ... ok
[INFO] [stdout] test agent::dispatch::tests::summaries_stay_on_one_line_and_within_budget ... ok
[INFO] [stdout] test agent::dispatch::tests::summarises_object_arguments ... ok
[INFO] [stdout] test agent::loop_runner::tests::maps_provider_stop_reasons ... ok
[INFO] [stdout] test agent::prompt::tests::appending_separates_with_a_blank_line ... ok
[INFO] [stdout] test agent::prompt::tests::appended_instructions_land_after_the_project_instructions ... ok
[INFO] [stdout] test agent::prompt::tests::omits_empty_sections ... ok
[INFO] [stdout] test agent::prompt::tests::includes_environment_tools_and_project_instructions ... ok
[INFO] [stdout] test agent::prompt::tests::oversized_project_instructions_are_clipped ... ok
[INFO] [stdout] test tools::exec::run::tests::a_failing_command_is_a_result_not_an_error ... ok
[INFO] [stdout] test tools::exec::run::tests::a_model_with_no_network_is_told_so_plainly ... ok
[INFO] [stdout] test agent::prompt::tests::a_fixed_prompt_is_verbatim_and_ignores_context_and_tools ... ok
[INFO] [stdout] test tools::exec::run::tests::a_refusal_reads_as_invalid_input_so_the_model_can_correct_it ... ok
[INFO] [stdout] test tools::exec::run::tests::a_signal_kill_is_spelled_out ... ok
[INFO] [stdout] test tools::exec::run::tests::a_timeout_is_an_execution_error ... ok
[INFO] [stdout] test tools::exec::run::tests::an_absurd_timeout_is_clamped_rather_than_rejected ... ok
[INFO] [stdout] test tools::exec::run::tests::an_escaping_cwd_is_the_models_mistake ... ok
[INFO] [stdout] test tools::exec::run::tests::the_tool_is_destructive_and_never_auto_runs ... ok
[INFO] [stdout] test tools::exec::run::tests::the_description_states_the_sandbox_and_the_allowlist ... ok
[INFO] [stdout] test tools::exec::run::tests::reports_output_and_status ... ok
[INFO] [stdout] test tools::exec::run::tests::the_default_cwd_is_the_workspace_root ... ok
[INFO] [stdout] test tools::file::edit::tests::reports_the_first_matching_line ... ok
[INFO] [stdout] test tools::file::tests::formats_byte_counts ... ok
[INFO] [stdout] test tools::util::tests::ignores_extra_fields ... ok
[INFO] [stdout] test tools::util::tests::parses_arguments_wrapped_in_a_json_string ... ok
[INFO] [stdout] test tools::util::tests::reports_schema_mismatches_usefully ... ok
[INFO] [stdout] test tools::web::fetch::tests::a_transport_failure_is_an_execution_error ... ok
[INFO] [stdout] test tools::web::fetch::tests::marks_truncated_content ... ok
[INFO] [stdout] test tools::util::tests::domain_errors_become_invalid_input_and_fs_errors_become_execution ... ok
[INFO] [stdout] test tools::util::tests::parses_plain_objects ... ok
[INFO] [stdout] test tools::web::fetch::tests::returns_the_page_text_with_provenance ... ok
[INFO] [stdout] test tools::web::fetch::tests::a_blocked_url_is_the_models_mistake ... ok
[INFO] [stdout] test tools::web::fetch::tests::the_tool_is_classified_as_network ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/agent_loop.rs (/opt/rustwide/target/release/deps/agent_loop-f963f15d9f2260ea)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test a_failing_tool_call_is_recoverable ... ok
[INFO] [stdout] test a_denied_call_tells_the_model_why ... ok
[INFO] [stdout] test a_failed_summary_falls_back_to_trimming_and_the_turn_still_finishes ... ok
[INFO] [stdout] test a_compacted_history_is_still_well_formed ... ok
[INFO] [stdout] test a_history_inside_its_budget_costs_no_extra_request ... ok
[INFO] [stdout] test a_mid_stream_error_aborts_the_turn ... ok
[INFO] [stdout] test a_stream_that_never_completes_is_an_error ... ok
[INFO] [stdout] test a_write_lands_in_the_filesystem ... ok
[INFO] [stdout] test an_overflowing_history_is_folded_into_a_summary_instead_of_being_dropped ... ok
[INFO] [stdout] test compaction_can_be_turned_off ... ok
[INFO] [stdout] test stream_false_uses_the_plain_chat_call ... ok
[INFO] [stdout] test parallel_read_only_calls_all_produce_results_in_order ... ok
[INFO] [stdout] test streamed_deltas_are_forwarded_and_the_completed_response_drives_the_loop ... ok
[INFO] [stdout] test the_iteration_budget_is_enforced ... ok
[INFO] [stdout] test reads_a_file_then_answers ... ok
[INFO] [stdout] test the_session_history_survives_multiple_turns ... ok
[INFO] [stdout] test fetched_content_reaches_the_model_only_as_a_tool_result ... ok
[INFO] [stdout] test an_unknown_tool_is_reported_back_instead_of_aborting ... ok
[INFO] [stdout] test whitespace_only_deltas_are_held_back ... ok
[INFO] [stdout] test web_fetch_is_denied_under_a_denying_gate_without_running ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/agent-35b6d8011adcf27b)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test approval::tests::ask_policy_asks_for_everything ... ok
[INFO] [stdout] test approval::tests::auto_policy_never_asks ... ok
[INFO] [stdout] test approval::tests::read_only_policy_asks_only_for_writes ... ok
[INFO] [stdout] test approval::tests::non_interactive_sessions_deny_instead_of_hanging ... ok
[INFO] [stdout] test args::tests::cli_definition_is_valid ... ok
[INFO] [stdout] test args::tests::defaults_to_chat ... ok
[INFO] [stdout] test args::tests::global_flags_work_after_the_subcommand ... ok
[INFO] [stdout] test args::tests::joins_a_multi_word_prompt ... ok
[INFO] [stdout] test commands::chat::tests::anything_else_goes_to_the_model ... ok
[INFO] [stdout] test args::tests::prompt_injection_flags_are_parsed ... ok
[INFO] [stdout] test commands::chat::tests::slash_commands_are_recognised ... ok
[INFO] [stdout] test commands::tools::tests::handles_schemas_without_arguments ... ok
[INFO] [stdout] test commands::chat::tests::blank_lines_are_ignored ... ok
[INFO] [stdout] test commands::tools::tests::marks_optional_arguments ... ok
[INFO] [stdout] test commands::tools::tests::treats_a_missing_required_list_as_all_optional ... ok
[INFO] [stdout] test composition::tests::a_missing_prompt_file_aborts_startup_with_the_path_in_the_error ... ok
[INFO] [stdout] test composition::tests::the_default_wiring_is_byte_identical_to_the_builtin_prompt ... ok
[INFO] [stdout] test composition::tests::cli_flags_override_the_environment ... ok
[INFO] [stdout] test render::tests::colour_is_suppressed_on_request ... ok
[INFO] [stdout] test render::tests::durations_switch_units ... ok
[INFO] [stdout] test composition::tests::replacement_and_append_compose ... ok
[INFO] [stderr]      Running tests/end_to_end.rs (/opt/rustwide/target/release/deps/end_to_end-514dda6394ea0a0c)
[INFO] [stdout] test composition::tests::an_empty_prompt_file_is_rejected_rather_than_silently_ignored ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test a_compaction_reaches_the_provider_as_a_toolless_single_message_request ... ok
[INFO] [stdout] test a_path_outside_the_workspace_is_refused_and_explained_to_the_model ... ok
[INFO] [stdout] test a_streamed_turn_can_still_be_denied_by_the_sandbox ... ok
[INFO] [stdout] test a_malformed_tool_argument_is_reported_back_to_the_model ... ok
[INFO] [stdout] test a_replaced_system_prompt_is_sent_verbatim_and_tools_still_work ... ok
[INFO] [stdout] test the_agent_reads_a_real_file_over_http_and_answers ... ok
[INFO] [stdout] test a_streamed_conversation_reads_a_file_and_answers ... ok
[INFO] [stdout] test the_agent_writes_a_real_file_through_the_sandbox ... 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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/agent_domain-97920d96f8addbed)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test model::conversation::tests::a_compaction_folds_everything_except_the_recent_tail ... ok
[INFO] [stdout] test model::conversation::tests::a_cut_between_a_call_and_its_result_moves_past_the_result ... ok
[INFO] [stdout] test model::conversation::tests::a_compacted_history_opens_with_the_summary ... ok
[INFO] [stdout] test model::conversation::tests::a_trailing_tool_call_is_left_for_the_tail ... ok
[INFO] [stdout] test model::conversation::tests::folding_a_single_message_is_not_worth_a_round_trip ... ok
[INFO] [stdout] test model::conversation::tests::keeps_recent_messages_even_when_over_budget ... ok
[INFO] [stdout] test model::conversation::tests::never_leaves_an_orphaned_tool_result_at_the_head ... ok
[INFO] [stdout] test model::conversation::tests::no_trimming_when_within_budget ... ok
[INFO] [stdout] test model::conversation::tests::replacing_a_prefix_that_would_orphan_a_result_moves_the_cut ... ok
[INFO] [stdout] test model::llm::tests::capabilities_intersect_conservatively ... ok
[INFO] [stdout] test model::llm::tests::model_id_splits_provider_hint ... ok
[INFO] [stdout] test model::tool::tests::accepts_conventional_names ... ok
[INFO] [stdout] test model::tool::tests::rejects_illegal_names ... ok
[INFO] [stdout] test model::message::tests::text_concatenates_only_text_blocks ... ok
[INFO] [stdout] test model::workspace::tests::absolute_of_root_is_the_root ... ok
[INFO] [stdout] test model::workspace::tests::absolute_round_trips ... ok
[INFO] [stdout] test model::workspace::tests::empty_and_dot_mean_the_root ... ok
[INFO] [stdout] test model::workspace::tests::refuses_nul_bytes ... ok
[INFO] [stdout] test model::workspace::tests::refuses_traversal ... ok
[INFO] [stdout] test model::workspace::tests::resolves_absolute_paths_inside_the_root ... ok
[INFO] [stdout] test model::workspace::tests::resolves_relative_paths ... ok
[INFO] [stdout] test model::workspace::tests::root_must_be_absolute ... ok
[INFO] [stdout] test text::tests::a_zero_budget_yields_nothing ... ok
[INFO] [stdout] test text::tests::clip_marks_the_cut ... ok
[INFO] [stdout] test text::tests::first_line_skips_blank_leading_lines ... ok
[INFO] [stdout] test text::tests::never_splits_a_character ... ok
[INFO] [stdout] test text::tests::reports_truncation ... ok
[INFO] [stdout] test text::tests::short_text_is_untouched ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/agent_infrastructure-5b17e0e7781eb417)
[INFO] [stdout] 
[INFO] [stdout] running 121 tests
[INFO] [stdout] test config::env::tests::a_missing_model_is_reported_with_a_hint ... ok
[INFO] [stdout] test config::env::tests::aliases_map_to_prefixed_keys_and_are_case_insensitive ... ok
[INFO] [stdout] test config::env::tests::an_explicit_key_wins_over_the_vendor_variable ... ok
[INFO] [stdout] test config::env::tests::empty_values_are_treated_as_absent ... ok
[INFO] [stdout] test config::env::tests::anthropic_without_a_key_is_rejected_up_front ... ok
[INFO] [stdout] test config::env::tests::falls_back_to_the_vendor_api_key_variable ... ok
[INFO] [stdout] test config::env::tests::parsed_falls_back_and_reports_bad_values ... ok
[INFO] [stdout] test config::env::tests::single_provider_uses_the_unaliased_keys ... ok
[INFO] [stdout] test config::env::tests::trailing_slashes_are_stripped_from_the_base_url ... ok
[INFO] [stdout] test config::kinds::tests::approval_policy_parsing ... ok
[INFO] [stdout] test config::kinds::tests::labels_round_trip_through_parsing ... ok
[INFO] [stdout] test config::kinds::tests::provider_kind_accepts_common_spellings ... ok
[INFO] [stdout] test config::kinds::tests::router_parsing ... ok
[INFO] [stdout] test config::kinds::tests::unknown_values_name_the_alternatives ... ok
[INFO] [stdout] test config::tests::a_single_provider_defaults_to_a_static_router ... ok
[INFO] [stdout] test config::tests::an_explicit_default_provider_must_exist ... ok
[INFO] [stdout] test config::tests::an_explicit_router_overrides_the_default ... ok
[INFO] [stdout] test config::tests::api_keys_are_masked ... ok
[INFO] [stdout] test config::tests::compaction_can_be_turned_off_for_a_metered_endpoint ... ok
[INFO] [stdout] test config::tests::describe_masks_secrets ... ok
[INFO] [stdout] test config::tests::history_compaction_is_on_by_default ... ok
[INFO] [stdout] test config::tests::loop_limits_come_from_the_environment ... ok
[INFO] [stdout] test config::tests::several_providers_default_to_the_model_prefix_router ... ok
[INFO] [stdout] test config::tests::prompt_injection_is_read_from_the_environment ... ok
[INFO] [stdout] test config::tests::short_keys_are_fully_masked ... ok
[INFO] [stdout] test config::tests::the_shell_tool_is_off_and_networkless_by_default ... ok
[INFO] [stdout] test config::tests::the_prompt_is_built_in_when_nothing_is_injected ... ok
[INFO] [stdout] test config::tests::turning_the_sandbox_off_has_to_be_spelled_out ... ok
[INFO] [stdout] test config::tests::the_shell_allowlist_and_writable_roots_are_comma_separated ... ok
[INFO] [stdout] test exec::env::tests::conventional_secret_names_are_caught ... ok
[INFO] [stdout] test exec::env::tests::a_provider_alias_key_is_a_secret_but_the_alias_list_is_not ... ok
[INFO] [stdout] test exec::env::tests::matching_is_case_insensitive ... ok
[INFO] [stdout] test exec::env::tests::ordinary_variables_survive ... ok
[INFO] [stdout] test exec::capture::tests::captures_output_and_exit_code ... ok
[INFO] [stdout] test exec::capture::tests::a_missing_program_is_a_spawn_failure ... ok
[INFO] [stdout] test exec::linux::tests::a_ruleset_builds_for_a_realistic_policy ... ok
[INFO] [stdout] test exec::linux::tests::missing_paths_are_skipped_rather_than_fatal ... ok
[INFO] [stdout] test exec::proxy::tests::a_mismatched_host_header_does_not_survive ... ok
[INFO] [stdout] test exec::linux::tests::this_kernel_supports_what_we_require ... ok
[INFO] [stdout] test exec::proxy::tests::a_missing_host_header_is_reconstructed ... ok
[INFO] [stdout] test exec::proxy::tests::a_non_default_port_stays_in_the_host_header ... ok
[INFO] [stdout] test exec::proxy::tests::a_scheme_this_proxy_does_not_relay_is_refused ... ok
[INFO] [stdout] test exec::proxy::tests::a_private_address_behind_a_listed_name_is_still_refused ... ok
[INFO] [stdout] test exec::proxy::tests::a_request_that_is_not_proxy_shaped_is_a_client_error ... ok
[INFO] [stdout] test exec::proxy::tests::authority_parsing_keeps_ipv6_recognisable ... ok
[INFO] [stdout] test exec::proxy::tests::an_ip_literal_cannot_sidestep_the_domain_allowlist ... ok
[INFO] [stdout] test exec::proxy::tests::an_unlisted_host_is_refused_with_a_reason ... ok
[INFO] [stdout] test exec::proxy::tests::credentials_in_the_target_url_are_refused ... ok
[INFO] [stdout] test exec::proxy::tests::a_listed_host_is_forwarded_and_rewritten_to_origin_form ... ok
[INFO] [stdout] test exec::proxy::tests::connect_is_checked_before_the_tunnel_opens ... ok
[INFO] [stdout] test exec::proxy::tests::the_default_policy_admits_nothing ... ok
[INFO] [stdout] test exec::proxy::tests::bytes_sent_with_the_connect_head_are_not_lost ... ok
[INFO] [stdout] test fs::context::tests::tolerates_a_workspace_without_instructions ... ok
[INFO] [stdout] test fs::local::tests::enforces_the_size_limit ... ok
[INFO] [stdout] test fs::local::tests::creates_missing_parent_directories ... ok
[INFO] [stdout] test fs::local::tests::reading_a_directory_is_an_error ... ok
[INFO] [stdout] test fs::local::tests::reports_a_missing_file_as_not_found ... ok
[INFO] [stdout] test fs::context::tests::collects_environment_instructions_and_overview ... ok
[INFO] [stdout] test fs::local::tests::refuses_a_symlink_that_points_outside_the_workspace ... ok
[INFO] [stdout] test fs::local::tests::lists_directories_first ... ok
[INFO] [stdout] test fs::local::tests::writes_and_reads_back ... ok
[INFO] [stdout] test fs::search::tests::rejects_an_invalid_regex ... ok
[INFO] [stdout] test llm::anthropic::tests::blocks_serialise_with_the_expected_tags ... ok
[INFO] [stdout] test llm::anthropic::tests::decodes_tool_use_responses ... ok
[INFO] [stdout] test llm::anthropic::tests::builds_the_versioned_url_only_once ... ok
[INFO] [stdout] test llm::anthropic::tests::tool_results_are_merged_into_the_user_turn ... ok
[INFO] [stdout] test llm::http::tests::falls_back_to_the_raw_body ... ok
[INFO] [stdout] test fs::search::tests::honours_the_include_glob_and_the_result_cap ... ok
[INFO] [stdout] test llm::anthropic::tests::unknown_block_types_are_skipped ... ok
[INFO] [stdout] test fs::search::tests::skips_binary_files ... ok
[INFO] [stdout] test fs::search::tests::finds_matches_and_skips_ignored_directories ... ok
[INFO] [stdout] test llm::http::tests::maps_auth_and_rate_limits ... ok
[INFO] [stdout] test llm::openai::tests::arguments_are_accepted_as_string_or_object ... ok
[INFO] [stdout] test llm::http::tests::unwraps_nested_error_messages ... ok
[INFO] [stdout] test llm::openai::tests::assistant_tool_calls_are_serialised_as_argument_strings ... ok
[INFO] [stdout] test llm::openai::tests::decodes_array_shaped_content ... ok
[INFO] [stdout] test llm::openai::tests::decodes_a_plain_text_answer ... ok
[INFO] [stdout] test llm::openai::tests::empty_choices_are_an_error ... ok
[INFO] [stdout] test llm::openai::tests::max_tokens_field_name_is_configurable ... ok
[INFO] [stdout] test llm::openai::tests::tool_results_become_individual_tool_role_messages ... ok
[INFO] [stdout] test llm::retry::tests::does_not_retry_permanent_failures ... ok
[INFO] [stdout] test llm::retry::tests::honours_retry_after ... ok
[INFO] [stdout] test llm::openai::tests::tool_calls_win_over_a_stop_finish_reason ... ok
[INFO] [stdout] test llm::routing::tests::static_router_always_picks_the_default ... ok
[INFO] [stdout] test llm::routing::tests::an_unconfigured_choice_is_reported_as_no_route ... ok
[INFO] [stdout] test llm::routing::tests::unknown_prefixes_are_left_alone ... ok
[INFO] [stdout] test llm::sse::tests::buffers_events_split_across_feeds ... ok
[INFO] [stdout] test llm::sse::tests::handles_crlf_delimiters ... ok
[INFO] [stdout] test llm::sse::tests::joins_multi_line_data_fields ... ok
[INFO] [stdout] test llm::sse::tests::ignores_comments_and_other_fields ... ok
[INFO] [stdout] test llm::routing::tests::prefix_router_selects_and_rewrites_the_model ... ok
[INFO] [stdout] test llm::sse::tests::splits_events_and_strips_the_data_prefix ... ok
[INFO] [stdout] test llm::sse::tests::survives_a_multibyte_character_split_across_chunks ... ok
[INFO] [stdout] test net::guard::tests::a_scoped_policy_admits_only_listed_domains_and_their_subdomains ... ok
[INFO] [stdout] test net::guard::tests::allow_private_lifts_the_address_policy_but_not_scheme_rules ... ok
[INFO] [stdout] test net::guard::tests::an_empty_scope_admits_nothing ... ok
[INFO] [stdout] test net::guard::tests::a_scoped_policy_refuses_ip_literals ... ok
[INFO] [stdout] test net::guard::tests::check_host_accepts_proxy_connect_targets ... ok
[INFO] [stdout] test net::guard::tests::embedded_credentials_are_blocked ... ok
[INFO] [stdout] test net::guard::tests::container_and_internal_hostnames_are_blocked ... ok
[INFO] [stdout] test llm::retry::tests::gives_up_after_the_attempt_budget ... ok
[INFO] [stdout] test net::guard::tests::ipv6_forms_embedding_a_private_ipv4_are_blocked ... ok
[INFO] [stdout] test net::guard::tests::ipv6_forms_embedding_a_public_ipv4_still_pass ... ok
[INFO] [stdout] test net::guard::tests::loopback_and_private_ipv4_are_blocked ... ok
[INFO] [stdout] test net::guard::tests::private_ipv6_is_blocked ... ok
[INFO] [stdout] test net::guard::tests::public_hosts_pass ... ok
[INFO] [stdout] test net::guard::tests::reserved_ipv4_ranges_are_blocked ... ok
[INFO] [stdout] test net::guard::tests::resolved_addresses_are_all_checked ... ok
[INFO] [stdout] test net::guard::tests::the_cloud_metadata_endpoint_is_blocked ... ok
[INFO] [stdout] test net::guard::tests::non_http_schemes_are_blocked ... ok
[INFO] [stdout] test web::fetcher::tests::content_types_classify_sensibly ... ok
[INFO] [stdout] test web::html::tests::adjacent_elements_do_not_merge_words ... ok
[INFO] [stdout] test web::html::tests::decodes_common_entities ... ok
[INFO] [stdout] test web::html::tests::runs_of_blank_lines_collapse_to_one ... ok
[INFO] [stdout] test web::html::tests::strips_tags_scripts_and_styles ... ok
[INFO] [stdout] test web::html::tests::survives_unterminated_script_blocks ... ok
[INFO] [stdout] test llm::retry::tests::recovers_from_transient_failures ... ok
[INFO] [stdout] test tools::timeout::tests::a_hanging_tool_becomes_a_timeout_error ... ok
[INFO] [stdout] test exec::capture::tests::floods_are_capped_without_wedging_the_child ... ok
[INFO] [stdout] test exec::capture::tests::a_hanging_command_times_out ... ok
[INFO] [stdout] test exec::capture::tests::the_timeout_takes_background_children_with_it ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/openai_http.rs (/opt/rustwide/target/release/deps/openai_http-9e762d460993b7d4)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test a_401_becomes_a_permanent_auth_error ... ok
[INFO] [stdout] test a_non_json_body_is_reported_as_an_invalid_response ... ok
[INFO] [stdout] test a_429_becomes_a_retryable_rate_limit_error ... ok
[INFO] [stdout] test a_stream_that_ends_without_completing_is_an_error ... ok
[INFO] [stdout] test chat_stream_yields_deltas_then_the_completed_response ... ok
[INFO] [stdout] test sends_a_well_formed_request_and_decodes_a_tool_call ... ok
[INFO] [stdout] test a_500_is_retryable_but_a_400_is_not ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sandbox.rs (/opt/rustwide/target/release/deps/sandbox-8efbb53125e7eca4)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test a_cwd_outside_the_workspace_cannot_be_requested ... ok
[INFO] [stdout] test a_command_runs_and_its_output_comes_back ... ok
[INFO] [stdout] test an_extra_writable_root_is_honoured ... ok
[INFO] [stdout] test requiring_more_than_the_platform_offers_fails_closed ... ok
[INFO] [stdout] test secrets_are_stripped_from_the_child_environment ... ok
[INFO] [stdout] test no_allowlist_means_no_proxy_and_no_proxy_variables ... ok
[INFO] [stdout] test landlock_cannot_protect_git_inside_the_writable_workspace ... ok
[INFO] [stdout] test the_dev_container_reports_landlock ... ok
[INFO] [stdout] test reading_outside_the_workspace_still_works ... ok
[INFO] [stdout] test the_shared_tmp_is_not_writable_but_the_session_scratch_is ... ok
[INFO] [stdout] test an_unlisted_domain_is_refused_by_the_proxy_the_child_is_pinned_to ... ok
[INFO] [stdout] test the_child_leads_its_own_session ... ok
[INFO] [stdout] test the_usual_pseudo_devices_stay_usable ... ok
[INFO] [stdout] test writes_inside_the_workspace_are_allowed ... ok
[INFO] [stdout] test writes_outside_the_workspace_are_refused_by_the_kernel ... ok
[INFO] [stdout] test only_the_egress_proxy_port_is_connectable ... ok
[INFO] [stdout] test outbound_tcp_is_blocked_when_no_proxy_is_configured ... ok
[INFO] [stdout] test a_runaway_command_is_killed_with_its_children ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/web_fetch.rs (/opt/rustwide/target/release/deps/web_fetch-ad113dc11774f3f7)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test private_addresses_are_blocked_under_the_default_policy ... ok
[INFO] [stdout] test a_redirect_to_a_host_off_the_allowlist_is_blocked ... ok
[INFO] [stdout] test binary_content_is_refused ... ok
[INFO] [stdout] test http_errors_carry_the_status ... ok
[INFO] [stdout] test plain_text_passes_through_and_truncates_at_the_cap ... ok
[INFO] [stdout] test fetches_html_and_reduces_it_to_text ... ok
[INFO] [stdout] test follows_a_redirect_and_reports_the_final_url ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/agent_test_support-3e194f3ec544526a)
[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]    Doc-tests agent_application
[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]    Doc-tests agent_domain
[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]    Doc-tests agent_infrastructure
[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]    Doc-tests agent_test_support
[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] running `Command { std: "docker" "inspect" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e", kill_on_drop: false }`
[INFO] [stdout] 1466e4ac35217f51908b64667a2f5daabee89a1cc0497574c5b275ff7a4d438e
