[INFO] cloning repository https://github.com/steadeepanda/agent-ruler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/steadeepanda/agent-ruler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteadeepanda%2Fagent-ruler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteadeepanda%2Fagent-ruler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e166409fb015ccf9ba97ea803a89047252c73749
[INFO] testing steadeepanda/agent-ruler against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteadeepanda%2Fagent-ruler" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/steadeepanda/agent-ruler
[INFO] finished tweaking git repo https://github.com/steadeepanda/agent-ruler
[INFO] tweaked toml for git repo https://github.com/steadeepanda/agent-ruler written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/steadeepanda/agent-ruler on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/steadeepanda/agent-ruler 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba4a139266afd75da69b9f4d5cf5ecf7d6e5777b9061a51e1936eed769f2d56d
[INFO] running `Command { std: "docker" "start" "-a" "ba4a139266afd75da69b9f4d5cf5ecf7d6e5777b9061a51e1936eed769f2d56d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba4a139266afd75da69b9f4d5cf5ecf7d6e5777b9061a51e1936eed769f2d56d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba4a139266afd75da69b9f4d5cf5ecf7d6e5777b9061a51e1936eed769f2d56d", kill_on_drop: false }`
[INFO] [stdout] ba4a139266afd75da69b9f4d5cf5ecf7d6e5777b9061a51e1936eed769f2d56d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e153e0257c775ea03698858e3d54d46e1552043aeeaa4910d8ba88c5dbbe9b3d
[INFO] running `Command { std: "docker" "start" "-a" "e153e0257c775ea03698858e3d54d46e1552043aeeaa4910d8ba88c5dbbe9b3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling clap v4.5.59
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling agent-ruler v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "e153e0257c775ea03698858e3d54d46e1552043aeeaa4910d8ba88c5dbbe9b3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e153e0257c775ea03698858e3d54d46e1552043aeeaa4910d8ba88c5dbbe9b3d", kill_on_drop: false }`
[INFO] [stdout] e153e0257c775ea03698858e3d54d46e1552043aeeaa4910d8ba88c5dbbe9b3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc31c1b145a6757422156d8383519a00ac3531b1351f017e6d2aa0de3ef674ed
[INFO] running `Command { std: "docker" "start" "-a" "fc31c1b145a6757422156d8383519a00ac3531b1351f017e6d2aa0de3ef674ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling agent-ruler v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.37s
[INFO] running `Command { std: "docker" "inspect" "fc31c1b145a6757422156d8383519a00ac3531b1351f017e6d2aa0de3ef674ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc31c1b145a6757422156d8383519a00ac3531b1351f017e6d2aa0de3ef674ed", kill_on_drop: false }`
[INFO] [stdout] fc31c1b145a6757422156d8383519a00ac3531b1351f017e6d2aa0de3ef674ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3ab8f4f6079064946b9a63d6574a6ae354f0fb6b6675918161e4045d765a0a83
[INFO] running `Command { std: "docker" "start" "-a" "3ab8f4f6079064946b9a63d6574a6ae354f0fb6b6675918161e4045d765a0a83", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agent_ruler-17dd38b845896d2b)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test helpers::runners::openclaw::setup_config::tests::runner_api_base_url_uses_loopback_for_wildcard_bind ... ok
[INFO] [stdout] test helpers::runners::openclaw::setup_config::tests::runner_api_base_url_uses_loopback_for_tailscale_ip_bind ... ok
[INFO] [stdout] test openclaw_bridge::tests::bridge_urls_keep_custom_port ... ok
[INFO] [stdout] test model::tests::test_reason_code_categories ... ok
[INFO] [stdout] test model::tests::test_reason_code_description ... ok
[INFO] [stdout] test embedded_bridge::tests::noops_outside_managed_installs_root ... ok
[INFO] [stdout] test config::tests::override_runtime_layout_uses_provided_path ... ok
[INFO] [stdout] test model::tests::test_diff_summary ... ok
[INFO] [stdout] test openclaw_bridge::tests::bridge_urls_use_tailscale_public_url_when_available ... ok
[INFO] [stdout] test openclaw_bridge::tests::bridge_urls_fallback_to_local_when_tailscale_is_missing ... ok
[INFO] [stdout] test policy::tests::requires_approval_for_post_when_host_is_explicitly_allowed ... ok
[INFO] [stdout] test embedded_bridge::tests::reextracts_when_required_file_is_missing ... ok
[INFO] [stdout] test model::tests::test_decision_constructors ... ok
[INFO] [stdout] test config::tests::default_runtime_layout_avoids_project_tree ... ok
[INFO] [stdout] test runner::confinement::linux::tests::resolves_runtime_backed_resolv_conf_target ... ok
[INFO] [stdout] test policy::tests::classifies_system_critical ... ok
[INFO] [stdout] test runner::confinement::linux::tests::ignores_non_runtime_resolv_conf_target ... ok
[INFO] [stdout] test runner::confinement::linux::tests::does_not_unshare_when_allowlist_can_admit_hosts ... ok
[INFO] [stdout] test runner::tests::openclaw_gateway_launch_detects_plain_run ... ok
[INFO] [stdout] test runner::tests::openclaw_gateway_launch_detects_env_prefixed_run ... ok
[INFO] [stdout] test runner::confinement::linux::tests::does_not_unshare_when_inverted_denylist_is_used_as_allowset ... ok
[INFO] [stdout] test runner::tests::openclaw_gateway_launch_rejects_stop ... ok
[INFO] [stdout] test runners::openclaw::tests::extracts_gateway_port_hint_without_accepting_timezone_zero ... ok
[INFO] [stdout] test embedded_bridge::tests::extracts_bridge_assets_for_managed_installs_root ... ok
[INFO] [stdout] test policy::tests::denies_agent_ruler_execution_when_embedded_in_shell_argv ... ok
[INFO] [stdout] test runners::openclaw::tests::managed_config_defaults_to_state_subdir_path ... ok
[INFO] [stdout] test config::tests::init_layout_seeds_default_lists_for_fresh_runtime ... ok
[INFO] [stdout] test runners::openclaw::tests::parses_openclaw_home_from_proc_environ_bytes ... ok
[INFO] [stdout] test policy::tests::denies_workspace_exec ... ok
[INFO] [stdout] test runners::openclaw::tests::parses_ss_output_for_gateway_port_and_pid ... ok
[INFO] [stdout] test ui::tests::loopback_mirror_added_for_concrete_ipv4_bind ... ok
[INFO] [stdout] test policy::tests::denies_agent_ruler_execution_by_binary_path ... ok
[INFO] [stdout] test runner::confinement::linux::tests::unshares_network_for_effective_deny_all_mode ... ok
[INFO] [stdout] test runners::openclaw::tests::provisioning_creates_managed_paths_without_host_writes_when_import_skipped ... ok
[INFO] [stdout] test runner::confinement::linux::tests::does_not_unshare_for_openclaw_gateway_run_commands ... ok
[INFO] [stdout] test ui::tests::resolve_docs_paths_prefers_runtime_bundle ... ok
[INFO] [stdout] test config::tests::load_runtime_rewrites_stale_ruler_root_to_current_instance ... ok
[INFO] [stdout] test policy::tests::requires_approval_for_shared_exports ... ok
[INFO] [stdout] test runners::openclaw::tests::integration_output_stays_under_runtime_and_does_not_write_repo_tree ... ok
[INFO] [stdout] test ui::tests::loopback_mirror_not_added_for_loopback_bind ... ok
[INFO] [stdout] test ui::tests::resolve_docs_paths_falls_back_to_manifest_dist ... ok
[INFO] [stdout] test runners::tests::missing_runner_decision_persists_until_executable_returns ... ok
[INFO] [stdout] test runners::openclaw::tests::tools_adapter_guard_restores_plugin_wiring_when_missing ... ok
[INFO] [stdout] test runners::tests::remove_runner_clears_association_and_missing_state ... ok
[INFO] [stdout] test runner::confinement::linux::tests::builds_absolute_mount_dir_chain ... ok
[INFO] [stdout] test runners::tests::missing_runner_decision_is_scoped_per_runtime ... ok
[INFO] [stdout] test runners::openclaw::tests::import_copies_auth_profiles_and_auth_store_without_touching_host ... ok
[INFO] [stdout] test runners::openclaw::tests::import_generates_gateway_ready_managed_config_with_preserved_types ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agent_ruler-d5ea944c51f5e3cb)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test agent_ruler::tests::network_policy_allows_open_egress_when_lists_empty_and_not_default_deny ... ok
[INFO] [stdout] test agent_ruler::tests::preflight_probe_parses_http_status_code_from_response ... ok
[INFO] [stdout] test agent_ruler::tests::openclaw_preflight_requirement_detects_tool_capable_commands ... ok
[INFO] [stdout] test agent_ruler::tests::openclaw_preflight_requirement_skips_non_tool_commands ... ok
[INFO] [stdout] test agent_ruler::tests::preflight_probe_rejects_non_http_payloads ... ok
[INFO] [stdout] test agent_ruler::tests::network_policy_allows_telegram_when_explicitly_allowlisted ... ok
[INFO] [stdout] test agent_ruler::tests::gateway_pid_parser_accepts_pid_prefix_format ... ok
[INFO] [stdout] test cli::update::tests::newer_tag_detection_prefers_higher_semver ... ok
[INFO] [stdout] test cli::update::tests::normalize_release_tag_adds_v_prefix ... ok
[INFO] [stdout] test cli::update::tests::semver_parser_handles_prerelease ... ok
[INFO] [stdout] test agent_ruler::tests::gateway_pid_parser_accepts_parenthesized_digits_format ... ok
[INFO] [stdout] test agent_ruler::tests::kill_process_with_retry_stops_running_process ... ok
[INFO] [stdout] test agent_ruler::tests::stop_managed_background_launcher_terminates_launcher_pid ... ok
[INFO] [stdout] test agent_ruler::tests::gateway_pid_parser_ignores_non_listening_bridge_pid_lines ... ok
[INFO] [stdout] test agent_ruler::tests::network_policy_blocks_telegram_when_not_explicitly_allowed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/approvals_expiry.rs (/opt/rustwide/target/debug/deps/approvals_expiry-83980396fdd7cbde)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/approvals_flow.rs (/opt/rustwide/target/debug/deps/approvals_flow-0daaf1394329ccc0)
[INFO] [stdout] test pending_approval_expires_when_ttl_is_elapsed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/command_execution_elevation.rs (/opt/rustwide/target/debug/deps/command_execution_elevation-c1fde60644a7fe1f)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test create_pending_reuses_existing_pending_for_same_scope ... ok
[INFO] [stdout] test approvals_grant_scope_access ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test approved_elevation_effect_is_single_use_via_nonce_replay_guard ... ok
[INFO] [stdout] test stream_exec_pattern_is_denied_deterministically ... ok
[INFO] [stderr] bwrap: Creating new namespace failed: Operation not permitted
[INFO] [stdout] test sudo_install_is_converted_to_approval_gated_elevation_request ... ok
[INFO] [stdout] test unsupported_sudo_requests_are_denied_without_pending_approval ... ok
[INFO] [stdout] test normal_workspace_commands_run_without_pending_approvals ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- normal_workspace_commands_run_without_pending_approvals stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'normal_workspace_commands_run_without_pending_approvals' (99) panicked at tests/command_execution_elevation.rs:56:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62ba98233b2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62ba98233b2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62ba98233b2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62ba98233b2a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62ba9824a3aa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62ba9824a3aa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x62ba98238c42 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62ba98238c42 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62ba9820e84f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62ba9820e84f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62ba9822a1a9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62ba97d1847c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x62ba97d1847c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62ba9822a362 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x62ba9822a362 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62ba9820e908 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x62ba98205929 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62ba9820f98d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62ba9824ad0c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62ba9824abc3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62ba981f2639 - core::panicking::assert_failed::h2a4dbb54e4a8ce5c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62ba97d057fd - command_execution_elevation::normal_workspace_commands_run_without_pending_approvals::hfadff895f69cec82
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/command_execution_elevation.rs:56:5
[INFO] [stdout]   22:     0x62ba97d059f7 - command_execution_elevation::normal_workspace_commands_run_without_pending_approvals::{{closure}}::hd74145c2d84df365
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/command_execution_elevation.rs:33:61
[INFO] [stdout]   23:     0x62ba97d09a16 - core::ops::function::FnOnce::call_once::h282fa952464a7886
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62ba97d0c55b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62ba97d0c55b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62ba97d18f4b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62ba97d18f4b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62ba97d18f4b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x62ba97d18f4b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x62ba97d18f4b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62ba97d18f4b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62ba97d18f4b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62ba97d14664 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62ba97d14664 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x62ba97d1bb52 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x62ba97d1bb52 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62ba97d1bb52 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x62ba97d1bb52 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x62ba97d1bb52 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62ba97d1bb52 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x62ba97d1bb52 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62ba98232e6f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x62ba98232e6f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72542cb7faa4 - <unknown>
[INFO] [stdout]   45:     0x72542cc0ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     normal_workspace_commands_run_without_pending_approvals
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test command_execution_elevation`
[INFO] running `Command { std: "docker" "inspect" "3ab8f4f6079064946b9a63d6574a6ae354f0fb6b6675918161e4045d765a0a83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ab8f4f6079064946b9a63d6574a6ae354f0fb6b6675918161e4045d765a0a83", kill_on_drop: false }`
[INFO] [stdout] 3ab8f4f6079064946b9a63d6574a6ae354f0fb6b6675918161e4045d765a0a83
